source: trunk/examples/advanced/human_phantom/GNUmakefile @ 1253

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

update to geant4.9.3

File size: 439 bytes
Line 
1# --------------------------------------------------------------
2# GNUmakefile for examples module.
3# Author: Giorgio Guerrieri
4# Date:  14/06/2005.
5# --------------------------------------------------------------
6
7name := phantom
8G4TARGET := $(name)
9G4EXLIB := true
10
11ifndef G4INSTALL
12  G4INSTALL = ../../..
13endif
14
15.PHONY: all
16all: lib bin
17
18include $(G4INSTALL)/config/binmake.gmk
19
20visclean:
21        rm -f g4*.prim g4*.eps g4*.wrl
22        rm -f .DAWN_*
Note: See TracBrowser for help on using the repository browser.