source: rtems/c/src/exec/sapi/inline/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: 438 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
[3ebf5df]6include_rtemsdir = $(includedir)/rtems
[e1d8abb]7
8if INLINE
[3ebf5df]9include_rtems_HEADERS = extension.inl
[e1d8abb]10
[df49c60]11PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
[3ebf5df]12    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
[e1d8abb]13
14$(PROJECT_INCLUDE)/rtems:
15        @$(mkinstalldirs) $@
16$(PROJECT_INCLUDE)/rtems/%.inl: %.inl
17        $(INSTALL_DATA) $< $@
18endif
19
[df49c60]20all-local: $(PREINSTALL_FILES)
[e1d8abb]21
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.