Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -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,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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user