# Install script for directory: /home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations # Set the install prefix IF(NOT DEFINED CMAKE_INSTALL_PREFIX) SET(CMAKE_INSTALL_PREFIX "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02") ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) IF(BUILD_TYPE) STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") ELSE(BUILD_TYPE) SET(CMAKE_INSTALL_CONFIG_NAME "Release") ENDIF(BUILD_TYPE) MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) # Set the component getting installed. IF(NOT CMAKE_INSTALL_COMPONENT) IF(COMPONENT) MESSAGE(STATUS "Install component: \"${COMPONENT}\"") SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") ELSE(COMPONENT) SET(CMAKE_INSTALL_COMPONENT) ENDIF(COMPONENT) ENDIF(NOT CMAKE_INSTALL_COMPONENT) # Install shared libraries without execute permission? IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) SET(CMAKE_INSTALL_SO_NO_EXE "0") ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Runtime") IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4parmodels.so" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4parmodels.so") FILE(RPATH_CHECK FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4parmodels.so" RPATH "") ENDIF() FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02/outputs/library/Linux-g++/libG4parmodels.so") IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4parmodels.so" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4parmodels.so") FILE(RPATH_REMOVE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4parmodels.so") IF(CMAKE_INSTALL_DO_STRIP) EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4parmodels.so") ENDIF(CMAKE_INSTALL_DO_STRIP) ENDIF() ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Runtime") IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Development") FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/Geant4" TYPE FILE FILES "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/G4GFlashSpot.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/G4VGFlashSensitiveDetector.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GFlashEnergySpot.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GFlashHitMaker.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GFlashHomoShowerParameterisation.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GFlashParticleBounds.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GFlashSamplingShowerParameterisation.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GFlashSamplingShowerTuning.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GFlashShowerModel.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GFlashShowerModelMessenger.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GVFlashHomoShowerTuning.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/GVFlashShowerParameterisation.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/parameterisations/gflash/include/Gamma.hh" ) ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Development") IF(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. INCLUDE("/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02/source/parameterisations/gflash/cmake_install.cmake") ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)