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
+4 -4
View File
@@ -1,12 +1,12 @@
# $Id: GNUmakefile,v 1.4 2004-06-01 15:36:12 gcosmo Exp $
# $Id: GNUmakefile 68844 2013-04-08 07:21:18Z gcosmo $
# --------------------------------------------------------------
# GNUmakefile for global. Gabriele Cosmo, 26/9/96.
# --------------------------------------------------------------
name := G4global
SUBDIRS = management HEPNumerics
SUBLIBS = G4globman G4hepnumerics
SUBDIRS = management HEPNumerics HEPRandom
SUBLIBS = G4globman G4hepnumerics G4heprandom
GLOBLIBS =
@@ -17,6 +17,6 @@ endif
include $(G4INSTALL)/config/globlib.gmk
includes::
@for dir in HEPGeometry HEPRandom; do \
@for dir in HEPGeometry; do \
(cd $$dir && $(MAKE) $@); \
done