- Timestamp:
- 08/18/10 14:05:57 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r1850 r1877 8 8 ### 4. Comment-IN the definition of 'CXXOPTS'. 9 9 TARGET := /tmp/_asap.so 10 11 ifndef ASAPROOT 12 ASAPROOT := $(abspath ..) 13 endif 14 ATNFD := external-alma 10 15 11 16 # the casa environment AIPSPATH has to be defined … … 27 32 CASAINC := -I$(CASAROOT)/code/include -I$(COREINCD) -I$(CASAROOT)/$(CASAARCH)/include 28 33 CASALIB := $(CASAROOT)/$(CASAARCH)/lib 29 #USELIB := lib64 30 USELIB := lib 34 USELIB := lib64 31 35 32 36 # the compiler … … 98 102 99 103 # DO NOT MODIFY AFTER THIS 100 INCDIRS := -I. $(CASAINC) $(CFITSIOINC) $(BOOSTINC) $(PYTHONINC) 104 INCDIRS := -I. $(CASAINC) $(CFITSIOINC) $(BOOSTINC) $(PYTHONINC) -I$(ASAPROOT)/$(ATNFD) 101 105 LIBS := $(PYTHONLIB) $(BOOSTLIB) $(CASAPPLIB) 102 106
Note:
See TracChangeset
for help on using the changeset viewer.