Changeset bd9baa81 in rtems for cpukit/sapi/preinstall.am
- Timestamp:
- Apr 4, 2011, 6:44:16 PM (9 years ago)
- Branches:
- 4.11, master
- Children:
- 142b3b8
- Parents:
- ff49ffe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/preinstall.am
rff49ffe rbd9baa81 61 61 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mptables.h 62 62 63 $(PROJECT_INCLUDE)/rtems/rbtree.h: include/rtems/rbtree.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) 64 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rbtree.h 65 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rbtree.h 66 63 67 $(PROJECT_INCLUDE)/rtems/sptables.h: include/rtems/sptables.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) 64 68 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/sptables.h … … 73 77 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/extension.inl 74 78 79 $(PROJECT_INCLUDE)/rtems/rbtree.inl: inline/rtems/rbtree.inl $(PROJECT_INCLUDE)/rtems/$(dirstamp) 80 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rbtree.inl 81 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rbtree.inl 82 75 83 $(PROJECT_LIB)/libsapi.a: libsapi.a $(PROJECT_LIB)/$(dirstamp) 76 84 $(INSTALL_DATA) $< $(PROJECT_LIB)/libsapi.a
Note: See TracChangeset
for help on using the changeset viewer.