]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/CMakelibTPCrec.pkg
Merge branch 'master_patch'
[u/mrichter/AliRoot.git] / TPC / CMakelibTPCrec.pkg
1 # -*- mode: CMake -*-
2
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
30 set ( SRCS   
31     Rec/AliTPCclusterMI.cxx 
32     Rec/AliComplexCluster.cxx 
33     Rec/AliTPCclusterInfo.cxx 
34     Rec/AliClusters.cxx 
35     Rec/AliTPCClustersRow.cxx 
36     Rec/AliTPCclusterer.cxx 
37     Rec/AliTPCtrack.cxx 
38     Rec/AliTPCpolyTrack.cxx 
39     Rec/AliTPCseed.cxx 
40     Rec/AliTPCtracker.cxx 
41     Rec/AliTPCtrackerSector.cxx 
42     Rec/AliTPCReconstructor.cxx 
43     Rec/AliTPCRecoParam.cxx 
44     Rec/AliTPCClusterParam.cxx 
45     Rec/AliTPCTracklet.cxx 
46     Rec/AliTPCQADataMakerRec.cxx 
47     Rec/AliPadMax.cxx 
48     Rec/AliTPCclustererKr.cxx 
49     Rec/AliTPCclusterKr.cxx 
50     Rec/AliTPCvtpr.cxx
51     Rec/AliTPCCosmicUtils.cxx   
52     Rec/AliTPCCosmicTrackfit.cxx
53     Rec/AliCosmicTracker.cxx
54     )
55
56 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
57
58 set ( DHDR  TPCrecLinkDef.h)
59
60 set ( EINCLUDE  TPC/Base TPC/Rec RAW STEER/STEER STEER/ESD STEER/STEERBase)
61
62 set ( EXPORT Rec/AliTPCClustersRow.h Rec/AliTPCclusterMI.h Rec/AliClusters.h Rec/AliTPCclusterInfo.h )