2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* support/Makefile.am: Use automake compilation rules.
	* wrapup/Makefile.am: Reflect changes to support/*.
This commit is contained in:
Ralf Corsepius
2004-01-15 04:08:46 +00:00
parent 7c5a840a84
commit ca1531c56c
3 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* support/Makefile.am: Use automake compilation rules.
* wrapup/Makefile.am: Reflect changes to support/*.
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove libnetworking/wrapup/Makefile.

View File

@@ -7,14 +7,16 @@ include $(top_srcdir)/automake/lib.am
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
C_FILES=version.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
EXTRA_LIBRARIES = libsupport.a
CLEANFILES = libsupport.a
libsupport_a_SOURCES = version.c
libsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
LIB = $(ARCH)/libsupport.a
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)
$(LIB): $(OBJS)
$(make-library)
all-local: $(LIB)
noinst_DATA = libsupport$(LIB_VARIANT).a
include $(top_srcdir)/automake/local.am

View File

@@ -9,7 +9,7 @@ include $(top_srcdir)/automake/lib.am
project_lib_DATA = $(ARCH)/librtemsbsp$(LIB_VARIANT).a
SRCS = ../support/${ARCH}/libsupport.a
SRCS = ../support/libsupport$(LIB_VARIANT).a
if HAS_LIBBSP
SRCS += \