Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.26 2009/11/17 11:31:20 gcosmo Exp $
# $Id: GNUmakefile,v 1.27 2010/09/30 09:29:34 gcosmo Exp $
# -----------------------------------------------------------------------
# GNUmakefile for visualization and modeling. John Allison, 5/7/95.
# Modeling is always made. Others by environment. John Allison 4/7/98.
@@ -62,10 +62,13 @@ ifdef G4VIS_BUILD_OI_DRIVER
endif
endif #G4VIS_BUILD
.PHONY: granular glob global clean
.PHONY: granular obj glob global clean
glob global: granular
obj:
@for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) obj); done
granular:
@for dir in $(SUBDIRS); do (cd $$dir; $(MAKE)); done