source: rtems/cpukit/libblock/src/Makefile.am @ 35b2275

4.104.114.84.95
Last change on this file since 35b2275 was 996a0385, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/26/02 at 15:24:02

2002-06-26 Ralf Corsepius <corsepiu@…>

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