Changeset 1700 for branches/alma/src/Makefile
- Timestamp:
- 02/16/10 16:21:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/Makefile
r1693 r1700 24 24 CASAINC := -I$(CASAROOT)/code/include -I$(COREINCD) -I$(CASAROOT)/$(CASAARCH)/include 25 25 CASALIB := $(CASAROOT)/$(CASAARCH)/lib 26 USELIB := lib 26 USELIB := lib64 27 27 28 28 # the compiler … … 34 34 CXXFLAGS := -fPIC -O3 -g 35 35 CXXFLAGS += -ansi -Wno-long-long -Wall 36 CXXOPTS := -DAIPS_64B 36 37 37 38 # darwin specific flags … … 56 57 # if not than there might by symbol resolution errors. 57 58 CASAPPLIB := -L$(CASALIB) -latnf $(CORELIB) \ 58 -L$(WCSLIBLIBD) $(WCSLIBLIB)\59 /usr/lib64/libwcs.so \ 59 60 $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++ 61 # -L$(WCSLIBLIBD) $(WCSLIBLIB) \ 60 62 61 63 # darwin specific CASA flags … … 140 142 141 143 HEADERS := MathUtils.h \ 144 Lorentzian1D.h \ 145 Lorentzian1DParam.h \ 142 146 Logger.h \ 143 147 STAttr.h \
Note:
See TracChangeset
for help on using the changeset viewer.