Geant4 Cross Reference |
1 # - G4hadronic_radioactivedecay module build d << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4hadronic_radioactivedecay >> 4 # Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_radioactivedecay >> 5 # >> 6 # Sources description for a library. >> 7 # Lists the sources and headers of the code explicitely. >> 8 # Lists include paths needed. >> 9 # Lists the internal granular and global dependencies of the library. >> 10 # Source specific properties should be added at the end. >> 11 # >> 12 # Generated on : 24/9/2010 >> 13 # >> 14 # $Id: sources.cmake,v 1.2 2010-11-29 17:54:52 bmorgan Exp $ >> 15 # GEANT4 Tag $Name: geant4-09-04-patch-01 $ >> 16 # >> 17 #------------------------------------------------------------------------------ 2 18 >> 19 # List external includes needed. >> 20 include_directories(${CLHEP_INCLUDE_DIRS}) >> 21 >> 22 # List internal includes needed. >> 23 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include) >> 24 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) >> 25 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) >> 26 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) >> 27 include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) >> 28 include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) >> 29 include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) >> 30 include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include) >> 31 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include) >> 32 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include) >> 33 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include) >> 34 include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include) >> 35 include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) >> 36 include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/lowenergy/include) >> 37 include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include) >> 38 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/cross_sections/include) >> 39 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include) >> 40 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include) >> 41 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/management/include) >> 42 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/photon_evaporation/include) >> 43 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/util/include) >> 44 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/util/include) >> 45 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/processes/include) >> 46 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/util/include) >> 47 include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include) >> 48 include_directories(${CMAKE_SOURCE_DIR}/source/track/include) >> 49 >> 50 # 3 # Define the Geant4 Module. 51 # Define the Geant4 Module. 4 geant4_add_module(G4hadronic_radioactivedecay << 52 # 5 PUBLIC_HEADERS << 53 include(Geant4MacroDefineModule) 6 G4AlphaDecay.hh << 54 GEANT4_DEFINE_MODULE(NAME G4hadronic_radioactivedecay 7 G4BatemanParameters.hh << 55 HEADERS 8 G4BetaDecayCorrections.hh << 56 G4AlphaDecayChannel.hh 9 G4BetaDecayType.hh << 57 G4BetaFermiFunction.hh 10 G4BetaMinusDecay.hh << 58 G4BetaMinusDecayChannel.hh 11 G4BetaPlusDecay.hh << 59 G4BetaPlusDecayChannel.hh 12 G4BetaSpectrumSampler.hh << 60 G4ITDecayChannel.hh 13 G4ECDecay.hh << 61 G4KshellECDecayChannel.hh 14 G4ITDecay.hh << 62 G4LshellECDecayChannel.hh 15 G4SFDecay.hh << 63 G4MshellECDecayChannel.hh 16 G4NeutronDecay.hh << 64 G4NuclearDecayChannel.hh 17 G4NuclearDecay.hh << 65 G4NucleusLimits.hh 18 G4NucleusLimits.hh << 66 G4RIsotopeTable.hh 19 G4ProtonDecay.hh << 67 G4RadioactiveDecay.hh 20 G4RadioactiveDecay.hh << 68 G4RadioactiveDecayMode.hh 21 G4RadioactiveDecayMessenger.hh << 69 G4RadioactiveDecayRate.hh 22 G4Radioactivation.hh << 70 G4RadioactiveDecayRateVector.hh 23 G4RadioactivationMessenger.hh << 71 G4RadioactiveDecaymessenger.hh 24 G4RadioactiveDecayMode.hh << 72 G4RadioactivityTable.hh 25 G4RadioactiveDecayRatesToDaughter.hh << 73 G4UIcmdWithNucleusLimits.hh 26 G4RadioactiveDecayChainsFromParent.hh << 74 G4UserLimitsForRD.hh 27 G4RadioactivityTable.hh << 75 SOURCES 28 G4TritonDecay.hh << 76 G4BetaFermiFunction.cc 29 G4UIcmdWithNucleusLimits.hh << 77 G4NuclearDecayChannel.cc 30 G4UserLimitsForRD.hh << 78 G4NucleusLimits.cc 31 G4VRadioactiveDecay.hh << 79 G4RIsotopeTable.cc 32 SOURCES << 80 G4RadioactiveDecay.cc 33 G4AlphaDecay.cc << 81 G4RadioactiveDecayMode.cc 34 G4BatemanParameters.cc << 82 G4RadioactiveDecayRate.cc 35 G4BetaDecayCorrections.cc << 83 G4RadioactiveDecayRateVector.cc 36 G4BetaDecayType.cc << 84 G4RadioactiveDecaymessenger.cc 37 G4BetaMinusDecay.cc << 85 G4RadioactivityTable.cc 38 G4BetaPlusDecay.cc << 86 G4UIcmdWithNucleusLimits.cc 39 G4BetaSpectrumSampler.cc << 87 GRANULAR_DEPENDENCIES 40 G4ECDecay.cc << 88 G4baryons 41 G4ITDecay.cc << 89 G4bosons 42 G4SFDecay.cc << 90 G4emlowenergy 43 G4NeutronDecay.cc << 91 G4emutils 44 G4NuclearDecay.cc << 92 G4geometrymng 45 G4NucleusLimits.cc << 93 G4globman 46 G4ProtonDecay.cc << 94 G4had_mod_util 47 G4RadioactiveDecay.cc << 95 G4hadronic_deex_management 48 G4RadioactiveDecayMessenger.cc << 96 G4hadronic_deex_photon_evaporation 49 G4RadioactivationMessenger.cc << 97 G4hadronic_deex_util 50 G4RadioactiveDecayMode.cc << 98 G4hadronic_mgt 51 G4RadioactiveDecayRatesToDaughter.cc << 99 G4hadronic_proc 52 G4RadioactiveDecayChainsFromParent.cc << 100 G4hadronic_util 53 G4RadioactivityTable.cc << 101 G4hadronic_xsect 54 G4TritonDecay.cc << 102 G4intercoms 55 G4UIcmdWithNucleusLimits.cc << 103 G4ions 56 G4VRadioactiveDecay.cc) << 104 G4leptons >> 105 G4materials >> 106 G4mesons >> 107 G4partman >> 108 G4procman >> 109 G4track >> 110 G4volumes >> 111 GLOBAL_DEPENDENCIES >> 112 G4geometry >> 113 G4global >> 114 G4intercoms >> 115 G4materials >> 116 G4particles >> 117 G4track >> 118 LINK_LIBRARIES >> 119 ) >> 120 >> 121 # List any source specific properties here 57 122 58 geant4_module_link_libraries(G4hadronic_radioa << 59 PUBLIC << 60 G4globman << 61 G4intercoms << 62 G4partman << 63 G4procman << 64 G4track << 65 PRIVATE << 66 G4baryons << 67 G4bosons << 68 G4emlowenergy << 69 G4emutils << 70 G4geometrymng << 71 G4had_fission << 72 G4hadronic_deex_management << 73 G4hadronic_deex_photon_evaporation << 74 G4hadronic_mgt << 75 G4hadronic_util << 76 G4hepgeometry << 77 G4heprandom << 78 G4ions << 79 G4leptons << 80 G4materials) <<