Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
+15
View File
@@ -22,4 +22,19 @@ CPPFLAGS += -I$(G4BASE)/global/management/include
CPPFLAGS += -I$(G4BASE)/intercoms/include
CPPFLAGS += -I$(G4BASE)/interfaces/basic/include
# Locally adjust source list before including common.gmk
sources := $(addprefix src/,G4InteractorMessenger.cc G4VBasicShell.cc G4VInteractiveSession.cc G4VInteractorManager.cc)
ifdef G4INTY_BUILD_XT
sources += src/G4Xt.cc
endif
ifdef G4INTY_BUILD_QT
sources += src/G4Qt.cc
endif
ifdef G4INTY_BUILD_WIN32
sources += src/G4Win32.cc
endif
include $(G4INSTALL)/config/common.gmk