Changeset 857 for trunk/psLib/test/collections/Makefile
- Timestamp:
- Jun 3, 2004, 5:13:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile
r780 r857 3 3 ## Makefile: test/collections 4 4 ## 5 ## $Revision: 1. 8$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 5-25 23:53:51$5 ## $Revision: 1.9 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-04 03:13:37 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 50 50 clean: 51 51 @echo " Deleting executable and binary files for 'test/collections'" 52 $(RM) $(TARGET) *.o *.lint 52 $(RM) $(TARGET) *.o *.lint *.i *.d 53 54 %.o : %.i 55 $(CC) $(CFLAGS) $(CPPFLAGS) -I$(PSLIB_INCL_DIR) -c -o $@ $< 53 56 54 57 %.o : %.c … … 56 59 57 60 % : %.o 58 $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS) 61 $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS) 59 62 60 63 %.lint: %.c 61 64 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 65 66 %.i: %.c 67 $(CC) -E $(CFLAGS) $(CPPFLAGS) -I$(PSLIB_INCL_DIR) -o $@ $< 62 68 63 69 %.d: %.c
Note:
See TracChangeset
for help on using the changeset viewer.
