source: trunk/source/particles/test/retriveParticleTable/GNUmakefile @ 1199

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

nvx fichiers dans CVS

File size: 817 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2004/03/11 09:52:18 kurasige Exp $
2# ----------------------------------------------------------------
3# Makes test program in environment variable G4TARGET.
4# ----------------------------------------------------------------
5
6# $Id: GNUmakefile,v 1.1 2004/03/11 09:52:18 kurasige Exp $
7# ----------------------------------------------------------------
8# Makes test program in environment variable G4TARGET.
9# ----------------------------------------------------------------
10
11name := retrieveParticles
12G4TARGET := $(name)
13G4EXLIB := true
14
15ifndef G4INSTALL
16  G4INSTALL = ../../../..
17endif
18
19.PHONY: all
20all: lib bin
21
22# Override some variables for binmake.gmk.
23#
24# INCFLAGS :=
25# LDLIBS   :=
26
27include $(G4INSTALL)/config/binmake.gmk
28
29CPPFLAGS += \
30            -I$(G4BASE)/particles/utils/include
Note: See TracBrowser for help on using the repository browser.