source: JEM-EUSO/esaf_cc_at_lal/packages/reconstruction/modules/shower/energy/GNUmakefile @ 114

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

actual version of ESAF at CCin2p3

File size: 1.4 KB
Line 
1# GNUmakefile for background
2# $Id: GNUmakefile 2975 2011-08-03 05:32:03Z fenu $
3# M. Pallavicini - created Oct, 20 2003
4#
5
6PACKAGENAME := energy
7
8ifndef ESAFINSTALL
9ESAFINSTALL = ../../../../../
10endif
11
12ESAFPACKAGES = $(ESAFINSTALL)/packages
13
14include $(ESAFINSTALL)/packages/config.gmk
15
16INCLUDES := -I$(ESAFPACKAGES)/common/base/include
17INCLUDES += -I$(ESAFPACKAGES)/common/root/include
18INCLUDES += -I$(ESAFPACKAGES)/common/atmosphere/include
19INCLUDES += -I$(ESAFPACKAGES)/common/eventviewer/include
20INCLUDES += -I$(ESAFPACKAGES)/simulation/lightsources/include   
21INCLUDES += -I$(ESAFPACKAGES)/simulation/tools/include 
22INCLUDES += -I$(ESAFPACKAGES)/simulation/radiativetransfer/include
23INCLUDES += -I$(ESAFPACKAGES)/simulation/generators/showers/include
24INCLUDES += -I$(ESAFPACKAGES)/simulation/generators/genbase/include/
25INCLUDES += -I$(ESAFPACKAGES)/reconstruction/framework/include
26INCLUDES += -I$(ESAFPACKAGES)/reconstruction/root/include
27INCLUDES += -I$(ESAFPACKAGES)/reconstruction/event/include
28INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/optics/include
29INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/G4Detector/include
30INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/tools/include/
31INCLUDES += -I$(ESAFPACKAGES)/reconstruction/modules/shower/energy/include
32
33CXXFLAGS += $(INCLUDES)
34
35ifeq ($(USE_VISUALIZATION),0)
36PACKAGES_EXCLUDE = EnergyViewer
37endif
38
39include $(ESAFINSTALL)/packages/makeso.gmk
Note: See TracBrowser for help on using the repository browser.