]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/libACORDErec.pkg
Compilation warnings
[u/mrichter/AliRoot.git] / ACORDE / libACORDErec.pkg
CommitLineData
43e548b4 1#-*-Mode: Makefile-*-
2
3SRCS = \
bd95bae7 4 AliACORDEReconstructor.cxx
8b168972 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) \
43e548b4 13 -lACORDEbase -lSTEERBase -lESD -lSTEER
bc7c004c 14endif