- Timestamp:
- 11/06/06 21:49:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release2.1.1/src/Makefile
r1259 r1292 34 34 35 35 G2CROOT := /usr/local 36 G2CARCH := $(G2CROOT)/lib/gcc/i386-apple-darwin8.7.1/4.2.0/libgcc.a 37 G2CARCH := $(G2CROOT)/lib/gcc/powerpc-apple-darwin8.7.0/4.2.0/libgcc.a 38 G2CLIB := $(G2CROOT)/lib/libgfortran.a $(G2CARCH) 36 G2CARCH := #$(G2CROOT)/lib/gcc/powerpc-apple-darwin8.7.0/4.2.0/libgcc.a 37 G2CLIB := $(G2CROOT)/lib/libg2c.a $(G2CARCH) 39 38 40 39 # This assumes all casa libs are static only (*.a) … … 42 41 CASAPPLIB := $(CASALIB)/version.o \ 43 42 -L$(CASALIB) \ 44 -latnf -l images -lms -lcomponents -lcoordinates \45 -llattices -lfits -lmeasures -lmeasures_f\43 -latnf -lms -lcomponents -lcoordinates \ 44 -llattices -lfits -lmeasures \ 46 45 -ltables -lscimath -lscimath_f -lcasa \ 47 46 $(CASALIB)/libwcs.a \
Note:
See TracChangeset
for help on using the changeset viewer.