Changeset 780
- Timestamp:
- May 25, 2004, 1:53:51 PM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 3 edited
-
collections/Makefile (modified) (2 diffs)
-
dataManip/Makefile (modified) (2 diffs)
-
sysUtils/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile
r763 r780 3 3 ## Makefile: test/collections 4 4 ## 5 ## $Revision: 1. 7$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-2 4 21:33:44$5 ## $Revision: 1.8 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-25 23:53:51 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 56 56 57 57 % : %.o 58 $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<58 $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS) 59 59 60 60 %.lint: %.c -
trunk/psLib/test/dataManip/Makefile
r759 r780 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1. 5$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-2 4 21:04:06$5 ## $Revision: 1.6 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-25 23:53:50 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 40 40 41 41 % : %.o 42 $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<42 $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS) 43 43 44 44 %.lint: %.c -
trunk/psLib/test/sysUtils/Makefile
r762 r780 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1.1 0$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-2 4 21:33:27$5 ## $Revision: 1.11 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-25 23:53:51 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 68 68 69 69 % : %.o 70 $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<70 $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS) 71 71 72 72 %.lint: %.c
Note:
See TracChangeset
for help on using the changeset viewer.
