source: trunk/examples/advanced/purging_magnet/GNUmakefile @ 1282

Last change on this file since 1282 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

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