2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
	monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
	untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
	Include compile.am.
This commit is contained in:
Joel Sherrill
2000-09-05 15:32:34 +00:00
parent 19530ab5e1
commit 7fcc26ac64
20 changed files with 38 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
Include compile.am.
2000-08-30 Joel Sherrill <joel@OARcorp.com> 2000-08-30 Joel Sherrill <joel@OARcorp.com>
* Many files: Moved posix/include/rtems/posix/seterr.h to * Many files: Moved posix/include/rtems/posix/seterr.h to

View File

@@ -15,6 +15,7 @@ H_FILES = cpuuse.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -13,6 +13,7 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
# #

View File

@@ -15,6 +15,7 @@ H_FILES = dumpbuf.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -25,6 +25,7 @@ H_FILES = monitor.h symbols.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -17,9 +17,11 @@ SRCS = $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
$(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@ @$(mkinstalldirs) $@
@@ -35,6 +37,6 @@ ${LIB}: ${OBJS}
all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES) all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)
EXTRA_DIST += $(C_FILES) $(H_FILES) EXTRA_DIST = $(C_FILES) $(H_FILES)
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -15,6 +15,7 @@ H_FILES = rtmonuse.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -16,6 +16,7 @@ INSTALLED_H_FILES = stackchk.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -15,6 +15,7 @@ H_FILES = untar.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -8,6 +8,7 @@ LIBNAME = libmisc
LIB = $(ARCH)/$(LIBNAME).a LIB = $(ARCH)/$(LIBNAME).a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
TMP_LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a \ TMP_LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a \

View File

@@ -1,3 +1,10 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
Include compile.am.
2000-08-30 Joel Sherrill <joel@OARcorp.com> 2000-08-30 Joel Sherrill <joel@OARcorp.com>
* Many files: Moved posix/include/rtems/posix/seterr.h to * Many files: Moved posix/include/rtems/posix/seterr.h to

View File

@@ -15,6 +15,7 @@ H_FILES = cpuuse.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -13,6 +13,7 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
# #

View File

@@ -15,6 +15,7 @@ H_FILES = dumpbuf.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -25,6 +25,7 @@ H_FILES = monitor.h symbols.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -17,9 +17,11 @@ SRCS = $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
$(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@ @$(mkinstalldirs) $@
@@ -35,6 +37,6 @@ ${LIB}: ${OBJS}
all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES) all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)
EXTRA_DIST += $(C_FILES) $(H_FILES) EXTRA_DIST = $(C_FILES) $(H_FILES)
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -15,6 +15,7 @@ H_FILES = rtmonuse.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -16,6 +16,7 @@ INSTALLED_H_FILES = stackchk.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -15,6 +15,7 @@ H_FILES = untar.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems:

View File

@@ -8,6 +8,7 @@ LIBNAME = libmisc
LIB = $(ARCH)/$(LIBNAME).a LIB = $(ARCH)/$(LIBNAME).a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
TMP_LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a \ TMP_LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a \