source: JEM-EUSO/esaf_cc_at_lal/packages/reconstruction/modules/base/background/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: 569 bytes
Line 
1# GNUmakefile for clustering
2# $Id: GNUmakefile 1108 2004-09-28 08:17:29Z pallas $
3#
4
5PACKAGENAME := background
6
7ifndef ESAFINSTALL
8ESAFINSTALL = ../../../../../
9endif
10
11ESAFPACKAGES = $(ESAFINSTALL)/packages
12
13include $(ESAFINSTALL)/packages/config.gmk
14
15INCLUDES += -I$(ESAFPACKAGES)/common/base/include
16INCLUDES += -I$(ESAFPACKAGES)/reconstruction/framework/include
17INCLUDES += -I$(ESAFPACKAGES)/reconstruction/event/include
18INCLUDES += -I$(ESAFPACKAGES)/reconstruction/modules/shower/fitting/include
19
20CXXFLAGS += $(INCLUDES)
21include $(ESAFINSTALL)/packages/makeso.gmk
Note: See TracBrowser for help on using the repository browser.