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

Last change on this file since 1333 was 1313, checked in by garnier, 14 years ago

geant4.9.4 beta rc0

File size: 594 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2010/01/11 14:24:55 gcosmo 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.