source: trunk/examples/advanced/lAr_calorimeter/GNUmakefile @ 812

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

update

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