IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2024, 8:12:15 AM (2 years ago)
Author:
eugene
Message:

working on xcfftool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippTools/src/Makefile.am

    r42572 r42596  
    2626        xcstacktool \
    2727        xcskytool \
     28        xcfftool \
    2829        warptool \
    2930        receivetool \
     
    8687        xcstacktool.h \
    8788        xcskytool.h \
     89        xcfftool.h \
    8890        staticskytool.h \
    8991        warptool.h \
     
    261263    xcskytoolConfig.c
    262264
     265xcfftool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     266xcfftool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     267xcfftool_SOURCES = \
     268    xcfftool.c \
     269    xcfftoolConfig.c
     270
    263271pxadmin_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
    264272pxadmin_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
Note: See TracChangeset for help on using the changeset viewer.