IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2013, 10:10:20 AM (13 years ago)
Author:
bills
Message:

Add fftool (full force tool)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_branches/bills_201312/ippTools/src/Makefile.am

    r34913 r36386  
    3333        vptool \
    3434        sctool \
    35         releasetool
     35        releasetool \
     36        fftool
    3637
    3738pkginclude_HEADERS = \
     
    8788        vptool.h \
    8889        sctool.h \
    89         releasetool.h
     90        releasetool.h \
     91        fftool.h
    9092
    9193lib_LTLIBRARIES = libpxtools.la
     
    332334    releasetoolConfig.c
    333335
     336fftool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     337fftool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     338fftool_SOURCES = \
     339    fftool.c \
     340    fftoolConfig.c
     341
    334342clean-local:
    335343        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.