#--------------------------------------------------------------------------------# # Package File for PWG2flowCommon # # Author : Johny Jose (johny.jose@cern.ch) # # Variables Defined : # # # # SRCS - C++ source files # # HDRS - C++ header files # # DHDR - ROOT Dictionary Linkdef header file # # CSRCS - C source files # # CHDRS - C header files # # EINCLUDE - Include directories # # EDEFINE - Compiler definitions # # ELIBS - Extra libraries to link # # ELIBSDIR - Extra library directories # # PACKFFLAGS - Fortran compiler flags for package # # PACKCXXFLAGS - C++ compiler flags for package # # PACKCFLAGS - C compiler flags for package # # PACKSOFLAGS - Shared library linking flags # # PACKLDFLAGS - Module linker flags # # PACKBLIBS - Libraries to link (Executables only) # # EXPORT - Header files to be exported # # CINTHDRS - Dictionary header files # # CINTAUTOLINK - Set automatic dictionary generation # # ARLIBS - Archive Libraries and objects for linking (Executables only) # # SHLIBS - Shared Libraries and objects for linking (Executables only) # #--------------------------------------------------------------------------------# set ( SRCS FLOW/AliFlowCommon/AliFlowEventSimple.cxx FLOW/AliFlowCommon/AliFlowTrackSimple.cxx FLOW/AliFlowCommon/AliStarTrack.cxx FLOW/AliFlowCommon/AliStarEvent.cxx FLOW/AliFlowCommon/AliStarTrackCuts.cxx FLOW/AliFlowCommon/AliStarEventCuts.cxx FLOW/AliFlowCommon/AliFlowEventStar.cxx FLOW/AliFlowCommon/AliStarEventReader.cxx FLOW/AliFlowCommon/AliFlowTrackSimpleCuts.cxx FLOW/AliFlowCommon/AliFlowVector.cxx FLOW/AliFlowCommon/AliFlowCommonConstants.cxx FLOW/AliFlowCommon/AliFlowLYZConstants.cxx FLOW/AliFlowCommon/AliFlowEventSimpleMakerOnTheFly.cxx FLOW/AliFlowCommon/AliFlowCommonHist.cxx FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx FLOW/AliFlowCommon/AliFlowLYZHist1.cxx FLOW/AliFlowCommon/AliFlowLYZHist2.cxx FLOW/AliFlowCommon/AliFlowLYZEventPlane.cxx FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx FLOW/AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx FLOW/AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx FLOW/AliFlowCommon/AliFlowAnalysisWithFittingQDistribution.cxx FLOW/AliFlowCommon/AliFlowAnalysisWithMixedHarmonics.cxx FLOW/AliFlowCommon/AliFlowAnalysisWithNestedLoops.cxx) string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" ) set ( DHDR PWG2flowCommonLinkDef.h) set ( EXPORT ) set ( EINCLUDE PWG2/FLOW/AliFlowCommon) if( ALICE_TARGET STREQUAL "win32gcc") set ( PACKSOFLAGS ${SOFLAGS} -L${ROOTLIBDIR} -lEG) endif( ALICE_TARGET STREQUAL "win32gcc")