Changeset 675 for trunk/psLib/src/collections
- Timestamp:
- May 13, 2004, 2:59:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r665 r675 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1.1 1$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-1 3 20:10:36$5 ## $Revision: 1.12 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-14 00:59:11 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 32 32 SRC_OBJS = psBitSet.o \ 33 33 psVector.o \ 34 psSort.o 34 psSort.o \ 35 psImage.o 35 36 36 37 # Define PHONY target "all" which will make all the necessary items … … 62 63 63 64 %.lint: %.c 64 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 65 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 66 67 %.d: %.c 68 @set -e; rm -f $@; \ 69 $(CC) -M $(CFLAGS) $< > $@.$$$$; \ 70 sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \ 71 rm -f $@.$$$$ 72 73 include $(SRC_OBJS:.o=.d)
Note:
See TracChangeset
for help on using the changeset viewer.
