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