Changeset 1602 for branches/alma


Ignore:
Timestamp:
07/18/09 06:10:11 (15 years ago)
Author:
TakTsutsumi
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs: List test programs

Put in Release Notes: No

Module(s): SD

Description: top Makefile modification


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/Makefile

    r1601 r1602  
    44###    environment, replace $(CASAPATH) with $(AIPSPATH).
    55#PREFIX := /opt/casa/darwin
    6 #PREFIX := /export/home/minor/casa/active/linux_gnu
     6PREFIX := /export/home/tengu/casa/active/linux_gnu
    77PYDIR := $(PREFIX)/python/2.5
    88
     
    2323
    2424module:
     25        @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi
    2526        @cd $(ASAPROOT)/src; make
    26         @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi
    2727
    2828doc:
     
    3131
    3232install:
     33        @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi
    3334        @if ( test ! -d $(PYDIR)/asap ) ; then mkdir -p $(PYDIR)/asap ; fi
    3435        @if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
Note: See TracChangeset for help on using the changeset viewer.