]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/bindHLTdumpraw.pkg
- added the cut information in the name of all files saved (root and png)
[u/mrichter/AliRoot.git] / HLT / bindHLTdumpraw.pkg
CommitLineData
4b6d86cc 1#/**************************************************************************
2# * This file is property of and copyright by the ALICE HLT Project *
3# * All rights reserved. *
4# * *
5# * Primary Authors: *
6# * Artur Szostak <artursz@iafrica.com> *
7# * *
8# * Permission to use, copy, modify and distribute this software and its *
9# * documentation strictly for non-commercial purposes is hereby granted *
10# * without fee, provided that the above copyright notice appears in all *
11# * copies and that both the copyright notice and this permission notice *
12# * appear in the supporting documentation. The authors make no claims *
13# * about the suitability of this software for any purpose. It is *
14# * provided "as is" without express or implied warranty. *
15# **************************************************************************/
16
17SRCS := MUON/utils/dHLTdumpraw.cxx
18
887a669c 19EINCLUDE := HLT/BASE HLT/MUON MUON RAW
4b6d86cc 20
21PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
22
4c166a14 23ELIBS := AliHLTMUON \
24 HLTbase \
25 MUONmapping \
26 MUONevaluation \
27 MUONsim \
28 MUONrec \
29 MUONgeometry \
30 MUONcalib \
31 MUONbase \
32 MUONraw \
33 RAWDatasim \
34 MUONtrigger \
35 MUONcore \
36 STEER \
37 CDB \
38 AOD \
39 RAWDatarec \
40 ESD \
41 RAWDatabase \
42 STEERBase
9c234d7b 43include $(MODDIR)/hlt.conf
44EDEFINE := ${HLTDEFS}
45PACKCXXFLAGS := ${HLTCXXFLAGS}
46PACKCFLAGS := ${HLTCLFAGS}
47PACKDCXXFLAGS:= ${HLTDCXXFLAGS}