source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/generators/lightnings/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: 504 bytes
Line 
1# ESAF : Euso Simulation and Analysis Framework
2# $Id: GNUmakefile 755 2004-06-15 17:50:42Z thea $
3# A.Thea created Jul, 15 2003
4
5PACKAGENAME := lightnings
6
7ifndef ESAFINSTALL
8ESAFINSTALL = ../../../..
9endif
10
11ESAFPACKAGES = $(ESAFINSTALL)/packages
12# Config parameters
13
14include $(ESAFINSTALL)/packages/config.gmk
15
16# Include paths needed for rootcint dictionary generation
17
18# headers and settings needed for the local library compilation
19CXXFLAGS += $(INCLUDES)
20
21include $(ESAFINSTALL)/packages/makeso.gmk
Note: See TracBrowser for help on using the repository browser.