Changeset df49c60 in rtems for c/src/exec/score/macros/rtems/score/Makefile.am
- Timestamp:
- 06/12/00 15:00:15 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- edeed26
- Parents:
- 0ab65474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/macros/rtems/score/Makefile.am
r0ab65474 rdf49c60 8 8 MP_I_FILES = mppkt.inl objectmp.inl threadmp.inl 9 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 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 13 14 14 15 noinst_HEADERS = $(STD_I_FILES) $(MP_I_FILES) … … 21 22 endif 22 23 23 PREINSTALL_FILES = \ 24 $(PROJECT_INCLUDE)/rtems/score \ 25 $(I_FILES:%=$(PROJECT_INCLUDE)/rtems/score%) 24 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ 25 $(I_FILES:%=$(PROJECT_INCLUDE)/rtems/score%) 26 26 27 27 $(PROJECT_INCLUDE)/rtems/score: … … 31 31 endif 32 32 33 all-am: $(PREINSTALL_FILES) 34 debug-am: $(PREINSTALL_FILES) 35 profile-am: $(PREINSTALL_FILES) 33 all-local: $(PREINSTALL_FILES) 36 34 37 35 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.