IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2008, 1:55:06 PM (18 years ago)
Author:
bills
Message:

If the we're building a "list" request don't require an ROI (unless style
is bycoord).
Don't require user_tag unless we're making stamps.
Added a program to dump request and response fits tables.
Removed long comment section which is contained in the design document now.

File:
1 edited

Legend:

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

    r16593 r16898  
    1 bin_PROGRAMS = ppstamp pstamprequest pstampparse pstampfinish
     1bin_PROGRAMS = ppstamp pstamprequest pstampparse pstampfinish pstampdump
    22
    33noinst_HEADERS = \
     
    99pstampparse_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS)
    1010pstampfinish_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(IPPDB_CFLAGS)
     11pstampdump_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS)
    1112
    1213# $(PSASTRO_CFLAGS) $(PPSTATS_CFLAGS) $(ppstamp_CFLAGS)
     
    1617pstampparse_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS)
    1718pstampfinish_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(IPPDB_LIBS)
     19pstampdump_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS)
    1820
    1921ppstamp_SOURCES = \
     
    4143        pstampfinish.c
    4244
     45pstampdump_SOURCES = \
     46        pstampdump.c
     47
    4348
    4449clean-local:
Note: See TracChangeset for help on using the changeset viewer.