source: trunk/source/processes/electromagnetic/standard/test/GNUmakefile

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

nvx fichiers dans CVS

File size: 690 bytes
Line 
1# $Id: GNUmakefile,v 1.8 2009/05/16 11:07:24 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.