Changeset 1877 for trunk/src/Makefile


Ignore:
Timestamp:
08/18/10 14:05:57 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): libatnf

Description:

Added make file in external-alma so that libatnf will be built from the codes there.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r1850 r1877  
    88###    4. Comment-IN the definition of 'CXXOPTS'.
    99TARGET   := /tmp/_asap.so
     10
     11ifndef ASAPROOT
     12        ASAPROOT := $(abspath ..)
     13endif
     14ATNFD := external-alma
    1015
    1116# the casa environment AIPSPATH has to be defined
     
    2732CASAINC   := -I$(CASAROOT)/code/include -I$(COREINCD) -I$(CASAROOT)/$(CASAARCH)/include
    2833CASALIB   := $(CASAROOT)/$(CASAARCH)/lib
    29 #USELIB := lib64
    30 USELIB := lib
     34USELIB := lib64
    3135
    3236# the compiler
     
    98102
    99103# DO NOT MODIFY AFTER THIS
    100 INCDIRS   := -I. $(CASAINC)  $(CFITSIOINC) $(BOOSTINC) $(PYTHONINC)
     104INCDIRS   := -I. $(CASAINC)  $(CFITSIOINC) $(BOOSTINC) $(PYTHONINC) -I$(ASAPROOT)/$(ATNFD)
    101105LIBS      := $(PYTHONLIB)  $(BOOSTLIB) $(CASAPPLIB)
    102106
Note: See TracChangeset for help on using the changeset viewer.