| 1 | # $Id: GNUmakefile,v 1.24 2010/05/28 18:57:35 dennis Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for hadronic models library. G.Folger 10-Dec-97
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := G4hadronic_models
|
|---|
| 7 |
|
|---|
| 8 | SUBDIRS = abrasion
|
|---|
| 9 | SUBDIRS += binary_cascade
|
|---|
| 10 | SUBDIRS += cascade/evaporation
|
|---|
| 11 | SUBDIRS += cascade/utils
|
|---|
| 12 | SUBDIRS += cascade/cascade
|
|---|
| 13 | SUBDIRS += chiral_inv_phase_space/body
|
|---|
| 14 | SUBDIRS += chiral_inv_phase_space/cross_sections
|
|---|
| 15 | SUBDIRS += chiral_inv_phase_space/fragmentation
|
|---|
| 16 | SUBDIRS += chiral_inv_phase_space/interface
|
|---|
| 17 | SUBDIRS += chiral_inv_phase_space/processes
|
|---|
| 18 | SUBDIRS += coherent_elastic
|
|---|
| 19 | SUBDIRS += de_excitation/evaporation
|
|---|
| 20 | SUBDIRS += de_excitation/fermi_breakup
|
|---|
| 21 | SUBDIRS += de_excitation/fission
|
|---|
| 22 | SUBDIRS += de_excitation/gem_evaporation
|
|---|
| 23 | SUBDIRS += de_excitation/handler
|
|---|
| 24 | SUBDIRS += de_excitation/management
|
|---|
| 25 | SUBDIRS += de_excitation/multifragmentation
|
|---|
| 26 | SUBDIRS += de_excitation/photon_evaporation
|
|---|
| 27 | SUBDIRS += de_excitation/util
|
|---|
| 28 | SUBDIRS += de_excitation/ablation
|
|---|
| 29 | SUBDIRS += em_dissociation
|
|---|
| 30 | SUBDIRS += high_energy
|
|---|
| 31 | SUBDIRS += im_r_matrix
|
|---|
| 32 | SUBDIRS += incl
|
|---|
| 33 | SUBDIRS += isotope_production
|
|---|
| 34 | SUBDIRS += low_energy
|
|---|
| 35 | SUBDIRS += management
|
|---|
| 36 | SUBDIRS += neutron_hp
|
|---|
| 37 | SUBDIRS += lll_fission
|
|---|
| 38 | SUBDIRS += photolepton_hadron/muon_nuclear
|
|---|
| 39 | SUBDIRS += parton_string/diffraction
|
|---|
| 40 | SUBDIRS += parton_string/hadronization
|
|---|
| 41 | SUBDIRS += parton_string/management
|
|---|
| 42 | SUBDIRS += parton_string/qgsm
|
|---|
| 43 | SUBDIRS += pre_equilibrium/exciton_model
|
|---|
| 44 | SUBDIRS += radioactive_decay
|
|---|
| 45 | SUBDIRS += rpg
|
|---|
| 46 | SUBDIRS += qmd
|
|---|
| 47 | SUBDIRS += theo_high_energy
|
|---|
| 48 | SUBDIRS += util
|
|---|
| 49 |
|
|---|
| 50 | SUBLIBS = G4hadronic_abrasion
|
|---|
| 51 | SUBLIBS += G4hadronic_binary
|
|---|
| 52 | SUBLIBS += G4hadronic_coherent_elastic
|
|---|
| 53 | SUBLIBS += G4hadronic_HE
|
|---|
| 54 | SUBLIBS += G4had_im_r_matrix
|
|---|
| 55 | SUBLIBS += G4hadronic_iso
|
|---|
| 56 | SUBLIBS += G4hadronic_LE
|
|---|
| 57 | SUBLIBS += G4hadronic_RPG
|
|---|
| 58 | SUBLIBS += G4hadronic_qmd
|
|---|
| 59 | SUBLIBS += G4had_mod_man
|
|---|
| 60 | SUBLIBS += G4had_neu_hp
|
|---|
| 61 | SUBLIBS += G4had_lll_fis
|
|---|
| 62 | SUBLIBS += G4hadronic_radioactivedecay
|
|---|
| 63 | SUBLIBS += G4had_theo_max
|
|---|
| 64 | SUBLIBS += G4had_mod_util
|
|---|
| 65 | SUBLIBS += G4hadronic_bert_cascade
|
|---|
| 66 | SUBLIBS += G4hadronic_hetcpp_evaporation
|
|---|
| 67 | SUBLIBS += G4hadronic_hetcpp_utils
|
|---|
| 68 | SUBLIBS += G4hadronic_incl_cascade
|
|---|
| 69 | SUBLIBS += G4hadronic_body_ci
|
|---|
| 70 | SUBLIBS += G4hadronic_crosec_ci
|
|---|
| 71 | SUBLIBS += G4hadronic_fragm_ci
|
|---|
| 72 | SUBLIBS += G4hadronic_interface_ci
|
|---|
| 73 | SUBLIBS += G4hadronic_proc_ci
|
|---|
| 74 | SUBLIBS += G4hadronic_deex_evaporation
|
|---|
| 75 | SUBLIBS += G4hadronic_deex_fermi_breakup
|
|---|
| 76 | SUBLIBS += G4hadronic_deex_fission
|
|---|
| 77 | SUBLIBS += G4hadronic_deex_gem_evaporation
|
|---|
| 78 | SUBLIBS += G4hadronic_deex_handler
|
|---|
| 79 | SUBLIBS += G4hadronic_deex_management
|
|---|
| 80 | SUBLIBS += G4hadronic_deex_multifragmentation
|
|---|
| 81 | SUBLIBS += G4hadronic_deex_photon_evaporation
|
|---|
| 82 | SUBLIBS += G4hadronic_deex_util
|
|---|
| 83 | SUBLIBS += G4hadronic_ablation
|
|---|
| 84 | SUBLIBS += G4hadronic_em_dissociation
|
|---|
| 85 | SUBLIBS += G4had_preequ_exciton
|
|---|
| 86 | SUBLIBS += G4had_muon_nuclear
|
|---|
| 87 | SUBLIBS += G4had_string_diff
|
|---|
| 88 | SUBLIBS += G4had_string_frag
|
|---|
| 89 | SUBLIBS += G4had_string_man
|
|---|
| 90 | SUBLIBS += G4hadronic_qgstring
|
|---|
| 91 |
|
|---|
| 92 | ifndef G4INSTALL
|
|---|
| 93 | G4INSTALL = ../../../..
|
|---|
| 94 | endif
|
|---|
| 95 |
|
|---|
| 96 | include $(G4INSTALL)/config/globlib.gmk
|
|---|