Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.1 1999/01/07 16:08:50 gunter Exp $
# $Id: GNUmakefile,v 1.2 2000/11/03 16:40:30 gunter Exp $
# --------------------------------------------------------------
# GNUmakefile for global. Gabriele Cosmo, 26/9/96.
# --------------------------------------------------------------
@@ -13,3 +13,8 @@ ifndef G4INSTALL
endif
include $(G4INSTALL)/config/globlib.gmk
includes::
@for dir in STLInterface HEPGeometry HEPRandom; do \
(cd $$dir && $(MAKE) $@); \
done