summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1/simhppa
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:41:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:41:51 +0000
commit743d9548a11155254950a5ad5e3a07b02136401f (patch)
tree1e5f6786fcda8e3c4bf4e004d5aa4918434ce242 /c/src/lib/libbsp/hppa1.1/simhppa
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-743d9548a11155254950a5ad5e3a07b02136401f.tar.bz2
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am, tty/Makefile.am, wrapup/Makefile.am: Include compile.am
Diffstat (limited to 'c/src/lib/libbsp/hppa1.1/simhppa')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog5
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am1
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am1
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am1
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am1
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am1
6 files changed, 10 insertions, 0 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am,
+ tty/Makefile.am, wrapup/Makefile.am: Include compile.am
+
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* 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