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