]>
Commit | Line | Data |
---|---|---|
364543a0 | 1 | #-*- Mode: Makefile -*- |
2 | ||
3 | SRCS:= AliFilter.cxx \ | |
4 | AliRawReader.cxx AliRawReaderFile.cxx AliRawReaderRoot.cxx \ | |
6923e953 | 5 | AliRawReaderChain.cxx \ |
364543a0 | 6 | AliRawReaderDate.cxx AliRawReaderDateV3.cxx \ |
7 | AliRawReaderMemory.cxx \ | |
eb808725 | 8 | AliRawHLTManager.cxx \ |
364543a0 | 9 | AliAltroRawStream.cxx \ |
3a09bd9a | 10 | AliCaloRawStream.cxx \ |
31a920d3 | 11 | AliVMERawStream.cxx \ |
f8e5b5a0 | 12 | AliAltroDecoder.cxx AliAltroData.cxx AliAltroBunch.cxx AliAltroRawStreamFast.cxx \ |
13 | AliAltroRawStreamV3.cxx | |
364543a0 | 14 | |
15 | HDRS:= $(SRCS:.cxx=.h) | |
16 | ||
17 | HDRS += | |
18 | ||
19 | EHDRS:=$(shell root-config --incdir)/TH1F.h | |
20 | ||
eb808725 | 21 | EINCLUDE+= HLT/rec |
364543a0 | 22 | |
fc0f1128 | 23 | DHDR:= RAWDatarecLinkDef.h |
364543a0 | 24 | |
25 | ifdef DATE_ROOT | |
26 | EINCLUDE+= ${DATE_COMMON_DEFS} | |
27 | endif | |
28 | ||
7a3b2b19 | 29 | EXPORT:=AliRawReader.h AliAltroRawStream.h AliFilter.h AliRawReaderRoot.h |
e7973ef6 | 30 | |
31 | ifeq (win32gcc,$(ALICE_TARGET)) | |
32 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ | |
33 | -lSTEERBase -lRAWDatabase -lESD | |
34 | endif |