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