source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/recoviewer/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: 837 bytes
Line 
1# ESAF : Euso Simulation and Analysis Framework
2# GNUmakefile for electronics
3# $Id: GNUmakefile 2540 2006-03-08 16:07:48Z naumov $
4# D. De Marco created Jan, 23 2002
5#
6
7PACKAGENAME := RecoViewer
8
9ifndef ESAFINSTALL
10ESAFINSTALL = ../../..
11endif
12
13ESAFPACKAGES = $(ESAFINSTALL)/packages
14# Config parameters
15
16ESAFLIBDEP:=SimuEvent
17ROOTLIBDEP:=Gui
18
19include $(ESAFPACKAGES)/config.gmk
20
21# Include paths needed for rootcint dictionary generation
22# Note: eventviewer can depend only on libRecoEvent.so
23INCLUDES += -I$(ESAFPACKAGES)/reconstruction/root/include
24INCLUDES += -I$(ESAFPACKAGES)/common/root/include
25INCLUDES += -I$(ESAFPACKAGES)/common/base/include/
26INCLUDES += -I$(ESAFPACKAGES)/common/eventviewer/include/
27
28# headers and settings needed for the local library compilation
29CXXFLAGS += $(INCLUDES)
30
31include $(ESAFPACKAGES)/makeso.gmk
32
Note: See TracBrowser for help on using the repository browser.