Import Geant4 3.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:10:37 +02:00
parent 137e303ecc
commit 36c080dca6
3464 changed files with 119310 additions and 52696 deletions
+5 -4
View File
@@ -1,19 +1,20 @@
# $Id: GNUmakefile,v 1.7 1999/11/22 12:11:23 morita Exp $
# $Id: GNUmakefile,v 1.8 2001/03/15 22:58:55 morita Exp $
name := G4prun
G4ODBMS := true
G4ODBMS_INSTALLATION := true
PWD := $(shell (dirname `pwd`/dummy | sed -e 's/ //g'))
ifndef G4INSTALL
G4INSTALL = ../../..
G4INSTALL = $(PWD)/../../..
endif
include $(G4INSTALL)/config/architecture.gmk
G4OODDLX_BOOT := $(G4TMPSCHEMA_BOOT)
G4OODDLX_BOOT := $(G4SCHEMA_BOOT)
CPPFLAGS += \
-Iinclude \
-I$(PWD)/include \
-I$(G4SCHEMA_HEADER_DIR) \
-I$(G4INSTALL)/source/persistency/global/include \
-I$(G4INSTALL)/source/persistency/management/include \