Changeset 1915 for trunk/src/Makefile
- Timestamp:
- 08/30/10 15:13:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r1906 r1915 44 44 45 45 # compiler flags 46 CXXFLAGS += -fPIC 47 CXXOPTS += -DHAVE_LIBPYRAP 48 49 CFITSIOLIB := -lcfitsio 50 51 #rpfits 52 RPFITSLIB := -lrpfits 53 54 G2CROOT := /usr 55 G2CLIB := -lgfortran 56 57 # pyrap 46 CXXFLAGS += -fPIC -DHAVE_LIBPYRAP 47 58 48 PYRAPD := $(ASAPROOT)/external/libpyrap 59 49 PYRAPLIBD := $(PYRAPD) … … 61 51 PYRAPLIB := -L$(PYRAPLIBD) -lpyrap 62 52 53 54 CFITSIOLIB := -lcfitsio 55 56 #rpfits 57 RPFITSLIB := -lrpfits 58 59 G2CROOT := /usr 60 G2CLIB := -lgfortran 61 63 62 # links to external libraries 64 CASAPPLIB := -L$(ASAPROOT)/$(ATNFD) -latnf $(CORELIB) $(PYRAPLIB) 63 CASAPPLIB := -L$(ASAPROOT)/$(ATNFD) -latnf $(CORELIB) $(PYRAPLIB)\ 65 64 -L$(WCSLIBLIBD) $(WCSLIBLIB) \ 66 65 -L$(RPFITSLIBD) $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++ … … 83 82 84 83 # DO NOT MODIFY AFTER THIS 85 INCDIRS := -I. $(CASAINC) -I$(CFITSIOINCD) $(BOOSTINC) -I$(PYTHONINCD) -I$(ASAPROOT)/$(ATNFD) -I$(PYRAPINCD)84 INCDIRS := -I. $(CASAINC) -I$(CFITSIOINCD) $(BOOSTINC) $(addprefix -I, $(PYTHONINCD)) -I$(ASAPROOT)/$(ATNFD) -I$(PYRAPINCD) 86 85 LIBS := $(PYTHONLIB) $(BOOSTLIB) $(CASAPPLIB) 87 86
Note:
See TracChangeset
for help on using the changeset viewer.