source: rtems/cpukit/sapi/inline/Makefile.am @ ef7ceb4

4.104.114.84.95
Last change on this file since ef7ceb4 was ef7ceb4, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:45:40

2002-03-27 Ralf Corsepius <corsepiu@…>

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