IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2005, 6:43:52 PM (21 years ago)
Author:
Paul Price
Message:

Importing current working PAP version (many bug fixes since this branch) straight on top of this version, and tidying up a bit

File:
1 edited

Legend:

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

    r3830 r5717  
    1 AM_CFLAGS = $(pois_CFLAGS) $(PSLIB_CFLAGS)
     1AM_CFLAGS = $(PSLIB_CFLAGS) $(pois_CFLAGS)
    22AM_LDFLAGS = $(PSLIB_LIBS)
     3
     4pois_CPPFLAGS = $(PSLIB_CFLAGS) $(pois_CFLAGS)
     5pois_LDFLAGS = $(PSLIB_LIBS)
    36
    47include_HEADERS = pois.h poisErrorCodes.h
     
    1922libpois_la_SOURCES = \
    2023        pois.h \
    21         poisParseConfig.c \
    22         poisKernelBasisFunctions.c \
     24        poisAddPenalty.c \
     25        poisCalculateDeviations.c \
    2326        poisCalculateEquation.c \
     27        poisCheckKernel.c \
    2428        poisConvolveImage.c \
    2529        poisExtractKernel.c \
     30        poisFindStamps.c \
     31        poisKernelBasisFunctions.c \
    2632        poisMakeMask.c \
    27         poisFindStamps.c \
    28         poisCalculateDeviations.c \
    29         poisAddPenalty.c \
     33        poisReadStamps.c \
     34        poisRejectStamps.c \
     35        poisParseConfig.c \
     36        poisSolveEquation.c \
    3037        poisStamp.c \
    31         poisRejectStamps.c \
    32         poisSolveEquation.c \
    33         poisMaskOps.c \
    3438        errorCodes.c
     39###     poisMaskOps.c
    3540
    3641#
     
    4954        -$(RM) testout.fits stamp*.fits kernel*.fits
    5055        ./pois -v test1.fits test2.fits testout.fits
     56
     57# Tags for emacs
     58tags:
     59        etags `find . -name \*.[ch] -print`
Note: See TracChangeset for help on using the changeset viewer.