source: trunk/examples/advanced/xray_fluorescence/GNUmakefile @ 1288

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

update to geant4.9.3

File size: 536 bytes
Line 
1# $Id: GNUmakefile,v 1.21 2009/03/06 09:45:38 gbarrand Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := XrayFluo
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14.PHONY: all visclean
15all:  lib bin
16
17include $(G4INSTALL)/config/architecture.gmk
18
19include $(G4INSTALL)/config/binmake.gmk
20
21visclean:
22        rm -f g4*.prim g4*.eps g4*.wrl
23        rm -f .DAWN_*
24
Note: See TracBrowser for help on using the repository browser.