source: trunk/source/geometry/magneticfield/test/NTST/GNUmakefile @ 1202

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

nvx fichiers dans CVS

File size: 424 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2003/11/27 09:03:50 japost Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := testNTST
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.