]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2resonances.pkg
removed obsolete commented methods
[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/AliRsnCutSet.cxx \
9       RESONANCES/AliRsnCutMgr.cxx \
10       RESONANCES/AliRsnExpression.cxx \
11       RESONANCES/AliRsnPIDIndex.cxx \
12       RESONANCES/AliRsnPIDDefESD.cxx \
13       RESONANCES/AliRsnEvent.cxx \
14       RESONANCES/AliRsnPairDef.cxx \
15       RESONANCES/AliRsnHistoDef.cxx \
16       RESONANCES/AliRsnFunction.cxx \
17       RESONANCES/AliRsnPair.cxx \
18       RESONANCES/AliRsnVATProcessInfo.cxx \
19       RESONANCES/AliRsnVAnalysisTaskSE.cxx \
20       RESONANCES/AliRsnVAnalysisTaskME.cxx \
21       RESONANCES/AliRsnVManager.cxx \
22       RESONANCES/AliRsnPairManager.cxx \
23       RESONANCES/AliRsnAnalysisManager.cxx \
24       RESONANCES/AliRsnAnalysisSE.cxx \
25       RESONANCES/AliRsnAnalysisME.cxx \
26
27 HDRS= $(SRCS:.cxx=.h)
28
29 DHDR:=PWG2resonancesLinkDef.h
30
31 EXPORT:=
32
33 EINCLUDE:= PYTHIA6
34
35 ifeq (win32gcc,$(ALICE_TARGET))
36 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
37                          -lESD -lANALYSIS -lANALYSISalice \
38                          -L$(shell root-config --libdir) -lEG
39 endif