Changeset 1899 for trunk/Makefile


Ignore:
Timestamp:
08/25/10 16:11:40 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: do make at ASAPROOT

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Makefile is updated to compile pyrap and link it when
build asap.
However, libpyrap is not used at the moment.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1894 r1899  
    1414endif
    1515ATNFD := external-alma
     16PYRAPD := external/libpyrap
    1617
    1718#PY := $(wildcard python/*.py)
     
    2930module:
    3031        @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi
     32        @cd $(ASAPROOT)/$(PYRAPD); make
    3133        @cd $(ASAPROOT)/$(ATNFD); make
    3234        @cd $(ASAPROOT)/src; make
     
    4749        @if ( test ! -d $(PREFIX)/share/asap ) ; then mkdir -p $(PREFIX)/share/asap ; fi
    4850        @cp -f share/ipythonrc-asap $(PREFIX)/share/asap/
     51        @cd $(ASAPROOT)/$(PYRAPD); make install
    4952        @cd $(ASAPROOT)/$(ATNFD); make install
    5053        @echo "Successfully installed asap module to" $(PYDIR)
     
    5558        @cd $(ASAPROOT)/$(ATNFD); make realclean
    5659        @cd $(ASAPROOT)/apps; make clean
     60        @cd $(ASAPROOT)/$(PYRAPD); make clean
    5761
    5862datadist:
Note: See TracChangeset for help on using the changeset viewer.