source: DMM/cmt/setup.sh @ 373

Last change on this file since 373 was 373, checked in by campagne, 17 years ago

Data Model for MEMPHYS

File size: 463 bytes
Line 
1# echo "Setting DMM v0 in /home/campagne/projets/OSArea/MEMPHYS"
2
3if test "${CMTROOT}" = ""; then
4  CMTROOT=/home/campagne/kits/CMT/v1r18p20051108; 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=DMM -version=v0 -path=/home/campagne/projets/OSArea/MEMPHYS  -no_cleanup $* >${tempfile}; . ${tempfile}
11/bin/rm -f ${tempfile}
12
Note: See TracBrowser for help on using the repository browser.