]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2resonances.pkg
Restored optimization
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= RESONANCES/AliRsnMCInfo.cxx \
4       RESONANCES/AliRsnDaughter.cxx \
5       RESONANCES/AliRsnPairParticle.cxx \
6       RESONANCES/AliRsnCut.cxx \
7       RESONANCES/AliRsnCutSet.cxx \
8       RESONANCES/AliRsnCutMgr.cxx \
9       RESONANCES/AliRsnExpression.cxx \
10       RESONANCES/AliRsnPID.cxx \
11       RESONANCES/AliRsnPIDIndex.cxx \
12       RESONANCES/AliRsnPIDWeightsMgr.cxx \
13       RESONANCES/AliRsnEvent.cxx \
14       RESONANCES/AliRsnEventBuffer.cxx \
15       RESONANCES/AliRsnReader.cxx \
16       RESONANCES/AliRsnReaderTaskSE.cxx \
17       RESONANCES/AliRsnPairDef.cxx \
18       RESONANCES/AliRsnHistoDef.cxx \
19       RESONANCES/AliRsnSimpleFunction.cxx \
20       RESONANCES/AliRsnSimpleFcnInvMass.cxx \
21       RESONANCES/AliRsnSimpleFcnResolution.cxx \
22       RESONANCES/AliRsnSimpleAnalysis.cxx \
23       RESONANCES/AliRsnSimpleAnalyzer.cxx \
24       RESONANCES/AliRsnSimpleAnalysisTaskSE.cxx \
25
26 HDRS= $(SRCS:.cxx=.h)
27
28 DHDR:=PWG2resonancesLinkDef.h
29
30 EXPORT:=
31
32 EINCLUDE:= PYTHIA6
33
34 ifeq (win32gcc,$(ALICE_TARGET))
35 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
36                          -lESD -lANALYSIS -lANALYSISalice \
37                          -L$(shell root-config --libdir) -lEG
38 endif