source: rtems/cpukit/libblock/src/Makefile.am @ ac7c680

4.104.114.84.95
Last change on this file since ac7c680 was ac7c680, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 09:21:31

2002-07-22 Ralf Corsepius <corsepiu@…>

  • src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
  • Property mode set to 100644
File size: 437 bytes
RevLine 
[e51bd96]1##
2##  $Id$
3##
4
[ac7c680]5LIB = ${ARCH}/libblock.a
[e51bd96]6
7C_FILES = bdbuf.c blkdev.c diskdevs.c ramdisk.c
8
9C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
10
11SRCS = $(C_FILES)
12OBJS = $(C_O_FILES)
13
[6e183f1]14include $(top_srcdir)/../automake/multilib.am
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/lib.am
[e51bd96]17
18AM_CFLAGS += $(LIBC_DEFINES)
19
20$(LIB): ${OBJS}
21        $(make-library)
22
[996a0385]23all-local: ${ARCH} $(LIB)
[e51bd96]24
[6e183f1]25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.