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
|
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 heap.inl \ |
---|
11 | isr.inl object.inl priority.inl stack.inl states.inl sysstate.inl \ |
---|
12 | thread.inl tod.inl tqdata.inl userext.inl watchdog.inl wkspace.inl |
---|
13 | |
---|
14 | noinst_HEADERS = $(STD_I_FILES) $(MP_I_FILES) |
---|
15 | |
---|
16 | if MACROS |
---|
17 | if HAS_MP |
---|
18 | I_FILES = $(STD_I_FILES) $(MP_I_FILES) |
---|
19 | else |
---|
20 | I_FILES = $(STD_I_FILES |
---|
21 | endif |
---|
22 | |
---|
23 | PREINSTALL_FILES = \ |
---|
24 | $(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-am: $(PREINSTALL_FILES) |
---|
34 | debug-am: $(PREINSTALL_FILES) |
---|
35 | profile-am: $(PREINSTALL_FILES) |
---|
36 | |
---|
37 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.