From 846a4af8932138bf4c35f8f24ca1fc3e4ad1c86a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 1 Jan 2005 10:41:29 +0000 Subject: 2005-01-01 Ralf Corsepius * 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. --- cpukit/libblock/Makefile.am | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'cpukit/libblock') diff --git a/cpukit/libblock/Makefile.am b/cpukit/libblock/Makefile.am index d79be4e589..80f6f59997 100644 --- a/cpukit/libblock/Makefile.am +++ b/cpukit/libblock/Makefile.am @@ -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 = -- cgit v1.2.3