IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33720 for trunk/ippTools/src


Ignore:
Timestamp:
Apr 5, 2012, 1:00:05 PM (14 years ago)
Author:
bills
Message:

Add table skycell to the database and the program
sctool (skycelltool but easier to type)

Location:
trunk/ippTools/src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/Makefile.am

    r33031 r33720  
    3131        mergetool \
    3232        laptool \
    33         vptool
     33        vptool \
     34        sctool
    3435
    3536pkginclude_HEADERS = \
     
    8384        mergetool.h \
    8485        laptool.h \
    85         vptool.h
     86        vptool.h \
     87        sctool.h
    8688
    8789lib_LTLIBRARIES = libpxtools.la
     
    316318    vptoolConfig.c
    317319
     320sctool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     321sctool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     322sctool_SOURCES = \
     323    sctool.c \
     324    sctoolConfig.c
     325
    318326clean-local:
    319327        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.