forked from Imagelibrary/rtems
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:
@@ -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>
|
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove libnetworking/wrapup/Makefile.
|
* configure.ac: Remove libnetworking/wrapup/Makefile.
|
||||||
|
|||||||
@@ -7,14 +7,16 @@ include $(top_srcdir)/automake/lib.am
|
|||||||
|
|
||||||
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
|
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
|
||||||
|
|
||||||
C_FILES=version.c
|
EXTRA_LIBRARIES = libsupport.a
|
||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
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)
|
noinst_DATA = libsupport$(LIB_VARIANT).a
|
||||||
$(make-library)
|
|
||||||
|
|
||||||
all-local: $(LIB)
|
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ include $(top_srcdir)/automake/lib.am
|
|||||||
|
|
||||||
project_lib_DATA = $(ARCH)/librtemsbsp$(LIB_VARIANT).a
|
project_lib_DATA = $(ARCH)/librtemsbsp$(LIB_VARIANT).a
|
||||||
|
|
||||||
SRCS = ../support/${ARCH}/libsupport.a
|
SRCS = ../support/libsupport$(LIB_VARIANT).a
|
||||||
|
|
||||||
if HAS_LIBBSP
|
if HAS_LIBBSP
|
||||||
SRCS += \
|
SRCS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user