source: trunk/examples/extended/radioactivedecay/exrdm/GNUmakefile @ 1285

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

update to geant4.9.3

File size: 854 bytes
Line 
1# $Id: GNUmakefile,v 1.9 2008/12/05 09:57:30 flei Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module
4# --------------------------------------------------------------
5
6name := exRDM
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17ifdef G4ANALYSIS_USE_ROOT
18  CPPFLAGS += -DG4ANALYSIS_USE_ROOT
19endif
20
21include $(G4INSTALL)/config/architecture.gmk
22
23ifdef G4ANALYSIS_USE_ROOT
24  CPPFLAGS += $(shell $(ROOTSYS)/bin/root-config --cflags)
25  LDFLAGS  += $(shell $(ROOTSYS)/bin/root-config --glibs)
26endif
27
28include $(G4INSTALL)/config/binmake.gmk
29
30anaclean:
31        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/exrdmHisto*
32        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/exrdmAnalysis*
33        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/exrdmStepping*
Note: See TracBrowser for help on using the repository browser.