]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2flow.pkg
Merge the following revisions between 29371 and 30342 from
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flow.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= FLOW/AliFlowEventSimple.cxx \
4       FLOW/AliFlowTrackSimple.cxx \
5       FLOW/AliFlowVector.cxx \
6       FLOW/AliFlowCommonConstants.cxx \
7       FLOW/AliFlowLYZConstants.cxx \
8       FLOW/AliFlowCumuConstants.cxx \
9       FLOW/AliFlowCommonHist.cxx \
10       FLOW/AliFlowCommonHistResults.cxx \
11       FLOW/AliFlowLYZHist1.cxx \
12       FLOW/AliFlowLYZHist2.cxx \
13       FLOW/AliFlowLYZEventPlane.cxx \
14       FLOW/AliFlowEventSimpleMaker.cxx \
15       FLOW/AliFlowAnalysisWithScalarProduct.cxx \
16       FLOW/AliFlowAnalysisWithMCEventPlane.cxx \
17       FLOW/AliFlowAnalysisWithLYZEventPlane.cxx \
18       FLOW/AliFlowAnalysisWithLeeYangZeros.cxx \
19       FLOW/AliFlowAnalysisWithCumulants.cxx \
20       FLOW/AliFlowAnalysisWithQCumulants.cxx \
21       FLOW/AliFittingQDistribution.cxx \
22       FLOW/AliCumulantsFunctions.cxx \
23       FLOW/AliQCumulantsFunctions.cxx \
24       FLOW/AliFittingFunctionsForQDistribution.cxx \
25       FLOW/AliAnalysisTaskScalarProduct.cxx \
26       FLOW/AliAnalysisTaskMCEventPlane.cxx \
27       FLOW/AliAnalysisTaskLYZEventPlane.cxx \
28       FLOW/AliAnalysisTaskCumulants.cxx \
29       FLOW/AliAnalysisTaskQCumulants.cxx \
30       FLOW/AliAnalysisTaskLeeYangZeros.cxx \
31       FLOW/AliAnalysisTaskFittingQDistribution.cxx
32
33 HDRS= $(SRCS:.cxx=.h) 
34
35 DHDR:=PWG2flowLinkDef.h
36
37 EXPORT:=
38
39 EINCLUDE:= 
40
41 ifeq (win32gcc,$(ALICE_TARGET))
42 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
43                          -lANALYSIS \
44                          -L$(shell root-config --libdir) -lEG
45 endif