- Timestamp:
- 08/25/10 16:11:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r1898 r1899 45 45 # compiler flags 46 46 CXXFLAGS += -fPIC 47 #CXXOPTS += -DHAVE_LIBPYRAP 47 48 48 49 CFITSIOLIB := -lcfitsio … … 54 55 G2CLIB := -lgfortran 55 56 57 # pyrap 58 PYRAPD := $(ASAPROOT)/external/libpyrap 59 PYRAPLIBD := $(PYRAPD) 60 PYRAPINCD := $(PYRAPD)/pyrap-0.3.2 61 PYRAPLIB := -L$(PYRAPLIBD) -lpyrap 62 56 63 # links to external libraries 57 CASAPPLIB := -L$(ASAPROOT)/$(ATNFD) -latnf $(CORELIB) \64 CASAPPLIB := -L$(ASAPROOT)/$(ATNFD) -latnf $(CORELIB) $(PYRAPLIB) \ 58 65 -L$(WCSLIBLIBD) $(WCSLIBLIB) \ 59 66 -L$(RPFITSLIBD) $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++ … … 76 83 77 84 # DO NOT MODIFY AFTER THIS 78 INCDIRS := -I. $(CASAINC) -I$(CFITSIOINCD) $(BOOSTINC) -I$(PYTHONINCD) -I$(ASAPROOT)/$(ATNFD) 85 INCDIRS := -I. $(CASAINC) -I$(CFITSIOINCD) $(BOOSTINC) -I$(PYTHONINCD) -I$(ASAPROOT)/$(ATNFD) -I$(PYRAPINCD) 79 86 LIBS := $(PYTHONLIB) $(BOOSTLIB) $(CASAPPLIB) 80 87
Note:
See TracChangeset
for help on using the changeset viewer.