]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ACORDE/libACORDErec.pkg
Revert unwanted changes concerning PID in HLT
[u/mrichter/AliRoot.git] / ACORDE / libACORDErec.pkg
1 #-*-Mode: Makefile-*-
2
3 SRCS = AliACORDEReconstructor.cxx \
4        AliACORDEQADataMakerRec.cxx \
5        AliACORDERecoParam.cxx
6
7 HDRS:= $(SRCS:.cxx=.h)
8
9 DHDR:=ACORDErecLinkDef.h
10
11 EINCLUDE := RAW
12
13 ifeq (win32gcc,$(ALICE_TARGET))
14 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
15                          -lACORDEbase -lSTEERBase -lESD -lSTEER
16 endif