Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.3 2004/05/25 12:46:46 guatelli Exp $
# $Id: GNUmakefile,v 1.4 2009/03/06 09:51:42 gbarrand Exp $
# --------------------------------------------------------------
name := Brachy
@@ -21,10 +21,4 @@ all: lib bin
endif
include $(G4INSTALL)/config/binmake.gmk
ifdef G4ANALYSIS_USE
CPPFLAGS += `aida-config --include`
LDFLAGS += `aida-config --lib`
LOADLIBS += `aida-config --lib`
endif
+5 -1
View File
@@ -1,5 +1,5 @@
-------------------------------------------------------------------
$Id: History,v 1.5 2005/12/06 14:53:47 gcosmo Exp $
$Id: History,v 1.7 2009/03/16 10:02:25 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -9,6 +9,10 @@ $Id: History,v 1.5 2005/12/06 14:53:47 gcosmo Exp $
Category History file
---------------------
06.03.2009 - Guy Barrand (ExDiane-V09-02-00)
- GNUmakefile: removed logic for setting AIDA with G4ANALYSIS_USE.
since it already handled in the internal configuration scripts.
06.12.2005 - Gabriele Cosmo
- Trivial changes for support of CLHEP-2.0.X series.