]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG1/libPWG1.pkg
Move QA macro to new AddTask compatible format
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
CommitLineData
fef52460 1#-*- Mode: Makefile -*-
c92725b7 2
35c7ea9b 3SRCS:= AliTreeDraw.cxx \
76472f75 4 AliMCInfo.cxx \
5 AliGenV0Info.cxx \
6 AliGenKinkInfo.cxx \
7 AliGenInfoMaker.cxx \
8 AliESDRecInfo.cxx \
9 AliESDRecV0Info.cxx \
10 AliESDRecKinkInfo.cxx \
11 AliRecInfoMaker.cxx \
d390cc7e 12 AliComparisonDraw.cxx \
09b20ad1 13 AliRecInfoCuts.cxx \
14 AliMCInfoCuts.cxx \
15 AliComparisonTask.cxx \
16 AliComparisonRes.cxx \
17 AliComparisonEff.cxx \
18 AliComparisonDEdx.cxx \
3baa4bfd 19 AliComparisonDCA.cxx \
66b1c3a1 20 AliComparisonObject.cxx \
3880629c 21 AliGenInfoTask.cxx \
eb3a2893 22 AliMCTrackingTestTask.cxx \
0be1ccdf 23 AliTPCtaskPID.cxx \
3dd64180 24 AliTPCtaskQA.cxx \
25 AliPerformanceTask.cxx \
26 AliPerformanceObject.cxx \
27 AliPerformanceRes.cxx \
28 AliPerformanceEff.cxx \
29 AliPerformanceDEdx.cxx \
30 AliPerformanceDCA.cxx \
f27a7e81 31 AliPerformanceTPC.cxx \
32 AliAlignmentDataFilterITS.cxx
09b20ad1 33
c92725b7 34HDRS:= $(SRCS:.cxx=.h)
35
36DHDR:= PWG1LinkDef.h
37
26e10df5 38EINCLUDE:= STEER TPC ITS TRD
fef52460 39
40ifeq (win32gcc,$(ALICE_TARGET))
41PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
42 -lESD -lSTEER -lTPCbase \
43 -lANALYSISalice -lANALYSIS \
44 -L$(shell root-config --libdir) -lMinuit -lEG -lGeom
45endif