Changeset 1603 for branches/alma/src/Makefile
- Timestamp:
- 07/18/09 06:35:47 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/Makefile
r1520 r1603 43 43 RPFITSLIB := -lrpfits 44 44 45 #wcs 46 WCSLIB := -lwcs 47 45 48 G2CROOT := /usr 46 G2CARCH := $(G2CROOT)/lib/gcc/i386-apple-darwin8.7.1/4.2.0/libgcc.a47 G2CARCH := $(G2CROOT)/lib/gcc/powerpc-apple-darwin8.7.0/4.2.0/libgcc.a48 G2CARCH := $(G2CROOT)/lib/gcc/i386-redhat-linux/4.1. 0/libgcc.a49 #G2CARCH := $(G2CROOT)/lib/gcc/i386-apple-darwin8.7.1/4.2.0/libgcc.a 50 #G2CARCH := $(G2CROOT)/lib/gcc/powerpc-apple-darwin8.7.0/4.2.0/libgcc.a 51 G2CARCH := $(G2CROOT)/lib/gcc/i386-redhat-linux/4.1.2/libgcc.a 49 52 #G2CLIB := $(G2CROOT)/lib/libgfortran.a 50 G2CLIB := -lg2c 53 G2CLIB := $(G2CARCH) 54 #G2CLIB := -lg2c 51 55 52 56 # This assumes all casa libs are static only (*.a) … … 56 60 -lcasa_lattices -lcasa_fits -lcasa_measures -lcasa_measures_f \ 57 61 -lcasa_tables -lcasa_scimath -lcasa_scimath_f -lcasa_casa \ 58 $( CASALIB)/libwcs.a\62 $(WCSLIB) \ 59 63 $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++ 60 64 … … 127 131 STWriter.o \ 128 132 STAsciiWriter.o \ 133 STFITSImageWriter.o \ 129 134 Scantable.o \ 130 135 Templates.o … … 172 177 STPolLinear.h \ 173 178 STWriter.h \ 174 STAsciiWriter.h 179 STAsciiWriter.h \ 180 STFITSImageWriter.h 175 181 176 182 STATICCCLIB := libasap.a
Note:
See TracChangeset
for help on using the changeset viewer.