TOP degage

This commit is contained in:
Olivier Sirol 1999-11-22 15:43:11 +00:00
parent 86be2f72f0
commit 9d6303f5d2
2 changed files with 2 additions and 12 deletions

View File

@ -6,7 +6,7 @@
# Alliance CAD system environnement # Alliance CAD system environnement
# Usage (in C-shell) : > source alc_env.csh # Usage (in C-shell) : > source alc_env.csh
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr> # (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
# $Id: alc_env.csh.in,v 1.9 1999/11/22 14:36:25 czo Exp $ # $Id: alc_env.csh.in,v 1.10 1999/11/22 15:43:10 czo Exp $
# Generated from alc_env.csh.in on @DATE@ # Generated from alc_env.csh.in on @DATE@
# $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will # $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will
@ -63,13 +63,9 @@ default:
breaksw breaksw
endsw endsw
setenv ALLIANCE_OS $ALLIANCE_OS
#echo $ALLIANCE_OS
# Where the Alliance CAD is installed # Where the Alliance CAD is installed
setenv ALLIANCE_TOP @ALLIANCE_TOP@/$ALLIANCE_OS setenv ALLIANCE_TOP @ALLIANCE_TOP@/$ALLIANCE_OS
setenv ALLIANCE_TOP $ALLIANCE_TOP
# User def # User def

View File

@ -6,7 +6,7 @@
# Alliance CAD system environnement # Alliance CAD system environnement
# Usage (in Bourne-shell) : > . alc_env.sh # Usage (in Bourne-shell) : > . alc_env.sh
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr> # (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
# $Id: alc_env.sh.in,v 1.10 1999/11/22 14:36:25 czo Exp $ # $Id: alc_env.sh.in,v 1.11 1999/11/22 15:43:11 czo Exp $
# Generated from alc_env.sh.in on @DATE@ # Generated from alc_env.sh.in on @DATE@
# $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will # $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will
@ -47,17 +47,11 @@ case `uname` in
esac esac
export ALLIANCE_OS export ALLIANCE_OS
#echo $ALLIANCE_OS
# Where the Alliance CAD is installed # Where the Alliance CAD is installed
ALLIANCE_TOP=@ALLIANCE_TOP@/$ALLIANCE_OS ; export ALLIANCE_TOP ALLIANCE_TOP=@ALLIANCE_TOP@/$ALLIANCE_OS ; export ALLIANCE_TOP
# To come :
ALLIANCE_OS=$ALLIANCE_OS; export ALLIANCE_OS
ALLIANCE_TOP=$ALLIANCE_TOP; export ALLIANCE_TOP
# User def # User def
MBK_IN_LO=vst; export MBK_IN_LO MBK_IN_LO=vst; export MBK_IN_LO