From 743d9548a11155254950a5ad5e3a07b02136401f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Sep 2000 15:41:51 +0000 Subject: 2000-09-04 Ralf Corsepius * shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am, tty/Makefile.am, wrapup/Makefile.am: Include compile.am --- c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog | 5 +++++ c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am | 1 + c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am | 1 + c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am | 1 + c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am | 1 + c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am | 1 + 6 files changed, 10 insertions(+) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog index 101734ce64..6856525e29 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog +++ b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog @@ -1,3 +1,8 @@ +2000-09-04 Ralf Corsepius + + * shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am, + tty/Makefile.am, wrapup/Makefile.am: Include compile.am + 2000-08-10 Joel Sherrill * ChangeLog: New file. diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am index bef2178809..7f31c229cf 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am @@ -12,6 +12,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/lib/libbsp/hppa1.1/simhppa/start/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am index 58abb62a6e..1e78a4cc06 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am @@ -12,6 +12,7 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) OBJS = $(S_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/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am index 0666c32432..6971b085cb 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am @@ -15,6 +15,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/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am index 55895d8535..56a7ca4f44 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am @@ -12,6 +12,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/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am index dbb47fe6db..0ec54b2429 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am @@ -18,6 +18,7 @@ endif BSP_FILES = start tty $(BSP_MP_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../../../automake/lib.am # bummer; have to use $foreach since % pattern subst rules only replace 1x -- cgit v1.2.3