]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2flow.pkg
package file and LinkDef adapted to new added class
[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/AliCumulantsFunctions.cxx \
22       FLOW/AliQCumulantsFunctions.cxx \
23       FLOW/AliAnalysisTaskScalarProduct.cxx \
24       FLOW/AliAnalysisTaskMCEventPlane.cxx \
25       FLOW/AliAnalysisTaskLYZEventPlane.cxx \
26       FLOW/AliAnalysisTaskCumulants.cxx \
27       FLOW/AliAnalysisTaskQCumulants.cxx \
28       FLOW/AliAnalysisTaskLeeYangZeros.cxx
29
30 HDRS= $(SRCS:.cxx=.h) 
31
32 DHDR:=PWG2flowLinkDef.h
33
34 EXPORT:=
35
36 EINCLUDE:= 
37
38 ifeq (win32gcc,$(ALICE_TARGET))
39 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
40                          -lANALYSIS \
41                          -L$(shell root-config --libdir) -lEG
42 endif