]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG1/libPWG1.pkg
Changes required by adding of perfomrance tasks (Jacek)
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=  AliTreeDraw.cxx \
4         AliMCInfo.cxx   \
5         AliGenV0Info.cxx        \
6         AliGenKinkInfo.cxx      \
7         AliGenInfoMaker.cxx     \
8         AliESDRecInfo.cxx \
9         AliESDRecV0Info.cxx \
10         AliESDRecKinkInfo.cxx \
11         AliRecInfoMaker.cxx \
12         AliComparisonDraw.cxx \
13         AliRecInfoCuts.cxx \
14         AliMCInfoCuts.cxx \
15         AliComparisonTask.cxx \
16         AliComparisonRes.cxx \
17         AliComparisonEff.cxx \
18         AliComparisonDEdx.cxx \
19         AliComparisonDCA.cxx \
20         AliComparisonObject.cxx \
21         AliGenInfoTask.cxx  \
22         AliMCTrackingTestTask.cxx \
23         AliTPCtaskPID.cxx \
24         AliTPCtaskQA.cxx \
25         AliPerformanceTask.cxx \
26         AliPerformanceObject.cxx \
27         AliPerformanceRes.cxx \
28         AliPerformanceEff.cxx \
29         AliPerformanceDEdx.cxx \
30         AliPerformanceDCA.cxx \
31         AliPerformanceTPC.cxx
32
33 HDRS:= $(SRCS:.cxx=.h)
34
35 DHDR:= PWG1LinkDef.h
36
37 EINCLUDE:= STEER TPC ITS TRD
38
39 ifeq (win32gcc,$(ALICE_TARGET))
40 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
41                          -lESD -lSTEER -lTPCbase \
42                          -lANALYSISalice -lANALYSIS \
43                          -L$(shell root-config --libdir) -lMinuit -lEG -lGeom
44 endif