source: JEM-EUSO/esaf_cc_at_lal/packages/reconstruction/modules/shower/profile/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.1 KB
Line 
1# GNUmakefile for background
2# $Id: GNUmakefile 2804 2008-10-09 12:10:06Z biktem $
3# M. Pallavicini - created Oct, 20 2003
4#
5
6PACKAGENAME := profile
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)/simulation/lightsources/include   
20INCLUDES += -I$(ESAFPACKAGES)/simulation/tools/include 
21INCLUDES += -I$(ESAFPACKAGES)/simulation/radiativetransfer/include
22INCLUDES += -I$(ESAFPACKAGES)/simulation/generators/showers/include
23INCLUDES += -I$(ESAFPACKAGES)/simulation/generators/genbase/include/
24INCLUDES += -I$(ESAFPACKAGES)/reconstruction/framework/include
25INCLUDES += -I$(ESAFPACKAGES)/reconstruction/root/include
26INCLUDES += -I$(ESAFPACKAGES)/reconstruction/event/include
27INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/optics/include
28INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/G4Detector/include
29
30CXXFLAGS += $(INCLUDES)
31include $(ESAFINSTALL)/packages/makeso.gmk
Note: See TracBrowser for help on using the repository browser.