source: JEM-EUSO/esaf_lal/branches/camille/packages/simulation/detector/G4Detector/G4fresnellens/GNUmakefile @ 184

Last change on this file since 184 was 184, checked in by moretto, 11 years ago

changes from biktem r:3032

File size: 737 bytes
Line 
1# ESAF : Euso Simulation and Analysis Framework
2# GNUmakefile for optics
3# $Id: GNUmakefile 1108 2004-09-28 08:17:29Z pallas $
4# D. De Marco created Jan, 23 2002
5#
6
7PACKAGENAME := G4fresnellens
8
9ifndef ESAFINSTALL
10ESAFINSTALL = ../../../../..
11endif
12
13
14ESAFPACKAGES = $(ESAFINSTALL)/packages
15
16# Config parameters
17
18include $(ESAFINSTALL)/packages/config.gmk
19
20# Include paths needed for rootcint dictionary generation
21
22INCLUDES += -I$(ESAFPACKAGES)/common/base/include
23INCLUDES += -I$(ESAFPACKAGES)/common/root/include
24INCLUDES += -I$(ESAFPACKAGES)/simulation/tools/include
25INCLUDES += $(G4INCLUDES)
26
27# headers and settings needed for the local library compilation
28CXXFLAGS += $(INCLUDES)
29
30include $(ESAFINSTALL)/packages/makeso_nocint.gmk
31
Note: See TracBrowser for help on using the repository browser.