6aa4b4dc |
1 | #-*- Mode: Makefile -*- |
2 | |
00001783 |
3 | SRCS= RESONANCES/AliRsnMCInfo.cxx \ |
24c9c66b |
4 | RESONANCES/AliRsnDaughter.cxx \ |
00001783 |
5 | RESONANCES/AliRsnPairParticle.cxx \ |
6 | RESONANCES/AliRsnCut.cxx \ |
00001783 |
7 | RESONANCES/AliRsnCutSet.cxx \ |
8 | RESONANCES/AliRsnCutMgr.cxx \ |
c75d7906 |
9 | RESONANCES/AliRsnExpression.cxx \ |
24c9c66b |
10 | RESONANCES/AliRsnPID.cxx \ |
00001783 |
11 | RESONANCES/AliRsnPIDIndex.cxx \ |
c75d7906 |
12 | RESONANCES/AliRsnPIDWeightsMgr.cxx \ |
fce53537 |
13 | RESONANCES/AliRsnEvent.cxx \ |
c75d7906 |
14 | RESONANCES/AliRsnEventBuffer.cxx \ |
24c9c66b |
15 | RESONANCES/AliRsnReader.cxx \ |
b344b389 |
16 | RESONANCES/AliRsnReaderTask.cxx \ |
00001783 |
17 | RESONANCES/AliRsnReaderTaskSE.cxx \ |
18 | RESONANCES/AliRsnPairDef.cxx \ |
c75d7906 |
19 | RESONANCES/AliRsnHistoDef.cxx \ |
b344b389 |
20 | RESONANCES/AliRsnFunction.cxx \ |
21 | RESONANCES/AliRsnPair.cxx \ |
22 | RESONANCES/AliRsnPairMgr.cxx \ |
23 | RESONANCES/AliRsnAnalysisTaskSEBase.cxx \ |
24 | RESONANCES/AliRsnBaseAT.cxx \ |
25 | RESONANCES/AliRsnAnalysisSE.cxx \ |
26 | RESONANCES/AliRsnAnalysisTask2ndStep.cxx \ |
27 | RESONANCES/AliRsnComparisonObj.cxx \ |
28 | RESONANCES/AliRsnComparisonAT.cxx \ |
fce53537 |
29 | |
00001783 |
30 | HDRS= $(SRCS:.cxx=.h) |
fce53537 |
31 | |
32 | DHDR:=PWG2resonancesLinkDef.h |
33 | |
34 | EXPORT:= |
35 | |
00001783 |
36 | EINCLUDE:= PYTHIA6 |
fce53537 |
37 | |
6aa4b4dc |
38 | ifeq (win32gcc,$(ALICE_TARGET)) |
39 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \ |
40 | -lESD -lANALYSIS -lANALYSISalice \ |
41 | -L$(shell root-config --libdir) -lEG |
42 | endif |