- Timestamp:
- 07/18/09 06:10:11 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/Makefile
r1601 r1602 4 4 ### environment, replace $(CASAPATH) with $(AIPSPATH). 5 5 #PREFIX := /opt/casa/darwin 6 #PREFIX := /export/home/minor/casa/active/linux_gnu6 PREFIX := /export/home/tengu/casa/active/linux_gnu 7 7 PYDIR := $(PREFIX)/python/2.5 8 8 … … 23 23 24 24 module: 25 @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi 25 26 @cd $(ASAPROOT)/src; make 26 @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi27 27 28 28 doc: … … 31 31 32 32 install: 33 @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi 33 34 @if ( test ! -d $(PYDIR)/asap ) ; then mkdir -p $(PYDIR)/asap ; fi 34 35 @if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
Note:
See TracChangeset
for help on using the changeset viewer.