Import Geant4 4.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:18:25 +02:00
parent 36c080dca6
commit 921d3b1cda
3990 changed files with 185376 additions and 82884 deletions
+4 -21
View File
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.1 1999/01/07 16:09:29 gunter Exp $
# $Id: GNUmakefile,v 1.2 2001/08/11 22:47:37 johna Exp $
# -----------------------------------------------------------------------
# GNUmakefile for interfaces. John Allison, 5/7/98.
# -----------------------------------------------------------------------
@@ -17,36 +17,17 @@ include $(G4INSTALL)/config/interactivity.gmk
G4LIBDIR := $(G4LIB)/$(G4SYSTEM)
G4TMPDIR := $(G4TMP)/$(G4SYSTEM)/$(name)
ifndef G4UI_BUILD
G4UI_BUILD := yes
endif
ifndef G4UI_BUILD_BASIC_SESSION
G4UI_BUILD_BASIC_SESSION := yes
endif
########################### interfaces/common #######################
# Libraries which can be used without external packages or libraries...
ifdef G4UI_BUILD
SUBDIRS := common
SUBLIBS := G4UIcommon
endif
########################### interfaces/basic #######################
ifdef G4UI_BUILD_BASIC_SESSION
SUBDIRS += basic
SUBLIBS += G4UIbasic
endif
########################### interfaces/GAG #######################
ifdef G4UI_BUILD_GAG_SESSION
SUBDIRS += GAG
SUBLIBS += G4UIGAG
endif
########################### interfaces/OPACS #######################
ifdef G4UI_BUILD_WO_SESSION
SUBDIRS += OPACS
SUBLIBS += G4UIOPACS
@@ -54,4 +35,6 @@ endif
########################### interfaces/XVT - not currently implemented #####
endif #G4UI_BUILD
include $(G4INSTALL)/config/globlib.gmk