]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2resonances.pkg
Removed macros not compatible with current 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 \
7 RESONANCES/AliRsnExpression.cxx \
8 RESONANCES/AliRsnCutSet.cxx \
9 RESONANCES/AliRsnCutMgr.cxx \
24c9c66b 10 RESONANCES/AliRsnPID.cxx \
00001783 11 RESONANCES/AliRsnPIDWeightsMgr.cxx \
12 RESONANCES/AliRsnPIDIndex.cxx \
fce53537 13 RESONANCES/AliRsnEvent.cxx \
24c9c66b 14 RESONANCES/AliRsnReader.cxx \
00001783 15 RESONANCES/AliRsnReaderTaskSE.cxx \
16 RESONANCES/AliRsnPairDef.cxx \
17 RESONANCES/AliRsnPairSimple.cxx \
18 RESONANCES/AliRsnEventBuffer.cxx \
19 RESONANCES/AliRsnAnalysisSimple.cxx \
20 RESONANCES/AliRsnAnalyzerSimple.cxx \
21 RESONANCES/AliRsnAnalysisSimpleTask.cxx \
22# RESONANCES/AliRsnPair.cxx \
23# RESONANCES/AliRsnBaseAT.cxx \
24# RESONANCES/AliRsnAnalysisAT.cxx \
fce53537 25
00001783 26HDRS= $(SRCS:.cxx=.h)
fce53537 27
28DHDR:=PWG2resonancesLinkDef.h
29
30EXPORT:=
31
00001783 32EINCLUDE:= PYTHIA6
fce53537 33
6aa4b4dc 34ifeq (win32gcc,$(ALICE_TARGET))
35PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
36 -lESD -lANALYSIS -lANALYSISalice \
37 -L$(shell root-config --libdir) -lEG
38endif