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

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

update

File size: 655 bytes
Line 
1# $Id: GNUmakefile,v 1.19 2005/12/09 22:15:52 mantero 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
19#G4ANALYSIS_USE := 1
20
21ifdef G4ANALYSIS_USE
22 CPPFLAGS += `aida-config --include`
23 LDFLAGS  += `aida-config --lib`
24endif
25
26include $(G4INSTALL)/config/binmake.gmk
27
28visclean:
29        rm -f g4*.prim g4*.eps g4*.wrl
30        rm -f .DAWN_*
31
Note: See TracBrowser for help on using the repository browser.