source: trunk/examples/advanced/human_phantom/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: 445 bytes
Line 
1# $Id: GNUmakefile,v 1.7 2010/01/11 14:33:30 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.
4# --------------------------------------------------------------
5
6name := phantom
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
18
19visclean:
20        rm -f g4*.prim g4*.eps g4*.wrl
21        rm -f .DAWN_*
Note: See TracBrowser for help on using the repository browser.