IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15537


Ignore:
Timestamp:
Nov 8, 2007, 6:30:35 PM (19 years ago)
Author:
jhoblitt
Message:

stub out caltool (copied from dettool)

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

Legend:

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

    r15453 r15537  
    11bin_PROGRAMS = \
     2        caltool \
    23        camtool \
    34        chiptool \
     
    3334noinst_HEADERS = \
    3435        camtool.h \
     36        caltool.h \
    3537        chiptool.h \
    3638        detselect.h \
     
    7375    pztool.c \
    7476    pztoolConfig.c
     77
     78caltool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     79caltool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     80caltool_SOURCES = \
     81    caltool.c \
     82    caltoolConfig.c
    7583
    7684regtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
Note: See TracChangeset for help on using the changeset viewer.