Changeset 1915 for trunk/Makefile
- Timestamp:
 - 08/30/10 15:13:13 (15 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/Makefile (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/Makefile
r1899 r1915 43 43 @if ( test ! -d $(PYDIR)/asap ) ; then mkdir -p $(PYDIR)/asap ; fi 44 44 @if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi 45 @cd $(ASAPROOT)/$(ATNFD); make install 46 @cd $(ASAPROOT)/$(PYRAPD); make install 45 47 @for file in $(LIBS) ; do cp -f $$file $(PYDIR)/asap ; done 46 48 @for file in $(BINS) ; do cp -f $$file $(PREFIX)/bin ; done 47 49 @for file in $(PY) ; do cp -f $$file $(PYDIR)/asap ; done 48 @for file in $(APPS) ; do cp -f $$file $(PREFIX)/bin ; done49 50 @if ( test ! -d $(PREFIX)/share/asap ) ; then mkdir -p $(PREFIX)/share/asap ; fi 50 51 @cp -f share/ipythonrc-asap $(PREFIX)/share/asap/ 51 @cd $(ASAPROOT)/$(PYRAPD); make install 52 @cd $(ASAPROOT)/$(ATNFD); make install 52 @for file in $(APPS) ; do cp -f $$file $(PREFIX)/bin ; done 53 53 @echo "Successfully installed asap module to" $(PYDIR) 54 54  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  