IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2004, 2:31:55 PM (22 years ago)
Author:
gusciora
Message:

Most of these tests work.

File:
1 edited

Legend:

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

    r815 r887  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-29 01:15:41 $
     5##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-07 00:31:55 $
    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
    25 #         tst_psStats00 \
    26 #         tst_psStats01 \
    27 #         tst_psStats02 \
    28 #         tst_psStats03 \
    29 #         tst_psStats04
     19 tst_psMatrix02 \
     20 tst_psMatrix03 \
     21 tst_psMatrix04 \
     22 tst_psMatrix05 \
     23 tst_psMatrix06 \
     24 tst_psMatrix07 \
     25 tst_psStats00 \
     26 tst_psStats01 \
     27 tst_psStats02 \
     28 tst_psStats03 \
     29 tst_psStats05 \
     30 tst_psStats06 \
     31 tst_psStats07 \
     32 tst_psStats08 \
     33 tst_psStats09 \
     34 tst_psHist00 \
     35 tst_psHist01 \
     36 tst_psHist02 \
     37 tst_psFunc00 \
     38 tst_psFunc01 \
     39 tst_psImageStats00 \
     40 tst_psImageStats01 \
     41 tst_psImageStats02
    3042
    3143all: $(TARGET)
     
    4355tst_psStats03:          tst_psStats03.o
    4456tst_psStats04:          tst_psStats04.o
     57tst_psStats05:          tst_psStats05.o
     58tst_psStats06:          tst_psStats06.o
     59tst_psStats07:          tst_psStats07.o
     60tst_psStats08:          tst_psStats08.o
     61tst_psStats09:          tst_psStats09.o
     62tst_psHist00:           tst_psHist00.o
     63tst_psHist01:           tst_psHist01.o
     64tst_psHist02:           tst_psHist02.o
     65tst_psFunc00:           tst_psFunc00.o
     66tst_psFunc01:           tst_psFunc01.o
     67tst_psFunc02:           tst_psFunc02.o
     68tst_psFunc03:           tst_psFunc03.o
     69tst_psImageStats00:     tst_psImageStats00.o
     70tst_psImageStats01:     tst_psImageStats01.o
     71tst_psImageStats02:     tst_psImageStats02.o
     72tst_psImageStats03:     tst_psImageStats03.o
    4573
    4674clean:
     
    5482        $(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas $(LDFLAGS)
    5583
     84## NOTE: The distclean target does not remove the .o files.  The Makefiles must
     85## be repaired.
     86distclean:
     87        $(RM) $(TARGET)
     88
    5689%.lint: %.c
    5790        splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@
Note: See TracChangeset for help on using the changeset viewer.