Changeset 82 for trunk/src/Makefile
- Timestamp:
- 09/07/04 11:19:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r77 r82 3 3 CXX := g++-3.2.3 4 4 CXXFLAGS := -O -fPIC 5 CXXFLAGS += -fpermissive # This should be removed.5 #CXXFLAGS += -fpermissive # This should be removed. 6 6 #CXXFLAGS += -ansi 7 #CXXFLAGS += -pedantic -Wno-long-long7 CXXFLAGS += -pedantic -Wno-long-long 8 8 #CXXFLAGS += -Wall -Wno-parentheses 9 9 … … 11 11 CFITSIOINC := -I/usr/local/include/cfitsio 12 12 13 AIPSROOT := $(word 1, $(AIPSPATH)) 14 AIPSINC := -I$(AIPSROOT)/code/include 15 AIPSLIB := $(AIPSROOT)/linux_gnu/lib 16 AIPSPPLIB := $(AIPSLIB)/version.o \ 17 -L$(AIPSLIB) -latnf -ltrial -laips -laips_f \ 18 $(AIPSLIB)/libwcs.a \ 13 CASAROOT := $(word 1, $(AIPSPATH)) 14 CASAINC := -I$(CASAROOT)/code/include 15 CASALIB := $(CASAROOT)/linux_gnu/lib 16 CASAPPLIB := $(CASALIB)/version.o \ 17 -L$(CASALIB) \ 18 -latnf -lms -limages -lcomponents -lcoordinates \ 19 -llattices -lfits -lmeasures -lmeasures_f \ 20 -ltables -lscimath -lscimath_f -lcasa \ 21 $(CASALIB)/libwcs.a -lmir \ 19 22 -lrpfits $(CFITSIOLIB) -llapack -lblas -lg2c 20 23 … … 29 32 PYTHONLIB := -lpython2.3 30 33 31 INCDIRS := -I. $( AIPSINC) $(BOOSTINC) $(PYTHONINC) $(CFITSIOINC)32 LIBS := $(BOOSTLIB) $(PYTHONLIB) $( AIPSPPLIB)34 INCDIRS := -I. $(CASAINC) $(BOOSTINC) $(PYTHONINC) $(CFITSIOINC) 35 LIBS := $(BOOSTLIB) $(PYTHONLIB) $(CASAPPLIB) 33 36 34 37 OBJECTS := MathUtils.o \
Note:
See TracChangeset
for help on using the changeset viewer.