source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/tools/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: 549 bytes
Line 
1
2# GNUmakefile for tools
3# $Id: GNUmakefile 2136 2005-10-02 14:18:08Z thea $
4#
5
6
7PACKAGENAME := tools
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# headers and settings needed for the local library compilation
24CXXFLAGS += $(INCLUDES)
25
26include $(ESAFINSTALL)/packages/makeso.gmk
27
Note: See TracBrowser for help on using the repository browser.