- Timestamp:
- 02/26/09 17:33:18 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/Makefile
r1519 r1520 7 7 ### 3. Replase library names in G2CARCH '-lcasa_*' with '-l*'. 8 8 ### 4. Comment-IN the definition of 'CXXOPTS'. 9 #TARGET := /tmp/_asap.so 10 TARGET := /home/nakazato/tmp/_asap.so 9 TARGET := /tmp/_asap.so 11 10 12 11 # the casa environment AIPSPATH has to be defined … … 26 25 CXXFLAGS += -ansi -Wno-long-long -Wall 27 26 #CXXOPTS := -DAIPS_NO_TEMPLATE_SRC 28 CXXOPTS := -DAIPS_64B29 27 30 28 # darwin specific flags … … 58 56 -lcasa_lattices -lcasa_fits -lcasa_measures -lcasa_measures_f \ 59 57 -lcasa_tables -lcasa_scimath -lcasa_scimath_f -lcasa_casa \ 60 /usr/lib64/libwcs.so\58 $(CASALIB)/libwcs.a \ 61 59 $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++ 62 60
Note:
See TracChangeset
for help on using the changeset viewer.