]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2flowCommon.pkg
small mods for separate task
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flowCommon.pkg
CommitLineData
29b61d43 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/AliFlowCommonHist.cxx \
11 FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx \
12 FLOW/AliFlowCommon/AliFlowLYZHist1.cxx \
13 FLOW/AliFlowCommon/AliFlowLYZHist2.cxx \
14 FLOW/AliFlowCommon/AliFlowLYZEventPlane.cxx \
15 FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx \
16 FLOW/AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx \
17 FLOW/AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx \
18 FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx \
19 FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx \
20 FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx \
21 FLOW/AliFlowCommon/AliFittingQDistribution.cxx \
22 FLOW/AliFlowCommon/AliCumulantsFunctions.cxx \
23 FLOW/AliFlowCommon/AliQCumulantsFunctions.cxx \
24 FLOW/AliFlowCommon/AliFittingFunctionsForQDistribution.cxx
25
26HDRS= $(SRCS:.cxx=.h)
27
28DHDR:=PWG2flowCommonLinkDef.h
29
30EXPORT:=
31
32EINCLUDE:=
33
34ifeq (win32gcc,$(ALICE_TARGET))
35PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lEG
36endif