source: trunk/examples/advanced/Tiara/source/tiara/GNUmakefile @ 1321

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

update

File size: 711 bytes
Line 
1# $Id: GNUmakefile,v 1.10 2006/11/20 12:43:02 ahoward Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := tiara
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14ifdef G4ANALYSIS_USE
15  CPPFLAGS += -DG4ANALYSIS_USE
16endif
17
18
19include $(G4INSTALL)/config/architecture.gmk
20
21##include hadronic_lists.gmk
22
23ifdef G4ANALYSIS_USE
24  CPPFLAGS += `aida-config --include`
25  LDFLAGS += `aida-config --lib`
26endif
27
28.PHONY: all
29all: lib bin
30
31include $(G4INSTALL)/config/binmake.gmk
32
33visclean:
34        rm -f g4*.prim g4*.eps g4*.wrl
35        rm -f .DAWN_*
36
Note: See TracBrowser for help on using the repository browser.