source: trunk/source/geometry/volumes/GNUmakefile @ 1348

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

geant4 tag 9.4

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