]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/libACORDErec.pkg
Implementation of the ACORDE reconstructor and ACORDE ESD object. The ACORDE digits...
[u/mrichter/AliRoot.git] / ACORDE / libACORDErec.pkg
CommitLineData
bd95bae7 1SRCS = AliACORDERawStream.cxx \
2 AliACORDEReconstructor.cxx
8b168972 3
4HDRS:= $(SRCS:.cxx=.h)
6fb64ed1 5
8b168972 6DHDR:=ACORDErecLinkDef.h
7
e46f586b 8EINCLUDE := RAW
bc7c004c 9
10ifeq (win32gcc,$(ALICE_TARGET))
11PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
12 -lSTEERBase -lRAWDatarec -lRAWDatabase
13endif