source: trunk/examples/extended/gdml/GNUmakefile @ 850

Last change on this file since 850 was 807, checked in by garnier, 16 years ago

update

File size: 509 bytes
Line 
1# $Id: GNUmakefile,v 1.10 2007/12/05 08:25:56 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.
4# --------------------------------------------------------------
5
6name := load_gdml
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14.PHONY: all
15all: lib bin
16ifndef XERCESCROOT     
17        @echo XERCESCROOT not defined!
18endif
19
20include $(G4INSTALL)/config/binmake.gmk
21
22visclean:
23        rm -f g4*.prim g4*.eps g4*.wrl
24        rm -f .DAWN_*
Note: See TracBrowser for help on using the repository browser.