]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2resonances.pkg
Add unicor Kink evchar
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= RESONANCES/AliRsnDaughter.cxx \
4       RESONANCES/AliRsnPairParticle.cxx \
5       RESONANCES/AliRsnCut.cxx \
6       RESONANCES/AliRsnCutStd.cxx \
7       RESONANCES/AliRsnCutBetheBloch.cxx \
8       RESONANCES/AliRsnCutESDPrimary.cxx \
9       RESONANCES/AliRsnCutSet.cxx \
10       RESONANCES/AliRsnCutMgr.cxx \
11       RESONANCES/AliRsnExpression.cxx \
12       RESONANCES/AliRsnPIDIndex.cxx \
13       RESONANCES/AliRsnPIDDefESD.cxx \
14       RESONANCES/AliRsnEvent.cxx \
15       RESONANCES/AliRsnPairDef.cxx \
16       RESONANCES/AliRsnFunction.cxx \
17       RESONANCES/AliRsnFunctionAxis.cxx \
18       RESONANCES/AliRsnPair.cxx \
19       RESONANCES/AliRsnVATProcessInfo.cxx \
20       RESONANCES/AliRsnVAnalysisTaskSE.cxx \
21       RESONANCES/AliRsnVAnalysisTaskME.cxx \
22       RESONANCES/AliRsnVManager.cxx \
23       RESONANCES/AliRsnPairManager.cxx \
24       RESONANCES/AliRsnAnalysisManager.cxx \
25       RESONANCES/AliRsnAnalysisSE.cxx \
26       RESONANCES/AliRsnAnalysisME.cxx \
27
28 HDRS= $(SRCS:.cxx=.h)
29
30 DHDR:=PWG2resonancesLinkDef.h
31
32 EXPORT:=
33
34 EINCLUDE:= PYTHIA6
35
36 ifeq (win32gcc,$(ALICE_TARGET))
37 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
38                          -lESD -lANALYSIS -lANALYSISalice \
39                          -L$(shell root-config --libdir) -lEG
40 endif