IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2009, 5:49:03 PM (17 years ago)
Author:
Paul Price
Message:

Defining modes for pubtool and dreamed up workflow. Haven't yet defined SQL or the C code for implementing the modes. Made some changes to the database schema for publishing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/src/Makefile.am

    r24038 r24377  
    2020        stacktool \
    2121        warptool \
    22         receivetool
     22        receivetool \
     23        pubtool
    2324
    2425
     
    5960        regtool.h \
    6061        stacktool.h \
    61         warptool.h
     62        warptool.h \
     63        pubtool.h
    6264
    6365lib_LTLIBRARIES = libpxtools.la
     
    220222    receivetoolConfig.c
    221223
     224pubtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     225pubtool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     226pubtool_SOURCES = \
     227    pubtool.c \
     228    pubtoolConfig.c
     229
    222230clean-local:
    223231        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.