source: trunk/examples/advanced/brachytherapy/GNUmakefile @ 1319

Last change on this file since 1319 was 1313, checked in by garnier, 14 years ago

geant4.9.4 beta rc0

File size: 483 bytes
Line 
1# --------------------------------------------------------------
2# $Id: GNUmakefile,v 1.14 2010/01/11 14:27:29 gcosmo Exp $
3# --------------------------------------------------------------
4# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
5# --------------------------------------------------------------
6
7name := Brachy
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
21
22
Note: See TracBrowser for help on using the repository browser.