Import Geant4 3.2.0 source tree
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user