source: trunk/source/processes/electromagnetic/lowenergy/test/GNUmakefile@ 1199

Last change on this file since 1199 was 1199, checked in by garnier, 16 years ago

nvx fichiers dans CVS

File size: 691 bytes
RevLine 
[1199]1# $Id: GNUmakefile,v 1.19 2009/05/16 11:07:23 vnivanch Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6ifndef G4TARGET
7 G4TARGET := $(TESTTARGET)
8endif
9
10G4EXEC_BUILD := true
11
12ifndef G4INSTALL
13 G4INSTALL = ../../../../../
14endif
15
16
17ifdef G4ANALYSIS_USE_ROOT
18 CPPFLAGS += -DG4ANALYSIS_USE_ROOT
19endif
20
21
22include $(G4INSTALL)/config/architecture.gmk
23
24ifdef G4ANALYSIS_USE_ROOT
25 CPPFLAGS += $(shell $(ROOTSYS)/bin/root-config --cflags)
26 LDFLAGS += $(shell $(ROOTSYS)/bin/root-config --glibs)
27endif
28
29include $(G4INSTALL)/config/binmake.gmk
30
31#
Note: See TracBrowser for help on using the repository browser.