IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2007, 1:57:26 PM (19 years ago)
Author:
eugene
Message:

moved psphot library function prototypes to psphot.h, created psphotInternal.h and psphotStandAlone.h; moved file definitions into psphotDefineFiles.c

File:
1 edited

Legend:

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

    r12792 r12805  
    88psphot_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PSPHOT_LIBS)
    99psphot_LDADD = libpsphot.la
     10
    1011psphot_SOURCES = psphot.c       \
    1112        psphotArguments.c       \
     
    2021        psphotModelGroupInit.c  \
    2122        psphotMaskReadout.c     \
     23        psphotDefineFiles.c     \
    2224        psphotReadout.c         \
    2325        psphotImageMedian.c     \
     
    5658        psphotAddNoise.c
    5759
    58 
    5960include_HEADERS = \
    6061        psphot.h \
     
    6263
    6364noinst_HEADERS = \
    64         psphotInternal.h
     65        psphotInternal.h \
     66        psphotStandAlone.h
    6567
    6668clean-local:
Note: See TracChangeset for help on using the changeset viewer.