]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2resonances.pkg
From Cesar: make selection and two-selection working with the new
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= RESONANCES/AliRsnMCInfo.cxx \
4       RESONANCES/AliRsnDaughter.cxx \
5       RESONANCES/AliRsnPairParticle.cxx \
6       RESONANCES/AliRsnCut.cxx \
7       RESONANCES/AliRsnCutSet.cxx \
8       RESONANCES/AliRsnCutMgr.cxx \
9       RESONANCES/AliRsnExpression.cxx \
10       RESONANCES/AliRsnPID.cxx \
11       RESONANCES/AliRsnPIDIndex.cxx \
12       RESONANCES/AliRsnPIDDefESD.cxx \
13       RESONANCES/AliRsnEvent.cxx \
14       RESONANCES/AliRsnEventBuffer.cxx \
15       RESONANCES/AliRsnReader.cxx \
16       RESONANCES/AliRsnReaderTask.cxx \
17       RESONANCES/AliRsnReaderTaskSE.cxx \
18       RESONANCES/AliRsnPairDef.cxx \
19       RESONANCES/AliRsnHistoDef.cxx \
20       RESONANCES/AliRsnFunction.cxx \
21       RESONANCES/AliRsnPair.cxx \
22       RESONANCES/AliRsnPairMgr.cxx \
23       RESONANCES/AliRsnAnalysisTaskSEBase.cxx \
24       RESONANCES/AliRsnAnalysisTaskBase.cxx \
25       RESONANCES/AliRsnAnalysisSE.cxx \
26
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