Import Geant4 10.4.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile 103669 2017-04-20 15:46:39Z gcosmo $
|
||||
# $Id: GNUmakefile 106468 2017-10-11 08:11:47Z gcosmo $
|
||||
# ----------------------------------------------------------------------
|
||||
# GNUmakefile for processes library, Gabriele Cosmo 27-Jun-1998
|
||||
# ----------------------------------------------------------------------
|
||||
@@ -13,7 +13,12 @@ GLOBLIBS = libG4digits_hits.lib
|
||||
GLOBLIBS += libG4track.lib libG4particles.lib libG4geometry.lib
|
||||
GLOBLIBS += libG4materials.lib libG4graphics_reps.lib libG4analysis.lib
|
||||
GLOBLIBS += libG4intercoms.lib libG4global.lib
|
||||
GLOBLIBS += libG4expat.lib libG4zlib.lib
|
||||
ifdef G4LIB_BUILD_EXPAT
|
||||
GLOBLIBS += libG4expat.lib
|
||||
endif
|
||||
ifdef G4LIB_BUILD_ZLIB
|
||||
GLOBLIBS += libG4zlib.lib
|
||||
endif
|
||||
|
||||
include $(G4INSTALL)/config/architecture.gmk
|
||||
|
||||
@@ -92,6 +97,7 @@ SUBDIRS += hadronic/models/de_excitation/photon_evaporation
|
||||
SUBDIRS += hadronic/models/de_excitation/util
|
||||
SUBDIRS += hadronic/models/em_dissociation
|
||||
SUBDIRS += hadronic/models/fission
|
||||
SUBDIRS += hadronic/models/gamma_nuclear
|
||||
SUBDIRS += hadronic/models/im_r_matrix
|
||||
SUBDIRS += hadronic/models/inclxx/utils
|
||||
SUBDIRS += hadronic/models/inclxx/incl_physics
|
||||
@@ -106,9 +112,9 @@ SUBDIRS += hadronic/models/parton_string/qgsm
|
||||
SUBDIRS += hadronic/models/lepto_nuclear
|
||||
SUBDIRS += hadronic/models/pre_equilibrium/exciton_model
|
||||
SUBDIRS += hadronic/models/qmd
|
||||
SUBDIRS += hadronic/models/quasi_elastic
|
||||
SUBDIRS += hadronic/models/radioactive_decay
|
||||
SUBDIRS += hadronic/models/rpg
|
||||
SUBDIRS += hadronic/models/quasi_elastic
|
||||
SUBDIRS += hadronic/models/theo_high_energy
|
||||
SUBDIRS += hadronic/models/util
|
||||
SUBDIRS += hadronic/processes
|
||||
@@ -127,8 +133,9 @@ SUBLIBS += G4hadronic_coherent_elastic
|
||||
SUBLIBS += G4had_im_r_matrix
|
||||
SUBLIBS += G4hadronic_RPG
|
||||
SUBLIBS += G4hadronic_qmd
|
||||
SUBLIBS += G4had_lend
|
||||
SUBLIBS += G4had_fission
|
||||
SUBLIBS += G4had_gamm_nuclear
|
||||
SUBLIBS += G4had_lend
|
||||
SUBLIBS += G4had_mod_man
|
||||
SUBLIBS += G4had_part_hp
|
||||
SUBLIBS += G4hadronic_radioactivedecay
|
||||
|
||||
Reference in New Issue
Block a user