From c3214961812b760bf86b20b16afcae91037164bb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Jul 2002 05:48:15 +0000 Subject: 2002-07-31 Ralf Corsepius * Makefile.am: Merge src/Makefile.am. * src/Makefile.am: Remove. * configure.ac: Remove src/Makefile.am --- cpukit/libblock/src/Makefile.am | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 cpukit/libblock/src/Makefile.am (limited to 'cpukit/libblock/src') diff --git a/cpukit/libblock/src/Makefile.am b/cpukit/libblock/src/Makefile.am deleted file mode 100644 index d1fdb00223..0000000000 --- a/cpukit/libblock/src/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -## -## $Id$ -## - -LIB = ${ARCH}/libblock.a - -C_FILES = bdbuf.c blkdev.c diskdevs.c ramdisk.c - -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) - -SRCS = $(C_FILES) -OBJS = $(C_O_FILES) - -include $(top_srcdir)/../automake/multilib.am -include $(top_srcdir)/../automake/compile.am -include $(top_srcdir)/../automake/lib.am - -AM_CFLAGS += $(LIBC_DEFINES) - -$(LIB): ${OBJS} - $(make-library) - -all-local: ${ARCH} $(LIB) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3