| Line | |
|---|
| 1 | # --------------------------------------------------------------------
|
|---|
| 2 | # GNUmakefile for chips cross-sections granular library. MK 16-Nov-09
|
|---|
| 3 | # --------------------------------------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | name := G4hadronic_fragm_ci
|
|---|
| 6 |
|
|---|
| 7 | ifndef G4INSTALL
|
|---|
| 8 | G4INSTALL = ../../../../../..
|
|---|
| 9 | endif
|
|---|
| 10 |
|
|---|
| 11 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 12 |
|
|---|
| 13 | CPPFLAGS += -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 |
|
|---|
| 27 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.