Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user