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

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

nvx fichiers dans CVS

File size: 750 bytes
Line 
1# $Id: GNUmakefile,v 1.1 1999/06/09 16:12:14 kurasige Exp $
2# ----------------------------------------------------------------
3# Makes test program in environment variable G4TARGET.
4# ----------------------------------------------------------------
5
6# $Id: GNUmakefile,v 1.1 1999/06/09 16:12:14 kurasige Exp $
7# ----------------------------------------------------------------
8# Makes test program in environment variable G4TARGET.
9# ----------------------------------------------------------------
10
11name := checkParticles
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
Note: See TracBrowser for help on using the repository browser.