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

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

geant4.9.4 beta rc0

File size: 575 bytes
Line 
1# $Id: GNUmakefile,v 1.10 2010/01/11 16:17:58 gcosmo 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
18include $(G4INSTALL)/config/architecture.gmk
19
20.PHONY: all
21all: lib bin
22
23include $(G4INSTALL)/config/binmake.gmk
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.