IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2005, 12:49:31 AM (21 years ago)
Author:
desonia
Message:

code reorganization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/Makefile.am

    r4547 r4549  
    1 #Makefile for mathtypes tests
     1#Makefile for sys tests
    22#
    33AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
     
    1212        tst_psTrace
    1313
    14 tst_psImage_SOURCES =  tst_psImage.c
    15 tst_psScalar_SOURCES =  tst_psScalar.c
    16 tst_psVector_SOURCES =  tst_psVector.c
    17 tst_psVectorSort_01_SOURCES =  tst_psVectorSort_01.c
    18 tst_psVectorSort_02_SOURCES =  tst_psVectorSort_02.c
    19 tst_psVectorSort_03_SOURCES =  tst_psVectorSort_03.c
    20 tst_psVectorSort_04_SOURCES =  tst_psVectorSort_04.c
     14tst_psAbort_SOURCES =  tst_psAbort.c
     15tst_psConfigure_SOURCES =  tst_psConfigure.c
     16tst_psError_SOURCES =  tst_psError.c
     17tst_psLogMsg_SOURCES =  tst_psLogMsg.c
     18tst_psMemory_SOURCES =  tst_psMemory.c
     19tst_psString_SOURCES =  tst_psString.c
     20tst_psTrace_SOURCES =  tst_psTrace.c
    2121
    2222check_DATA =
Note: See TracChangeset for help on using the changeset viewer.