source: trunk/source/processes/hadronic/models/incl/GNUmakefile @ 1334

Last change on this file since 1334 was 1315, checked in by garnier, 14 years ago

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 1.8 KB
Line 
1# $Id: GNUmakefile,v 1.9 2010/04/27 16:02:37 kaitanie Exp $
2# -----------------------------------------------------------
3# GNUmakefile for hadronic library.  Gabriele Cosmo, 18/9/96.
4# -----------------------------------------------------------
5
6name := G4hadronic_incl_cascade
7
8ifndef G4INSTALL
9  G4INSTALL = ../../../../..
10endif
11
12include $(G4INSTALL)/config/architecture.gmk
13
14# INCL_DEBUG_LOG : Produce an ASCII log that contains detailed avatar
15# and particle information
16ifdef G4INCL_DEBUG_LOG
17  CPPFLAGS += -DG4INCL_DEBUG_LOG
18endif
19
20CPPFLAGS += -I$(G4BASE)/global/management/include \
21            -I$(G4BASE)/global/HEPRandom/include \
22            -I$(G4BASE)/global/HEPNumerics/include \
23            -I$(G4BASE)/global/HEPGeometry/include \
24            -I$(G4BASE)/track/include \
25            -I$(G4BASE)/geometry/volumes/include \
26            -I$(G4BASE)/geometry/management/include \
27            -I$(G4BASE)/processes/management/include \
28            -I$(G4BASE)/processes/hadronic/management/include/ \
29            -I$(G4BASE)/processes/hadronic/util/include \
30            -I$(G4BASE)/processes/hadronic/processes/include \
31            -I$(G4BASE)/processes/hadronic/cross_sections/include \
32            -I$(G4BASE)/processes/hadronic/models/management/include \
33            -I$(G4BASE)/processes/hadronic/models/util/include \
34            -I$(G4BASE)/processes/hadronic/models/de_excitation/evaporation/include \
35            -I$(G4BASE)/particles/management/include \
36            -I$(G4BASE)/particles/leptons/include \
37            -I$(G4BASE)/particles/bosons/include \
38            -I$(G4BASE)/particles/hadrons/mesons/include \
39            -I$(G4BASE)/particles/hadrons/barions/include \
40            -I$(G4BASE)/particles/hadrons/ions/include \
41            -I$(G4BASE)/particles/shortlived/include \
42            -I$(G4BASE)/materials/include
43
44include $(G4INSTALL)/config/common.gmk
45
Note: See TracBrowser for help on using the repository browser.