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

4.104.114.84.95
Last change on this file since 4ca9353 was ef73563f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 06:35:08

2002-07-22 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
  • Property mode set to 100644
File size: 591 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
26EXTRA_DIST = README
27
28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.