source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/modules/base/clustering/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: 678 bytes
Line 
1# GNUmakefile for clustering
2# $Id: GNUmakefile 1632 2005-03-29 10:55:18Z etaddei $
3#
4
5PACKAGENAME := clustering
6
7ifndef ESAFINSTALL
8ESAFINSTALL = ../../../../../
9endif
10
11ESAFPACKAGES = $(ESAFINSTALL)/packages
12
13include $(ESAFINSTALL)/packages/config.gmk
14
15INCLUDES += -I$(ESAFPACKAGES)/common/root/include
16INCLUDES += -I$(ESAFPACKAGES)/common/base/include
17INCLUDES += -I$(ESAFPACKAGES)/reconstruction/framework/include
18INCLUDES += -I$(ESAFPACKAGES)/reconstruction/event/include
19INCLUDES += -I$(ESAFPACKAGES)/reconstruction/modules/shower/fitting/include
20INCLUDES += -I$(ESAFPACKAGES)/reconstruction/root/include
21
22CXXFLAGS += $(INCLUDES)
23include $(ESAFINSTALL)/packages/makeso.gmk
Note: See TracBrowser for help on using the repository browser.