source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/lightsources/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.1 KB
Line 
1# ESAF : Euso Simulation and Analysis Framework
2# GNUmakefile for lightsources
3# $Id: GNUmakefile 1108 2004-09-28 08:17:29Z pallas $
4# D. De Marco created Jan, 23 2002
5#
6
7PACKAGENAME := lightsources
8
9ifndef ESAFINSTALL
10ESAFINSTALL = ../../..
11endif
12
13ESAFPACKAGES = $(ESAFINSTALL)/packages
14# Config parameters
15
16include $(ESAFINSTALL)/packages/config.gmk
17
18# Include paths needed for rootcint dictionary generation
19
20INCLUDES += -I$(ESAFPACKAGES)/common/base/include
21INCLUDES += -I$(ESAFPACKAGES)/common/root/include
22INCLUDES += -I$(ESAFPACKAGES)/common/atmosphere/include
23
24INCLUDES += -I$(ESAFPACKAGES)/simulation/tools/include
25INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/electronics/include
26INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/optics/include
27INCLUDES += -I$(ESAFPACKAGES)/simulation/generators/showers/include
28INCLUDES += -I$(ESAFPACKAGES)/simulation/generators/meteorites/include
29INCLUDES += -I$(ESAFPACKAGES)/simulation/generators/genbase/include
30INCLUDES += -I$(ESAFPACKAGES)/simulation/radiativetransfer/include
31
32# headers and settings needed for the local library compilation
33CXXFLAGS += $(INCLUDES)
34
35include $(ESAFINSTALL)/packages/makeso.gmk
36
Note: See TracBrowser for help on using the repository browser.