IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 15, 2009, 5:42:05 PM (17 years ago)
Author:
Paul Price
Message:

Adding receivetool, for the other end of the distribution.

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src

    • Property svn:ignore
      •  

        old new  
        3333pstamptool
        3434disttool
         35receivetool
  • trunk/ippTools/src/Makefile.am

    r23394 r23880  
    1919        regtool \
    2020        stacktool \
    21         warptool
     21        warptool \
     22        receivetool
    2223
    2324
     
    212213    pxinjectConfig.c
    213214
     215
     216receivetool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     217receivetool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     218receivetool_SOURCES = \
     219    receivetool.c \
     220    receivetoolConfig.c
     221
    214222clean-local:
    215223        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.