summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 10:06:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 10:06:56 +0000
commitdd551dbf0271b5994924e48f2e6cb95fbb7a9112 (patch)
treeace16e1494e0de7163ca6ef59c6d4ef03427784c /c/src/lib/libbsp/unix/posix/wrapup/Makefile.am
parent2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-dd551dbf0271b5994924e48f2e6cb95fbb7a9112.tar.bz2
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/unix/posix/wrapup/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am b/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am
deleted file mode 100644
index 93407db483..0000000000
--- a/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-## $Id$
-##
-
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/lib.am
-
-if HAS_MP
-BSP_MP_O_FILES = shmsupp
-endif
-BSP_FILES = startup clock console timer $(BSP_MP_O_FILES)
-
-# bummer; have to use $foreach since % pattern subst rules only replace 1x
-OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
-
-$(ARCH)/libbsp.a: $(OBJS)
- $(make-library)
-
-noinst_DATA = $(ARCH)/libbsp.a
-
-include $(top_srcdir)/../../../../automake/local.am