source: trunk/examples/extended/electromagnetic/TestEm10/GNUmakefile @ 1002

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

update

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