# Install script for directory: /home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event # 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/libG4event.so" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4event.so") FILE(RPATH_CHECK FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4event.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++/libG4event.so") IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4event.so" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4event.so") FILE(RPATH_REMOVE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4event.so") IF(CMAKE_INSTALL_DO_STRIP) EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libG4event.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/event/include/G4AdjointPosOnPhysVolGenerator.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4AdjointPrimaryGenerator.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4AdjointStackingAction.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4ClassificationOfNewTrack.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4EvManMessenger.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4Event.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4EventManager.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4GeneralParticleSource.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4GeneralParticleSourceMessenger.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4HEPEvtInterface.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4HEPEvtParticle.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4ParticleGun.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4ParticleGunMessenger.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4PrimaryTransformer.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4RayShooter.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4SPSAngDistribution.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4SPSEneDistribution.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4SPSPosDistribution.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4SPSRandomGenerator.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4SingleParticleSource.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4SmartTrackStack.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4StackChecker.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4StackManager.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4StackedTrack.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4StackingMessenger.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4TrackStack.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4TrajectoryContainer.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4UserEventAction.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4UserStackingAction.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4VPrimaryGenerator.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/G4VUserEventInformation.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/eventgendefs.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/evmandefs.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/evtdefs.hh" "/home/mottram/cvmfs/sl6/sw/dependencies/geant4.10.0.p02-source/source/event/include/trajectoryControl.hh" ) ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Development")