Changeset 16139 for trunk/Ohana/src/libdvo/Makefile
- Timestamp:
- Jan 18, 2008, 2:52:14 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/Makefile
r16093 r16139 91 91 92 92 $(AINC)/autocode.h: $(AINCS) $(ADEF)/autocode.h $(ADEF)/common.h 93 echo "make $@ from $^"93 @echo "make $@ from $^" 94 94 cd $(AUTO) && make $@ 95 95 96 96 # generic rule for AINCS 97 97 $(AINC)/%.h : $(ADEF)/%.d $(ADEF)/autocode.h $(ADEF)/common.h 98 echo "make $@ from $^"98 @echo "make $@ from $^" 99 99 cd $(AUTO) && make $@ 100 100 101 101 # generic rule for ASRC 102 102 $(ASRC)/%.c : $(ADEF)/%.d $(ADEF)/autocode.c $(AINC)/%.h 103 echo "make $@ from $^"103 @echo "make $@ from $^" 104 104 cd $(AUTO) && make $@ 105 105 106 106 # generic rule for AOBJS 107 107 $(ASRC)/%.$(ARCH).o : $(ASRC)/%.c 108 echo "make $@ from $^"108 @echo "make $@ from $^" 109 109 cd $(AUTO) && make $@ 110 110
Note:
See TracChangeset
for help on using the changeset viewer.
