source: rtems/cpukit/libblock/Makefile.am @ ef73563f

4.104.114.84.95
Last change on this file since ef73563f 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
RevLine 
[e51bd96]1##
2## $Id$
3##
4
[6e183f1]5ACLOCAL_AMFLAGS = -I ../aclocal
[e51bd96]6
[9909f34c]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 = \
[ef73563f]18    include/rtems/bdbuf.h include/rtems/blkdev.h \
19    include/rtems/diskdevs.h include/rtems/ramdisk.h
[9909f34c]20
21PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
22    $(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
23
24all-local: $(PREINSTALL_FILES)
25
[e51bd96]26EXTRA_DIST = README
27
[6e183f1]28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.