Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
+8 -3
View File
@@ -1,5 +1,5 @@
# $Id: linux.gmk,v 1.5 2006/08/10 08:49:08 kmura Exp $
# $Name: geant4-09-00 $
# $Id: linux.gmk,v 1.6 2007/11/13 08:04:34 kmura Exp $
# $Name: geant4-09-01 $
# ===========================================================
# System specific terms
# ===========================================================
@@ -63,7 +63,12 @@ ifdef COMPILE_G4PY
rpath2 := $(Q_G4_LIBDIR)
endif
ifneq ($(Q_CLHEP_LIBDIR), $(Q_G4_LIBDIR))
rpath3 := :$(Q_CLHEP_LIBDIR)
rpath3 := $(Q_CLHEP_LIBDIR)
endif
ifeq ($(Q_ENABLE_GDML), 1)
ifneq ($(Q_GDML_LIBDIR), $(Q_G4_LIBDIR))
rpath3 += :$(Q_GDML_LIBDIR)
endif
endif
rpath4 := $(Q_LIBDIR)
endif
@@ -1,5 +1,5 @@
# $Id: linuxx8664gcc.gmk,v 1.5 2006/08/10 08:49:08 kmura Exp $
# $Name: geant4-09-00 $
# $Id: linuxx8664gcc.gmk,v 1.6 2007/11/13 08:04:34 kmura Exp $
# $Name: geant4-09-01 $
# ===========================================================
# System specific terms
# ===========================================================
@@ -63,7 +63,12 @@ ifdef COMPILE_G4PY
rpath2 := $(Q_G4_LIBDIR)
endif
ifneq ($(Q_CLHEP_LIBDIR), $(Q_G4_LIBDIR))
rpath3 := :$(Q_CLHEP_LIBDIR)
rpath3 := $(Q_CLHEP_LIBDIR)
endif
ifeq ($(Q_ENABLE_GDML), 1)
ifneq ($(Q_GDML_LIBDIR), $(Q_G4_LIBDIR))
rpath3 += :$(Q_GDML_LIBDIR)
endif
endif
rpath4 := $(Q_LIBDIR)
endif
+1 -1
View File
@@ -1,5 +1,5 @@
# $Id: macosx.gmk,v 1.4 2006/08/10 08:49:08 kmura Exp $
# $Name: geant4-09-00 $
# $Name: geant4-09-01 $
# ===========================================================
# System specific terms
#