Changeset 733 for trunk/psLib/test/collections/Makefile
- Timestamp:
- May 18, 2004, 4:16:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile
r714 r733 3 3 ## Makefile: test/collections 4 4 ## 5 ## $Revision: 1. 5$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-1 8 02:34:00$5 ## $Revision: 1.6 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-19 02:16:58 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 53 53 54 54 %.o : %.c 55 $(CC) $(CFLAGS) $(CPPFLAGS) -I$(PSLIB_INCL_DIR) -c -o $@ $< 55 $(CC) $(CFLAGS) $(CPPFLAGS) -I$(PSLIB_INCL_DIR) -c -o $@ $< 56 56 57 57 % : %.o 58 $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -lpslib -lpstest -o $@ $< 58 $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -lpslib -lpstest -o $@ $< 59 59 60 60 %.lint: %.c 61 61 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 62 62 63 %.d: %.c 64 $(CC) -M $(CFLAGS) $< > $@.tmp 65 sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@ 66 $(RM) -f $@.tmp 63 67
Note:
See TracChangeset
for help on using the changeset viewer.
