source: trunk/examples/extended/electromagnetic/TestEm9/GNUmakefile @ 1309

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

update to geant4.9.3

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