source: rtems/c/src/exec/rtems/include/rtems/rtems/Makefile.am @ f0ab3fa

4.104.114.84.95
Last change on this file since f0ab3fa was f0ab3fa, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:32:04

2001-02-03 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am, include/rtems/rtems/Makefile.am, inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am, rtems/optman/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 944 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[f0ab3fa]7include_rtems_rtemsdir = $(includedir)/rtems/rtems
8
[811804fe]9## We only build multiprocessing related files if HAS_MP was defined
[df49c60]10MP_H_FILES = eventmp.h mp.h msgmp.h partmp.h regionmp.h semmp.h signalmp.h \
11    taskmp.h
[e1d8abb]12
[aefc109]13STD_H_FILES = asr.h attr.h cache.h clock.h config.h dpmem.h event.h \
14    eventset.h intr.h message.h modes.h options.h part.h ratemon.h region.h \
15    rtemsapi.h sem.h signal.h status.h support.h tasks.h timer.h types.h
[fba12eb6]16
17if HAS_MP
[f0ab3fa]18include_rtems_rtems_HEADERS = $(STD_H_FILES) $(MP_H_FILES)
[fba12eb6]19else
[f0ab3fa]20include_rtems_rtems_HEADERS = $(STD_H_FILES) $(MP_H_FILES)
[fba12eb6]21endif
[e1d8abb]22
[df49c60]23PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
[f0ab3fa]24    $(include_rtems_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/rtems/%)
[e1d8abb]25
26$(PROJECT_INCLUDE)/rtems/rtems:
27        @$(mkinstalldirs) $@
28$(PROJECT_INCLUDE)/rtems/rtems/%.h: %.h
29        $(INSTALL_DATA) $< $@
30
[df49c60]31all-local: $(PREINSTALL_FILES)
[e1d8abb]32
33include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.