From aefc10955188f00c01c57f1cada0f0c75bedff54 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Sep 2000 15:34:23 +0000 Subject: 2000-09-04 Ralf Corsepius * optman/Makefile.am, src/Makefile.am: Include compile.am. --- c/src/exec/rtems/ChangeLog | 4 ++++ c/src/exec/rtems/include/rtems/rtems/Makefile.am | 6 +++--- c/src/exec/rtems/optman/Makefile.am | 1 + c/src/exec/rtems/src/Makefile.am | 1 + c/src/optman/rtems/Makefile.am | 1 + cpukit/rtems/ChangeLog | 4 ++++ cpukit/rtems/src/Makefile.am | 1 + 7 files changed, 15 insertions(+), 3 deletions(-) diff --git a/c/src/exec/rtems/ChangeLog b/c/src/exec/rtems/ChangeLog index f5315bcd88..c69bbab7d4 100644 --- a/c/src/exec/rtems/ChangeLog +++ b/c/src/exec/rtems/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * optman/Makefile.am, src/Makefile.am: Include compile.am. + 2000-08-30 Joel Sherrill * taskstart.c: Removed 1st cut at rtems_task_start_main_style. diff --git a/c/src/exec/rtems/include/rtems/rtems/Makefile.am b/c/src/exec/rtems/include/rtems/rtems/Makefile.am index af16908428..fe27329924 100644 --- a/c/src/exec/rtems/include/rtems/rtems/Makefile.am +++ b/c/src/exec/rtems/include/rtems/rtems/Makefile.am @@ -8,9 +8,9 @@ AUTOMAKE_OPTIONS = foreign 1.4 MP_H_FILES = eventmp.h mp.h msgmp.h partmp.h regionmp.h semmp.h signalmp.h \ taskmp.h -STD_H_FILES = asr.h attr.h cache.h clock.h config.h dpmem.h event.h eventset.h \ - intr.h message.h modes.h options.h part.h ratemon.h region.h rtemsapi.h sem.h \ - signal.h status.h support.h tasks.h timer.h types.h +STD_H_FILES = asr.h attr.h cache.h clock.h config.h dpmem.h event.h \ + eventset.h intr.h message.h modes.h options.h part.h ratemon.h region.h \ + rtemsapi.h sem.h signal.h status.h support.h tasks.h timer.h types.h if HAS_MP H_FILES = $(STD_H_FILES) $(MP_H_FILES) diff --git a/c/src/exec/rtems/optman/Makefile.am b/c/src/exec/rtems/optman/Makefile.am index dc6c6292b7..dded992530 100644 --- a/c/src/exec/rtems/optman/Makefile.am +++ b/c/src/exec/rtems/optman/Makefile.am @@ -11,6 +11,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/rtems/src/Makefile.am b/c/src/exec/rtems/src/Makefile.am index f597292be1..5682679033 100644 --- a/c/src/exec/rtems/src/Makefile.am +++ b/c/src/exec/rtems/src/Makefile.am @@ -5,6 +5,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/lib.am # We only build multiprocessing related files if HAS_MP was defined diff --git a/c/src/optman/rtems/Makefile.am b/c/src/optman/rtems/Makefile.am index dc6c6292b7..dded992530 100644 --- a/c/src/optman/rtems/Makefile.am +++ b/c/src/optman/rtems/Makefile.am @@ -11,6 +11,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/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog index f5315bcd88..c69bbab7d4 100644 --- a/cpukit/rtems/ChangeLog +++ b/cpukit/rtems/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * optman/Makefile.am, src/Makefile.am: Include compile.am. + 2000-08-30 Joel Sherrill * taskstart.c: Removed 1st cut at rtems_task_start_main_style. diff --git a/cpukit/rtems/src/Makefile.am b/cpukit/rtems/src/Makefile.am index f597292be1..5682679033 100644 --- a/cpukit/rtems/src/Makefile.am +++ b/cpukit/rtems/src/Makefile.am @@ -5,6 +5,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/lib.am # We only build multiprocessing related files if HAS_MP was defined -- cgit v1.2.3