Geant4 Cross Reference |
1 # - G4xrays module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4xrays >> 4 # Package: Geant4.src.G4processes.G4electromagnetic.G4xrays >> 5 # >> 6 # Sources description for a library. >> 7 # Lists the sources and headers of the code explicitly. >> 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 # >> 15 #------------------------------------------------------------------------------ 2 16 >> 17 # 3 # Define the Geant4 Module. 18 # Define the Geant4 Module. 4 geant4_add_module(G4xrays << 19 # 5 PUBLIC_HEADERS << 20 GEANT4_DEFINE_MODULE(NAME G4xrays 6 G4Cerenkov.hh << 21 HEADERS 7 G4ForwardXrayTR.hh << 22 G4Cerenkov.hh 8 G4GammaXTRadiator.hh << 23 G4ForwardXrayTR.hh 9 G4GaussXTRadiator.hh << 24 G4GammaXTRadiator.hh 10 G4RegularXTRadiator.hh << 25 G4GaussXTRadiator.hh 11 G4Scintillation.hh << 26 G4RegularXTRadiator.hh 12 G4ScintillationTrackInformation.hh << 27 G4Scintillation.hh 13 G4StrawTubeXTRadiator.hh << 28 G4ScintillationTrackInformation.hh 14 G4SynchrotronRadiation.hh << 29 G4StrawTubeXTRadiator.hh 15 G4SynchrotronRadiationInMat.hh << 30 G4SynchrotronRadiation.hh 16 G4TransitionRadiation.hh << 31 G4SynchrotronRadiationInMat.hh 17 G4TransparentRegXTRadiator.hh << 32 G4TransitionRadiation.hh 18 G4VTRModel.hh << 33 G4TransparentRegXTRadiator.hh 19 G4VTransitionRadiation.hh << 34 G4VTRModel.hh 20 G4VXTRenergyLoss.hh << 35 G4VTransitionRadiation.hh 21 G4XTRGammaRadModel.hh << 36 G4VXTRenergyLoss.hh 22 G4XTRGaussRadModel.hh << 37 G4XTRGammaRadModel.hh 23 G4XTRRegularRadModel.hh << 38 G4XTRRegularRadModel.hh 24 G4XTRTransparentRegRadModel.hh << 39 G4XTRTransparentRegRadModel.hh 25 G4XrayReflection.hh << 40 SOURCES 26 SOURCES << 41 G4Cerenkov.cc 27 G4Cerenkov.cc << 42 G4ForwardXrayTR.cc 28 G4ForwardXrayTR.cc << 43 G4GammaXTRadiator.cc 29 G4GammaXTRadiator.cc << 44 G4GaussXTRadiator.cc 30 G4GaussXTRadiator.cc << 45 G4RegularXTRadiator.cc 31 G4RegularXTRadiator.cc << 46 G4Scintillation.cc 32 G4Scintillation.cc << 47 G4ScintillationTrackInformation.cc 33 G4ScintillationTrackInformation.cc << 48 G4StrawTubeXTRadiator.cc 34 G4StrawTubeXTRadiator.cc << 49 G4SynchrotronRadiation.cc 35 G4SynchrotronRadiation.cc << 50 G4SynchrotronRadiationInMat.cc 36 G4SynchrotronRadiationInMat.cc << 51 G4TransitionRadiation.cc 37 G4TransitionRadiation.cc << 52 G4TransparentRegXTRadiator.cc 38 G4TransparentRegXTRadiator.cc << 53 G4VTransitionRadiation.cc 39 G4VTransitionRadiation.cc << 54 G4VXTRenergyLoss.cc 40 G4VXTRenergyLoss.cc << 55 G4XTRGammaRadModel.cc 41 G4XTRGammaRadModel.cc << 56 G4XTRRegularRadModel.cc 42 G4XTRGaussRadModel.cc << 57 G4XTRTransparentRegRadModel.cc 43 G4XTRRegularRadModel.cc << 58 GRANULAR_DEPENDENCIES 44 G4XTRTransparentRegRadModel.cc << 59 G4baryons 45 G4XrayReflection.cc) << 60 G4bosons 46 geant4_module_link_libraries(G4xrays << 61 G4cuts 47 PUBLIC << 62 G4emutils 48 G4bosons << 63 G4geometrymng 49 G4emutils << 64 G4globman 50 G4geometrymng << 65 G4hepnumerics 51 G4globman << 66 G4ions 52 G4leptons << 67 G4leptons 53 G4materials << 68 G4magneticfield 54 G4navigation << 69 G4materials 55 G4partman << 70 G4mesons 56 G4procman << 71 G4navigation 57 G4track << 72 G4partman 58 PRIVATE << 73 G4procman 59 G4cuts << 74 G4track 60 G4emstandard << 75 G4volumes 61 G4hepnumerics << 76 GLOBAL_DEPENDENCIES 62 G4heprandom << 77 G4geometry 63 G4magneticfield) << 78 G4global >> 79 G4materials >> 80 G4particles >> 81 G4track >> 82 LINK_LIBRARIES >> 83 ) >> 84 >> 85 # List any source specific properties here >> 86