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