Changeset 1761 for branches/alma/Makefile
- Timestamp:
- 07/06/10 21:04:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/Makefile
r1757 r1761 17 17 LIBS := /tmp/_asap.so 18 18 BINS := bin/asap 19 APPS := apps/asap2to3 19 20 20 21 CASAROOT := $(word 1, $(CASAPATH)) … … 27 28 @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi 28 29 @cd $(ASAPROOT)/src; make 30 @cd $(ASAPROOT)/apps; make 29 31 30 32 doc: … … 39 41 @for file in $(BINS) ; do cp -f $$file $(PREFIX)/bin ; done 40 42 @for file in $(PY) ; do cp -f $$file $(PYDIR)/asap ; done 43 @for file in $(APPS) ; do cp -f $$file $(PREFIX)/bin ; done 41 44 @if ( test ! -d $(PREFIX)/share/asap ) ; then mkdir -p $(PREFIX)/share/asap ; fi 42 45 @cp -f share/ipythonrc-asap $(PREFIX)/share/asap/
Note:
See TracChangeset
for help on using the changeset viewer.