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

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

update to geant4.9.3

File size: 629 bytes
Line 
1# $Id: GNUmakefile,v 1.10 2009/03/06 09:49:18 gbarrand 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.