summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libblock/include/Makefile.am
blob: 298ae2974ddce5c5e82942a34ea9b11f83badf4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.5

include_rtemsdir = $(includedir)/rtems

$(PROJECT_INCLUDE)/%.h: %.h
	$(INSTALL_DATA) $< $@

$(PROJECT_INCLUDE)/rtems:
	@$(mkinstalldirs) $@

include_rtems_HEADERS = \
    rtems/bdbuf.h  rtems/blkdev.h  rtems/diskdevs.h  rtems/ramdisk.h

PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)

all-local: $(PREINSTALL_FILES)

include $(top_srcdir)/../../../automake/local.am