summaryrefslogtreecommitdiffstats
path: root/c/src/support
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 00:40:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 00:40:17 +0000
commit552fca76b33d9a4c8f2e390563ebe62b6393748a (patch)
treecf854a2875a2a54c4438e8b128ea067855d44694 /c/src/support
parent2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-552fca76b33d9a4c8f2e390563ebe62b6393748a.tar.bz2
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am support/Makefile.am, wrapup/Makefile.am: Remove build-variant support.
Diffstat (limited to 'c/src/support')
-rw-r--r--c/src/support/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am
index 04b5b05114..2427bdee38 100644
--- a/c/src/support/Makefile.am
+++ b/c/src/support/Makefile.am
@@ -6,16 +6,9 @@ include $(top_srcdir)/automake/compile.am
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
-EXTRA_LIBRARIES = libsupport.a
-CLEANFILES = libsupport.a
+noinst_LIBRARIES = libsupport.a
+
libsupport_a_SOURCES = version.c
libsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
-EXTRA_LIBRARIES += libsupport_g.a
-CLEANFILES += libsupport_g.a
-libsupport_g_a_SOURCES = $(libsupport_a_SOURCES)
-libsupport_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
-
-noinst_DATA = libsupport$(LIB_VARIANT).a
-
include $(top_srcdir)/automake/local.am