40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# $Id: GNUmakefile,v 1.7 1999/12/01 15:21:07 morita Exp $
|
|
|
|
name := G4pgeomBoolean
|
|
G4ODBMS := true
|
|
G4ODBMS_INSTALLATION := true
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/architecture.gmk
|
|
|
|
G4OODDLX_BOOT := $(G4TMPSCHEMA_BOOT)
|
|
|
|
CPPFLAGS += \
|
|
-Iinclude \
|
|
-I$(G4SCHEMA_HEADER_DIR) \
|
|
-I$(G4TMP)/$(G4SYSTEM)/G4pgeomGlobal \
|
|
-I$(G4BASE)/persistency/global/include \
|
|
-I$(G4BASE)/persistency/geometry/global/include \
|
|
-I$(G4BASE)/persistency/management/include \
|
|
-I$(G4BASE)/global/management/include \
|
|
-I$(G4BASE)/global/HEPGeometry/include \
|
|
-I$(G4BASE)/geometry/management/include \
|
|
-I$(G4BASE)/geometry/magneticfield/include \
|
|
-I$(G4BASE)/geometry/volumes/include \
|
|
-I$(G4BASE)/geometry/solids/Boolean/include
|
|
|
|
#--------------------------------------------------------------------
|
|
|
|
include $(G4INSTALL)/config/G4ODBMS_BUILD.gmk
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|
|
|
|
#--------------------------------------------------------------------
|
|
# Explicit DDL dependencies:
|
|
|
|
#--------------------------------------------------------------------
|
|
|