1 #--------------------------------------------------------------------------------#
2 # Package File for PWGflowBase #
3 # Author : Mikolaj Krzewicki (mikolaj.krzewicki@cern.ch) #
4 # Variables Defined : #
6 # SRCS - C++ source files #
7 # HDRS - C++ header files #
8 # DHDR - ROOT Dictionary Linkdef header file #
9 # CSRCS - C source files #
10 # CHDRS - C header files #
11 # EINCLUDE - Include directories #
12 # EDEFINE - Compiler definitions #
13 # ELIBS - Extra libraries to link #
14 # ELIBSDIR - Extra library directories #
15 # PACKFFLAGS - Fortran compiler flags for package #
16 # PACKCXXFLAGS - C++ compiler flags for package #
17 # PACKCFLAGS - C compiler flags for package #
18 # PACKSOFLAGS - Shared library linking flags #
19 # PACKLDFLAGS - Module linker flags #
20 # PACKBLIBS - Libraries to link (Executables only) #
21 # EXPORT - Header files to be exported #
22 # CINTHDRS - Dictionary header files #
23 # CINTAUTOLINK - Set automatic dictionary generation #
24 # ARLIBS - Archive Libraries and objects for linking (Executables only) #
25 # SHLIBS - Shared Libraries and objects for linking (Executables only) #
26 #--------------------------------------------------------------------------------#
29 FLOW/Base/AliFlowEventSimple.cxx
30 FLOW/Base/AliFlowTrackSimple.cxx
31 FLOW/Base/AliStarTrack.cxx
32 FLOW/Base/AliStarEvent.cxx
33 FLOW/Base/AliStarTrackCuts.cxx
34 FLOW/Base/AliStarEventCuts.cxx
35 FLOW/Base/AliFlowEventStar.cxx
36 FLOW/Base/AliStarEventReader.cxx
37 FLOW/Base/AliFlowTrackSimpleCuts.cxx
38 FLOW/Base/AliFlowVector.cxx
39 FLOW/Base/AliFlowCommonConstants.cxx
40 FLOW/Base/AliFlowLYZConstants.cxx
41 FLOW/Base/AliFlowEventSimpleMakerOnTheFly.cxx
42 FLOW/Base/AliFlowCommonHist.cxx
43 FLOW/Base/AliFlowCommonHistResults.cxx
44 FLOW/Base/AliFlowLYZHist1.cxx
45 FLOW/Base/AliFlowLYZHist2.cxx
46 FLOW/Base/AliFlowLYZEventPlane.cxx
47 FLOW/Base/AliFlowAnalysisWithScalarProduct.cxx
48 FLOW/Base/AliFlowAnalysisWithMCEventPlane.cxx
49 FLOW/Base/AliFlowAnalysisWithLYZEventPlane.cxx
50 FLOW/Base/AliFlowAnalysisWithLeeYangZeros.cxx
51 FLOW/Base/AliFlowAnalysisWithCumulants.cxx
52 FLOW/Base/AliFlowAnalysisWithQCumulants.cxx
53 FLOW/Base/AliFlowAnalysisWithFittingQDistribution.cxx
54 FLOW/Base/AliFlowAnalysisWithMixedHarmonics.cxx
55 FLOW/Base/AliFlowAnalysisWithNestedLoops.cxx
56 FLOW/Base/AliFlowMSPHistograms.cxx
57 FLOW/Base/AliFlowAnalysisWithMSP.cxx
58 FLOW/Base/AliFlowOnTheFlyEventGenerator.cxx
59 FLOW/Base/AliFlowAnalysisWithMultiparticleCorrelations.cxx
62 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
64 set ( DHDR PWGflowBaseLinkDef.h)
66 set ( EXPORT ${HDRS} )
68 set ( EINCLUDE PWG/FLOW/Base)
70 if( ALICE_TARGET STREQUAL "win32gcc")
72 set ( PACKSOFLAGS ${SOFLAGS} -L${ROOTLIBDIR} -lEG)
73 set ( ELIBS ${ROOTCLIBS} -lEG)
75 endif( ALICE_TARGET STREQUAL "win32gcc")