Files
geant4/source/geometry/volumes/GNUmakefile
T
2018-12-07 15:15:39 +01:00

34 lines
941 B
Makefile

# --------------------------------------------------------------------
# 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