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

4.104.114.84.95
Last change on this file since 811804fe was 811804fe, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 19:15:14

Patch from Ralf Corsepius <corsepiu@…> to make fix bug
where wrapup left pieces out of the librtemsall.a.

  • Property mode set to 100644
File size: 877 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7## We only build multiprocessing related files if HAS_MP was defined
8MP_H_PIECES_yes_V = eventmp.h mp.h msgmp.h partmp.h regionmp.h semmp.h \
9    signalmp.h taskmp.h
10MP_H_PIECES = $(MP_H_PIECES_$(HAS_MP)_V)
11
12H_PIECES = asr.h attr.h clock.h config.h dpmem.h event.h eventset.h intr.h \
13    message.h modes.h options.h part.h ratemon.h region.h rtemsapi.h sem.h \
14    signal.h status.h support.h tasks.h timer.h types.h $(MP_H_PIECES)
15
16noinst_HEADERS = $(H_PIECES)
17
18TMPINSTALL_FILES = \
19$(PROJECT_INCLUDE)/rtems/rtems \
20$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/rtems/%)
21
22$(PROJECT_INCLUDE)/rtems/rtems:
23        @$(mkinstalldirs) $@
24$(PROJECT_INCLUDE)/rtems/rtems/%.h: %.h
25        $(INSTALL_DATA) $< $@
26
27all-am: $(TMPINSTALL_FILES)
28debug-am: $(TMPINSTALL_FILES)
29profile-am: $(TMPINSTALL_FILES)
30
31include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.