forked from Imagelibrary/rtems
2006-10-19 Joel Sherrill <joel@OARcorp.com>
* score/Makefile.am, score/preinstall.am: Add pieces missed in previous commit.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-10-19 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* score/Makefile.am, score/preinstall.am: Add pieces missed in previous
|
||||||
|
commit.
|
||||||
|
|
||||||
2006-10-19 Joel Sherrill <joel@OARcorp.com>
|
2006-10-19 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac, itron/Makefile.am, itron/preinstall.am,
|
* configure.ac, itron/Makefile.am, itron/preinstall.am,
|
||||||
|
|||||||
@@ -20,9 +20,10 @@ include_rtems_score_HEADERS = include/rtems/score/address.h \
|
|||||||
include/rtems/score/apiext.h include/rtems/score/apimutex.h \
|
include/rtems/score/apiext.h include/rtems/score/apimutex.h \
|
||||||
include/rtems/score/bitfield.h include/rtems/score/chain.h \
|
include/rtems/score/bitfield.h include/rtems/score/chain.h \
|
||||||
include/rtems/score/context.h include/rtems/score/copyrt.h \
|
include/rtems/score/context.h include/rtems/score/copyrt.h \
|
||||||
include/rtems/score/corebarrier.h \
|
include/rtems/score/corebarrier.h include/rtems/score/coremsg.h \
|
||||||
include/rtems/score/coremsg.h include/rtems/score/coremutex.h \
|
include/rtems/score/coremutex.h include/rtems/score/corerwlock.h \
|
||||||
include/rtems/score/coresem.h include/rtems/score/heap.h \
|
include/rtems/score/coresem.h include/rtems/score/corespinlock.h \
|
||||||
|
include/rtems/score/heap.h \
|
||||||
include/rtems/score/interr.h include/rtems/score/isr.h \
|
include/rtems/score/interr.h include/rtems/score/isr.h \
|
||||||
include/rtems/score/object.h include/rtems/score/priority.h \
|
include/rtems/score/object.h include/rtems/score/priority.h \
|
||||||
include/rtems/score/stack.h include/rtems/score/states.h \
|
include/rtems/score/stack.h include/rtems/score/states.h \
|
||||||
|
|||||||
@@ -168,7 +168,6 @@ $(PROJECT_INCLUDE)/rtems/score/threadmp.h: include/rtems/score/threadmp.h $(PROJ
|
|||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadmp.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadmp.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadmp.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadmp.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/address.inl: inline/rtems/score/address.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/address.inl: inline/rtems/score/address.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.inl
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.inl
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/address.inl
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/address.inl
|
||||||
|
|||||||
Reference in New Issue
Block a user