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

Last change on this file since 1282 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 522 bytes
Line 
1# $Id: GNUmakefile,v 1.11 2009/11/12 12:43:14 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.PHONY: all
17
18all: lib bin
19
20include $(G4INSTALL)/config/binmake.gmk
21
22visclean:
23        rm -f g4*.prim g4*.eps g4*.wrl
24        rm -f .DAWN_*
25
Note: See TracBrowser for help on using the repository browser.