examples/testing/Htautau/Makefile
1 ############## Make tests ###########################
2 include ../test.inc
3 
4 NAME_BENCHMARK=mc-tester.benchmark.Htautau.root
5 
6 
7 CONF=pythia_H.conf
8 NAME=Htautau
9 
10 PROGRAM=$(PHOTOS_TAUOLA)
11 TAUOLA_MODE=$(RHORHO_MODE)
12 
13 tester.$(NAME).pdf: mc-tester.$(NAME).root
14  $(COMPARE) $(NAME_BENCHMARK) mc-tester.$(NAME).root
15  mv tester.pdf tester.$(NAME).pdf
16  $(VIEWER) tester.$(NAME).pdf &
17 
18 mc-tester.$(NAME).root: $(PROGRAM) $(CONF)
19  $(PROGRAM) $(CONF) $(EVENTS) $(TAUOLA_MODE)
20  mv mc-tester.root mc-tester.$(NAME).root
21 
22 clean:
23  rm -rf *~ booklet* tester* mc-results*
24  rm -rf MC-TESTER.DAT *_C.so *_C.d
25 
26 clobber: clean
27  rm -f mc-tester.$(NAME).root