source: rtems/cpukit/libblock/Makefile.am @ 809e91e1

4.104.115
Last change on this file since 809e91e1 was 809e91e1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/14/09 at 14:55:15

2009-10-14 Ralf Corsépius <ralf.corsepius@…>

  • libblock/Makefile.am: Unconditionall build libblock.
  • Property mode set to 100644
File size: 572 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/multilib.am
6include $(top_srcdir)/automake/compile.am
7
8noinst_LIBRARIES = libblock.a
9libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/flashdisk.c \
10    src/ramdisk.c src/ide_part_table.c src/nvdisk.c \
11    src/nvdisk-sram.c \
12    src/bdpart.c \
13    include/rtems/bdbuf.h include/rtems/blkdev.h \
14    include/rtems/diskdevs.h include/rtems/flashdisk.h \
15    include/rtems/ramdisk.h include/rtems/nvdisk.h include/rtems/nvdisk-sram.h \
16    include/rtems/ide_part_table.h
17
18include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.