source: rtems/cpukit/sapi/include/Makefile.am @ fc566251

4.104.114.84.95
Last change on this file since fc566251 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: 913 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.5
6
7$(PROJECT_INCLUDE):
8        @$(mkinstalldirs) $@
9$(PROJECT_INCLUDE)/rtems:
10        @$(mkinstalldirs) $@
11
12$(PROJECT_INCLUDE)/%.h: %.h
13        $(INSTALL_DATA) $< $@
14
15include_HEADERS = confdefs.h
16
17PREINSTALL_FILES = $(PROJECT_INCLUDE) \
18    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
19
20include_rtemsdir = $(includedir)/rtems
21
22include_rtems_HEADERS = rtems/config.h rtems/directives.h rtems/extension.h \
23    rtems/fatal.h rtems/init.h rtems/io.h rtems/mptables.h rtems/sptables.h
24
25PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
26    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
27
28EXTRA_DIST = rtems/README
29
30rtems/sptables.h: $(top_builddir)/config.status $(top_srcdir)/sapi/include/rtems/sptables.h.in
31        cd $(top_builddir) && CONFIG_FILES=sapi/include/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
32
33all-local: $(PREINSTALL_FILES)
34
35include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.