mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 21:44:42 +08:00
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am, httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am, wrapup/Makefile.am: Remove build-variant support.
This commit is contained in:
@@ -106,17 +106,11 @@ C_FILES = $(TASK_C_FILES) $(TASKSYNC_C_FILES) $(SEMAPHORE_C_FILES) \
|
||||
AM_CPPFLAGS += -I$(top_builddir)
|
||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
EXTRA_LIBRARIES = libitron.a
|
||||
CLEANFILES += libitron.a
|
||||
noinst_LIBRARIES = libitron.a
|
||||
libitron_a_SOURCES = $(C_FILES)
|
||||
libitron_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libitron_g.a
|
||||
CLEANFILES += libitron_g.a
|
||||
libitron_g_a_SOURCES = $(libitron_a_SOURCES)
|
||||
libitron_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libitron$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
endif
|
||||
|
||||
UNUSED_C_FILES = src/cre_mbx.c src/del_mbx.c src/mboxtranslatereturncode.c \
|
||||
|
||||
Reference in New Issue
Block a user