source: rtems/c/src/exec/sapi/include/Makefile.am @ 37cd592

4.104.114.84.95
Last change on this file since 37cd592 was 37cd592, checked in by Joel Sherrill <joel.sherrill@…>, on 07/04/02 at 16:22:54

2002-07-04 Joel Sherrill <joel@…>

  • Jump table for single entry point removed.
  • include/rtems/directives.h, src/entrytable.c: Removed.
  • include/Makefile.am, src/Makefile.am, src/exinit.c: Modified to reflect above.
  • Property mode set to 100644
File size: 854 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/extension.h rtems/fatal.h \
22    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.