]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG0/CMakelibPWG0dep.pkg
Removing TClonesArray deletions (C.Cheshkov)
[u/mrichter/AliRoot.git] / PWG0 / CMakelibPWG0dep.pkg
CommitLineData
7330f0e5 1# -*- mode: CMake -*-
6db31708 2#--------------------------------------------------------------------------------#
3# Package File for PWG0dep #
4# Author : Johny Jose (johny.jose@cern.ch) #
5# Variables Defined : #
6# #
7# SRCS - C++ source files #
8# HDRS - C++ header files #
9# DHDR - ROOT Dictionary Linkdef header file #
10# CSRCS - C source files #
11# CHDRS - C header files #
12# EINCLUDE - Include directories #
13# EDEFINE - Compiler definitions #
14# ELIBS - Extra libraries to link #
15# ELIBSDIR - Extra library directories #
16# PACKFFLAGS - Fortran compiler flags for package #
17# PACKCXXFLAGS - C++ compiler flags for package #
18# PACKCFLAGS - C compiler flags for package #
19# PACKSOFLAGS - Shared library linking flags #
20# PACKLDFLAGS - Module linker flags #
21# PACKBLIBS - Libraries to link (Executables only) #
22# EXPORT - Header files to be exported #
23# CINTHDRS - Dictionary header files #
24# CINTAUTOLINK - Set automatic dictionary generation #
25# ARLIBS - Archive Libraries and objects for linking (Executables only) #
26# SHLIBS - Shared Libraries and objects for linking (Executables only) #
27#--------------------------------------------------------------------------------#
28
7330f0e5 29set ( SRCS
30 dNdPt/AlidNdPtHelper.cxx
31 dNdPt/AlidNdPtAnalysis.cxx
32 dNdPt/AlidNdPtAnalysisPbPb.cxx
33 dNdPt/AlidNdPtCorrection.cxx
34 dNdPt/AlidNdPtAcceptanceCuts.cxx
35 dNdPt/AlidNdPtEventCuts.cxx
36 dNdPt/AlidNdPt.cxx
37 dNdPt/AlidNdPtCutAnalysis.cxx
38 dNdPt/AlidNdPtTask.cxx
39 dNdPt/AlidNdPtBackgroundCuts.cxx
40 dNdPt/AlidNdPtCutAnalysisPbPb.cxx
41 dNdPt/AlidNdPtEfficiency.cxx
42 dNdPt/AliPtResolAnalysis.cxx
43 dNdPt/AliPtResolAnalysisPbPb.cxx
a26e43aa 44 dNdPt/AlidNdPtTrackDumpTask.cxx
7330f0e5 45 )
6db31708 46
47string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
48
49set ( DHDR PWG0depLinkDef.h)
50
7330f0e5 51set ( EINCLUDE TPC STEER/STEER STEER/ESD STEER/STEERBase)