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

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

update CVS release candidate geant4.9.3.01

File size: 908 bytes
Line 
1# -----------------------------------------------------------
2# GNUmakefile for chips granular library.  HPW 20-Nov-99
3# -----------------------------------------------------------
4
5name := G4hadronic_body_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           
24include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.