source: trunk/examples/advanced/Rich/GNUmakefile @ 1031

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

update

File size: 696 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2003/05/26 13:02:50 pmendez Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := RichTbSim
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
21ifdef G4ANALYSIS_USE
22  CPPFLAGS += `aida-config --include`
23  LDFLAGS += `aida-config --lib`
24endif
25#
26.PHONY: all
27all: lib bin
28
29include $(G4INSTALL)/config/binmake.gmk
30
31visclean:
32        rm -f g4*.prim g4*.eps g4*.wrl
33        rm -f .DAWN_*
34
35
36
37
38
39
40
41
42
43
44
45
Note: See TracBrowser for help on using the repository browser.