IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2011, 3:59:42 PM (15 years ago)
Author:
watersc1
Message:

LAP code, quick stacking code, and unconvolved diff code.

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src

  • trunk/ippTools/src/Makefile.am

    r29528 r31435  
    2828        pubtool \
    2929        diffphottool \
    30         minidvodbtool
     30        minidvodbtool \
     31        laptool
    3132
    3233pkginclude_HEADERS = \
     
    7677        pubtool.h \
    7778        diffphottool.h \
    78         minidvodbtool.h
     79        minidvodbtool.h \
     80        laptool.h
    7981
    8082lib_LTLIBRARIES = libpxtools.la
     
    290292    minidvodbtoolConfig.c
    291293
     294laptool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     295laptool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     296laptool_SOURCES = \
     297    laptool.c \
     298    laptoolConfig.c
     299
    292300clean-local:
    293301        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.