]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/binmchview.pkg
Added two missing includes to allow macro compilation (thanks to Laurent for remarkin...
[u/mrichter/AliRoot.git] / MUON / binmchview.pkg
CommitLineData
0145e89a 1SRCS:=mchview.cxx
2
3EINCLUDE+=MUON/mapping
4
5ELIBS:= \
6VMC \
7Minuit \
8Tree \
9STEERBase \
10ESD \
11AOD \
12RAWDatarec \
13STEER \
14CDB \
15Physics \
16MUONmapping \
17MUONcalib \
18MUONgeometry \
19MUONtrigger \
20RAWDatabase \
21RAWDatasim \
22MUONraw \
23MUONbase \
24MUONshuttle \
25MUONrec \
26MUONgraphics \
27MUONcore
28
73f4c669 29ifneq (,$(findstring macosx,$(ALICE_TARGET)))
0145e89a 30ELIBS+=\
31lhapdf \
32pythia6 \
33microcern
34endif
35