Salome HOME
Icon for angle constraint is added, execute method is reviewed for working with pre...
[modules/shaper.git] / env.sh
1 #!/bin/bash -x
2
3 set -o nounset
4
5 if [[ ! -f env_config.sh ]]; then
6   echo "Can not find env_config.sh. Please, run config.sh."
7   exit 1
8 fi
9 source env_config.sh
10
11 export ROOT_DIR=$(cd $(dirname $0)/.. && pwd)
12 export SOURCES_DIR=${ROOT_DIR}/sources
13 export BUILD_DIR=${ROOT_DIR}/build${PLATFORM}
14 export INSTALL_DIR=${ROOT_DIR}/install${PLATFORM}
15
16 export NEWGEOM_PDIR=/dn48/newgeom/common/products