summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 10:20:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 10:20:58 +0000
commit454c30fce33f9030c7b8e301936dfe4959382aae (patch)
treeb02468c86dc94296cf558354c8319ec4f4a6b39f /c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am
parent2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-454c30fce33f9030c7b8e301936dfe4959382aae.tar.bz2
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am b/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am
deleted file mode 100644
index 2d8817d36f..0000000000
--- a/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-## $Id$
-##
-
-# We only build the networking device driver if HAS_NETWORKING was defined
-if HAS_NETWORKING
-NETWORKING_DRIVER = erc32sonic
-endif
-
-BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
-
-# bummer; have to use $foreach since % pattern subst rules only replace 1x
-OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
- ../../../../libcpu/sparc/cache$(LIB_VARIANT).rel \
- ../../../../libcpu/sparc/reg_win$(LIB_VARIANT).rel \
- ../../../../libcpu/sparc/syscall$(LIB_VARIANT).rel
-
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/lib.am
-
-$(ARCH)/libbsp.a: $(OBJS)
- $(make-library)
-
-noinst_DATA = $(ARCH)/libbsp.a
-
-include $(top_srcdir)/../../../../automake/local.am