Changeset 759 for trunk/psLib/test/dataManip/Makefile
- Timestamp:
- May 24, 2004, 11:04:06 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/Makefile
r730 r759 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1. 4$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05- 19 01:52:07$5 ## $Revision: 1.5 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-24 21:04:06 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 PSLIB_LIB_DIR = ../../lib 17 17 18 TARGET = tst_psStats00 \ 18 TARGET = tst_psMatrix01 \ 19 tst_psStats00 \ 19 20 tst_psStats01 \ 20 21 tst_psStats02 \ … … 24 25 all: $(TARGET) 25 26 27 tst_psMatrix01: tst_psMatrix01.o 26 28 tst_psStats00: tst_psStats00.o 27 29 tst_psStats01: tst_psStats01.o … … 38 40 39 41 % : %.o 40 $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest - o $@ $<42 $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $< 41 43 42 44 %.lint: %.c
Note:
See TracChangeset
for help on using the changeset viewer.
