source: trunk/source/processes/electromagnetic/standard/test/GNUmakefile.root @ 1201

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

nvx fichiers dans CVS

File size: 580 bytes
Line 
1# $Id: GNUmakefile.root,v 1.1 2006/10/20 14:34:31 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
16include $(G4INSTALL)/config/architecture.gmk
17
18CPPFLAGS += $(shell $(ROOTSYS)/bin/root-config --cflags)
19LDFLAGS  += $(shell $(ROOTSYS)/bin/root-config --glibs)
20
21include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.