Files
geant4/config/G4ODBMS_BUILD.gmk
T
2016-06-08 15:28:20 +02:00

18 lines
617 B
Plaintext

# $Id: G4ODBMS_BUILD.gmk,v 1.2 1999/09/17 13:15:29 morita Exp $
# ----------------------------------------------------------------
# GNUmakefile for CPPFLAGS for HepODBMS and Objectivity/DB.
# Youhei Morita, 9th July 1998.
#--------------------------------------------------------------------
# Objectivity and HepODBMS definitions
ifdef OBJY_DIR
CPPFLAGS += -I$(OBJY_DIR)/include
endif
ifdef HEP_ODBMS_DIR
CPPFLAGS += -I$(HEP_ODBMS_DIR)/include \
-DHEP_ODBMS_EXPORT="" \
-DHep_HAS_BUILDIN_BOOL_CONSTANTS
endif
#--------------------------------------------------------------------