]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2flow.pkg
changed some includes
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flow.pkg
index b1b665dc98fc427c782beccb19614f4769c43af3..87b02eb5273b4491ec3227b11266211482d38a81 100644 (file)
@@ -1,11 +1,35 @@
-SRCS= FLOW/AliFlowEvent.cxx \
-      FLOW/AliFlowTrack.cxx \
-      FLOW/AliFlowConstants.cxx \
-      FLOW/AliFlowV0.cxx \
-      FLOW/AliFlowSelection.cxx \
-      FLOW/AliFlowAnalyser.cxx \
-      FLOW/AliFlowMaker.cxx \
-      FLOW/AliFlowWeighter.cxx 
+#-*- Mode: Makefile -*-
+
+SRCS= FLOW/AliFlowEventSimple.cxx \
+      FLOW/AliFlowTrackSimple.cxx \
+      FLOW/AliFlowTrackSimpleCuts.cxx \
+      FLOW/AliFlowVector.cxx \
+      FLOW/AliFlowCommonConstants.cxx \
+      FLOW/AliFlowLYZConstants.cxx \
+      FLOW/AliFlowCumuConstants.cxx \
+      FLOW/AliFlowCommonHist.cxx \
+      FLOW/AliFlowCommonHistResults.cxx \
+      FLOW/AliFlowLYZHist1.cxx \
+      FLOW/AliFlowLYZHist2.cxx \
+      FLOW/AliFlowLYZEventPlane.cxx \
+      FLOW/AliFlowEventSimpleMaker.cxx \
+      FLOW/AliFlowAnalysisWithScalarProduct.cxx \
+      FLOW/AliFlowAnalysisWithMCEventPlane.cxx \
+      FLOW/AliFlowAnalysisWithLYZEventPlane.cxx \
+      FLOW/AliFlowAnalysisWithLeeYangZeros.cxx \
+      FLOW/AliFlowAnalysisWithCumulants.cxx \
+      FLOW/AliFlowAnalysisWithQCumulants.cxx \
+      FLOW/AliFittingQDistribution.cxx \
+      FLOW/AliCumulantsFunctions.cxx \
+      FLOW/AliQCumulantsFunctions.cxx \
+      FLOW/AliFittingFunctionsForQDistribution.cxx \
+      FLOW/AliAnalysisTaskScalarProduct.cxx \
+      FLOW/AliAnalysisTaskMCEventPlane.cxx \
+      FLOW/AliAnalysisTaskLYZEventPlane.cxx \
+      FLOW/AliAnalysisTaskCumulants.cxx \
+      FLOW/AliAnalysisTaskQCumulants.cxx \
+      FLOW/AliAnalysisTaskLeeYangZeros.cxx \
+      FLOW/AliAnalysisTaskFittingQDistribution.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
 
@@ -15,3 +39,9 @@ EXPORT:=
 
 EINCLUDE:= 
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+                         -lESD -lAOD -lPWG2AOD -lANALYSIS -lANALYSISalice \
+                         -lCORRFW \
+                         -L$(shell root-config --libdir) -lEG
+endif