Geant4 Cross Reference |
1 # - G4had_fission module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4had_fission >> 4 # Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4had_fission >> 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 : 08/11/2013 >> 13 # >> 14 # >> 15 #------------------------------------------------------------------------------ 2 16 >> 17 # 3 # Define the Geant4 Module. 18 # Define the Geant4 Module. 4 geant4_add_module(G4had_fission << 19 # 5 PUBLIC_HEADERS << 20 GEANT4_DEFINE_MODULE(NAME G4had_fission 6 G4FissLib.hh << 21 HEADERS 7 G4FissionLibrary.hh << 22 G4FissLib.hh 8 G4LFission.hh << 23 G4FissionLibrary.hh 9 G4LLNLFission.hh << 24 G4LFission.hh 10 G4fissionEvent.hh << 25 G4LLNLFission.hh 11 SOURCES << 26 G4fissionEvent.hh 12 G4FissLib.cc << 27 SOURCES 13 G4FissionLibrary.cc << 28 G4FissLib.cc 14 G4LFission.cc << 29 G4FissionLibrary.cc 15 G4LLNLFission.cc << 30 G4LFission.cc 16 G4SmpGEng.cc << 31 G4LLNLFission.cc 17 G4SmpIsoDir.cc << 32 G4SmpGEng.cc 18 G4SmpNEngCf252.cc << 33 G4SmpIsoDir.cc 19 G4SmpNVel.cc << 34 G4SmpNEngCf252.cc 20 G4SmpNuDistDataPu239.cc << 35 G4SmpNVel.cc 21 G4SmpNuDistDataPu239_241.cc << 36 G4SmpNuDistDataPu239.cc 22 G4SmpNuDistDataPu239_241_MC.cc << 37 G4SmpNuDistDataPu239_241.cc 23 G4SmpNuDistDataU232_234_236_238.cc << 38 G4SmpNuDistDataPu239_241_MC.cc 24 G4SmpNuDistDataU232_234_236_238_MC.cc << 39 G4SmpNuDistDataU232_234_236_238.cc 25 G4SmpNuDistDataU233_235.cc << 40 G4SmpNuDistDataU232_234_236_238_MC.cc 26 G4SmpNuDistDataU233_235_MC.cc << 41 G4SmpNuDistDataU233_235.cc 27 G4SmpNuDistDataU235.cc << 42 G4SmpNuDistDataU233_235_MC.cc 28 G4SmpNuDistDataU238.cc << 43 G4SmpNuDistDataU235.cc 29 G4SmpNugDist.cc << 44 G4SmpNuDistDataU238.cc 30 G4SmpPVel.cc << 45 G4SmpNugDist.cc 31 G4SmpSpNuDistData.cc << 46 G4SmpPVel.cc 32 G4SmpSpNubarData.cc << 47 G4SmpSpNuDistData.cc 33 G4SmpSpNugDistData.cc << 48 G4SmpSpNubarData.cc 34 G4SmpTerrell.cc << 49 G4SmpSpNugDistData.cc 35 G4SmpWatt.cc << 50 G4SmpTerrell.cc 36 G4fissionEvent.cc << 51 G4SmpWatt.cc 37 G4fissionerr.cc << 52 G4fissionEvent.cc 38 G4rngc.cc) << 53 G4fissionerr.cc >> 54 G4rngc.cc >> 55 GRANULAR_DEPENDENCIES >> 56 G4baryons >> 57 G4bosons >> 58 G4geometrymng >> 59 G4globman >> 60 G4had_mod_man >> 61 G4had_par_hp >> 62 G4hadronic_mgt >> 63 G4hadronic_proc >> 64 G4hadronic_util >> 65 G4hadronic_xsect >> 66 G4ions >> 67 G4leptons >> 68 G4materials >> 69 G4mesons >> 70 G4partman >> 71 G4procman >> 72 G4track >> 73 G4volumes >> 74 GLOBAL_DEPENDENCIES >> 75 G4geometry >> 76 G4global >> 77 G4materials >> 78 G4particles >> 79 G4track >> 80 LINK_LIBRARIES >> 81 ) >> 82 >> 83 # List any source specific properties here 39 84 40 geant4_module_link_libraries(G4had_fission << 41 PUBLIC << 42 G4baryons << 43 G4bosons << 44 G4globman << 45 G4had_par_hp << 46 G4hadronic_mgt << 47 G4hadronic_util << 48 G4heprandom << 49 G4leptons << 50 G4track) <<