From 3ac5d4e2769592bc6e974d968a4d15f4d750d7a3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Sep 2000 15:34:41 +0000 Subject: 2000-09-04 Ralf Corsepius * src/Makefile.am, optman/Makefile.am: Include compile.am. --- c/src/exec/posix/ChangeLog | 4 ++++ c/src/exec/posix/include/rtems/posix/Makefile.am | 4 ++-- c/src/exec/posix/optman/Makefile.am | 1 + c/src/exec/posix/src/Makefile.am | 1 + c/src/exec/sapi/ChangeLog | 4 ++++ c/src/exec/sapi/optman/Makefile.am | 1 + c/src/exec/sapi/src/Makefile.am | 1 + 7 files changed, 14 insertions(+), 2 deletions(-) (limited to 'c/src/exec') diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog index e301671147..9615802313 100644 --- a/c/src/exec/posix/ChangeLog +++ b/c/src/exec/posix/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * src/Makefile.am, optman/Makefile.am: Include compile.am. + 2000-08-30 Joel Sherrill * Many files: Moved posix/include/rtems/posix/seterr.h to diff --git a/c/src/exec/posix/include/rtems/posix/Makefile.am b/c/src/exec/posix/include/rtems/posix/Makefile.am index 82fcd22b37..0d0745ca07 100644 --- a/c/src/exec/posix/include/rtems/posix/Makefile.am +++ b/c/src/exec/posix/include/rtems/posix/Makefile.am @@ -7,8 +7,8 @@ AUTOMAKE_OPTIONS = foreign 1.4 MP_H_FILES = condmp.h mqueuemp.h mutexmp.h pthreadmp.h semaphoremp.h STD_H_FILES = cancel.h cond.h config.h key.h mqueue.h mutex.h posixapi.h \ - priority.h psignal.h pthread.h ptimer.h semaphore.h threadsup.h \ - time.h timer.h $(MP_H_FILES) + priority.h psignal.h pthread.h ptimer.h semaphore.h threadsup.h time.h \ + timer.h $(MP_H_FILES) UNUSED_H_FILES = intr.h threadsup.h diff --git a/c/src/exec/posix/optman/Makefile.am b/c/src/exec/posix/optman/Makefile.am index c6277ca054..b1b2100719 100644 --- a/c/src/exec/posix/optman/Makefile.am +++ b/c/src/exec/posix/optman/Makefile.am @@ -10,6 +10,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) PGMS = $(C_FILES:%.c=$(ARCH)/%.rel) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/lib.am TMPINSTALL_FILES += \ diff --git a/c/src/exec/posix/src/Makefile.am b/c/src/exec/posix/src/Makefile.am index 506d9c53fa..76495d63ee 100644 --- a/c/src/exec/posix/src/Makefile.am +++ b/c/src/exec/posix/src/Makefile.am @@ -84,6 +84,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/exec/sapi/ChangeLog b/c/src/exec/sapi/ChangeLog index 101734ce64..3a003192eb 100644 --- a/c/src/exec/sapi/ChangeLog +++ b/c/src/exec/sapi/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * src/Makefile.am, optman/Makefile.am: Include compile.am. + 2000-08-10 Joel Sherrill * ChangeLog: New file. diff --git a/c/src/exec/sapi/optman/Makefile.am b/c/src/exec/sapi/optman/Makefile.am index 76d3e4fbb8..8a8dafabae 100644 --- a/c/src/exec/sapi/optman/Makefile.am +++ b/c/src/exec/sapi/optman/Makefile.am @@ -10,6 +10,7 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) PGMS = $(C_FILES:%.c=$(ARCH)/%.rel) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/lib.am TMPINSTALL_FILES += \ diff --git a/c/src/exec/sapi/src/Makefile.am b/c/src/exec/sapi/src/Makefile.am index a9d642921d..b0bd6d78fe 100644 --- a/c/src/exec/sapi/src/Makefile.am +++ b/c/src/exec/sapi/src/Makefile.am @@ -11,6 +11,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 # -- cgit v1.2.3