summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 00:36:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 00:36:40 +0000
commit9b0804eba32b59c621a58d123677c41f2fb261cf (patch)
treed55b79ccfbfe06f5b6c2a6d219cf9de21b534b2a /c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
parent2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9b0804eba32b59c621a58d123677c41f2fb261cf.tar.bz2
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am. * clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Remove. Use automake compilation rules. * configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
deleted file mode 100644
index 7cca512505..0000000000
--- a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-##
-## $Id$
-##
-
-BSP_FILES = startup clock console
-
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/lib.am
-
-# bummer; have to use $foreach since % pattern subst rules only replace 1x
-OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
- $(foreach piece, $(GENERIC_FILES), \
- ../../../$(piece)/$(ARCH)/$(piece).rel)
-
-$(ARCH)/libbsp.a: ${OBJS}
- $(make-library)
-
-noinst_DATA = $(ARCH)/libbsp.a
-
-include $(top_srcdir)/../../../../automake/local.am