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