IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2006, 8:01:05 AM (20 years ago)
Author:
magnier
Message:

updates relative to rel10_ifa_1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/Makefile.am

    r6301 r6872  
    11noinst_LTLIBRARIES = libpsmoduleastrom.la
    22
    3 libpsmoduleastrom_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS)
     3libpsmoduleastrom_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS) -I../pslib/
    44libpsmoduleastrom_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    55libpsmoduleastrom_la_SOURCES  = \
    6     pmAstrometry.c \
    7     pmAstrometryObjects.c
     6        pmFPA.c \
     7        pmFPAConstruct.c \
     8        pmFPACopy.c \
     9        pmFPAMaskWeight.c \
     10        pmFPARead.c \
     11        pmFPAUtils.c \
     12        pmFPAWrite.c \
     13        pmHDU.c \
     14        pmHDUUtils.c \
     15        pmReadout.c \
     16        pmConcepts.c \
     17        pmConceptsRead.c \
     18        pmConceptsWrite.c \
     19        pmConceptsStandard.c \
     20        pmFPA_JPEG.c \
     21        pmFPAview.c \
     22        pmFPAfile.c
     23
     24#       pmFPAAstrometry.c
     25#       pmAstrometryObjects.c
     26#       pmChipMosaic.c
    827
    928psmoduleincludedir = $(includedir)
    1029psmoduleinclude_HEADERS = \
    11     pmAstrometry.h \
    12     pmAstrometryObjects.h
     30        pmFPA.h \
     31        pmFPAConstruct.h \
     32        pmFPACopy.h \
     33        pmFPAMaskWeight.h \
     34        pmFPARead.h \
     35        pmFPAUtils.h \
     36        pmFPAWrite.h \
     37        pmHDU.h \
     38        pmHDUUtils.h \
     39        pmReadout.h \
     40        pmConcepts.h \
     41        pmConceptsRead.h \
     42        pmConceptsWrite.h \
     43        pmConceptsStandard.h \
     44        pmFPA_JPEG.h \
     45        pmFPAview.h \
     46        pmFPAfile.h
     47
     48#       pmFPAAstrometry.h
     49#       pmAstrometryObjects.h
     50#       pmChipMosaic.h
Note: See TracChangeset for help on using the changeset viewer.