source: trunk/source/processes/electromagnetic/highenergy/GNUmakefile@ 1196

Last change on this file since 1196 was 961, checked in by garnier, 17 years ago

update processes

File size: 1.5 KB
RevLine 
[961]1# $Id: GNUmakefile,v 1.4 2008/03/06 11:47:10 vnivanch Exp $
[819]2# --------------------------------------------------------------------
3# GNUmakefile for electromagnetic sub-library. John Allison, 25/6/98.
4# Modified:
5# 19.11.2004 V.Ivanchenko remove obsolete parts
6# --------------------------------------------------------------------
7
8name := G4emhighenergy
9
10ifndef G4INSTALL
11 G4INSTALL = ../../../..
12endif
13
14include $(G4INSTALL)/config/architecture.gmk
15
16CPPFLAGS += -I$(G4BASE)/global/management/include \
17 -I$(G4BASE)/global/HEPRandom/include \
18 -I$(G4BASE)/global/HEPGeometry/include \
19 -I$(G4BASE)/global/HEPNumerics/include \
20 -I$(G4BASE)/geometry/management/include \
21 -I$(G4BASE)/geometry/volumes/include \
22 -I$(G4BASE)/track/include \
23 -I$(G4BASE)/processes/management/include \
24 -I$(G4BASE)/processes/cuts/include \
25 -I$(G4BASE)/processes/electromagnetic/utils/include \
26 -I$(G4BASE)/processes/electromagnetic/standard/include \
[961]27 -I$(G4BASE)/processes/electromagnetic/muons/include \
[819]28 -I$(G4BASE)/particles/management/include \
29 -I$(G4BASE)/particles/bosons/include \
30 -I$(G4BASE)/particles/leptons/include \
31 -I$(G4BASE)/particles/hadrons/barions/include \
32 -I$(G4BASE)/particles/hadrons/mesons/include \
33 -I$(G4BASE)/particles/hadrons/ions/include \
34 -I$(G4BASE)/intercoms/include \
35 -I$(G4BASE)/materials/include
36
37include $(G4INSTALL)/config/common.gmk
38
Note: See TracBrowser for help on using the repository browser.