IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14481


Ignore:
Timestamp:
Aug 13, 2007, 4:33:33 PM (19 years ago)
Author:
jhoblitt
Message:

stub out magictool (copied from warptool)

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

Legend:

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

    r14018 r14481  
    11
    22bin_PROGRAMS = \
     3        camtool \
     4        chiptool \
    35        detselect \
    46        dettool \
    5         regtool \
    6         chiptool \
    7         camtool \
    8         warptool \
    97        difftool \
    10         stacktool \
     8        magictool \
    119        pxadmin \
    1210        pxinject \
    1311        pzgetexp \
     12        regtool \
     13        stacktool \
     14        warptool \
    1415        pzgetimfiles \
    1516        pztool
     
    2829
    2930noinst_HEADERS = \
     31        camtool.h \
     32        chiptool.h \
     33        detselect.h \
    3034        dettool.h \
    31         detselect.h \
     35        difftool.h \
     36        guidetool.h \
     37        magictool.h \
     38        pxinject.h \
    3239        regtool.h \
    33         guidetool.h \
    34         chiptool.h \
    35         camtool.h \
     40        stacktool.h \
    3641        warptool.h \
    37         difftool.h \
    38         stacktool.h \
    39         pxinject.h \
    4042        pzgetexp.h \
    4143        pzgetimfiles.h \
     
    9193    camtool.c \
    9294    camtoolConfig.c
     95
     96magictool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     97magictool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     98magictool_SOURCES = \
     99    magictool.c \
     100    magictoolConfig.c
    93101
    94102warptool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
Note: See TracChangeset for help on using the changeset viewer.