source: rtems/cpukit/libblock/Makefile.am @ 30088aa

4.104.114.95
Last change on this file since 30088aa was 3c68c6c8, checked in by Chris Johns <chrisj@…>, on 12/14/07 at 04:58:04

2007-12-12 Chris Johns <chrisj@…>

  • Makefile.am, preinstall.am: Added libblock/include/rtems/flashdisk.h to the installed header list.
  • libblock/Makefile.am: Add flashdisk.c to the files to build.
  • libblock/include/rtems/flashdisk.h, libblock/src/flashdisk.c: New.
  • Property mode set to 100644
File size: 491 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/show_bdbuf.c \
12    include/rtems/bdbuf.h include/rtems/blkdev.h \
13    include/rtems/diskdevs.h include/rtems/flashdisk.h \
14    include/rtems/ramdisk.h include/rtems/ide_part_table.h
15endif
16
17include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.