From cc480f9cb73f6410dcbdce70b71732ef52c0c44f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Sep 2000 15:35:00 +0000 Subject: 2000-09-04 Ralf Corsepius * src/Makefile.am: Include compile.am. --- c/src/exec/itron/ChangeLog | 4 ++++ c/src/exec/itron/src/Makefile.am | 1 + c/src/exec/score/ChangeLog | 4 ++++ c/src/exec/score/src/Makefile.am | 1 + cpukit/itron/ChangeLog | 4 ++++ cpukit/itron/src/Makefile.am | 1 + cpukit/score/ChangeLog | 4 ++++ cpukit/score/src/Makefile.am | 1 + 8 files changed, 20 insertions(+) diff --git a/c/src/exec/itron/ChangeLog b/c/src/exec/itron/ChangeLog index 101734ce64..0d3ec527ee 100644 --- a/c/src/exec/itron/ChangeLog +++ b/c/src/exec/itron/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * src/Makefile.am: Include compile.am. + 2000-08-10 Joel Sherrill * ChangeLog: New file. diff --git a/c/src/exec/itron/src/Makefile.am b/c/src/exec/itron/src/Makefile.am index 92ae498c69..9be487280a 100644 --- a/c/src/exec/itron/src/Makefile.am +++ b/c/src/exec/itron/src/Makefile.am @@ -46,6 +46,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 AM_CPPFLAGS += -D__RTEMS_INSIDE__ diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog index b636ec81e7..f3f482ce18 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -1,4 +1,8 @@ +2000-09-04 Ralf Corsepius + + * src/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/score/src/Makefile.am b/c/src/exec/score/src/Makefile.am index 616e6de1fb..5e27949c90 100644 --- a/c/src/exec/score/src/Makefile.am +++ b/c/src/exec/score/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/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog index 101734ce64..0d3ec527ee 100644 --- a/cpukit/itron/ChangeLog +++ b/cpukit/itron/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * src/Makefile.am: Include compile.am. + 2000-08-10 Joel Sherrill * ChangeLog: New file. diff --git a/cpukit/itron/src/Makefile.am b/cpukit/itron/src/Makefile.am index 92ae498c69..9be487280a 100644 --- a/cpukit/itron/src/Makefile.am +++ b/cpukit/itron/src/Makefile.am @@ -46,6 +46,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 AM_CPPFLAGS += -D__RTEMS_INSIDE__ diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index b636ec81e7..f3f482ce18 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,4 +1,8 @@ +2000-09-04 Ralf Corsepius + + * src/Makefile.am: Include compile.am. + 2000-08-30 Joel Sherrill * Many files: Moved posix/include/rtems/posix/seterr.h to diff --git a/cpukit/score/src/Makefile.am b/cpukit/score/src/Makefile.am index 616e6de1fb..5e27949c90 100644 --- a/cpukit/score/src/Makefile.am +++ b/cpukit/score/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