source: trunk/source/processes/hadronic/models/de_excitation/multifragmentation/test/GNUmakefile @ 1199

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

nvx fichiers dans CVS

File size: 697 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2008/07/25 11:43:17 vnivanch Exp $
2# ----------------------------------------------------------------
3# Makes test program in environment variable G4TARGET.
4# ----------------------------------------------------------------
5
6ifndef G4TARGET
7  G4TARGET := $(TESTTARGET)
8endif
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../../../../../
12endif
13
14G4EXEC_BUILD = true
15
16ifdef G4ANALYSIS_USE_ROOT
17  CPPFLAGS += -DG4ANALYSIS_USE_ROOT
18endif
19
20include $(G4INSTALL)/config/architecture.gmk
21
22ifdef G4ANALYSIS_USE_ROOT
23  CPPFLAGS += $(shell $(ROOTSYS)/bin/root-config --cflags)
24  LDFLAGS  += $(shell $(ROOTSYS)/bin/root-config --glibs)
25endif
26
27include $(G4INSTALL)/config/binmake.gmk
28
29
30
31
32
33
34
35
36
37
Note: See TracBrowser for help on using the repository browser.