Changeset 1761


Ignore:
Timestamp:
07/06/10 21:04:24 (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: gmake; gmake install @$ASAPROOT

then asap2to3 is installed to $CASAARCH/bin/

Put in Release Notes: Yes

Module(s): asap2to3

Description:

added apps/Makefile so that asap2to3 to be built and installed to $CASAARCH/bin


Location:
branches/alma
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/Makefile

    r1757 r1761  
    1717LIBS := /tmp/_asap.so
    1818BINS := bin/asap
     19APPS := apps/asap2to3
    1920
    2021CASAROOT  := $(word 1, $(CASAPATH))
     
    2728        @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi
    2829        @cd $(ASAPROOT)/src; make
     30        @cd $(ASAPROOT)/apps; make
    2931
    3032doc:
     
    3941        @for file in $(BINS) ; do cp -f $$file $(PREFIX)/bin ; done
    4042        @for file in $(PY) ; do cp -f $$file $(PYDIR)/asap ; done
     43        @for file in $(APPS) ; do cp -f $$file $(PREFIX)/bin ; done
    4144        @if ( test ! -d $(PREFIX)/share/asap ) ; then mkdir -p $(PREFIX)/share/asap ; fi
    4245        @cp -f share/ipythonrc-asap $(PREFIX)/share/asap/
Note: See TracChangeset for help on using the changeset viewer.