if test "${CMTROOT}" = ""; then CMTROOT=/home/campagne/kits/CMT/v1r18p20051108; export CMTROOT fi . ${CMTROOT}/mgr/setup.sh tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name` if test ! $? = 0 ; then tempfile=/tmp/cmt.$$; fi ${CMTROOT}/mgr/cmt cleanup -sh -pack=DMM -version=v0 -path=/home/campagne/projets/OSArea/MEMPHYS $* >${tempfile}; . ${tempfile} /bin/rm -f ${tempfile}