]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMakelibAliHLTGlobal.pkg
- obsolete tasks with unknown state of implementation, most ITS evaluation is anyway...
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTGlobal.pkg
1 # $Id$
2 #--------------------------------------------------------------------------------#
3 # Package File for AliHLTGlobal                                                  #
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
29 set ( CLASS_HDRS
30     AliHLTGlobalEsdConverterComponent.h
31     AliHLTGlobalTrackMergerComponent.h
32     AliHLTGlobalTrackMerger.h
33     AliHLTGlobalAgent.h
34     AliHLTGlobalDCSPublisherComponent.h
35     AliHLTGlobalVertexerComponent.h
36     AliHLTGlobalOfflineVertexerComponent.h
37     AliHLTGlobalTrackMatcher.h
38     AliHLTGlobalTrackMatcherComponent.h
39     AliHLTGlobalVertexerHistoComponent.h
40     AliHLTGlobalHistoComponent.h
41     AliHLTGlobalHistoCollector.h
42     AliHLTVertexFinderBase.h
43     AliHLTPrimaryVertexFinderComponent.h
44     AliHLTV0FinderComponent.h
45     physics/AliHLTV0HistoComponent.h
46     physics/AliHLTCaloHistoComponent.h
47     physics/AliHLTCaloHistoProducer.h
48     physics/AliHLTCaloHistoInvMass.h
49     physics/AliHLTCaloHistoMatchedTracks.h
50     physics/AliHLTCaloHistoClusterEnergy.h
51     physics/AliHLTCaloHistoCellEnergy.h
52     physics/AliHLTMultiplicityCorrelations.h
53     physics/AliHLTMultiplicityCorrelationsComponent.h
54     )
55
56 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
57
58 set ( MODULE_HDRS       ${CLASS_HDRS})
59
60 set ( MODULE_DHDR )
61
62 set ( EINCLUDE  HLT/global HLT/global/physics HLT/BASE HLT/BASE/util TPC RAW TRD STEER PHOS)
63
64 set ( ELIBS  "HLTbase AliHLTUtil CDB ESD STEER STEERBase TPCrec TPCcalib TPCbase RAWDatarec RAWDatabase TRDbase -lEG")
65
66 set ( ELIBSDIR  "${ROOTLIBDIR}" )
67
68 include ("CMakehlt.conf")
69
70 if (MODULE_SRCS)
71 ALICE_Format (SRCS "global/" "" "${MODULE_SRCS}")
72 endif(MODULE_SRCS)
73 if (CLASS_HDRS)
74 ALICE_Format (CINTHDRS "global/" "" "${CLASS_HDRS}")
75 endif(CLASS_HDRS)
76 if (MODULE_HDRS)
77 ALICE_Format (HDRS "global/" "" "${MODULE_HDRS}")
78 endif(MODULE_HDRS)
79 if (MODULE_DHDR)
80 ALICE_Format (DHDR "global/" "" "${MODULE_DHDR}")
81 endif(MODULE_DHDR)
82
83 if(NOT DHDR)
84   set(CINTAUTOLINK 1)
85 endif(NOT DHDR)
86
87 set ( EDEFINE  ${HLTDEFS})
88 set ( PACKCXXFLAGS  ${HLTCXXFLAGS})
89 set ( PACKCFLAGS  ${HLTCLFAGS})
90 set ( PACKDCXXFLAGS  ${HLTDCXXFLAGS})
91 set ( PACKSOFLAGS ${HLTSOFLAGS})