source: trunk/source/processes/hadronic/models/chiral_inv_phase_space/utils/GNUmakefile @ 1007

Last change on this file since 1007 was 1007, checked in by garnier, 15 years ago

update to geant4.9.2

File size: 1.3 KB
Line 
1# -----------------------------------------------------------
2# GNUmakefile for chips granular library.  HPW 20-Nov-99
3# -----------------------------------------------------------
4
5name := G4hadronic_util_ci
6
7ifndef G4INSTALL
8  G4INSTALL = ../../../../../..
9endif
10
11include $(G4INSTALL)/config/architecture.gmk
12
13CPPFLAGS += -I$(G4BASE)/global/management/include \
14            -I$(G4BASE)/global/HEPRandom/include \
15            -I$(G4BASE)/global/HEPGeometry/include \
16            -I$(G4BASE)/track/include \
17            -I$(G4BASE)/geometry/volumes/include \
18            -I$(G4BASE)/geometry/management/include \
19            -I$(G4BASE)/processes/management/include \
20            -I$(G4BASE)/processes/hadronic/management/include/ \
21            -I$(G4BASE)/processes/hadronic/util/include \
22            -I$(G4BASE)/processes/hadronic/cross_sections/include/ \
23            -I$(G4BASE)/processes/hadronic/models/generator/util/include \
24            -I$(G4BASE)/particles/management/include \
25            -I$(G4BASE)/particles/leptons/include \
26            -I$(G4BASE)/particles/bosons/include \
27            -I$(G4BASE)/particles/hadrons/mesons/include \
28            -I$(G4BASE)/particles/hadrons/barions/include \
29            -I$(G4BASE)/particles/hadrons/ions/include \
30            -I$(G4BASE)/materials/include
31           
32include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.