source: rtems/cpukit/libblock/Makefile.am @ a61888b

4.104.115
Last change on this file since a61888b 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
RevLine 
[e51bd96]1##
2## $Id$
3##
4
[f3f0c916]5include $(top_srcdir)/automake/multilib.am
[6ac4e84f]6include $(top_srcdir)/automake/compile.am
7
[846a4af]8noinst_LIBRARIES = libblock.a
[3c68c6c8]9libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/flashdisk.c \
[3899a537]10    src/ramdisk.c src/ide_part_table.c src/nvdisk.c \
[5a2b5b2]11    src/nvdisk-sram.c \
[870d0a2]12    src/bdpart.c \
[3d14a45]13    include/rtems/bdbuf.h include/rtems/blkdev.h \
[3c68c6c8]14    include/rtems/diskdevs.h include/rtems/flashdisk.h \
[5a2b5b2]15    include/rtems/ramdisk.h include/rtems/nvdisk.h include/rtems/nvdisk-sram.h \
16    include/rtems/ide_part_table.h
[e51bd96]17
[f3f0c916]18include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.