Changeset 1879 for trunk/Makefile


Ignore:
Timestamp:
08/19/10 14:40:16 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

Test Programs: make & make install

Put in Release Notes: No

Module(s): none

Description: Modified Makefile-s so that libatnf.so is installed at the time of "make install" instead of "make"


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1877 r1879  
    4646        @if ( test ! -d $(PREFIX)/share/asap ) ; then mkdir -p $(PREFIX)/share/asap ; fi
    4747        @cp -f share/ipythonrc-asap $(PREFIX)/share/asap/
     48        @cd $(ASAPROOT)/$(ATNFD); make install
    4849        @echo "Successfully installed asap module to" $(PYDIR)
    4950
Note: See TracChangeset for help on using the changeset viewer.