IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2004, 4:52:23 PM (22 years ago)
Author:
harman
Message:

Added psMatrix test files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/Makefile

    r780 r798  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-25 23:53:50 $
     5##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-28 02:52:23 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717
    1818TARGET = tst_psMatrix01 \
     19         tst_psMatrix02 \
     20         tst_psMatrix03 \
     21         tst_psMatrix04 \
     22         tst_psMatrix05 \
     23         tst_psMatrix06 \
     24         tst_psMatrix07 \
    1925         tst_psStats00 \
    2026         tst_psStats01 \
     
    2632
    2733tst_psMatrix01:         tst_psMatrix01.o
     34tst_psMatrix02:         tst_psMatrix02.o
     35tst_psMatrix03:         tst_psMatrix03.o
     36tst_psMatrix04:         tst_psMatrix04.o
     37tst_psMatrix05:         tst_psMatrix05.o
     38tst_psMatrix06:         tst_psMatrix06.o
     39tst_psMatrix07:         tst_psMatrix07.o
    2840tst_psStats00:          tst_psStats00.o
    2941tst_psStats01:          tst_psStats01.o
     
    4052
    4153%   : %.o
    42         $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS)
     54        $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas $(LDFLAGS)
    4355
    4456%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.