summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 15:26:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 15:26:36 +0000
commitf439d61ed7d54eba50726df821aa85a7774bcb07 (patch)
treec6aef628af40d22a10e6c27871ba03c83ecd9a89 /c/src/lib/libcpu/powerpc/wrapup/Makefile.am
parent2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f439d61ed7d54eba50726df821aa85a7774bcb07.tar.bz2
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove. * configure.ac: Remove wrapup. * shared/Makefile.am: Use automake compilation rules. Build *.rels.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/wrapup/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/c/src/lib/libcpu/powerpc/wrapup/Makefile.am b/c/src/lib/libcpu/powerpc/wrapup/Makefile.am
deleted file mode 100644
index 3216ca2cdd..0000000000
--- a/c/src/lib/libcpu/powerpc/wrapup/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-##
-## $Id$
-##
-
-GENERIC_FILES = shared
-
-# Use two variables so that I can make two ar command.
-# So far FAMILY_OBJS is empty and ar dislike it...
-CPU_SPECIFIC_OBJS = $(wildcard ../$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT))
-FAMILY_OBJS = $(wildcard ../shared/$(ARCH)/*.$(OBJEXT) \
- ../shared/*/$(ARCH)/*.$(OBJEXT) ../mpc6xx/*/$(ARCH)/*.$(OBJEXT))
-
-LIB = $(ARCH)/libcpu.a
-
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/lib.am
-
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-
-libcpu_a_OBJECTS = $(CPU_SPECIFIC_OBJS) $(FAMILY_OBJS)
-
-$(LIB): $(libcpu_a_OBJECTS)
- ${make-library}
-
-all-local: $(LIB)
-
-include $(top_srcdir)/../../../automake/local.am