summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:32:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:32:34 +0000
commit7fcc26ac643cb0f4538963d043d9bd10bfe8c7a8 (patch)
tree1ccdba68cc17ed7b8457979a9f50a5bf89021191 /c/src
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7fcc26ac643cb0f4538963d043d9bd10bfe8c7a8.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--c/src/libmisc/ChangeLog7
-rw-r--r--c/src/libmisc/cpuuse/Makefile.am1
-rw-r--r--c/src/libmisc/dummy/Makefile.am1
-rw-r--r--c/src/libmisc/dumpbuf/Makefile.am1
-rw-r--r--c/src/libmisc/monitor/Makefile.am1
-rw-r--r--c/src/libmisc/mw-fb/Makefile.am6
-rw-r--r--c/src/libmisc/rtmonuse/Makefile.am1
-rw-r--r--c/src/libmisc/stackchk/Makefile.am1
-rw-r--r--c/src/libmisc/untar/Makefile.am1
-rw-r--r--c/src/libmisc/wrapup/Makefile.am1
10 files changed, 19 insertions, 2 deletions
diff --git a/c/src/libmisc/ChangeLog b/c/src/libmisc/ChangeLog
index 16523a5880..57345e3cf3 100644
--- a/c/src/libmisc/ChangeLog
+++ b/c/src/libmisc/ChangeLog
@@ -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>
* Many files: Moved posix/include/rtems/posix/seterr.h to
diff --git a/c/src/libmisc/cpuuse/Makefile.am b/c/src/libmisc/cpuuse/Makefile.am
index 353c3ced17..ed329e4563 100644
--- a/c/src/libmisc/cpuuse/Makefile.am
+++ b/c/src/libmisc/cpuuse/Makefile.am
@@ -15,6 +15,7 @@ H_FILES = cpuuse.h
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems:
diff --git a/c/src/libmisc/dummy/Makefile.am b/c/src/libmisc/dummy/Makefile.am
index 3eaefbf08c..3b1d6ffeb2 100644
--- a/c/src/libmisc/dummy/Makefile.am
+++ b/c/src/libmisc/dummy/Makefile.am
@@ -13,6 +13,7 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
#
diff --git a/c/src/libmisc/dumpbuf/Makefile.am b/c/src/libmisc/dumpbuf/Makefile.am
index dac6d6090e..9d5bafe2c8 100644
--- a/c/src/libmisc/dumpbuf/Makefile.am
+++ b/c/src/libmisc/dumpbuf/Makefile.am
@@ -15,6 +15,7 @@ H_FILES = dumpbuf.h
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems:
diff --git a/c/src/libmisc/monitor/Makefile.am b/c/src/libmisc/monitor/Makefile.am
index c0fa6c9ea5..d41f54d492 100644
--- a/c/src/libmisc/monitor/Makefile.am
+++ b/c/src/libmisc/monitor/Makefile.am
@@ -25,6 +25,7 @@ H_FILES = monitor.h symbols.h
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems:
diff --git a/c/src/libmisc/mw-fb/Makefile.am b/c/src/libmisc/mw-fb/Makefile.am
index 51fb22bfe2..a9fb421690 100644
--- a/c/src/libmisc/mw-fb/Makefile.am
+++ b/c/src/libmisc/mw-fb/Makefile.am
@@ -17,9 +17,11 @@ SRCS = $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.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:
@$(mkinstalldirs) $@
@@ -35,6 +37,6 @@ ${LIB}: ${OBJS}
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
diff --git a/c/src/libmisc/rtmonuse/Makefile.am b/c/src/libmisc/rtmonuse/Makefile.am
index 8c565801e5..d4321546cd 100644
--- a/c/src/libmisc/rtmonuse/Makefile.am
+++ b/c/src/libmisc/rtmonuse/Makefile.am
@@ -15,6 +15,7 @@ H_FILES = rtmonuse.h
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems:
diff --git a/c/src/libmisc/stackchk/Makefile.am b/c/src/libmisc/stackchk/Makefile.am
index 8212c16228..1050293b03 100644
--- a/c/src/libmisc/stackchk/Makefile.am
+++ b/c/src/libmisc/stackchk/Makefile.am
@@ -16,6 +16,7 @@ INSTALLED_H_FILES = stackchk.h
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems:
diff --git a/c/src/libmisc/untar/Makefile.am b/c/src/libmisc/untar/Makefile.am
index 09b9a0efce..94e989ccae 100644
--- a/c/src/libmisc/untar/Makefile.am
+++ b/c/src/libmisc/untar/Makefile.am
@@ -15,6 +15,7 @@ H_FILES = untar.h
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE)/rtems:
diff --git a/c/src/libmisc/wrapup/Makefile.am b/c/src/libmisc/wrapup/Makefile.am
index ea88fc1a97..b8504d3e3e 100644
--- a/c/src/libmisc/wrapup/Makefile.am
+++ b/c/src/libmisc/wrapup/Makefile.am
@@ -8,6 +8,7 @@ LIBNAME = libmisc
LIB = $(ARCH)/$(LIBNAME).a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
TMP_LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a \