Ignore:
Timestamp:
12/12/08 12:07:23 (16 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Description: This committion is on behalf of Takeshi.

Updated environmental variable and library pathes in Makefiles
for CASA+CASACore software.
Changed include files in Template.cpp for CASA+CASACore software.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/Makefile

    r1454 r1455  
     1### Notice:
     2###    This Makefile assumes CASA+CASACore enviroment.
     3###    For who wants to build ASAP with older CASA without CASACore
     4###    environment, replace $(CASAPATH) with $(AIPSPATH).
    15PREFIX := /opt/casa/darwin
    26#PREFIX := /export/home/minor/casa/active/linux_gnu
     
    1216BINS := bin/asap
    1317
    14 CASAROOT  := $(word 1, $(AIPSPATH))
    15 PLATFORM  := $(word 2, $(AIPSPATH))
     18CASAROOT  := $(word 1, $(CASAPATH))
     19PLATFORM  := $(word 2, $(CASAPATH))
    1620DISTDIR   := asap_$(PLATFORM)
    1721
Note: See TracChangeset for help on using the changeset viewer.