source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/common/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: 447 bytes
Line 
1# ESAF : Euso Simulation and Analysis Framework
2# $Id: GNUmakefile 1486 2005-02-15 13:46:34Z thea $
3# D. De Marco created Jan, 23 2002
4
5PACKAGENAME := SimuEvent
6
7ifndef ESAFINSTALL
8ESAFINSTALL = ../../..
9endif
10
11ESAFPACKAGES = $(ESAFINSTALL)/packages
12# Config parameters
13
14include $(ESAFINSTALL)/packages/config.gmk
15# headers and settings needed for the local library compilation
16CXXFLAGS += $(INCLUDES)
17
18include $(ESAFINSTALL)/packages/makeso.gmk
19
Note: See TracBrowser for help on using the repository browser.