source: rtems/c/src/exec/rtems/inline/rtems/rtems/Makefile.am @ df49c60

4.104.114.84.95
Last change on this file since df49c60 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 597 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if INLINE
8I_FILES = asr.inl attr.inl dpmem.inl event.inl eventset.inl message.inl \
9    modes.inl options.inl part.inl ratemon.inl region.inl sem.inl status.inl \
10    support.inl tasks.inl timer.inl
11
12noinst_HEADERS = $(I_FILES)
13
14PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
15    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/rtems/%)
16
17$(PROJECT_INCLUDE)/rtems/rtems:
18        @$(mkinstalldirs) $@
19$(PROJECT_INCLUDE)/rtems/rtems/%.inl: %.inl
20        $(INSTALL_DATA) $< $@
21endif
22
23all-local: $(PREINSTALL_FILES)
24
25include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.