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

Last change on this file since 812 was 807, checked in by garnier, 16 years ago

update

File size: 737 bytes
Line 
1# $Id: GNUmakefile,v 1.8 2002/11/08 13:58:28 ahoward 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
25ifdef G4ANALYSIS_USE
26  CPPFLAGS += `aida-config --include`
27  LDFLAGS += `aida-config --lib`
28endif
29
30.PHONY: all
31all: lib bin
32
33include $(G4INSTALL)/config/binmake.gmk
34
35visclean:
36        rm -f g4*.prim g4*.eps g4*.wrl
37        rm -f .DAWN_*
38
Note: See TracBrowser for help on using the repository browser.