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:
Ralf Corsepius
2005-01-01 10:41:29 +00:00
parent f346774df6
commit 846a4af893
14 changed files with 88 additions and 293 deletions
+2 -9
View File
@@ -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 =