]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RAW/libRAWDatarec.pkg
The fixes are related to the correct swapping of event,sub-event and equipment header...
[u/mrichter/AliRoot.git] / RAW / libRAWDatarec.pkg
CommitLineData
364543a0 1#-*- Mode: Makefile -*-
2
3SRCS:= AliFilter.cxx \
4 AliRawReader.cxx AliRawReaderFile.cxx AliRawReaderRoot.cxx \
5 AliRawReaderDate.cxx AliRawReaderDateV3.cxx \
6 AliRawReaderMemory.cxx \
7 AliAltroRawStream.cxx \
d84933b0 8 AliAltroRawStreamOld.cxx AliCaloRawStream.cxx \
364543a0 9 AliVMERawStream.cxx
10
11HDRS:= $(SRCS:.cxx=.h)
12
13HDRS +=
14
15EHDRS:=$(shell root-config --incdir)/TH1F.h
16
17EINCLUDE+=
18
19DHDR:= RAWrecLinkDef.h
20
21ifdef DATE_ROOT
22EINCLUDE+= ${DATE_COMMON_DEFS}
23endif
24
25EXPORT:=AliRawReader.h AliAltroRawStream.h AliFilter.h