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