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