source: rtems/cpukit/sapi/macros/Makefile.am @ a11e5d35

4.104.114.84.95
Last change on this file since a11e5d35 was a11e5d35, checked in by Joel Sherrill <joel.sherrill@…>, on 10/16/01 at 13:31:15

2001-10-16 Ralf Corsepius <corsepiu@…>

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