5 if [[ ! -f env_config.sh ]]; then
6 echo "Can not find env_config.sh. Please, run config.sh."
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}
16 export NEWGEOM_PDIR=/dn48/newgeom/common/products