source: rtems/c/src/exec/libblock/Makefile.am @ 9909f34c

4.104.114.84.95
Last change on this file since 9909f34c was 9909f34c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/18/02 at 12:36:40

2002-06-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 594 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = src
8
9include_rtemsdir = $(includedir)/rtems
10
11$(PROJECT_INCLUDE)/%.h: include/%.h
12        $(INSTALL_DATA) $< $@
13
14$(PROJECT_INCLUDE)/rtems:
15        @$(mkinstalldirs) $@
16
17include_rtems_HEADERS = \
18    include/rtems/bdbuf.h  include/rtems/blkdev.h \
19    include/rtems/diskdevs.h  include/rtems/ramdisk.h
20
21PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
22    $(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
23
24all-local: $(PREINSTALL_FILES)
25
26
27EXTRA_DIST = README
28
29include $(top_srcdir)/../automake/subdirs.am
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.