Changeset afc3f27b in rtems
- Timestamp:
- 01/14/04 06:47:37 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 81b29d79
- Parents:
- dc3b7da
- Location:
- c/src/lib/libcpu/mips
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/ChangeLog
rdc3b7da rafc3f27b 1 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. 4 Add PRE/TMPINSTALL_FILES to CLEANFILES. 5 * shared/Makefile.am: Ditto. 6 * tx39/Makefile.am: Ditto. 7 1 8 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libcpu/mips/mongoosev/Makefile.am
rdc3b7da rafc3f27b 62 62 @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu 63 63 @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp) 64 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp) 64 65 65 66 $(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp) … … 70 71 @$(mkdir_p) $(PROJECT_INCLUDE)/libchip 71 72 @: > $(PROJECT_INCLUDE)/libchip/$(dirstamp) 73 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/$(dirstamp) 72 74 73 75 $(PROJECT_INCLUDE)/libchip/mg5uart.h: duart/mg5uart.h $(PROJECT_INCLUDE)/libchip/$(dirstamp) … … 75 77 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/mg5uart.h 76 78 79 CLEANFILES = $(PREINSTALL_FILES) 80 77 81 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/mips/shared/Makefile.am
rdc3b7da rafc3f27b 71 71 72 72 ## -- 73 73 74 PREINSTALL_FILES = 74 75 … … 76 77 @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu 77 78 @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp) 79 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp) 78 80 79 81 $(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp) … … 81 83 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h 82 84 85 CLEANFILES = $(PREINSTALL_FILES) 86 83 87 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/mips/tx39/Makefile.am
rdc3b7da rafc3f27b 41 41 @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu 42 42 @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp) 43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp) 43 44 44 45 $(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp) … … 46 47 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/tx3904.h 47 48 49 CLEANFILES = $(PREINSTALL_FILES) 50 48 51 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.