source: rtems/cpukit/libblock/Makefile.am @ 199ccde

4.104.115
Last change on this file since 199ccde was 870d0a2, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 05/05/09 at 12:52:29

Update

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