source: rtems/c/src/exec/score/macros/rtems/score/Makefile.am @ fba12eb6

4.104.114.84.95
Last change on this file since fba12eb6 was fba12eb6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 13:29:04

Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@…>
to convert the libc directory to automake and "dozens of
small fixes for Makefile.ins/configure.ins below c/src/lib."

  • Property mode set to 100644
File size: 905 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[811804fe]7## We only build multiprocessing related files if HAS_MP was defined
[9608320]8MP_I_FILES = mppkt.inl objectmp.inl threadmp.inl
[e1d8abb]9
[fba12eb6]10STD_I_FILES = address.inl chain.inl coremsg.inl coremutex.inl coresem.inl heap.inl \
[e1d8abb]11    isr.inl object.inl priority.inl stack.inl states.inl sysstate.inl \
[fba12eb6]12    thread.inl tod.inl tqdata.inl userext.inl watchdog.inl wkspace.inl
[e1d8abb]13
[fba12eb6]14noinst_HEADERS = $(STD_I_FILES) $(MP_I_FILES)
15
16if MACROS
17if HAS_MP
18I_FILES = $(STD_I_FILES) $(MP_I_FILES)
19else
20I_FILES = $(STD_I_FILES
21endif
[e1d8abb]22
[9608320]23PREINSTALL_FILES = \
[fba12eb6]24$(PROJECT_INCLUDE)/rtems/score \
25$(I_FILES:%=$(PROJECT_INCLUDE)/rtems/score%)
[e1d8abb]26
27$(PROJECT_INCLUDE)/rtems/score:
28        @$(mkinstalldirs) $@
29$(PROJECT_INCLUDE)/rtems/score/%.inl: %.inl
30        $(INSTALL_DATA) $< $@
31endif
32
[9608320]33all-am: $(PREINSTALL_FILES)
34debug-am: $(PREINSTALL_FILES)
35profile-am: $(PREINSTALL_FILES)
[e1d8abb]36
37include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.