]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/bindHLTdumpraw.pkg
bugfix: crash when receiving a DDL List block
[u/mrichter/AliRoot.git] / HLT / bindHLTdumpraw.pkg
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
17 SRCS := MUON/utils/dHLTdumpraw.cxx
18
19 EINCLUDE := HLT/BASE HLT/MUON
20
21 PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
22
23 ELIBS := STEERBase ESD AOD RAWDatabase RAWDatarec RAWDatasim \
24         CDB STEER HLTbase MUONevaluation MUONsim MUONrec \
25         MUONbase MUONtrigger MUONgeometry MUONraw MUONcalib MUONmapping \
26         AliHLTMUON
27
28 include $(MODDIR)/hlt.conf
29 EDEFINE      := ${HLTDEFS}
30 PACKCXXFLAGS := ${HLTCXXFLAGS}
31 PACKCFLAGS   := ${HLTCLFAGS}
32 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}