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