Changeset 193


Ignore:
Timestamp:
01/14/05 11:06:43 (19 years ago)
Author:
kil064
Message:

add SDFITSImageWRiter
use cfitsio_lfs.a (Large FIle Support)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r168 r193  
    88#CXXFLAGS += -Wall -Wno-parentheses
    99
    10 CFITSIOLIB := /usr/local/lib/libcfitsio.a #-lcfitsio
     10CFITSIOLIB := /usr/local/lib/libcfitsio_lfs.a #-lcfitsio
    1111CFITSIOINC := -I/usr/local/include/cfitsio
    1212
     
    1616CASAPPLIB := $(CASALIB)/version.o \
    1717             -L$(CASALIB) \
    18              -latnf -lms -lcomponents -lcoordinates \
     18             -latnf -limages -lms -lcomponents -lcoordinates \
    1919             -llattices -lfits -lmeasures -lmeasures_f \
    2020             -ltables -lscimath -lscimath_f -lcasa \
     
    4545             SDTemplates.o \
    4646             SDMathWrapper.o \
     47             SDFITSImageWriter.o \
    4748             python_SDMemTable.o \
    4849             python_SDReader.o \
     
    6364             SDReaderWrapper.h \
    6465             SDWriterWrapper.h \
     66             SDFITSImageWriter.h \
    6567             python_SD.h
     68
    6669
    6770.SUFFIXES: .c .o .cpp .cc .cxx .C
Note: See TracChangeset for help on using the changeset viewer.