source: trunk/source/geometry/magneticfield/test/field06/GNUmakefile @ 1199

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

nvx fichiers dans CVS

File size: 453 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2006/11/28 15:19:42 tnikitin Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := exampleS5
7#name := testPropagateMagField
8G4TARGET := $(name)
9G4EXLIB := true
10
11ifndef G4INSTALL
12  G4INSTALL = ../../..
13endif
14
15.PHONY: all
16all: lib bin
17
18include $(G4INSTALL)/config/binmake.gmk
19
Note: See TracBrowser for help on using the repository browser.