source: trunk/source/global/HEPNumerics/test/GNUmakefile @ 1347

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

nvx fichiers dans CVS

File size: 751 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2005/05/18 10:28:44 grichine 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
18# Override some variables for binmake.gmk.
19#
20INCFLAGS := -I$(G4BASE)/global/management/include \
21            -I$(G4BASE)/global/HEPRandom/include \
22            -I$(G4BASE)/global/HEPGeometry/include \
23            -I$(G4BASE)/global/HEPNumerics/include
24LDLIBS   := -lG4hepnumerics -lG4globman
25
26include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.