Changeset 193
- Timestamp:
- 01/14/05 11:06:43 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r168 r193 8 8 #CXXFLAGS += -Wall -Wno-parentheses 9 9 10 CFITSIOLIB := /usr/local/lib/libcfitsio .a #-lcfitsio10 CFITSIOLIB := /usr/local/lib/libcfitsio_lfs.a #-lcfitsio 11 11 CFITSIOINC := -I/usr/local/include/cfitsio 12 12 … … 16 16 CASAPPLIB := $(CASALIB)/version.o \ 17 17 -L$(CASALIB) \ 18 -latnf -l ms -lcomponents -lcoordinates \18 -latnf -limages -lms -lcomponents -lcoordinates \ 19 19 -llattices -lfits -lmeasures -lmeasures_f \ 20 20 -ltables -lscimath -lscimath_f -lcasa \ … … 45 45 SDTemplates.o \ 46 46 SDMathWrapper.o \ 47 SDFITSImageWriter.o \ 47 48 python_SDMemTable.o \ 48 49 python_SDReader.o \ … … 63 64 SDReaderWrapper.h \ 64 65 SDWriterWrapper.h \ 66 SDFITSImageWriter.h \ 65 67 python_SD.h 68 66 69 67 70 .SUFFIXES: .c .o .cpp .cc .cxx .C
Note:
See TracChangeset
for help on using the changeset viewer.