Changeset 31613
- Timestamp:
- Jun 8, 2011, 11:43:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/libdvo/Makefile
r31160 r31613 101 101 102 102 $(AINC)/autocode.h: $(AINCS) $(ADEF)/autocode.h $(ADEF)/common.h 103 @echo " make$@ from $^"104 cd $(AUTO) && make$@103 @echo "$(MAKE) $@ from $^" 104 cd $(AUTO) && $(MAKE) $@ 105 105 106 106 # generic rule for AINCS 107 107 $(AINC)/%.h : $(ADEF)/%.d $(ADEF)/autocode.h $(ADEF)/common.h 108 @echo " make$@ from $^"109 cd $(AUTO) && make$@108 @echo "$(MAKE) $@ from $^" 109 cd $(AUTO) && $(MAKE) $@ 110 110 111 111 # generic rule for ASRC 112 112 $(ASRC)/%.c : $(ADEF)/%.d $(ADEF)/autocode.c $(AINC)/%.h 113 @echo " make$@ from $^"114 cd $(AUTO) && make$@113 @echo "$(MAKE) $@ from $^" 114 cd $(AUTO) && $(MAKE) $@ 115 115 116 116 # generic rule for AOBJS 117 117 $(ASRC)/%.$(ARCH).o : $(ASRC)/%.c 118 @echo " make$@ from $^"119 cd $(AUTO) && make$@118 @echo "$(MAKE) $@ from $^" 119 cd $(AUTO) && $(MAKE) $@ 120 120 121 121 tabletest: install … … 124 124 clean: cleandef 125 125 cleandef: 126 cd $(AUTO) && makeclean126 cd $(AUTO) && $(MAKE) clean 127 127 128 128 .PRECIOUS: $(ASRC)/%.c
Note:
See TracChangeset
for help on using the changeset viewer.
