Changeset 698 for trunk/psLib/src/dataManip/Makefile
- Timestamp:
- May 14, 2004, 3:55:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/Makefile
r691 r698 5 5 TARGET_STATIC = libpslib.a 6 6 include ../Makefile.Globals 7 CFLAGS := $(CFLAGS_RELOC) -I. 7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. 8 8 SRC_OBJS = psStats.o 9 9 … … 12 12 %.o: %.c 13 13 @echo " Compiling $<. " 14 $(CC) $(CFLAGS) -I../sysUtils -I../collections -I..-c $< -o $@14 $(CC) $(CFLAGS) -c $< -o $@ 15 15 16 16 libpslib.a: $(SRC_OBJS) … … 34 34 %.lint: %.c 35 35 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 36 37 %.d: %.c 38 @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.
