Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/cmake/Templates/geant4-env-skeleton.in is written in an unsupported language. File is not indexed.

0001 #!@GEANT4_TC_SHELL_PROGRAM@
0002 
0003 #-----------------------------------------------------------------------
0004 # @GEANT4_TC_SHELL_FAMILY@ environment setup script for Geant4 @Geant4_VERSION@
0005 #
0006 # This script will configure your environment so that any Geant4 supplied
0007 # tools, libraries and data are available in your PATH, library paths etc.
0008 # Data libraries will only be setup if they were installed as part of the
0009 # Geant4 installation.
0010 #
0011 # Source this script to perform the setup.
0012 #
0013 # This script is autogenerated by CMake DO NOT EDIT
0014 #
0015 
0016 #-----------------------------------------------------------------------
0017 # Locate directory of self
0018 #
0019 @GEANT4_ENV_SELFLOCATE_COMMAND@
0020 @GEANT4_TC_IF_SELFLOCATED@
0021 #-----------------------------------------------------------------------
0022 # Setup Geant4 binary and library paths...
0023 #
0024 @GEANT4_ENV_BINPATH_SETUP@
0025 @GEANT4_ENV_LIBPATH_SETUP@
0026 
0027 #-----------------------------------------------------------------------
0028 # Setup Third-party binary and library paths...
0029 # - CLHEP
0030 @GEANT4_TC_CLHEP_LIB_PATH_SETUP@
0031 
0032 # - XercesC
0033 @GEANT4_TC_XERCESC_LIB_PATH_SETUP@
0034 
0035 #-----------------------------------------------------------------------
0036 # Resource file paths
0037 # - Datasets
0038 @GEANT4_ENV_DATASETS@
0039 
0040 # - Fonts for Freetype
0041 @GEANT4_ENV_TOOLS_FONT_PATH@
0042 
0043 #----------------------------------------------------------------------
0044 @GEANT4_TC_ENDIF_SELFLOCATED@