]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2flow.pkg
New line missing.
[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 \
1e57e576 23 FLOW/AliAnalysisTaskLeeYangZeros.cxx
6ef175a2 24
25HDRS= $(SRCS:.cxx=.h)
26
27DHDR:=PWG2flowLinkDef.h
28
29EXPORT:=
30
9777bfcb 31EINCLUDE:=
6ef175a2 32
1e57e576 33ifeq (win32gcc,$(ALICE_TARGET))
34PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
35 -lANALYSIS \
36 -L$(shell root-config --libdir) -lEG
37endif