Changeset 1519 for branches/alma/src/Makefile
- Timestamp:
- 02/25/09 19:32:49 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/Makefile
r1455 r1519 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 9 #TARGET := /tmp/_asap.so 10 TARGET := /home/nakazato/tmp/_asap.so 10 11 11 12 # the casa environment AIPSPATH has to be defined … … 25 26 CXXFLAGS += -ansi -Wno-long-long -Wall 26 27 #CXXOPTS := -DAIPS_NO_TEMPLATE_SRC 28 CXXOPTS := -DAIPS_64B 27 29 28 30 # darwin specific flags … … 56 58 -lcasa_lattices -lcasa_fits -lcasa_measures -lcasa_measures_f \ 57 59 -lcasa_tables -lcasa_scimath -lcasa_scimath_f -lcasa_casa \ 58 $(CASALIB)/libwcs.a\60 /usr/lib64/libwcs.so \ 59 61 $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++ 60 62
Note:
See TracChangeset
for help on using the changeset viewer.