Changeset 691
- Timestamp:
- May 14, 2004, 11:54:51 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/Makefile
r675 r691 6 6 include ../Makefile.Globals 7 7 CFLAGS := $(CFLAGS_RELOC) -I. 8 SRC_OBJS = 8 SRC_OBJS = psStats.o 9 9 10 10 all: $(TARGET_STATIC) … … 34 34 %.lint: %.c 35 35 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 36 37 %.d: %.c38 @set -e; rm -f $@; \39 $(CC) -M $(CFLAGS) $< > $@.$$$$; \40 sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \41 rm -f $@.$$$$42 43 include $(SRC_OBJS:.o=.d)
Note:
See TracChangeset
for help on using the changeset viewer.
