source: rtems/c/src/exec/sapi/inline/rtems/Makefile.am @ 6f921ba

Last change on this file since 6f921ba was 6f921ba, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 17:57:21

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

  • Property mode set to 100644
File size: 404 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if INLINE
8I_FILES = extension.inl
9
10noinst_HEADERS = $(I_FILES)
11
12PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
13    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
14
15$(PROJECT_INCLUDE)/rtems:
16        @$(mkinstalldirs) $@
17$(PROJECT_INCLUDE)/rtems/%.inl: %.inl
18        $(INSTALL_DATA) $< $@
19endif
20
21all-am: $(PREINSTALL_FILES)
22
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.