summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 10:35:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 10:35:45 +0000
commita9285f5b0df4e2923f288afce96baed2f81f06af (patch)
tree70f0c170fa5ed8b5ab8a341880a7b9f1e96f96fb /c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am
parent2004-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a9285f5b0df4e2923f288afce96baed2f81f06af.tar.bz2
2004-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules. * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am, trap34/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am b/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am
deleted file mode 100644
index 7ddb92d399..0000000000
--- a/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-## $Id$
-##
-
-BSP_FILES = startup clock console gdbsci scitab
-
-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)) \
- ../../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score$(LIB_VARIANT).rel
-
-$(ARCH)/libbsp.a: ${OBJS}
- $(make-library)
-
-noinst_DATA = $(ARCH)/libbsp.a
-
-include $(top_srcdir)/../../../../automake/local.am