source: JEM-EUSO/esaf_cc_at_lal/packages/common/atmosphere/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: 771 bytes
Line 
1# ESAF : Euso Simulation and Analysis Framework
2# $Id: GNUmakefile 2135 2005-10-02 14:17:08Z thea $
3# A.Thea created Jul, 13 2004
4
5PACKAGENAME := atmosphere
6
7ifndef ESAFINSTALL
8ESAFINSTALL = ../../..
9endif
10
11ESAFPACKAGES = $(ESAFINSTALL)/packages
12# Config parameters
13
14include $(ESAFINSTALL)/packages/config.gmk
15
16# Include paths needed for rootcint dictionary generation
17
18INCLUDES += -I$(ESAFPACKAGES)/common/base/include
19INCLUDES += -I$(ESAFPACKAGES)/common/root/include
20#FIXME the following dependencies must be removed.
21INCLUDES += -I$(ESAFPACKAGES)/simulation/lightsources/include
22INCLUDES += -I$(ESAFPACKAGES)/simulation/tools/include
23
24# headers and settings needed for the local library compilation
25CXXFLAGS += $(INCLUDES)
26
27include $(ESAFINSTALL)/packages/makeso.gmk
Note: See TracBrowser for help on using the repository browser.