IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29435


Ignore:
Timestamp:
Oct 15, 2010, 11:50:11 AM (16 years ago)
Author:
heather
Message:

first set of changes

Location:
branches/haf_branches/ipp.rsync.20101015
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/ipp.rsync.20101015/dbconfig/minidvodb.md

    r28181 r29435  
    1919    fault           S16    0
    2020END
     21
     22minidvodbCopy METADATA
     23    minidvodb_id    S64    0
     24    minidvodb_rsync_path   STR    255
     25    fault           S16    0
     26    state           STR    64
     27    epoch           UTC    0001-01-01T00:00:00Z
     28    dtime           F32    0.0
     29END
  • branches/haf_branches/ipp.rsync.20101015/ippTools/src/Makefile.am

    r28486 r29435  
    2727        receivetool \
    2828        pubtool \
    29         diffphottool
     29        diffphottool \
     30        minidvodbtool
    3031
    3132pkginclude_HEADERS = \
     
    7374        warptool.h \
    7475        pubtool.h \
    75         diffphottool.h
     76        diffphottool.h \
     77        minidvodbtool.h
    7678
    7779lib_LTLIBRARIES = libpxtools.la
     
    280282    diffphottoolConfig.c
    281283
     284minidvodbtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     285minidvodbtool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     286minidvodbtool_SOURCES = \
     287    minidvodbtool.c \
     288    minidvodbtoolConfig.c
     289
    282290clean-local:
    283291        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.