]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2resonances.pkg
New classes required for revision of package
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
CommitLineData
6aa4b4dc 1#-*- Mode: Makefile -*-
2
00001783 3SRCS= 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 \
566067b0 12 RESONANCES/AliRsnPIDDefESD.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 \
3ac7ddc2 24 RESONANCES/AliRsnAnalysisTaskBase.cxx \
b344b389 25 RESONANCES/AliRsnAnalysisSE.cxx \
820e114f 26
fce53537 27
00001783 28HDRS= $(SRCS:.cxx=.h)
fce53537 29
30DHDR:=PWG2resonancesLinkDef.h
31
32EXPORT:=
33
00001783 34EINCLUDE:= PYTHIA6
fce53537 35
6aa4b4dc 36ifeq (win32gcc,$(ALICE_TARGET))
37PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
38 -lESD -lANALYSIS -lANALYSISalice \
39 -L$(shell root-config --libdir) -lEG
40endif