Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+4 -4
View File
@@ -7,7 +7,7 @@ ifndef G4INSTALL
G4INSTALL = ../..
endif
GLOBLIBS = libG4intercoms.lib libG4global.lib
GLOBLIBS = libG4intercoms.lib libG4global.lib libG4tools.lib
ifdef G4LIB_BUILD_EXPAT
GLOBLIBS += libG4expat.lib
endif
@@ -17,10 +17,10 @@ endif
include $(G4INSTALL)/config/architecture.gmk
SUBDIRS = g4tools management hntools csv root xml factory accumulables
SUBLIBS = G4tools G4analysismng G4hntools G4csv G4root G4xml G4analysisfac G4accumulables
SUBDIRS = management hntools csv root xml factory accumulables
SUBLIBS = G4analysismng G4hntools G4csv G4root G4xml G4analysisfac G4accumulables
include $(G4INSTALL)/config/globlib.gmk
includes::
includes::
@for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@ ); done