source: trunk/examples/extended/biasing/B02/GNUmakefile

Last change on this file was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 630 bytes
Line 
1# $Id: GNUmakefile,v 1.11 2010/01/11 16:25:08 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6
7# this GNUmakefile shows how to use the example together with Anaphe
8# you may also chose another AIDA compliant analysis package.
9#
10# The environment variable ANAPHETOP has to be setup. See ../README
11#
12
13name := exampleB02
14G4TARGET := $(name)
15G4EXLIB := true
16
17ifndef G4INSTALL
18  G4INSTALL = ../../../..
19endif
20
21.PHONY: all
22all: lib bin
23
24include $(G4INSTALL)/config/binmake.gmk
25
Note: See TracBrowser for help on using the repository browser.