]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/CMakelibTPCrec.pkg
coverity fix
[u/mrichter/AliRoot.git] / TPC / CMakelibTPCrec.pkg
CommitLineData
7330f0e5 1# -*- mode: CMake -*-
2
6db31708 3#--------------------------------------------------------------------------------#
4# Package File for TPCrec #
5# Author : Johny Jose (johny.jose@cern.ch) #
6# Variables Defined : #
7# #
8# SRCS - C++ source files #
9# HDRS - C++ header files #
10# DHDR - ROOT Dictionary Linkdef header file #
11# CSRCS - C source files #
12# CHDRS - C header files #
13# EINCLUDE - Include directories #
14# EDEFINE - Compiler definitions #
15# ELIBS - Extra libraries to link #
16# ELIBSDIR - Extra library directories #
17# PACKFFLAGS - Fortran compiler flags for package #
18# PACKCXXFLAGS - C++ compiler flags for package #
19# PACKCFLAGS - C compiler flags for package #
20# PACKSOFLAGS - Shared library linking flags #
21# PACKLDFLAGS - Module linker flags #
22# PACKBLIBS - Libraries to link (Executables only) #
23# EXPORT - Header files to be exported #
24# CINTHDRS - Dictionary header files #
25# CINTAUTOLINK - Set automatic dictionary generation #
26# ARLIBS - Archive Libraries and objects for linking (Executables only) #
27# SHLIBS - Shared Libraries and objects for linking (Executables only) #
28#--------------------------------------------------------------------------------#
29
7330f0e5 30set ( SRCS
31 AliTPCcluster.cxx
32 AliTPCclusterMI.cxx
33 AliComplexCluster.cxx
34 AliTPCclusterInfo.cxx
35 AliClusters.cxx
36 AliTPCClustersRow.cxx
37 AliClustersArray.cxx
38 AliTPCClustersArray.cxx
39 AliTPCclusterer.cxx
40 AliTPCclustererMI.cxx
41 AliTPCtrack.cxx
7330f0e5 42 AliTPCpolyTrack.cxx
43 AliTPCseed.cxx
44 AliTPCtrackerMI.cxx
45 AliTPCtrackerSector.cxx
46 AliTPCPid.cxx
47 AliTPCtrackPid.cxx
48 AliTPCReconstructor.cxx
49 AliTPCRecoParam.cxx
50 AliTPCClusterParam.cxx
51 AliTPCTracklet.cxx
52 AliTPCQADataMakerRec.cxx
53 AliPadMax.cxx
54 AliTPCclustererKr.cxx
55 AliTPCclusterKr.cxx
56 AliTPCvtpr.cxx
3aa6a136 57 AliTPCCosmicUtils.cxx
58 AliTPCCosmicTrackfit.cxx
59 AliCosmicTracker.cxx
7330f0e5 60 )
6db31708 61
62string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
63
64set ( DHDR TPCrecLinkDef.h)
65
7330f0e5 66set ( EINCLUDE RAW STEER/STEER STEER/ESD STEER/STEERBase)
71d5ee50 67
68set ( EXPORT AliTPCClustersRow.h AliTPCclusterMI.h AliClusters.h AliTPCclusterInfo.h )