]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG1/libPWG1.pkg
skip AliCaloAltroMapping delete at the end to avoid segmentation violation on exit...
[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         AliPerformanceMC.cxx \
33         AliAlignmentDataFilterITS.cxx \
34         AliAnalysisTaskV0QA.cxx
35
36 HDRS:= $(SRCS:.cxx=.h)
37
38 DHDR:= PWG1LinkDef.h
39
40 EINCLUDE:= STEER TPC ITS TRD
41
42 ifeq (win32gcc,$(ALICE_TARGET))
43 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
44                          -lESD -lSTEER -lTPCbase \
45                          -lANALYSISalice -lANALYSIS \
46                          -L$(shell root-config --libdir) -lMinuit -lEG -lGeom
47 endif