IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3690 for trunk/psLib/src


Ignore:
Timestamp:
Apr 8, 2005, 2:04:58 PM (21 years ago)
Author:
desonia
Message:

moved around some files and modified FullUnitTest to use runTest.

Location:
trunk/psLib/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/Makefile.am

    r3684 r3690  
    1414libpslibastronomy_la_SOURCES = \
    1515        psTime.c \
    16         psMetadata.c \
    17         psMetadataIO.c \
    1816        psCoord.c \
    1917        psAstrometry.c \
    20         psDB.c \
    2118        aoppa.f aopqk.f oapqk.f airmas.f eqeqx.f geoc.f refco.f aoppat.f \
    2219        dranrm.f dcs2c.f refz.f refro.f dcc2s.f gmst.f atms.f atmt.f nutc.f drange.f
     
    3229pslibinclude_HEADERS = \
    3330        psTime.h \
    34         psMetadata.h \
    35         psMetadataIO.h \
    3631        psCoord.h \
    3732        psAstrometry.h \
    3833        psPhotometry.h \
    39         psDB.h \
    4034        slalib.h
    4135
  • trunk/psLib/src/collections/Makefile.am

    r3684 r3690  
    11#Makefile for collections functions of psLib
    22#
     3
    34INCLUDES = \
    45        -I$(top_srcdir)/src/astronomy \
     
    1819        psCompare.c \
    1920        psArray.c \
    20         psHash.c
     21        psHash.c \
     22        psMetadata.c \
     23        psMetadataIO.c
    2124
    2225BUILT_SOURCES = psCollectionsErrors.h
     
    3437        psCompare.h \
    3538        psArray.h \
    36         psHash.h
     39        psHash.h \
     40        psMetadata.h \
     41        psMetadataIO.h
    3742
  • trunk/psLib/src/dataIO/Makefile.am

    r3684 r3690  
    1313libpslibdataIO_la_SOURCES = \
    1414        psLookupTable.c \
    15         psFits.c
     15        psFits.c \
     16        psDB.c
     17
    1618
    1719BUILT_SOURCES = psFileUtilsErrors.h
     
    2426pslibinclude_HEADERS = \
    2527        psLookupTable.h \
    26         psFits.h
     28        psFits.h \
     29        psDB.h
    2730
  • trunk/psLib/src/fileUtils/Makefile.am

    r3684 r3690  
    1313libpslibdataIO_la_SOURCES = \
    1414        psLookupTable.c \
    15         psFits.c
     15        psFits.c \
     16        psDB.c
     17
    1618
    1719BUILT_SOURCES = psFileUtilsErrors.h
     
    2426pslibinclude_HEADERS = \
    2527        psLookupTable.h \
    26         psFits.h
     28        psFits.h \
     29        psDB.h
    2730
Note: See TracChangeset for help on using the changeset viewer.