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