Changeset 1520


Ignore:
Timestamp:
02/26/09 17:33:18 (15 years ago)
Author:
Takeshi Nakazato
Message:

restore Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/Makefile

    r1519 r1520  
    77###    3. Replase library names in G2CARCH '-lcasa_*' with '-l*'.
    88###    4. Comment-IN the definition of 'CXXOPTS'.
    9 #TARGET   := /tmp/_asap.so
    10 TARGET   := /home/nakazato/tmp/_asap.so
     9TARGET   := /tmp/_asap.so
    1110
    1211# the casa environment AIPSPATH has to be defined
     
    2625CXXFLAGS += -ansi -Wno-long-long -Wall
    2726#CXXOPTS := -DAIPS_NO_TEMPLATE_SRC
    28 CXXOPTS := -DAIPS_64B
    2927
    3028# darwin specific flags
     
    5856             -lcasa_lattices -lcasa_fits -lcasa_measures -lcasa_measures_f \
    5957             -lcasa_tables -lcasa_scimath -lcasa_scimath_f -lcasa_casa  \
    60              /usr/lib64/libwcs.so \
     58             $(CASALIB)/libwcs.a \
    6159             $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++
    6260
Note: See TracChangeset for help on using the changeset viewer.