]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2flow.pkg
Deleting array of overlaps
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flow.pkg
CommitLineData
1e57e576 1#-*- Mode: Makefile -*-
2
448e8856 3SRCS= FLOW/AliFlowEventSimple.cxx \
4 FLOW/AliFlowTrackSimple.cxx \
5 FLOW/AliFlowCommonConstants.cxx \
6 FLOW/AliFlowLYZConstants.cxx \
7 FLOW/AliFlowCumuConstants.cxx \
8 FLOW/AliFlowCommonHist.cxx \
9 FLOW/AliFlowCommonHistResults.cxx \
10 FLOW/AliFlowLYZHist1.cxx \
11 FLOW/AliFlowLYZHist2.cxx \
12 FLOW/AliFlowVector.cxx \
13 FLOW/AliFlowLYZEventPlane.cxx \
14 FLOW/AliFlowEventSimpleMaker.cxx \
0b7f49e9 15 FLOW/AliFlowAnalysisWithScalarProduct.cxx \
448e8856 16 FLOW/AliFlowAnalysisWithMCEventPlane.cxx \
17 FLOW/AliFlowAnalysisWithLYZEventPlane.cxx \
18 FLOW/AliFlowAnalysisWithLeeYangZeros.cxx \
19 FLOW/AliFlowAnalysisWithCumulants.cxx \
0b7f49e9 20 FLOW/AliAnalysisTaskScalarProduct.cxx \
448e8856 21 FLOW/AliAnalysisTaskMCEventPlane.cxx \
22 FLOW/AliAnalysisTaskLYZEventPlane.cxx \
924fafb7 23 FLOW/AliAnalysisTaskCumulants.cxx \
1e57e576 24 FLOW/AliAnalysisTaskLeeYangZeros.cxx
6ef175a2 25
26HDRS= $(SRCS:.cxx=.h)
27
28DHDR:=PWG2flowLinkDef.h
29
30EXPORT:=
31
9777bfcb 32EINCLUDE:=
6ef175a2 33
1e57e576 34ifeq (win32gcc,$(ALICE_TARGET))
35PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
36 -lANALYSIS \
37 -L$(shell root-config --libdir) -lEG
38endif