Changeset 732 for trunk/psLib/src/dataManip/Makefile
- Timestamp:
- May 18, 2004, 4:16:04 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/Makefile
r729 r732 33 33 34 34 %.lint: %.c 35 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 35 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 36 37 %.d: %.c 38 $(CC) -M $(CFLAGS) $< > $@.tmp 39 sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@ 40 $(RM) -f $@.tmp 41 42 include $(SRC_OBJS:.o=.d)
Note:
See TracChangeset
for help on using the changeset viewer.
