source: trunk/examples/extended/electromagnetic/TestEm9/GNUmakefile @ 1032

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

update

File size: 832 bytes
Line 
1# $Id: GNUmakefile,v 1.8 2006/10/26 15:50:35 maire Exp $
2# GEANT4 tag $Name:  $
3# --------------------------------------------------------------
4# GNUmakefile for examples module with AIDA interface
5# --------------------------------------------------------------
6
7name := TestEm9
8G4TARGET := $(name)
9G4EXLIB := true
10
11ifndef G4INSTALL
12  G4INSTALL = ../../../../
13endif
14
15.PHONY: all
16all: lib bin
17
18ifdef G4ANALYSIS_USE
19  CPPFLAGS += -DG4ANALYSIS_USE
20endif
21
22include $(G4INSTALL)/config/architecture.gmk
23
24# for the aida-config command see the README file
25ifdef G4ANALYSIS_USE
26  CPPFLAGS += `aida-config --include`
27  LOADLIBS += `aida-config --lib`
28endif
29
30include $(G4INSTALL)/config/binmake.gmk
31
32histclean:
33        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/Histo.o
34
35visclean:
36        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/VisManager.o
37
38
Note: See TracBrowser for help on using the repository browser.