Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/hadronic/util/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/util/sources.cmake (Version 11.3.0) and /processes/hadronic/util/sources.cmake (Version 9.6)


  1 # - G4hadronic_util module build definition    <<   1 #------------------------------------------------------------------------------
                                                   >>   2 # sources.cmake
                                                   >>   3 # Module : G4hadronic_util
                                                   >>   4 # Package: Geant4.src.G4processes.G4hadronic.G4hadronic_util
                                                   >>   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:58:56 bmorgan Exp $
                                                   >>  15 # GEANT4 Tag $Name: not supported by cvs2svn $
                                                   >>  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/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/processes/management/include)
                                                   >>  36 include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
                                                   >>  37 
                                                   >>  38 #
  3 # Define the Geant4 Module.                        39 # Define the Geant4 Module.
  4 geant4_add_module(G4hadronic_util              <<  40 #
  5   PUBLIC_HEADERS                               <<  41 include(Geant4MacroDefineModule)
  6     G4Bessel.hh                                <<  42 GEANT4_DEFINE_MODULE(NAME G4hadronic_util
  7     G4Clebsch.hh                               <<  43     HEADERS
  8     G4DecayKineticTracks.hh                    <<  44         DumpFrame.hh
  9     G4DecayStrongResonances.hh                 <<  45         G4Bessel.hh
 10     G4Delete.hh                                <<  46         G4Delete.hh
 11     G4DynamicParticleVector.hh                 <<  47         G4DynamicParticleVector.hh
 12     G4ExcitedString.hh                         <<  48         G4GHEKinematicsVector.hh
 13     G4ExcitedStringVector.hh                   <<  49         G4HadFinalState.hh
 14     G4Fancy3DNucleus.hh                        <<  50         G4HadParticleCodes.hh
 15     G4Fancy3DNucleusHelper.hh                  <<  51         G4HadProjectile.hh
 16     G4FermiMomentum.hh                         <<  52         G4HadReentrentException.hh
 17     G4Fragment.hh                              <<  53         G4HadSecondary.hh
 18     G4FragmentVector.hh                        <<  54         G4HadSignalHandler.hh
 19     G4GeneralPhaseSpaceDecay.hh                <<  55         G4HadTmpUtil.hh
 20     G4HadDataHandler.hh                        <<  56   G4HadronicDeprecate.hh
 21     G4HadDecayGenerator.hh                     <<  57         G4HadronicException.hh
 22     G4HadFinalState.hh                         <<  58         G4HadronicWhiteBoard.hh
 23     G4HadParticleCodes.hh                      <<  59         G4IsoResult.hh
 24     G4HadPhaseSpaceGenbod.hh                   <<  60         G4LightMedia.hh
 25     G4HadPhaseSpaceKopylov.hh                  <<  61         G4Nucleus.hh
 26     G4HadPhaseSpaceNBodyAsai.hh                <<  62         G4Pair.hh
 27     G4HadProjectile.hh                         <<  63         G4ReactionDynamics.hh
 28     G4HadronicDeveloperParameters.hh           <<  64         G4ReactionKinematics.hh
 29     G4HadronicException.hh                     <<  65         G4ReactionProduct.hh
 30     G4HadronicParameters.hh                    <<  66         G4ReactionProductVector.hh
 31     G4HadronicParametersMessenger.hh           <<  67         G4StableIsotopes.hh
 32     G4HadSecondary.hh                          <<  68         G4ping.hh
 33     G4HadTmpUtil.hh                            <<  69     SOURCES
 34     G4IsotopeList.hh                           <<  70         G4Bessel.cc
 35     G4KineticTrack.hh                          <<  71         G4HadFinalState.cc
 36     G4KineticTrackVector.hh                    <<  72         G4HadProjectile.cc
 37     G4LegendrePolynomial.hh                    <<  73         G4HadSecondary.cc
 38     G4NuclearFermiDensity.hh                   <<  74         G4HadSignalHandler.cc
 39     G4NuclearPolarization.hh                   <<  75         G4HadTmpUtil.cc
 40     G4NuclearPolarizationStore.hh              <<  76         G4HadronicWhiteBoard.cc
 41     G4NuclearRadii.hh                          <<  77         G4IsoResult.cc
 42     G4NuclearShellModelDensity.hh              <<  78         G4LightMedia.cc
 43     G4Nucleon.hh                               <<  79         G4Nucleus.cc
 44     G4Nucleus.hh                               <<  80         G4ReactionDynamics.cc
 45     G4Pair.hh                                  <<  81         G4ReactionKinematics.cc
 46     G4Parton.hh                                <<  82         G4ReactionProduct.cc
 47     G4PartonVector.hh                          <<  83         G4StableIsotopes.cc
 48     G4ping.hh                                  <<  84     GRANULAR_DEPENDENCIES
 49     G4PolynomialPDF.hh                         <<  85         G4baryons
 50     G4ReactionProduct.hh                       <<  86         G4bosons
 51     G4ReactionProductVector.hh                 <<  87         G4geometrymng
 52     G4SampleResonance.hh                       <<  88         G4globman
 53     G4StableIsotopes.hh                        <<  89         G4ions
 54     G4V3DNucleus.hh                            <<  90         G4leptons
 55     G4VHadDecayAlgorithm.hh                    <<  91         G4materials
 56     G4VHadPhaseSpaceAlgorithm.hh               <<  92         G4mesons
 57     G4VKineticNucleon.hh                       <<  93         G4partman
 58     G4VNuclearDensity.hh                       <<  94         G4procman
 59     G4WilsonRadius.hh                          <<  95         G4track
 60   SOURCES                                      <<  96         G4volumes
 61     G4Bessel.cc                                <<  97     GLOBAL_DEPENDENCIES
 62     G4Clebsch.cc                               <<  98         G4geometry
 63     G4DecayKineticTracks.cc                    <<  99         G4global
 64     G4DecayStrongResonances.cc                 << 100         G4materials
 65     G4ExcitedString.cc                         << 101         G4particles
 66     G4Fancy3DNucleus.cc                        << 102         G4track
 67     G4FermiMomentum.cc                         << 103     LINK_LIBRARIES
 68     G4Fragment.cc                              << 104 )
 69     G4GeneralPhaseSpaceDecay.cc                << 105 
 70     G4HadDataHandler.cc                        << 106 # List any source specific properties here
 71     G4HadDecayGenerator.cc                     << 
 72     G4HadFinalState.cc                         << 
 73     G4HadPhaseSpaceGenbod.cc                   << 
 74     G4HadPhaseSpaceKopylov.cc                  << 
 75     G4HadPhaseSpaceNBodyAsai.cc                << 
 76     G4HadProjectile.cc                         << 
 77     G4HadronicDeveloperParameters.cc           << 
 78     G4HadronicException.cc                     << 
 79     G4HadronicParameters.cc                    << 
 80     G4HadronicParametersMessenger.cc           << 
 81     G4HadSecondary.cc                          << 
 82     G4HadTmpUtil.cc                            << 
 83     G4KineticTrack.cc                          << 
 84     G4KineticTrackVector.cc                    << 
 85     G4LegendrePolynomial.cc                    << 
 86     G4NuclearFermiDensity.cc                   << 
 87     G4NuclearPolarization.cc                   << 
 88     G4NuclearPolarizationStore.cc              << 
 89     G4NuclearRadii.cc                          << 
 90     G4NuclearShellModelDensity.cc              << 
 91     G4Nucleon.cc                               << 
 92     G4Nucleus.cc                               << 
 93     G4Parton.cc                                << 
 94     G4PolynomialPDF.cc                         << 
 95     G4ReactionProduct.cc                       << 
 96     G4SampleResonance.cc                       << 
 97     G4StableIsotopes.cc                        << 
 98     G4V3DNucleus.cc                            << 
 99     G4VHadDecayAlgorithm.cc                    << 
100     G4VHadPhaseSpaceAlgorithm.cc               << 
101     G4VKineticNucleon.cc                       << 
102     G4VNuclearDensity.cc                       << 
103     G4WilsonRadius.cc)                         << 
104                                                   107 
105 geant4_module_link_libraries(G4hadronic_util   << 
106   PUBLIC                                       << 
107     G4baryons                                  << 
108     G4globman                                  << 
109     G4hepgeometry                              << 
110     G4heprandom                                << 
111     G4intercoms                                << 
112     G4materials                                << 
113     G4partman                                  << 
114     G4procman                                  << 
115   PRIVATE                                      << 
116     G4hepnumerics                              << 
117     G4mesons                                   << 
118     G4track)                                   <<