updated source compilation files collection
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
CommitLineData
6aa4b4dc 1#-*- Mode: Makefile -*-
2
31a3142d 3SRCS= RESONANCES/AliRsnDaughter.cxx \
00001783 4 RESONANCES/AliRsnPairParticle.cxx \
5 RESONANCES/AliRsnCut.cxx \
31a3142d 6 RESONANCES/AliRsnCutStd.cxx \
7 RESONANCES/AliRsnCutBetheBloch.cxx \
c3eb093c 8 RESONANCES/AliRsnCutESDPrimary.cxx \
00001783 9 RESONANCES/AliRsnCutSet.cxx \
10 RESONANCES/AliRsnCutMgr.cxx \
c75d7906 11 RESONANCES/AliRsnExpression.cxx \
00001783 12 RESONANCES/AliRsnPIDIndex.cxx \
566067b0 13 RESONANCES/AliRsnPIDDefESD.cxx \
fce53537 14 RESONANCES/AliRsnEvent.cxx \
00001783 15 RESONANCES/AliRsnPairDef.cxx \
b344b389 16 RESONANCES/AliRsnFunction.cxx \
c3eb093c 17 RESONANCES/AliRsnFunctionAxis.cxx \
b344b389 18 RESONANCES/AliRsnPair.cxx \
31a3142d 19 RESONANCES/AliRsnVATProcessInfo.cxx \
20 RESONANCES/AliRsnVAnalysisTaskSE.cxx \
21 RESONANCES/AliRsnVAnalysisTaskME.cxx \
22 RESONANCES/AliRsnVManager.cxx \
23 RESONANCES/AliRsnPairManager.cxx \
24 RESONANCES/AliRsnAnalysisManager.cxx \
b344b389 25 RESONANCES/AliRsnAnalysisSE.cxx \
31a3142d 26 RESONANCES/AliRsnAnalysisME.cxx \
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