Changeset 1292


Ignore:
Timestamp:
11/06/06 21:49:02 (17 years ago)
Author:
mar637
Message:

more osx modifications. removed libimages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release2.1.1/src/Makefile

    r1259 r1292  
    3434
    3535G2CROOT := /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)
     36G2CARCH := #$(G2CROOT)/lib/gcc/powerpc-apple-darwin8.7.0/4.2.0/libgcc.a
     37G2CLIB := $(G2CROOT)/lib/libg2c.a $(G2CARCH)
    3938
    4039# This assumes all casa libs are static only (*.a)
     
    4241CASAPPLIB := $(CASALIB)/version.o \
    4342             -L$(CASALIB) \
    44              -latnf -limages -lms -lcomponents -lcoordinates \
    45              -llattices -lfits -lmeasures -lmeasures_f \
     43             -latnf -lms -lcomponents -lcoordinates \
     44             -llattices -lfits -lmeasures \
    4645             -ltables -lscimath -lscimath_f -lcasa  \
    4746             $(CASALIB)/libwcs.a \
Note: See TracChangeset for help on using the changeset viewer.