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

4.104.114.84.95
Last change on this file since 0e99592e was 0e99592e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 13:36:03

2001-09-28 Ralf Corsepius <corsepiu@…>

  • include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/Makefile.am: Use 'PREINSTALL_FILES ='.
  • inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
  • macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
  • Property mode set to 100644
File size: 699 bytes
RevLine 
[811804fe]1##
2##  $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[f0ab3fa]7include_rtems_rtemsdir = $(includedir)/rtems/rtems
8
[9608320]9I_FILES = asr.inl attr.inl dpmem.inl event.inl eventset.inl message.inl \
[df49c60]10    modes.inl options.inl part.inl ratemon.inl region.inl sem.inl status.inl \
11    support.inl tasks.inl timer.inl
[e1d8abb]12
[f0ab3fa]13if INLINE
14include_rtems_rtems_HEADERS = $(I_FILES)
[e1d8abb]15
[0e99592e]16PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/rtems \
[f0ab3fa]17    $(include_rtems_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/rtems/%)
[e1d8abb]18
19$(PROJECT_INCLUDE)/rtems/rtems:
20        @$(mkinstalldirs) $@
21$(PROJECT_INCLUDE)/rtems/rtems/%.inl: %.inl
22        $(INSTALL_DATA) $< $@
23endif
24
[df49c60]25all-local: $(PREINSTALL_FILES)
[e1d8abb]26
[f0ab3fa]27EXTRA_DIST = $(I_FILES)
28
[e1d8abb]29include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.