mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build librtems$(LIB_VARIANT).a instead of $(ARCH)/librtems.a.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build librtems$(LIB_VARIANT).a instead of
|
||||||
|
$(ARCH)/librtems.a.
|
||||||
|
|
||||||
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
|
* Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
|
||||||
|
|||||||
@@ -122,15 +122,15 @@ endif
|
|||||||
AM_CPPFLAGS += -I$(top_builddir)
|
AM_CPPFLAGS += -I$(top_builddir)
|
||||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||||
|
|
||||||
EXTRA_LIBRARIES = o-optimize/librtems.a
|
EXTRA_LIBRARIES = librtems.a
|
||||||
o_optimize_librtems_a_SOURCES = $(C_FILES)
|
librtems_a_SOURCES = $(C_FILES)
|
||||||
o_optimize_librtems_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
librtems_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||||
|
|
||||||
EXTRA_LIBRARIES += o-debug/librtems.a
|
EXTRA_LIBRARIES += librtems_g.a
|
||||||
o_debug_librtems_a_SOURCES = $(C_FILES)
|
librtems_g_a_SOURCES = $(C_FILES)
|
||||||
o_debug_librtems_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
librtems_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) $(ARCH)/librtems.a
|
all-local: $(PREINSTALL_FILES) librtems$(LIB_VARIANT).a
|
||||||
|
|
||||||
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES)
|
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user