source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/G4Detector/optics/GNUmakefile @ 117

Last change on this file since 117 was 117, checked in by moretto, 11 years ago

ESAF version compilable on mac OS

File size: 1.6 KB
Line 
1# ESAF : Euso Simulation and Analysis Framework
2# GNUmakefile for optics
3# $Id: GNUmakefile 1108 2004-09-28 08:17:29Z pallas $
4# D. De Marco created Jan, 23 2002
5#
6
7PACKAGENAME := G4Detector
8
9ifndef ESAFINSTALL
10ESAFINSTALL = ../../../../..
11endif
12
13
14ESAFPACKAGES = $(ESAFINSTALL)/packages
15
16# Config parameters
17
18include $(ESAFINSTALL)/packages/config.gmk
19include $(G4INSTALL)/config/G4VIS_USE.gmk
20
21# Include paths needed for rootcint dictionary generation
22
23INCLUDES += -I$(ESAFPACKAGES)/common/base/include
24INCLUDES += -I$(ESAFPACKAGES)/common/root/include
25
26INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/electronics/include
27INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/G4Detector/G4fresnellens/include
28INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/G4Detector/optics/include
29INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/optics/include
30INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/tools/include
31INCLUDES += -I$(ESAFPACKAGES)/simulation/radiativetransfer/include
32INCLUDES += -I$(ESAFPACKAGES)/simulation/lightsources/include
33INCLUDES += -I$(ESAFPACKAGES)/simulation/framework/include
34INCLUDES += -I$(ESAFPACKAGES)/simulation/tools/include
35INCLUDES += -I$(G4INSTALL)/include
36INCLUDES += -I$(CLHEP_INCLUDE_DIR)
37ifdef VGM_INSTALL
38INCLUDES += -I$(VGM_INSTALL)/packages/VGM/include
39INCLUDES += -I$(VGM_INSTALL)/packages/BaseVGM/include
40INCLUDES += -I$(VGM_INSTALL)/packages/Geant4GM/include
41INCLUDES += -I$(VGM_INSTALL)/packages/RootGM/include
42endif
43# headers and settings needed for the local library compilation
44CXXFLAGS += $(INCLUDES) $(CPPFLAGS)
45
46include $(ESAFINSTALL)/packages/makeso_nocint.gmk
47
Note: See TracBrowser for help on using the repository browser.