source: rtems/cpukit/libblock/Makefile.am @ 4e97166

4.104.114.84.95
Last change on this file since 4e97166 was 4e97166, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 09:57:43

Remove all-local.

  • Property mode set to 100644
File size: 458 bytes
RevLine 
[e51bd96]1##
2## $Id$
3##
4
[f3f0c916]5include $(top_srcdir)/automake/multilib.am
[6ac4e84f]6include $(top_srcdir)/automake/compile.am
7
[bceb652f]8if !UNIX
[846a4af]9noinst_LIBRARIES = libblock.a
[fa73ccb]10libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c \
11    src/ide_part_table.c include/rtems/bdbuf.h include/rtems/blkdev.h \
[dbe06865]12    include/rtems/diskdevs.h include/rtems/ramdisk.h \
13    include/rtems/ide_part_table.h
[bceb652f]14endif
[e51bd96]15
[4e97166]16include $(srcdir)/preinstall.am
[f3f0c916]17include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.