mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 22:36:58 +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:
@@ -12,14 +12,9 @@ CLEANFILES =
|
||||
if !UNIX
|
||||
include_rtemsdir = $(includedir)/rtems
|
||||
|
||||
EXTRA_LIBRARIES = libblock.a
|
||||
CLEANFILES += libblock.a
|
||||
noinst_LIBRARIES = libblock.a
|
||||
libblock_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libblock_g.a
|
||||
CLEANFILES += libblock_g.a
|
||||
libblock_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
include_rtems_HEADERS = include/rtems/bdbuf.h include/rtems/blkdev.h \
|
||||
include/rtems/diskdevs.h include/rtems/ramdisk.h \
|
||||
include/rtems/ide_part_table.h
|
||||
@@ -27,9 +22,7 @@ include_rtems_HEADERS = include/rtems/bdbuf.h include/rtems/blkdev.h \
|
||||
libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c \
|
||||
src/ide_part_table.c
|
||||
|
||||
libblock_g_a_SOURCES = $(libblock_a_SOURCES)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libblock$(LIB_VARIANT).a
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
endif
|
||||
|
||||
PREINSTALL_DIRS =
|
||||
|
||||
Reference in New Issue
Block a user