X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG2%2FlibPWG2flow.pkg;h=87b02eb5273b4491ec3227b11266211482d38a81;hb=1691027bcf004616fcac82ea4ac0541dcd685143;hp=b1b665dc98fc427c782beccb19614f4769c43af3;hpb=9777bfcb3a88986466af7990d6616ef70bf8dfc2;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG2/libPWG2flow.pkg b/PWG2/libPWG2flow.pkg index b1b665dc98f..87b02eb5273 100644 --- a/PWG2/libPWG2flow.pkg +++ b/PWG2/libPWG2flow.pkg @@ -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