]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/libACORDErec.pkg
Update version number in order to avoid warnings from root
[u/mrichter/AliRoot.git] / ACORDE / libACORDErec.pkg
CommitLineData
bc7c004c 1#-*-Mode: Makefile-*-
2
7b3d18da 3SRCS = AliACORDERawStream.cxx
8b168972 4
5HDRS:= $(SRCS:.cxx=.h)
6fb64ed1 6
8b168972 7DHDR:=ACORDErecLinkDef.h
8
e46f586b 9EINCLUDE := RAW
bc7c004c 10
11ifeq (win32gcc,$(ALICE_TARGET))
12PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
13 -lSTEERBase -lRAWDatarec -lRAWDatabase
14endif