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