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

Last change on this file since 1346 was 1230, checked in by garnier, 15 years ago

update to geant4.9.3

File size: 854 bytes
RevLine 
[1230]1# $Id: GNUmakefile,v 1.9 2008/12/05 09:57:30 flei Exp $
[807]2# --------------------------------------------------------------
3# GNUmakefile for examples module
4# --------------------------------------------------------------
5
6name := exRDM
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
[1230]14.PHONY: all
15all: lib bin
16
[807]17ifdef G4ANALYSIS_USE_ROOT
[1230]18  CPPFLAGS += -DG4ANALYSIS_USE_ROOT
19endif
[807]20
[1230]21include $(G4INSTALL)/config/architecture.gmk
[807]22
[1230]23ifdef G4ANALYSIS_USE_ROOT
24  CPPFLAGS += $(shell $(ROOTSYS)/bin/root-config --cflags)
25  LDFLAGS  += $(shell $(ROOTSYS)/bin/root-config --glibs)
[807]26endif
27
28include $(G4INSTALL)/config/binmake.gmk
29
[1230]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.