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
+19 -1
View File
@@ -23,9 +23,27 @@ OGLLIBS =
CPPFLAGS += -I$(G4BASE)/global/management/include
CPPFLAGS += -I$(G4BASE)/interfaces/common/include
CPPFLAGS += -I$(G4BASE)/interfaces/GAG/include
CPPFLAGS += -I$(G4BASE)/intercoms/include
# Locally adjust source list before including common.gmk
sources := $(addprefix src/,G4UIArrayString.cc G4UIExecutive.cc G4UIcsh.cc G4UIterminal.cc G4VUIshell.cc)
ifeq (,$(findstring WIN32,$(G4SYSTEM)))
sources += src/G4UItcsh.cc
endif
ifdef G4UI_BUILD_XM_SESSION
sources += src/G4UIXm.cc
endif
ifdef G4UI_BUILD_QT_SESSION
sources += src/G4UIQt.cc
endif
ifdef G4UI_BUILD_WIN32_SESSION
sources += src/G4UIWin32.cc
endif
include $(G4INSTALL)/config/moc.gmk
include $(G4INSTALL)/config/common.gmk