45 lines
1.4 KiB
Makefile
45 lines
1.4 KiB
Makefile
# $Id: GNUmakefile,v 1.1 2000/05/11 10:09:07 morita Exp $
|
|
|
|
name := G4pspecsolids
|
|
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$(G4TMP)/$(G4SYSTEM)/G4pcsg \
|
|
-I$(G4BASE)/persistency/global/include \
|
|
-I$(G4BASE)/persistency/geometry/global/include \
|
|
-I$(G4BASE)/graphics_reps/include \
|
|
-I$(G4BASE)/global/management/include \
|
|
-I$(G4BASE)/global/HEPRandom/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/CSG/include \
|
|
-I$(G4BASE)/geometry/solids/specific/include
|
|
|
|
#--------------------------------------------------------------------
|
|
|
|
include $(G4INSTALL)/config/G4ODBMS_BUILD.gmk
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|
|
|
|
#--------------------------------------------------------------------
|
|
# Explicit DDL dependencies:
|
|
|
|
##$(G4SCHEMA_HEADER_DIR)/G4PBox.hh: $(G4SCHEMA_HEADER_DIR)/G4PCSGSolid.hh
|
|
|
|
#--------------------------------------------------------------------
|
|
|