]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PWG2/libPWG2flowCommon.pkg
change also to TaskSE
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flowCommon.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
3SRCS= FLOW/AliFlowCommon/AliFlowEventSimple.cxx \
4 FLOW/AliFlowCommon/AliFlowTrackSimple.cxx \
5 FLOW/AliFlowCommon/AliFlowTrackSimpleCuts.cxx \
6 FLOW/AliFlowCommon/AliFlowVector.cxx \
7 FLOW/AliFlowCommon/AliFlowCommonConstants.cxx \
8 FLOW/AliFlowCommon/AliFlowLYZConstants.cxx \
9 FLOW/AliFlowCommon/AliFlowCumuConstants.cxx \
10 FLOW/AliFlowCommon/AliFlowEventSimpleMakerOnTheFly.cxx \
11 FLOW/AliFlowCommon/AliFlowCommonHist.cxx \
12 FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx \
13 FLOW/AliFlowCommon/AliFlowLYZHist1.cxx \
14 FLOW/AliFlowCommon/AliFlowLYZHist2.cxx \
15 FLOW/AliFlowCommon/AliFlowLYZEventPlane.cxx \
16 FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx \
17 FLOW/AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx \
18 FLOW/AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx \
19 FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx \
20 FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx \
21 FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx \
22 FLOW/AliFlowCommon/AliCumulantsFunctions.cxx \
23 FLOW/AliFlowCommon/AliFlowAnalysisWithFittingQDistribution.cxx \
24 FLOW/AliFlowCommon/AliFlowAnalysisWithMixedHarmonics.cxx \
25 FLOW/AliFlowCommon/AliFlowAnalysisWithNestedLoops.cxx
26
27HDRS= $(SRCS:.cxx=.h)
28
29DHDR:=PWG2flowCommonLinkDef.h
30
31EXPORT:=
32
33EINCLUDE:= PWG2/FLOW/AliFlowCommon
34
35ifeq (win32gcc,$(ALICE_TARGET))
36PACKSOFLAGS:= $(SOFLAGS) -L$(ROOTLIBDIR) -lEG
37endif