- Timestamp:
- 08/19/10 14:40:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r1877 r1879 42 42 CXXFLAGS := -fPIC -O3 -g 43 43 CXXFLAGS += -ansi -Wno-long-long -Wall 44 #CXXOPTS := -DAIPS_64B44 CXXOPTS := -DAIPS_64B 45 45 46 46 # darwin specific flags … … 63 63 G2CLIB := -lgfortran 64 64 65 # This assumes all casa libs are static only (*.a) 66 # if not than there might by symbol resolution errors. 67 CASAPPLIB := -L$(CASALIB) -latnf $(CORELIB) \ 65 # links to external libraries 66 CASAPPLIB := -L$(ASAPROOT)/$(ATNFD) -latnf $(CORELIB) \ 68 67 -L$(WCSLIBLIBD) $(WCSLIBLIB) \ 69 68 -L$(RPFITSLIBD) $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++ … … 79 78 PYTHONINC := $(addprefix -I,$(PYTHONINCD)) 80 79 PYTHONLIB := -L$(PYTHONLIBD) $(PYTHONLIB) 81 82 # use python universal build83 #ifeq "$(CASAARCH)" "darwin"84 # PYVERSION := 2.585 # PYTHONROOT := /Library/Frameworks/Python.framework/Versions/$(PYVERSION)86 # PYTHONINC := -I$(PYTHONROOT)/include/python$(PYVERSION)87 # PYTHONLIB := -L$(PYTHONROOT)/lib -framework Python88 #endif89 80 90 81 # the linker
Note:
See TracChangeset
for help on using the changeset viewer.