]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2resonances.pkg
Compilation on Windows/Cygwin
[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/AliRsnExpression.cxx \
8       RESONANCES/AliRsnCutSet.cxx \
9       RESONANCES/AliRsnCutMgr.cxx \
10       RESONANCES/AliRsnPID.cxx \
11       RESONANCES/AliRsnPIDWeightsMgr.cxx \
12       RESONANCES/AliRsnPIDIndex.cxx \
13       RESONANCES/AliRsnEvent.cxx \
14       RESONANCES/AliRsnReader.cxx \
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 \
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