source: trunk/source/geometry/navigation/GNUmakefile @ 1347

Last change on this file since 1347 was 1347, checked in by garnier, 13 years ago

geant4 tag 9.4

File size: 1.2 KB
Line 
1# $Id: GNUmakefile,v 1.7 2010/10/27 07:34:32 gcosmo Exp $
2# --------------------------------------------------------------------
3# GNUmakefile for geometry/volumes library.  Gabriele Cosmo, 16/11/96.
4# --------------------------------------------------------------------
5
6name := G4navigation
7
8ifndef G4INSTALL
9  G4INSTALL = ../../..
10endif
11
12include $(G4INSTALL)/config/architecture.gmk
13
14CPPFLAGS += -DG4GEOM_ALLOC_EXPORT
15CPPFLAGS += -I$(G4BASE)/graphics_reps/include \
16            -I$(G4BASE)/intercoms/include \
17            -I$(G4BASE)/materials/include \
18            -I$(G4BASE)/global/management/include \
19            -I$(G4BASE)/global/HEPRandom/include \
20            -I$(G4BASE)/global/HEPGeometry/include \
21            -I$(G4BASE)/geometry/magneticfield/include \
22            -I$(G4BASE)/geometry/volumes/include \
23            -I$(G4BASE)/geometry/management/include
24
25ifdef G4DEBUG_NAVIGATION
26  CPPFLAGS += -DG4DEBUG_NAVIGATION
27endif
28ifdef G4DEBUG_FIELD
29  CPPFLAGS += -DG4DEBUG_FIELD
30endif
31ifdef G4DEBUG_PATHFINDER
32  CPPFLAGS += -DG4DEBUG_PATHFINDER
33endif
34ifdef PATHFINDER_OPTIMISATION
35  CPPFLAGS += -DPATHFINDER_OPTIMISATION
36endif
37
38include $(G4INSTALL)/config/common.gmk
39
Note: See TracBrowser for help on using the repository browser.