Geant4 Cross Reference |
1 #!@GEANT4_TC_SHELL_PROGRAM@ 1 #!@GEANT4_TC_SHELL_PROGRAM@ 2 2 3 #--------------------------------------------- 3 #----------------------------------------------------------------------- 4 # @GEANT4_TC_SHELL_FAMILY@ environment setup s 4 # @GEANT4_TC_SHELL_FAMILY@ environment setup script for Geant4 @Geant4_VERSION@ 5 # 5 # 6 # This script will configure your environment 6 # This script will configure your environment so that any Geant4 supplied 7 # tools, libraries and data are available in y 7 # tools, libraries and data are available in your PATH, library paths etc. 8 # Data libraries will only be setup if they we 8 # Data libraries will only be setup if they were installed as part of the 9 # Geant4 installation. 9 # Geant4 installation. 10 # 10 # 11 # Source this script to perform the setup. 11 # Source this script to perform the setup. 12 # 12 # 13 # This script is autogenerated by CMake DO NOT 13 # This script is autogenerated by CMake DO NOT EDIT 14 # 14 # 15 15 16 #--------------------------------------------- 16 #----------------------------------------------------------------------- 17 # Locate directory of self 17 # Locate directory of self 18 # 18 # 19 @GEANT4_ENV_SELFLOCATE_COMMAND@ 19 @GEANT4_ENV_SELFLOCATE_COMMAND@ 20 @GEANT4_TC_IF_SELFLOCATED@ 20 @GEANT4_TC_IF_SELFLOCATED@ 21 #--------------------------------------------- 21 #----------------------------------------------------------------------- 22 # Setup Geant4 binary and library paths... 22 # Setup Geant4 binary and library paths... 23 # 23 # 24 @GEANT4_ENV_BINPATH_SETUP@ 24 @GEANT4_ENV_BINPATH_SETUP@ 25 @GEANT4_ENV_LIBPATH_SETUP@ 25 @GEANT4_ENV_LIBPATH_SETUP@ 26 26 27 #--------------------------------------------- 27 #----------------------------------------------------------------------- 28 # Setup Third-party binary and library paths.. 28 # Setup Third-party binary and library paths... 29 # - CLHEP 29 # - CLHEP 30 @GEANT4_TC_CLHEP_LIB_PATH_SETUP@ 30 @GEANT4_TC_CLHEP_LIB_PATH_SETUP@ 31 31 32 # - XercesC << 33 @GEANT4_TC_XERCESC_LIB_PATH_SETUP@ << 34 << 35 #--------------------------------------------- 32 #----------------------------------------------------------------------- 36 # Resource file paths 33 # Resource file paths 37 # - Datasets << 34 # 38 @GEANT4_ENV_DATASETS@ 35 @GEANT4_ENV_DATASETS@ 39 << 40 # - Fonts for Freetype << 41 @GEANT4_ENV_TOOLS_FONT_PATH@ << 42 36 43 #--------------------------------------------- 37 #---------------------------------------------------------------------- 44 @GEANT4_TC_ENDIF_SELFLOCATED@ 38 @GEANT4_TC_ENDIF_SELFLOCATED@