source: trunk/source/geometry/magneticfield/test/OtherFields/GNUmakefile @ 1320

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

nvx fichiers dans CVS

File size: 432 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2002/03/28 17:58:39 japost Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := testDelphiField
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.