source: trunk/examples/extended/electromagnetic/TestEm6/GNUmakefile @ 812

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

update

File size: 901 bytes
Line 
1# $Id: GNUmakefile,v 1.13 2006/10/20 16:47:47 maire Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := TestEm6
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17#### G4ANALYSIS_USE := true
18
19ifdef G4ANALYSIS_USE
20  CPPFLAGS += -DG4ANALYSIS_USE
21endif
22
23include $(G4INSTALL)/config/architecture.gmk
24
25ifdef G4ANALYSIS_USE
26  # for the aida-config command see the README file
27  CPPFLAGS += `aida-config --include`
28  LOADLIBS += `aida-config --lib`
29endif
30
31include $(G4INSTALL)/config/binmake.gmk
32
33histclean:
34        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/RunAction.o
35        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/SteppingAction.o
36
37visclean:
38        rm -f g4*.prim g4*.eps g4*.wrl
39        rm -f .DAWN_*
Note: See TracBrowser for help on using the repository browser.