source: PSPA/Interface_Web/trunk/Interfaces/aml/v1r0p0/cmt/setup.sh @ 422

Last change on this file since 422 was 422, checked in by touze, 11 years ago

add AML/UAP package

File size: 458 bytes
Line 
1# echo "Setting aml v1r0p0 in /Users/touze/Public/pspa/Interfaces"
2
3if test "${CMTROOT}" = ""; then
4  CMTROOT=/usr/local/CMT/v1r20p20090520; export CMTROOT
5fi
6. ${CMTROOT}/mgr/setup.sh
7
8tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name`
9if test ! $? = 0 ; then tempfile=/tmp/cmt.$$; fi
10${CMTROOT}/mgr/cmt setup -sh -pack=aml -version=v1r0p0 -path=/Users/touze/Public/pspa/Interfaces  -no_cleanup $* >${tempfile}; . ${tempfile}
11/bin/rm -f ${tempfile}
12
Note: See TracBrowser for help on using the repository browser.