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


include_rtemsdir = $(includedir)/rtems

$(PROJECT_INCLUDE)/rtems:
	@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%: %
	$(INSTALL_DATA) $< $@

if MACROS
include_rtems_HEADERS = rtems/extension.inl

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

all-local: $(PREINSTALL_FILES)

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