From 552fca76b33d9a4c8f2e390563ebe62b6393748a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 2 Jan 2005 00:40:17 +0000 Subject: 2005-01-01 Ralf Corsepius * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am support/Makefile.am, wrapup/Makefile.am: Remove build-variant support. --- c/src/support/Makefile.am | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'c/src/support') 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 -- cgit v1.2.3