IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2004, 10:43:31 AM (22 years ago)
Author:
harman
Message:

Moved psHash to collections dir

File:
1 edited

Legend:

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

    r1308 r1421  
    33##  Makefile:   test/collections
    44##
    5 ##  $Revision: 1.21 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-28 02:50:37 $
     5##  $Revision: 1.22 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-08-09 20:42:24 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1919LDFLAGS := -L../../lib -lpslib -lpstest $(LDFLAGS)
    2020
    21 TARGET = tst_psVector \
    22          tst_psArray \
    23          tst_psBitSet_01 \
    24          tst_psBitSet_02 \
    25          tst_psBitSet_03 \
    26          tst_psBitSet_04 \
    27          tst_psBitSet_05 \
    28          tst_psBitSet_06 \
    29          tst_psBitSet_07 \
    30          tst_psBitSet_08 \
     21TARGET = tst_psVector          \
     22         tst_psArray           \
     23         tst_psBitSet_01       \
     24         tst_psBitSet_02       \
     25         tst_psBitSet_03       \
     26         tst_psBitSet_04       \
     27         tst_psBitSet_05       \
     28         tst_psBitSet_06       \
     29         tst_psBitSet_07       \
     30         tst_psBitSet_08       \
    3131         tst_psVectorSort_01   \
    3232         tst_psVectorSort_02   \
    3333         tst_psVectorSort_03   \
    3434         tst_psVectorSort_04   \
    35          tst_psList
     35         tst_psList            \
     36         tst_psHash00          \
     37         tst_psHash01          \
     38         tst_psHash02          \
     39         tst_psHash03          \
     40         tst_psHash04
    3641
    3742OBJS = $(addsuffix .o,$(TARGET))
Note: See TracChangeset for help on using the changeset viewer.