source: trunk/examples/extended/hadronic/Hadr01/GNUmakefile @ 1236

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

update to geant4.9.3

File size: 627 bytes
Line 
1# $Id: GNUmakefile,v 1.8 2008/06/13 15:41:34 vnivanch Exp $
2# GEANT4 tag $Name: geant4-09-03-cand-01 $
3# --------------------------------------------------------------
4# GNUmakefile for examples module with AIDA interface
5# --------------------------------------------------------------
6
7name := hadr01
8G4TARGET := $(name)
9G4EXLIB := true
10
11ifndef G4INSTALL
12  G4INSTALL = ../../../
13endif
14
15.PHONY: all
16all: lib bin
17
18include $(G4INSTALL)/config/architecture.gmk
19
20include $(G4INSTALL)/config/binmake.gmk
21
22histclean:
23        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/Histo.o
24
25visclean:
26        rm -f g4*.prim g4*.eps g4*.wrl
27        rm -f .DAWN_*
28
Note: See TracBrowser for help on using the repository browser.