IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32511 for trunk/ippTools


Ignore:
Timestamp:
Oct 6, 2011, 3:23:41 PM (15 years ago)
Author:
bills
Message:

add vptool for managing the video photometry stage's tables

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

Legend:

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

    r31435 r32511  
    2929        diffphottool \
    3030        minidvodbtool \
    31         laptool
     31        laptool \
     32        vptool
    3233
    3334pkginclude_HEADERS = \
     
    7879        diffphottool.h \
    7980        minidvodbtool.h \
    80         laptool.h
     81        laptool.h \
     82        vptool.h
    8183
    8284lib_LTLIBRARIES = libpxtools.la
     
    298300    laptoolConfig.c
    299301
     302vptool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     303vptool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     304vptool_SOURCES = \
     305    vptool.c \
     306    vptoolConfig.c
     307
    300308clean-local:
    301309        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.