source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/root/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: 565 bytes
Line 
1# GNUmakefile for Reco Root Event
2# $Id: GNUmakefile 2940 2011-06-22 09:38:42Z fenu $
3# M. Pallavicini - created Oct, 20 2003
4#
5
6PACKAGENAME := RecoRootEvent
7
8ifndef ESAFINSTALL
9ESAFINSTALL = ../../../
10endif
11
12ESAFPACKAGES = $(ESAFINSTALL)/packages
13
14include $(ESAFINSTALL)/packages/config.gmk
15
16#INCLUDES := -I$(ESAFPACKAGES)/common/root/include
17#INCLUDES := -I$(ESAFPACKAGES)/common/base/include
18INCLUDES += -I$(ESAFPACKAGES)/common/root/include
19INCLUDES += -I$(ESAFPACKAGES)/common/base/include
20
21
22CXXFLAGS += $(INCLUDES)
23include $(ESAFINSTALL)/packages/makeso.gmk
Note: See TracBrowser for help on using the repository browser.