]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/libTPCrec.pkg
Eff C++ warning removal (Marian)
[u/mrichter/AliRoot.git] / TPC / libTPCrec.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=  AliTPCcluster.cxx \
4         AliTPCclusterMI.cxx AliComplexCluster.cxx  AliTPCclusterInfo.cxx \
5         AliClusters.cxx AliTPCClustersRow.cxx \
6         AliClustersArray.cxx AliTPCClustersArray.cxx \
7         AliTPCclusterer.cxx AliTPCclustererMI.cxx \
8         AliTPCtrack.cxx AliTPCtracker.cxx \
9         AliTPCpolyTrack.cxx  AliTPCseed.cxx AliTPCtrackerMI.cxx \
10         AliTPCtrackerSector.cxx \
11         AliTPCPid.cxx AliTPCtrackPid.cxx AliTPCpidESD.cxx \
12         AliTPCReconstructor.cxx AliTPCRecoParam.cxx AliTPCClusterParam.cxx  \
13         AliTPCTracklet.cxx AliTPCQADataMakerRec.cxx \
14         AliPadMax.cxx AliTPCclustererKr.cxx AliTPCclusterKr.cxx AliTPCvtpr.cxx
15
16         
17 HDRS:= $(SRCS:.cxx=.h)
18
19 DHDR:= TPCrecLinkDef.h
20
21 EINCLUDE:= RAW
22
23 ifeq (win32gcc,$(ALICE_TARGET))
24 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
25                          -lTPCbase -lSTEER -lESD -lCDB -lSTEERBase \
26                          -lRAWDatarec -lRAWDatabase \
27                          -L$(shell root-config --libdir) -lMinuit
28 endif