Files
geant4/cmake/Templates/geant4-env-skeleton.in
T
2016-06-09 16:46:55 +02:00

41 lines
1.2 KiB
Plaintext

#!@GEANT4_TC_SHELL_PROGRAM
#----------------------------------------------------------------------------
# @GEANT4_TC_SHELL_FAMILY@ environment setup script for Geant4 @Geant4_VERSION@
#
# This script will configure your environment so that any Geant4 supplied
# tools, libraries and data are available in your PATH, library paths etc.
# Data libraries will only be setup if they were installed as part of the
# Geant4 installation.
#
# Source this script to perform the setup.
#
# This script is autogenerated by CMake DO NOT EDIT
#
#----------------------------------------------------------------------------
# Locate directory of self
#
@GEANT4_ENV_SELFLOCATE_COMMAND@
#----------------------------------------------------------------------------
# Setup binary and library paths...
#
@GEANT4_ENV_BINPATH_SETUP@
@GEANT4_ENV_LIBPATH_SETUP@
#----------------------------------------------------------------------------
# Resource file paths
# Data Library Paths are only set if they were installed by CMake
#
@GEANT4_ENV_G4ABLADATA@
@GEANT4_ENV_G4LEDATA@
@GEANT4_ENV_G4LEVELGAMMADATA@
@GEANT4_ENV_G4NEUTRONHPDATA@
@GEANT4_ENV_G4NEUTRONXSDATA@
@GEANT4_ENV_G4PIIDATA@
@GEANT4_ENV_G4RADIOACTIVEDATA@
@GEANT4_ENV_G4REALSURFACEDATA@