source: trunk/source/persistency/gdml/GNUmakefile@ 818

Last change on this file since 818 was 818, checked in by garnier, 17 years ago

import all except CVS

File size: 1.6 KB
RevLine 
[818]1# $Id: GNUmakefile,v 1.6 2007/12/11 15:00:49 gcosmo Exp $
2# -----------------------------------------------------------------------
3# GNUmakefile for persistency library. Gabriele Cosmo, 16/11/96.
4# -----------------------------------------------------------------------
5
6name := G4gdml
7
8ifndef G4INSTALL
9 G4INSTALL = ../../..
10endif
11
12include $(G4INSTALL)/config/architecture.gmk
13
14CPPFLAGS += -I$(G4INSTALL)/source/global/management/include \
15 -I$(G4INSTALL)/source/global/HEPGeometry/include \
16 -I$(G4INSTALL)/source/digits_hits/hits/include \
17 -I$(G4INSTALL)/source/digits_hits/digits/include \
18 -I$(G4INSTALL)/source/particles/management/include \
19 -I$(G4INSTALL)/source/run/include \
20 -I$(G4INSTALL)/source/event/include \
21 -I$(G4INSTALL)/source/track/include \
22 -I$(G4INSTALL)/source/tracking/include \
23 -I$(G4INSTALL)/source/intercoms/include \
24 -I$(G4INSTALL)/source/geometry/management/include \
25 -I$(G4INSTALL)/source/geometry/volumes/include \
26 -I$(G4INSTALL)/source/geometry/management/include \
27 -I$(G4INSTALL)/source/geometry/solids/CSG/include \
28 -I$(G4INSTALL)/source/geometry/solids/Boolean/include \
29 -I$(G4INSTALL)/source/geometry/solids/specific/include \
30 -I$(G4INSTALL)/source/geometry/divisions/include \
31 -I$(G4INSTALL)/source/materials/include \
32 -I$(G4INSTALL)/source/graphics_reps/include
33
34ifdef G4LIB_USE_GDML
35 ifndef XERCESCROOT
36 @echo XERCESCROOT not defined!
37 endif
38endif
39
40include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.