]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2flowCommon.pkg
Excluding a class from compilation (temporary)
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flowCommon.pkg
CommitLineData
29b61d43 1#-*- Mode: Makefile -*-
2
124fb262 3SRCS= FLOW/AliFlowCommon/AliFlowEventSimple.cxx \
29b61d43 4 FLOW/AliFlowCommon/AliFlowTrackSimple.cxx \
f553869e 5 FLOW/AliFlowCommon/AliStarTrack.cxx \
6 FLOW/AliFlowCommon/AliStarEvent.cxx \
7 FLOW/AliFlowCommon/AliFlowEventStar.cxx \
8 FLOW/AliFlowCommon/AliStarEventReader.cxx \
29b61d43 9 FLOW/AliFlowCommon/AliFlowTrackSimpleCuts.cxx \
10 FLOW/AliFlowCommon/AliFlowVector.cxx \
11 FLOW/AliFlowCommon/AliFlowCommonConstants.cxx \
12 FLOW/AliFlowCommon/AliFlowLYZConstants.cxx \
93ff27bd 13 FLOW/AliFlowCommon/AliFlowEventSimpleMakerOnTheFly.cxx \
29b61d43 14 FLOW/AliFlowCommon/AliFlowCommonHist.cxx \
15 FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx \
16 FLOW/AliFlowCommon/AliFlowLYZHist1.cxx \
17 FLOW/AliFlowCommon/AliFlowLYZHist2.cxx \
18 FLOW/AliFlowCommon/AliFlowLYZEventPlane.cxx \
19 FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx \
20 FLOW/AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx \
21 FLOW/AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx \
22 FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx \
23 FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx \
24 FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx \
d66d46f7 25 FLOW/AliFlowCommon/AliFlowAnalysisWithFittingQDistribution.cxx \
83bc3e95 26 FLOW/AliFlowCommon/AliFlowAnalysisWithMixedHarmonics.cxx \
27 FLOW/AliFlowCommon/AliFlowAnalysisWithNestedLoops.cxx
29b61d43 28
29HDRS= $(SRCS:.cxx=.h)
30
31DHDR:=PWG2flowCommonLinkDef.h
32
33EXPORT:=
34
96c0c856 35EINCLUDE:= PWG2/FLOW/AliFlowCommon
29b61d43 36
37ifeq (win32gcc,$(ALICE_TARGET))
8b13487a 38PACKSOFLAGS:= $(SOFLAGS) -L$(ROOTLIBDIR) -lEG
29b61d43 39endif