source: trunk/source/processes/hadronic/models/chiral_inv_phase_space/fragmentation/GNUmakefile @ 1340

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

nvx fichiers dans CVS

File size: 1.2 KB
Line 
1# --------------------------------------------------------------------
2# GNUmakefile for chips cross-sections granular library.  MK 16-Nov-09
3# --------------------------------------------------------------------
4
5name := G4hadronic_fragm_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)/particles/management/include \
17            -I$(G4BASE)/particles/leptons/include \
18            -I$(G4BASE)/particles/bosons/include \
19            -I$(G4BASE)/particles/shortlived/include \
20            -I$(G4BASE)/particles/hadrons/mesons/include \
21            -I$(G4BASE)/particles/hadrons/barions/include \
22            -I$(G4BASE)/particles/hadrons/ions/include \
23            -I$(G4BASE)/processes/hadronic/models/chiral_inv_phase_space/body/include \
24            -I$(G4BASE)/processes/hadronic/models/chiral_inv_phase_space/cross_sections/include \
25            -I$(G4BASE)/processes/hadronic/models/chiral_inv_phase_space/fragmentation/include
26           
27include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.