source: trunk/examples/advanced/underground_physics/GNUmakefile @ 1304

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

update to geant4.9.3

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