source: rtems/c/src/exec/sapi/macros/rtems/Makefile.am @ 3ebf5df

4.104.114.84.95
Last change on this file since 3ebf5df was 3ebf5df, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:32:28

2001-02-03 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am, include/rtems/Makefile.am, inline/rtems/Makefile.am, macros/rtems/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 486 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_rtemsdir = $(includedir)/rtems
8
9I_FILES = extension.inl
10
11if MACROS
12include_rtems_HEADERS = $(I_FILES)
13
14PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
15    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
16
17$(PROJECT_INCLUDE)/rtems:
18        @$(mkinstalldirs) $@
19$(PROJECT_INCLUDE)/rtems/%.inl: %.inl
20        $(INSTALL_DATA) $< $@
21endif
22
23all-local: $(PREINSTALL_FILES)
24
25EXTRA_DIST = $(I_FILES)
26
27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.