source: trunk/source/parameterisations/gflash/GNUmakefile@ 1038

Last change on this file since 1038 was 823, checked in by garnier, 17 years ago

import all except CVS

File size: 1.7 KB
RevLine 
[823]1# --------------------------------------------------------------------
2# GNUmakefile for gflash sub-library. HP, 26/10/04.
3# --------------------------------------------------------------------
4
5name := G4gflash
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)/global/HEPNumerics/include \
17 -I$(G4BASE)/geometry/management/include \
18 -I$(G4BASE)/geometry/volumes/include \
19 -I$(G4BASE)/geometry/navigation/include \
20 -I$(G4BASE)/track/include \
21 -I$(G4BASE)/graphics_reps/include \
22 -I$(G4BASE)/digits_hits/detector/include \
23 -I$(G4BASE)/digits_hits/hits/include \
24 -I$(G4BASE)/processes/parameterisation/include \
25 -I$(G4BASE)/processes/management/include \
26 -I$(G4BASE)/processes/cuts/include \
27 -I$(G4BASE)/processes/electromagnetic/utils/include \
28 -I$(G4BASE)/processes/electromagnetic/muons/include \
29 -I$(G4BASE)/particles/management/include \
30 -I$(G4BASE)/particles/bosons/include \
31 -I$(G4BASE)/particles/leptons/include \
32 -I$(G4BASE)/particles/hadrons/barions/include \
33 -I$(G4BASE)/particles/hadrons/mesons/include \
34 -I$(G4BASE)/particles/hadrons/ions/include \
35 -I$(G4BASE)/intercoms/include \
36 -I$(G4BASE)/materials/include
37
38include $(G4INSTALL)/config/common.gmk
39
40CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS))
41CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O))
42
Note: See TracBrowser for help on using the repository browser.