source: rtems/c/src/exec/rtems/macros/rtems/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: 587 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7I_FILES = asr.inl attr.inl dpmem.inl event.inl eventset.inl message.inl \
8    modes.inl options.inl part.inl ratemon.inl region.inl sem.inl status.inl \
9    support.inl tasks.inl timer.inl
10
11noinst_HEADERS = $(I_FILES)
12
13if MACROS
14
15PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
16    $(I_FILES:%=$(PROJECT_INCLUDE)/rtems/rtems/%)
17
18$(PROJECT_INCLUDE)/rtems/rtems:
19        @$(mkinstalldirs) $@
20$(PROJECT_INCLUDE)/rtems/rtems/%.inl: %.inl
21        $(INSTALL_DATA) $< $@
22endif
23
24all-am: $(PREINSTALL_FILES)
25
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.