85 lines
2.6 KiB
Makefile
85 lines
2.6 KiB
Makefile
# $Id: GNUmakefile,v 1.16 2004/06/01 05:37:56 hpw Exp $
|
|
# --------------------------------------------------------------
|
|
# GNUmakefile for hadronic models library. G.Folger 10-Dec-97
|
|
# --------------------------------------------------------------
|
|
|
|
name := G4hadronic_models
|
|
|
|
SUBDIRS = abrasion
|
|
SUBDIRS += binary_cascade
|
|
SUBDIRS += cascade/evaporation
|
|
SUBDIRS += cascade/utils
|
|
SUBDIRS += cascade/cascade
|
|
SUBDIRS += chiral_inv_phase_space/body
|
|
SUBDIRS += chiral_inv_phase_space/interface
|
|
SUBDIRS += coherent_elastic
|
|
SUBDIRS += de_excitation/evaporation
|
|
SUBDIRS += de_excitation/fermi_breakup
|
|
SUBDIRS += de_excitation/fission
|
|
SUBDIRS += de_excitation/gem_evaporation
|
|
SUBDIRS += de_excitation/handler
|
|
SUBDIRS += de_excitation/management
|
|
SUBDIRS += de_excitation/multifragmentation
|
|
SUBDIRS += de_excitation/photon_evaporation
|
|
SUBDIRS += de_excitation/util
|
|
SUBDIRS += de_excitation/ablation
|
|
SUBDIRS += em_dissociation
|
|
SUBDIRS += high_energy
|
|
SUBDIRS += im_r_matrix
|
|
SUBDIRS += isotope_production
|
|
SUBDIRS += leading_particle
|
|
SUBDIRS += low_energy
|
|
SUBDIRS += management
|
|
SUBDIRS += neutron_hp
|
|
SUBDIRS += photolepton_hadron/muon_nuclear
|
|
SUBDIRS += parton_string/diffraction
|
|
SUBDIRS += parton_string/hadronization
|
|
SUBDIRS += parton_string/management
|
|
SUBDIRS += parton_string/qgsm
|
|
SUBDIRS += pre_equilibrium/exciton_model
|
|
SUBDIRS += radioactive_decay
|
|
SUBDIRS += theo_high_energy
|
|
SUBDIRS += util
|
|
|
|
SUBLIBS = G4hadronic_abrasion
|
|
SUBLIBS += G4hadronic_binary
|
|
SUBLIBS += G4hadronic_coherent_elastic
|
|
SUBLIBS += G4hadronic_HE
|
|
SUBLIBS += G4had_im_r_matrix
|
|
SUBLIBS += G4hadronic_iso
|
|
SUBLIBS += G4hadronic_leading_particle
|
|
SUBLIBS += G4hadronic_LE
|
|
SUBLIBS += G4had_mod_man
|
|
SUBLIBS += G4had_neu_hp
|
|
SUBLIBS += G4hadronic_radioactivedecay
|
|
SUBLIBS += G4had_theo_max
|
|
SUBLIBS += G4had_mod_util
|
|
SUBLIBS += G4hadronic_bert_cascade
|
|
SUBLIBS += G4hadronic_hetcpp_evaporation
|
|
SUBLIBS += G4hadronic_hetcpp_utils
|
|
SUBLIBS += G4hadronic_body_ci
|
|
SUBLIBS += G4hadronic_interface_ci
|
|
SUBLIBS += G4hadronic_deex_evaporation
|
|
SUBLIBS += G4hadronic_deex_fermi_breakup
|
|
SUBLIBS += G4hadronic_deex_fission
|
|
SUBLIBS += G4hadronic_deex_gem_evaporation
|
|
SUBLIBS += G4hadronic_deex_handler
|
|
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
|
|
SUBLIBS += G4had_string_frag
|
|
SUBLIBS += G4had_string_man
|
|
SUBLIBS += G4hadronic_qgstring
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/globlib.gmk
|