mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 06:18:42 +08:00
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libposix$(LIB_VARIANT).a instead of $(ARCH)/libposix.a.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Build libposix$(LIB_VARIANT).a instead of
|
||||
$(ARCH)/libposix.a.
|
||||
|
||||
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
|
||||
|
||||
@@ -55,7 +55,6 @@ noinst_HEADERS += macros/rtems/posix/intr.inl
|
||||
endif
|
||||
|
||||
## src
|
||||
LIB=$(ARCH)/libposix.a
|
||||
|
||||
# following are semi-implemented and untested
|
||||
UNUSED_C_FILES = src/devctl.c src/intr.c
|
||||
@@ -150,16 +149,15 @@ C_FILES = src/adasupp.c $(CANCEL_C_FILES) $(CONDITION_VARIABLE_C_FILES) \
|
||||
AM_CPPFLAGS += -I$(top_builddir)
|
||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
EXTRA_LIBRARIES = o-optimize/libposix.a
|
||||
o_optimize_libposix_a_SOURCES = $(C_FILES)
|
||||
o_optimize_libposix_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
EXTRA_LIBRARIES = libposix.a
|
||||
libposix_a_SOURCES = $(C_FILES)
|
||||
libposix_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += o-debug/libposix.a
|
||||
o_debug_libposix_a_SOURCES = $(C_FILES)
|
||||
o_debug_libposix_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(LIB)
|
||||
EXTRA_LIBRARIES += libposix_g.a
|
||||
libposix_g_a_SOURCES = $(C_FILES)
|
||||
libposix_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libposix$(LIB_VARIANT).a
|
||||
endif
|
||||
|
||||
# temporary so we can see how many things are left to implement
|
||||
|
||||
Reference in New Issue
Block a user