IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28343 for trunk/ippTools/src


Ignore:
Timestamp:
Jun 15, 2010, 3:27:31 PM (16 years ago)
Author:
Paul Price
Message:

Adding database tables and tools for (re-)photometry of diffs.

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

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src

    • Property svn:ignore
      •  

        old new  
        3939warptool
        4040staticskytool
         41
         42diffphottool
  • trunk/ippTools/src/Makefile.am

    r28091 r28343  
    2525        warptool \
    2626        receivetool \
    27         pubtool
     27        pubtool \
     28        diffphottool
    2829
    2930pkginclude_HEADERS = \
     
    6970        staticskytool.h \
    7071        warptool.h \
    71         pubtool.h
     72        pubtool.h \
     73        diffphottool.h
    7274
    7375lib_LTLIBRARIES = libpxtools.la
     
    264266    pubtoolConfig.c
    265267
     268diffphottool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     269diffphottool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     270diffphottool_SOURCES = \
     271    diffphottool.c \
     272    diffphottoolConfig.c
     273
    266274clean-local:
    267275        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.