Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -0,0 +1,34 @@
# $Id: GNUmakefile 77567 2013-11-26 09:40:31Z gcosmo $
# ----------------------------------------------------------------------
# GNUmakefile for physicslists library, Gunter Folger 25-October 2006
# ----------------------------------------------------------------------
name := G4physlist_ctor
SUBDIRS = decay
SUBDIRS += electromagnetic
SUBDIRS += factory
SUBDIRS += gamma_lepto_nuclear
SUBDIRS += hadron_elastic
SUBDIRS += hadron_inelastic
SUBDIRS += ions
SUBDIRS += limiters
SUBDIRS += stopping
SUBLIBS = G4phys_ctor_decay
SUBLIBS += G4phys_ctor_em
SUBLIBS += G4phys_ctor_factory
SUBLIBS += G4phys_ctor_glnuclear
SUBLIBS += G4phys_ctor_helastic
SUBLIBS += G4phys_ctor_hinelastic
SUBLIBS += G4phys_ctor_ions
SUBLIBS += G4phys_ctor_limiters
SUBLIBS += G4phys_ctor_stopping
ifndef G4INSTALL
G4INSTALL = ../../..
endif
include $(G4INSTALL)/config/globlib.gmk