source: trunk/examples/advanced/Rich/GNUmakefile @ 1252

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

update to geant4.9.3

File size: 599 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2009/03/06 09:39:58 gbarrand Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := RichTbSim
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14ifdef G4ANALYSIS_USE
15  CPPFLAGS += -DG4ANALYSIS_USE
16endif
17
18
19include $(G4INSTALL)/config/architecture.gmk
20
21#
22.PHONY: all
23all: lib bin
24
25include $(G4INSTALL)/config/binmake.gmk
26
27visclean:
28        rm -f g4*.prim g4*.eps g4*.wrl
29        rm -f .DAWN_*
30
31
32
33
34
35
36
37
38
39
40
41
Note: See TracBrowser for help on using the repository browser.