Commit | Line | Data |
---|---|---|
04fa961a | 1 | SRCS:= AliRawEvent.cxx \ |
2 | AliRawReader.cxx AliRawReaderFile.cxx AliRawReaderRoot.cxx \ | |
16048fcf | 3 | AliRawReaderDate.cxx \ |
04fa961a | 4 | AliTPCBuffer160.cxx AliTPCHuffman.cxx AliTPCCompression.cxx \ |
5 | AliTPCRawStream.cxx \ | |
6 | AliITSRawStream.cxx AliITSRawStreamSPD.cxx \ | |
7 | AliITSRawStreamSDD.cxx AliITSRawStreamSSD.cxx | |
8 | ||
9 | HDRS:= $(SRCS:.cxx=.h) | |
10 | ||
11 | DHDR:= LinkDef.h | |
12 | ||
334cf0a1 | 13 | ifdef DATE_ROOT |
14 | EINCLUDE+= ${DATE_COMMON_DEFS} | |
15 | endif |