source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/common/gui/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.2 KB
Line 
1# GNUmakefile for gui
2# Graphical User Interface make file
3# $Id: GNUmakefile 2218 2005-10-18 23:17:30Z thea $
4# D. De Marco created Jan, 23 2002
5#
6
7PACKAGENAME := gui
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
22
23#INCLUDES += -I$(ESAFPACKAGES)/simulation/tools/include
24#INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/tools/include
25#INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/optics/include
26#INCLUDES += -I$(ESAFPACKAGES)/simulation/detector/electronics/include
27#INCLUDES += -I$(ESAFPACKAGES)/simulation/lighttoeuso/include
28#INCLUDES += -I$(ESAFPACKAGES)/simulation/radiativetransfer/include
29#INCLUDES += -I$(ESAFPACKAGES)/simulation/showers/include
30#INCLUDES += -I$(ESAFPACKAGES)/simulation/lightsources/include
31INCLUDES += -I$(ESAFPACKAGES)/simulation/framework/include
32
33# headers and settings needed for the local library compilation
34CXXFLAGS += $(INCLUDES)
35
36include $(ESAFINSTALL)/packages/makeso.gmk
Note: See TracBrowser for help on using the repository browser.