Changeset 71 for trunk/src/Makefile
- Timestamp:
- 07/19/04 12:19:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r65 r71 3 3 CXX := g++-3.2.3 4 4 CXXFLAGS := -O -fPIC 5 CXXFLAGS += - w -fpermissive # This should be removed.5 CXXFLAGS += -fpermissive # This should be removed. 6 6 #CXXFLAGS += -ansi 7 7 #CXXFLAGS += -pedantic -Wno-long-long 8 8 #CXXFLAGS += -Wall -Wno-parentheses 9 10 CFITSIOLIB := /usr/local/lib/libcfitsio.a #-lcfitsio 9 11 10 12 AIPSROOT := $(word 1, $(AIPSPATH)) … … 12 14 AIPSLIB := $(AIPSROOT)/linux_gnu/lib 13 15 AIPSPPLIB := $(AIPSLIB)/version.o \ 14 -L$(AIPSLIB) -latnf -ltrial -laips -laips_f -lmir -lwcs \ 15 -lrpfits -lcfitsio -llapack -lblas -lg2c 16 -L$(AIPSLIB) -latnf -ltrial -laips -laips_f \ 17 $(AIPSLIB)/libwcs.a \ 18 -lrpfits $(CFITSIOLIB) -llapack -lblas -lg2c 16 19 17 20 LD := g++-3.2.3
Note:
See TracChangeset
for help on using the changeset viewer.