Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/hadronic/models/inclxx/incl_physics/sources.cmake

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /processes/hadronic/models/inclxx/incl_physics/sources.cmake (Version 11.3.0) and /processes/hadronic/models/inclxx/incl_physics/sources.cmake (Version 9.5.p2)


  1 # - G4hadronic_inclxx_physics module build def <<   1 #------------------------------------------------------------------------------
                                                   >>   2 # sources.cmake
                                                   >>   3 # Module : G4hadronic_bert_cascade
                                                   >>   4 # Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4had_hetcpp.G4hadronic_bert_cascade
                                                   >>   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 : 30/9/2010
                                                   >>  13 #
                                                   >>  14 # $Id: sources.cmake,v 1.4 2010-09-30 12:02:28 bmorgan Exp $
                                                   >>  15 #
                                                   >>  16 #------------------------------------------------------------------------------
  2                                                    17 
                                                   >>  18 # List external includes needed.
                                                   >>  19 include_directories(${CLHEP_INCLUDE_DIRS})
                                                   >>  20 
                                                   >>  21 # List internal includes needed.
                                                   >>  22 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
                                                   >>  23 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
                                                   >>  24 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
                                                   >>  25 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPNumerics/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/materials/include)
                                                   >>  29 include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
                                                   >>  30 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
                                                   >>  31 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
                                                   >>  32 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
                                                   >>  33 include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
                                                   >>  34 include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
                                                   >>  35 include_directories(${CMAKE_SOURCE_DIR}/source/particles/shortlived/include)
                                                   >>  36 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/cross_sections/include)
                                                   >>  37 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include)
                                                   >>  38 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/cascade/cascade/include)
                                                   >>  39 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/cascade/utils/include)
                                                   >>  40 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/evaporation/include)
                                                   >>  41 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/fermi_breakup/include)
                                                   >>  42 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/handler/include)
                                                   >>  43 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/management/include)
                                                   >>  44 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/multifragmentation/include)
                                                   >>  45 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/photon_evaporation/include)
                                                   >>  46 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/util/include)
                                                   >>  47 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/management/include)
                                                   >>  48 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/pre_equilibrium/exciton_model/include)
                                                   >>  49 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/util/include)
                                                   >>  50 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/processes/include)
                                                   >>  51 include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/util/include)
                                                   >>  52 include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
                                                   >>  53 include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
                                                   >>  54 
                                                   >>  55 #
  3 # Define the Geant4 Module.                        56 # Define the Geant4 Module.
  4 geant4_add_module(G4hadronic_inclxx_physics    <<  57 #
  5   PUBLIC_HEADERS                               <<  58 include(Geant4MacroDefineModule)
  6     G4INCLAvatarDumpAction.hh                  <<  59 GEANT4_DEFINE_MODULE(NAME G4hadronic_inclxx_physics
  7     G4INCLBinaryCollisionAvatar.hh             <<  60     HEADERS
  8     G4INCLCascade.hh                           <<  61        G4INCLAvatarAction.hh
  9     G4INCLCascadeAction.hh                     <<  62        G4INCLBinaryCollisionAvatar.hh
 10     G4INCLCDPP.hh                              <<  63        G4INCLCDPP.hh
 11     G4INCLCluster.hh                           <<  64        G4INCLClusterDecay.hh
 12     G4INCLClusterDecay.hh                      <<  65        G4INCLClustering.hh
 13     G4INCLClustering.hh                        <<  66        G4INCLClusteringModelIntercomparison.hh
 14     G4INCLClusteringModelIntercomparison.hh    <<  67        G4INCLClusteringModelNone.hh
 15     G4INCLClusteringModelNone.hh               <<  68        G4INCLClusterUtils.hh
 16     G4INCLConstantRandom.hh                    <<  69        G4INCLConstantRandom.hh
 17     G4INCLCoulombDistortion.hh                 <<  70        G4INCLCoulombDistortion.hh
 18     G4INCLCoulombNone.hh                       <<  71        G4INCLCoulombNone.hh
 19     G4INCLCoulombNonRelativistic.hh            <<  72        G4INCLCoulombNonRelativistic.hh
 20     G4INCLCrossSections.hh                     <<  73        G4INCLCrossSections.hh
 21     G4INCLCrossSectionsAntiparticles.hh        <<  74        G4INCLDecayAvatar.hh
 22     G4INCLCrossSectionsINCL46.hh               <<  75        G4INCLDeltaDecayChannel.hh
 23     G4INCLCrossSectionsMultiPions.hh           <<  76        G4INCLDeltaProductionChannel.hh
 24     G4INCLCrossSectionsMultiPionsAndResonances <<  77        G4INCLElasticChannel.hh
 25     G4INCLCrossSectionsStrangeness.hh          <<  78        G4INCLEventAction.hh
 26     G4INCLCrossSectionsTruncatedMultiPions.hh  <<  79        G4INCLFPEDebug.hh
 27     G4INCLDecayAvatar.hh                       <<  80        G4INCLGlobalInfo.hh
 28     G4INCLDeJongSpin.hh                        <<  81        G4INCLCascade.hh
 29     G4INCLDeltaDecayChannel.hh                 <<  82        G4INCLIClusteringModel.hh
 30     G4INCLDeltaProductionChannel.hh            <<  83        G4INCLICoulomb.hh
 31     G4INCLDeuteronDensity.hh                   <<  84        G4INCLIFunction.hh
 32     G4INCLElasticChannel.hh                    <<  85        G4INCLInteractionAvatar.hh
 33     G4INCLEtaNElasticChannel.hh                <<  86        G4INCLINuclearPotential.hh
 34     G4INCLEtaNToPiNChannel.hh                  <<  87        G4INCLIPauli.hh
 35     G4INCLEtaNToPiPiNChannel.hh                <<  88        G4INCLIPropagationModel.hh
 36     G4INCLIClusteringModel.hh                  <<  89        G4INCLKinematicsUtils.hh
 37     G4INCLICoulomb.hh                          <<  90        G4INCLNuclearDensityFactory.hh
 38     G4INCLICrossSections.hh                    <<  91        G4INCLNuclearDensity.hh
 39     G4INCLInteractionAvatar.hh                 <<  92        G4INCLNuclearPotentialConstant.hh
 40     G4INCLINuclearPotential.hh                 <<  93        G4INCLNuclearPotentialEnergyIsospin.hh
 41     G4INCLIPauli.hh                            <<  94        G4INCLNuclearPotentialIsospin.hh
 42     G4INCLIPhaseSpaceGenerator.hh              <<  95        G4INCLNucleus.hh
 43     G4INCLIPropagationModel.hh                 <<  96        G4INCLPauliBlocking.hh
 44     G4INCLKinematicsUtils.hh                   <<  97        G4INCLPauliGlobal.hh
 45     G4INCLNDeltaEtaProductionChannel.hh        <<  98        G4INCLPauliStandard.hh
 46     G4INCLNDeltaOmegaProductionChannel.hh      <<  99        G4INCLPauliStrict.hh
 47     G4INCLNDeltaToDeltaLKChannel.hh            << 100        G4INCLPauliStrictStandard.hh
 48     G4INCLNDeltaToDeltaSKChannel.hh            << 101        G4INCLPionNucleonChannel.hh
 49     G4INCLNDeltaToNLKChannel.hh                << 102        G4INCLPropagationAction.hh
 50     G4INCLNDeltaToNNKKbChannel.hh              << 103        G4INCLRecombinationChannel.hh
 51     G4INCLNDeltaToNSKChannel.hh                << 104        G4INCLReflectionChannel.hh
 52     G4INCLNDFGaussian.hh                       << 105        G4INCLStandardPropagationModel.hh
 53     G4INCLNDFHardSphere.hh                     << 106        G4INCLSurfaceAvatar.hh
 54     G4INCLNDFModifiedHarmonicOscillator.hh     << 107        G4INCLTransmissionChannel.hh
 55     G4INCLNDFParis.hh                          << 108     SOURCES
 56     G4INCLNDFWoodsSaxon.hh                     << 109        G4INCLAvatarAction.cc
 57     G4INCLNeutralKaonDecayChannel.hh           << 110        G4INCLBinaryCollisionAvatar.cc
 58     G4INCLNKbElasticChannel.hh                 << 111        G4INCLCascade.cc
 59     G4INCLNKbToL2piChannel.hh                  << 112        G4INCLCDPP.cc
 60     G4INCLNKbToLpiChannel.hh                   << 113        G4INCLClusterDecay.cc
 61     G4INCLNKbToNKb2piChannel.hh                << 114        G4INCLClustering.cc
 62     G4INCLNKbToNKbChannel.hh                   << 115        G4INCLClusteringModelIntercomparison.cc
 63     G4INCLNKbToNKbpiChannel.hh                 << 116        G4INCLClusterUtils.cc
 64     G4INCLNKbToS2piChannel.hh                  << 117        G4INCLCoulombDistortion.cc
 65     G4INCLNKbToSpiChannel.hh                   << 118        G4INCLCoulombNone.cc
 66     G4INCLNKElasticChannel.hh                  << 119        G4INCLCoulombNonRelativistic.cc
 67     G4INCLNKToNK2piChannel.hh                  << 120        G4INCLCrossSections.cc
 68     G4INCLNKToNKChannel.hh                     << 121        G4INCLDecayAvatar.cc
 69     G4INCLNKToNKpiChannel.hh                   << 122        G4INCLDeltaDecayChannel.cc
 70     G4INCLNLToNSChannel.hh                     << 123        G4INCLDeltaProductionChannel.cc
 71     G4INCLNNbarCEXChannel.hh                   << 124        G4INCLElasticChannel.cc
 72     G4INCLNNbarElasticChannel.hh               << 125        G4INCLEventAction.cc
 73     G4INCLNNbarToLLbarChannel.hh               << 126        G4INCLIClusteringModel.cc
 74     G4INCLNNbarToNNbarpiChannel.hh             << 127        G4INCLICoulomb.cc
 75     G4INCLNNbarToNNbar2piChannel.hh            << 128        G4INCLInteractionAvatar.cc
 76     G4INCLNNbarToNNbar3piChannel.hh            << 129        G4INCLINuclearPotential.cc
 77     G4INCLNNbarToAnnihilationChannel.hh        << 130        G4INCLIPropagationModel.cc
 78     G4INCLNNEtaToMultiPionsChannel.hh          << 131        G4INCLKinematicsUtils.cc
 79     G4INCLNNOmegaToMultiPionsChannel.hh        << 132        G4INCLNuclearDensity.cc
 80     G4INCLNNToMissingStrangenessChannel.hh     << 133        G4INCLNuclearDensityFactory.cc
 81     G4INCLNNToMultiPionsChannel.hh             << 134        G4INCLNuclearPotentialConstant.cc
 82     G4INCLNNToNLK2piChannel.hh                 << 135        G4INCLNuclearPotentialEnergyIsospin.cc
 83     G4INCLNNToNLKChannel.hh                    << 136        G4INCLNuclearPotentialIsospin.cc
 84     G4INCLNNToNLKpiChannel.hh                  << 137        G4INCLNucleus.cc
 85     G4INCLNNToNNEtaChannel.hh                  << 138        G4INCLPauliBlocking.cc
 86     G4INCLNNToNNKKbChannel.hh                  << 139        G4INCLPauliGlobal.cc
 87     G4INCLNNToNNOmegaChannel.hh                << 140        G4INCLPauliStandard.cc
 88     G4INCLNNToNSK2piChannel.hh                 << 141        G4INCLPauliStrict.cc
 89     G4INCLNNToNSKChannel.hh                    << 142        G4INCLPauliStrictStandard.cc
 90     G4INCLNNToNSKpiChannel.hh                  << 143        G4INCLPionNucleonChannel.cc
 91     G4INCLNpiToLK2piChannel.hh                 << 144        G4INCLPropagationAction.cc
 92     G4INCLNpiToLKChannel.hh                    << 145        G4INCLRecombinationChannel.cc
 93     G4INCLNpiToLKpiChannel.hh                  << 146        G4INCLReflectionChannel.cc
 94     G4INCLNpiToMissingStrangenessChannel.hh    << 147        G4INCLStandardPropagationModel.cc
 95     G4INCLNpiToNKKbChannel.hh                  << 148        G4INCLSurfaceAvatar.cc
 96     G4INCLNpiToSK2piChannel.hh                 << 149        G4INCLTransmissionChannel.cc
 97     G4INCLNpiToSKChannel.hh                    << 150     GRANULAR_DEPENDENCIES
 98     G4INCLNpiToSKpiChannel.hh                  << 151         G4baryons
 99     G4INCLNSToNLChannel.hh                     << 152         G4bosons
100     G4INCLNSToNSChannel.hh                     << 153         G4geometrymng
101     G4INCLNuclearDensity.hh                    << 154         G4globman
102     G4INCLNuclearDensityFactory.hh             << 155         G4had_mod_man
103     G4INCLNuclearPotentialConstant.hh          << 156         G4had_mod_util
104     G4INCLNuclearPotentialEnergyIsospin.hh     << 157         G4had_preequ_exciton
105     G4INCLNuclearPotentialEnergyIsospinSmooth. << 158         G4hadronic_inclxx_utils
106     G4INCLNuclearPotentialIsospin.hh           << 159         G4hadronic_deex_evaporation
107     G4INCLNucleus.hh                           << 160         G4hadronic_deex_fermi_breakup
108     G4INCLNYElasticChannel.hh                  << 161         G4hadronic_deex_handler
109     G4INCLOmegaNElasticChannel.hh              << 162         G4hadronic_deex_management
110     G4INCLOmegaNToPiNChannel.hh                << 163         G4hadronic_deex_multifragmentation
111     G4INCLOmegaNToPiPiNChannel.hh              << 164         G4hadronic_deex_photon_evaporation
112     G4INCLParticleEntryAvatar.hh               << 165         G4hadronic_deex_util
113     G4INCLParticleEntryChannel.hh              << 166         G4hadronic_hetcpp_utils
114     G4INCLParticleSampler.hh                   << 167         G4hadronic_mgt
115     G4INCLPauliBlocking.hh                     << 168         G4hadronic_proc
116     G4INCLPauliGlobal.hh                       << 169         G4hadronic_util
117     G4INCLPauliStandard.hh                     << 170         G4hadronic_xsect
118     G4INCLPauliStrict.hh                       << 171         G4hepnumerics
119     G4INCLPauliStrictStandard.hh               << 172         G4ions
120     G4INCLPbarAtrestEntryChannel.hh            << 173         G4leptons
121     G4INCLPhaseSpaceGenerator.hh               << 174         G4materials
122     G4INCLPhaseSpaceKopylov.hh                 << 175         G4mesons
123     G4INCLPhaseSpaceRauboldLynch.hh            << 176         G4partman
124     G4INCLPiNElasticChannel.hh                 << 177         G4procman
125     G4INCLPiNToDeltaChannel.hh                 << 178         G4shortlived
126     G4INCLPiNToEtaChannel.hh                   << 179         G4track
127     G4INCLPiNToMultiPionsChannel.hh            << 180         G4volumes
128     G4INCLPiNToOmegaChannel.hh                 << 181     GLOBAL_DEPENDENCIES
129     G4INCLPionResonanceDecayChannel.hh         << 182         G4geometry
130     G4INCLProjectileRemnant.hh                 << 183         G4global
131     G4INCLRecombinationChannel.hh              << 184         G4materials
132     G4INCLReflectionChannel.hh                 << 185         G4particles
133     G4INCLSigmaZeroDecayChannel.hh             << 186         G4track
134     G4INCLStandardPropagationModel.hh          << 187     LINK_LIBRARIES
135     G4INCLStore.hh                             << 188 )
136     G4INCLStrangeAbsorbtionChannel.hh          << 189 
137     G4INCLSurfaceAvatar.hh                     << 190 # List any source specific properties here
138     G4INCLTransmissionChannel.hh               << 
139   SOURCES                                      << 
140     G4INCLAvatarDumpAction.cc                  << 
141     G4INCLBinaryCollisionAvatar.cc             << 
142     G4INCLCascade.cc                           << 
143     G4INCLCascadeAction.cc                     << 
144     G4INCLCDPP.cc                              << 
145     G4INCLCluster.cc                           << 
146     G4INCLClusterDecay.cc                      << 
147     G4INCLClustering.cc                        << 
148     G4INCLClusteringModelIntercomparison.cc    << 
149     G4INCLCoulombDistortion.cc                 << 
150     G4INCLCoulombNone.cc                       << 
151     G4INCLCoulombNonRelativistic.cc            << 
152     G4INCLCrossSections.cc                     << 
153     G4INCLCrossSectionsAntiparticles.cc        << 
154     G4INCLCrossSectionsINCL46.cc               << 
155     G4INCLCrossSectionsMultiPions.cc           << 
156     G4INCLCrossSectionsMultiPionsAndResonances << 
157     G4INCLCrossSectionsStrangeness.cc          << 
158     G4INCLCrossSectionsTruncatedMultiPions.cc  << 
159     G4INCLDecayAvatar.cc                       << 
160     G4INCLDeJongSpin.cc                        << 
161     G4INCLDeltaDecayChannel.cc                 << 
162     G4INCLDeltaProductionChannel.cc            << 
163     G4INCLDeuteronDensity.cc                   << 
164     G4INCLElasticChannel.cc                    << 
165     G4INCLEtaNElasticChannel.cc                << 
166     G4INCLEtaNToPiNChannel.cc                  << 
167     G4INCLEtaNToPiPiNChannel.cc                << 
168     G4INCLInteractionAvatar.cc                 << 
169     G4INCLINuclearPotential.cc                 << 
170     G4INCLKinematicsUtils.cc                   << 
171     G4INCLNDeltaEtaProductionChannel.cc        << 
172     G4INCLNDeltaOmegaProductionChannel.cc      << 
173     G4INCLNDeltaToDeltaLKChannel.cc            << 
174     G4INCLNDeltaToDeltaSKChannel.cc            << 
175     G4INCLNDeltaToNLKChannel.cc                << 
176     G4INCLNDeltaToNNKKbChannel.cc              << 
177     G4INCLNDeltaToNSKChannel.cc                << 
178     G4INCLNeutralKaonDecayChannel.cc           << 
179     G4INCLNKbElasticChannel.cc                 << 
180     G4INCLNKbToL2piChannel.cc                  << 
181     G4INCLNKbToLpiChannel.cc                   << 
182     G4INCLNKbToNKb2piChannel.cc                << 
183     G4INCLNKbToNKbChannel.cc                   << 
184     G4INCLNKbToNKbpiChannel.cc                 << 
185     G4INCLNKbToS2piChannel.cc                  << 
186     G4INCLNKbToSpiChannel.cc                   << 
187     G4INCLNKElasticChannel.cc                  << 
188     G4INCLNKToNK2piChannel.cc                  << 
189     G4INCLNKToNKChannel.cc                     << 
190     G4INCLNKToNKpiChannel.cc                   << 
191     G4INCLNLToNSChannel.cc                     << 
192     G4INCLNNbarCEXChannel.cc                   << 
193     G4INCLNNbarElasticChannel.cc               << 
194     G4INCLNNbarToLLbarChannel.cc               << 
195     G4INCLNNbarToNNbarpiChannel.cc             << 
196     G4INCLNNbarToNNbar2piChannel.cc            << 
197     G4INCLNNbarToNNbar3piChannel.cc            << 
198     G4INCLNNbarToAnnihilationChannel.cc        << 
199     G4INCLNNEtaToMultiPionsChannel.cc          << 
200     G4INCLNNOmegaToMultiPionsChannel.cc        << 
201     G4INCLNNToMissingStrangenessChannel.cc     << 
202     G4INCLNNToMultiPionsChannel.cc             << 
203     G4INCLNNToNLK2piChannel.cc                 << 
204     G4INCLNNToNLKChannel.cc                    << 
205     G4INCLNNToNLKpiChannel.cc                  << 
206     G4INCLNNToNNEtaChannel.cc                  << 
207     G4INCLNNToNNKKbChannel.cc                  << 
208     G4INCLNNToNNOmegaChannel.cc                << 
209     G4INCLNNToNSK2piChannel.cc                 << 
210     G4INCLNNToNSKChannel.cc                    << 
211     G4INCLNNToNSKpiChannel.cc                  << 
212     G4INCLNpiToLK2piChannel.cc                 << 
213     G4INCLNpiToLKChannel.cc                    << 
214     G4INCLNpiToLKpiChannel.cc                  << 
215     G4INCLNpiToMissingStrangenessChannel.cc    << 
216     G4INCLNpiToNKKbChannel.cc                  << 
217     G4INCLNpiToSK2piChannel.cc                 << 
218     G4INCLNpiToSKChannel.cc                    << 
219     G4INCLNpiToSKpiChannel.cc                  << 
220     G4INCLNSToNLChannel.cc                     << 
221     G4INCLNSToNSChannel.cc                     << 
222     G4INCLNuclearDensity.cc                    << 
223     G4INCLNuclearDensityFactory.cc             << 
224     G4INCLNuclearPotentialConstant.cc          << 
225     G4INCLNuclearPotentialEnergyIsospin.cc     << 
226     G4INCLNuclearPotentialEnergyIsospinSmooth. << 
227     G4INCLNuclearPotentialIsospin.cc           << 
228     G4INCLNucleus.cc                           << 
229     G4INCLNYElasticChannel.cc                  << 
230     G4INCLOmegaNElasticChannel.cc              << 
231     G4INCLOmegaNToPiNChannel.cc                << 
232     G4INCLOmegaNToPiPiNChannel.cc              << 
233     G4INCLParticleEntryAvatar.cc               << 
234     G4INCLParticleEntryChannel.cc              << 
235     G4INCLParticleSampler.cc                   << 
236     G4INCLPauliBlocking.cc                     << 
237     G4INCLPauliGlobal.cc                       << 
238     G4INCLPauliStandard.cc                     << 
239     G4INCLPauliStrict.cc                       << 
240     G4INCLPauliStrictStandard.cc               << 
241     G4INCLPbarAtrestEntryChannel.cc            << 
242     G4INCLPhaseSpaceGenerator.cc               << 
243     G4INCLPhaseSpaceKopylov.cc                 << 
244     G4INCLPhaseSpaceRauboldLynch.cc            << 
245     G4INCLPiNElasticChannel.cc                 << 
246     G4INCLPiNToDeltaChannel.cc                 << 
247     G4INCLPiNToEtaChannel.cc                   << 
248     G4INCLPiNToMultiPionsChannel.cc            << 
249     G4INCLPiNToOmegaChannel.cc                 << 
250     G4INCLPionResonanceDecayChannel.cc         << 
251     G4INCLProjectileRemnant.cc                 << 
252     G4INCLRecombinationChannel.cc              << 
253     G4INCLReflectionChannel.cc                 << 
254     G4INCLSigmaZeroDecayChannel.cc             << 
255     G4INCLStandardPropagationModel.cc          << 
256     G4INCLStore.cc                             << 
257     G4INCLStrangeAbsorbtionChannel.cc          << 
258     G4INCLSurfaceAvatar.cc                     << 
259     G4INCLTransmissionChannel.cc)              << 
260                                                   191 
261 geant4_module_link_libraries(G4hadronic_inclxx << 
262   PUBLIC                                       << 
263     G4globman                                  << 
264     G4hadronic_inclxx_utils)                   <<