forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user