Changeset afc3f27b in rtems for c/src/lib/libcpu/mips/mongoosev/Makefile.am
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.