Geant4 Cross Reference |
1 # - G4shortlived module build definition << 1 #------------------------------------------------------------------------------ >> 2 # Module : G4shortlived >> 3 # Package: Geant4.src.G4particles.G4shortlived >> 4 #------------------------------------------------------------------------------ 2 5 >> 6 # 3 # Define the Geant4 Module. 7 # Define the Geant4 Module. 4 geant4_add_module(G4shortlived << 8 # 5 PUBLIC_HEADERS << 9 geant4_define_module(NAME G4shortlived >> 10 HEADERS 6 G4DiQuarks.hh 11 G4DiQuarks.hh 7 G4ExcitedBaryonConstructor.hh 12 G4ExcitedBaryonConstructor.hh 8 G4ExcitedBaryons.hh 13 G4ExcitedBaryons.hh 9 G4ExcitedDeltaConstructor.hh 14 G4ExcitedDeltaConstructor.hh 10 G4ExcitedLambdaConstructor.hh 15 G4ExcitedLambdaConstructor.hh 11 G4ExcitedMesonConstructor.hh 16 G4ExcitedMesonConstructor.hh 12 G4ExcitedMesons.hh 17 G4ExcitedMesons.hh 13 G4ExcitedNucleonConstructor.hh 18 G4ExcitedNucleonConstructor.hh 14 G4ExcitedSigmaConstructor.hh 19 G4ExcitedSigmaConstructor.hh 15 G4ExcitedXiConstructor.hh 20 G4ExcitedXiConstructor.hh 16 G4Gluons.hh 21 G4Gluons.hh 17 G4Quarks.hh 22 G4Quarks.hh 18 G4ShortLivedConstructor.hh 23 G4ShortLivedConstructor.hh 19 G4VShortLivedParticle.hh 24 G4VShortLivedParticle.hh 20 SOURCES 25 SOURCES 21 G4DiQuarks.cc 26 G4DiQuarks.cc 22 G4ExcitedBaryonConstructor.cc 27 G4ExcitedBaryonConstructor.cc 23 G4ExcitedBaryons.cc 28 G4ExcitedBaryons.cc 24 G4ExcitedDeltaConstructor.cc 29 G4ExcitedDeltaConstructor.cc 25 G4ExcitedLambdaConstructor.cc 30 G4ExcitedLambdaConstructor.cc 26 G4ExcitedMesonConstructor.cc 31 G4ExcitedMesonConstructor.cc 27 G4ExcitedMesons.cc 32 G4ExcitedMesons.cc 28 G4ExcitedNucleonConstructor.cc 33 G4ExcitedNucleonConstructor.cc 29 G4ExcitedSigmaConstructor.cc 34 G4ExcitedSigmaConstructor.cc 30 G4ExcitedXiConstructor.cc 35 G4ExcitedXiConstructor.cc 31 G4Gluons.cc 36 G4Gluons.cc 32 G4Quarks.cc 37 G4Quarks.cc 33 G4ShortLivedConstructor.cc 38 G4ShortLivedConstructor.cc 34 G4VShortLivedParticle.cc) << 39 G4VShortLivedParticle.cc >> 40 GRANULAR_DEPENDENCIES >> 41 G4globman >> 42 G4materials >> 43 G4partman >> 44 GLOBAL_DEPENDENCIES >> 45 G4global >> 46 G4materials >> 47 ) 35 48 36 geant4_module_link_libraries(G4shortlived PUBL << 49 # List any source specific properties here