summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-03 04:16:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-03 04:16:13 +0000
commit71cbb666a432fccaaf351493465edca9fad3f719 (patch)
tree57b03c1bf092765652e00626b2fb30d3da8b6b9d /c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am
parent2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-71cbb666a432fccaaf351493465edca9fad3f719.tar.bz2
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am, wrapup/Makefile.am: Remove build-variant support.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am17
1 files changed, 4 insertions, 13 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am
index 31780f909e..c3c3f0ea36 100644
--- a/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am
@@ -4,20 +4,11 @@
include $(top_srcdir)/../../../../automake/compile.am
-EXTRA_LIBRARIES = ../libbsp.a
+noinst_LIBRARIES = ../libbsp.a
CLEANFILES = ../libbsp.a
___libbsp_a_SOURCES =
-___libbsp_a_LIBADD = ../startup$(LIB_VARIANT).rel ../clock$(LIB_VARIANT).rel \
- ../console$(LIB_VARIANT).rel ../timer$(LIB_VARIANT).rel \
- ../tod$(LIB_VARIANT).rel ../vectors$(LIB_VARIANT).rel \
- ../PCI_bus$(LIB_VARIANT).rel
-___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel
-
-EXTRA_LIBRARIES += ../libbsp_g.a
-CLEANFILES += ../libbsp_g.a
-___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES)
-___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD)
-
-noinst_DATA = ../libbsp$(LIB_VARIANT).a
+___libbsp_a_LIBADD = ../startup.rel ../clock.rel ../console.rel ../timer.rel \
+ ../tod.rel ../vectors.rel ../PCI_bus.rel
+___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu.rel
include $(top_srcdir)/../../../../automake/local.am