| 1 | #-*- Mode: Makefile -*- |
| 2 | |
| 3 | SRCS:= AliFilter.cxx \ |
| 4 | AliRawReader.cxx AliRawReaderFile.cxx AliRawReaderRoot.cxx \ |
| 5 | AliRawReaderDate.cxx AliRawReaderDateV3.cxx \ |
| 6 | AliRawReaderMemory.cxx \ |
| 7 | AliAltroRawStream.cxx \ |
| 8 | AliAltroRawStreamOld.cxx AliCaloRawStream.cxx \ |
| 9 | AliVMERawStream.cxx |
| 10 | |
| 11 | HDRS:= $(SRCS:.cxx=.h) |
| 12 | |
| 13 | HDRS += |
| 14 | |
| 15 | EHDRS:=$(shell root-config --incdir)/TH1F.h |
| 16 | |
| 17 | EINCLUDE+= |
| 18 | |
| 19 | DHDR:= RAWrecLinkDef.h |
| 20 | |
| 21 | ifdef DATE_ROOT |
| 22 | EINCLUDE+= ${DATE_COMMON_DEFS} |
| 23 | endif |
| 24 | |
| 25 | EXPORT:=AliRawReader.h AliAltroRawStream.h AliFilter.h |