Files
geant4/source/geometry/volumes/GNUmakefile
T
2016-06-10 11:51:14 +02:00

35 lines
996 B
Makefile

# $Id: GNUmakefile 66356 2012-12-18 09:02:32Z gcosmo $
# --------------------------------------------------------------------
# GNUmakefile for geometry/volumes library. Gabriele Cosmo, 16/11/96.
# --------------------------------------------------------------------
name := G4volumes
ifndef G4INSTALL
G4INSTALL = ../../..
endif
include $(G4INSTALL)/config/architecture.gmk
ifdef G4LIB_BUILD_DLL
CPPFLAGS += -DG4LIB_BUILD_DLL
endif
CPPFLAGS += -DG4GEOM_ALLOC_EXPORT
CPPFLAGS += -I$(G4BASE)/graphics_reps/include \
-I$(G4BASE)/intercoms/include \
-I$(G4BASE)/global/management/include \
-I$(G4BASE)/global/HEPRandom/include \
-I$(G4BASE)/global/HEPGeometry/include \
-I$(G4BASE)/geometry/magneticfield/include \
-I$(G4BASE)/geometry/management/include
ifdef G4DEBUG_NAVIGATION
CPPFLAGS += -DG4DEBUG_NAVIGATION
endif
ifdef G4DEBUG_FIELD
CPPFLAGS += -DG4DEBUG_FIELD
endif
include $(G4INSTALL)/config/common.gmk