source: trunk/examples/extended/medical/GammaTherapy/GNUmakefile @ 1281

Last change on this file since 1281 was 1230, checked in by garnier, 15 years ago

update to geant4.9.3

File size: 611 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2008/06/11 15:17:57 vnivanch Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := GammaTherapy
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../geant4
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/architecture.gmk
18
19include $(G4INSTALL)/config/binmake.gmk
20
21histclean:
22        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/Histo.o
23
24visclean:
25        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/VisManager.o
Note: See TracBrowser for help on using the repository browser.