Import Geant4 6.2.0 source tree
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
# $Id: GNUmakefile,v 1.26 2003/11/24 12:54:57 gcosmo Exp $
|
||||
# $Id: GNUmakefile,v 1.30 2004/06/01 15:39:17 gcosmo Exp $
|
||||
# ----------------------------------------------------------------------
|
||||
# GNUmakefile for processes library, Gabriele Cosmo 27-Jun-1998
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
name := G4processes
|
||||
|
||||
|
||||
SUBDIRS = management
|
||||
SUBDIRS += cuts
|
||||
SUBDIRS += optical
|
||||
@@ -30,18 +29,21 @@ SUBLIBS += G4emutils
|
||||
SUBLIBS += G4xrays
|
||||
SUBLIBS += G4emlowenergy
|
||||
|
||||
SUBDIRS += hadronic/management
|
||||
SUBDIRS += hadronic/util
|
||||
SUBDIRS += hadronic/processes
|
||||
GLOBLIBS = libG4track.lib libG4particles.lib libG4geometry.lib
|
||||
GLOBLIBS += libG4materials.lib libG4graphics_reps.lib
|
||||
GLOBLIBS += libG4intercoms.lib libG4global.lib
|
||||
|
||||
SUBDIRS += hadronic/cross_sections
|
||||
SUBDIRS += hadronic/stopping
|
||||
SUBDIRS += hadronic/management
|
||||
SUBDIRS += hadronic/models/abrasion
|
||||
SUBDIRS += hadronic/models/binary_cascade
|
||||
SUBDIRS += hadronic/models/cascade/cascade
|
||||
SUBDIRS += hadronic/models/cascade/evaporation
|
||||
SUBDIRS += hadronic/models/cascade/utils
|
||||
SUBDIRS += hadronic/models/cascade/cascade
|
||||
SUBDIRS += hadronic/models/chiral_inv_phase_space/body
|
||||
SUBDIRS += hadronic/models/chiral_inv_phase_space/interface
|
||||
SUBDIRS += hadronic/models/coherent_elastic
|
||||
SUBDIRS += hadronic/models/de_excitation/ablation
|
||||
SUBDIRS += hadronic/models/de_excitation/evaporation
|
||||
SUBDIRS += hadronic/models/de_excitation/fermi_breakup
|
||||
SUBDIRS += hadronic/models/de_excitation/fission
|
||||
@@ -51,6 +53,7 @@ SUBDIRS += hadronic/models/de_excitation/management
|
||||
SUBDIRS += hadronic/models/de_excitation/multifragmentation
|
||||
SUBDIRS += hadronic/models/de_excitation/photon_evaporation
|
||||
SUBDIRS += hadronic/models/de_excitation/util
|
||||
SUBDIRS += hadronic/models/em_dissociation
|
||||
SUBDIRS += hadronic/models/high_energy
|
||||
SUBDIRS += hadronic/models/im_r_matrix
|
||||
SUBDIRS += hadronic/models/isotope_production
|
||||
@@ -58,16 +61,20 @@ SUBDIRS += hadronic/models/leading_particle
|
||||
SUBDIRS += hadronic/models/low_energy
|
||||
SUBDIRS += hadronic/models/management
|
||||
SUBDIRS += hadronic/models/neutron_hp
|
||||
SUBDIRS += hadronic/models/photolepton_hadron/muon_nuclear
|
||||
SUBDIRS += hadronic/models/parton_string/diffraction
|
||||
SUBDIRS += hadronic/models/parton_string/hadronization
|
||||
SUBDIRS += hadronic/models/parton_string/management
|
||||
SUBDIRS += hadronic/models/parton_string/qgsm
|
||||
SUBDIRS += hadronic/models/photolepton_hadron/muon_nuclear
|
||||
SUBDIRS += hadronic/models/pre_equilibrium/exciton_model
|
||||
SUBDIRS += hadronic/models/radioactive_decay
|
||||
SUBDIRS += hadronic/models/theo_high_energy
|
||||
SUBDIRS += hadronic/models/util
|
||||
SUBDIRS += hadronic/processes
|
||||
SUBDIRS += hadronic/stopping
|
||||
SUBDIRS += hadronic/util
|
||||
|
||||
SUBLIBS += G4hadronic_abrasion
|
||||
SUBLIBS += G4hadronic_xsect
|
||||
SUBLIBS += G4hadronic_mgt
|
||||
SUBLIBS += G4hadronic_proc
|
||||
@@ -99,6 +106,8 @@ SUBLIBS += G4hadronic_deex_management
|
||||
SUBLIBS += G4hadronic_deex_multifragmentation
|
||||
SUBLIBS += G4hadronic_deex_photon_evaporation
|
||||
SUBLIBS += G4hadronic_deex_util
|
||||
SUBLIBS += G4hadronic_ablation
|
||||
SUBLIBS += G4hadronic_em_dissociation
|
||||
SUBLIBS += G4had_preequ_exciton
|
||||
SUBLIBS += G4had_muon_nuclear
|
||||
SUBLIBS += G4had_string_diff
|
||||
|
||||
Reference in New Issue
Block a user