]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PWG1/libPWG1.pkg
In MUONRecoCheck.C:
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
3SRCS:= 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
33HDRS:= $(SRCS:.cxx=.h)
34
35DHDR:= PWG1LinkDef.h
36
37EINCLUDE:= STEER TPC ITS TRD
38
39ifeq (win32gcc,$(ALICE_TARGET))
40PACKSOFLAGS:= $(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
44endif