]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMakelibAliHLTGlobal.pkg
AliVVfriend* moved to AliVfriend*, unnecessary AliVV* classes removed
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTGlobal.pkg
CommitLineData
7330f0e5 1# -*- mode: CMake -*-
947b5ea7 2# $Id$
6db31708 3#--------------------------------------------------------------------------------#
4# Package File for AliHLTGlobal #
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
f078d002 30set ( CLASS_HDRS
ce392def 31 AliHLTGlobalFlatEsdTestComponent.h
251a2c81 32 AliHLTGlobalFlatEsdConverterComponent.h
eb84342b 33 AliHLTGlobalEsdToFlatConverterComponent.h
f078d002 34 AliHLTGlobalEsdConverterComponent.h
35 AliHLTGlobalTrackMergerComponent.h
36 AliHLTGlobalTrackMerger.h
37 AliHLTGlobalAgent.h
78166d69 38 AliHLTGlobalPreprocessor.h
f078d002 39 AliHLTGlobalDCSPublisherComponent.h
40 AliHLTGlobalVertexerComponent.h
41 AliHLTGlobalOfflineVertexerComponent.h
42 AliHLTGlobalTrackMatcher.h
43 AliHLTGlobalTrackMatcherComponent.h
44 AliHLTGlobalVertexerHistoComponent.h
45 AliHLTGlobalHistoComponent.h
46 AliHLTGlobalHistoCollector.h
47 AliHLTVertexFinderBase.h
48 AliHLTPrimaryVertexFinderComponent.h
49 AliHLTV0FinderComponent.h
251a2c81 50 AliFlatESDEvent.h
9522eec1 51 AliFlatESDVertex.h
6a33e0e9 52 AliFlatESDTrigger.h
251a2c81 53 AliFlatESDTrack.h
54 AliFlatESDV0.h
ce392def 55 AliFlatESDFriend.h
56 AliFlatESDFriendTrack.h
f078d002 57 physics/AliHLTV0HistoComponent.h
58 physics/AliHLTCaloHistoComponent.h
59 physics/AliHLTCaloHistoProducer.h
60 physics/AliHLTCaloHistoInvMass.h
61 physics/AliHLTCaloHistoMatchedTracks.h
62 physics/AliHLTCaloHistoClusterEnergy.h
63 physics/AliHLTCaloHistoCellEnergy.h
64 physics/AliHLTMultiplicityCorrelations.h
65 physics/AliHLTMultiplicityCorrelationsComponent.h
b9f1d917 66 physics/AliHLTAnaManagerComponent.h
828c4c08 67 physics/AliHLTFlatAnaManagerComponent.h
f078d002 68 )
6db31708 69
70string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
71
72set ( MODULE_HDRS ${CLASS_HDRS})
73
74set ( MODULE_DHDR )
75
251a2c81 76set ( EINCLUDE HLT/global HLT/global/physics HLT/BASE HLT/BASE/util HLT/TPCLib TPC RAW TRD PHOS STEER/ESD STEER/STEERBase ANALYSIS)
6db31708 77
947b5ea7 78set ( ELIBS "HLTbase AliHLTUtil CDB ESD STEER STEERBase TPCrec TPCcalib TPCbase RAWDatarec RAWDatabase TRDbase -lEG")
79
80set ( ELIBSDIR "${ROOTLIBDIR}" )
6db31708 81
82include ("CMakehlt.conf")
83
84if (MODULE_SRCS)
85ALICE_Format (SRCS "global/" "" "${MODULE_SRCS}")
86endif(MODULE_SRCS)
87if (CLASS_HDRS)
88ALICE_Format (CINTHDRS "global/" "" "${CLASS_HDRS}")
89endif(CLASS_HDRS)
90if (MODULE_HDRS)
91ALICE_Format (HDRS "global/" "" "${MODULE_HDRS}")
92endif(MODULE_HDRS)
93if (MODULE_DHDR)
94ALICE_Format (DHDR "global/" "" "${MODULE_DHDR}")
95endif(MODULE_DHDR)
96
97if(NOT DHDR)
98 set(CINTAUTOLINK 1)
99endif(NOT DHDR)
100
101set ( EDEFINE ${HLTDEFS})
102set ( PACKCXXFLAGS ${HLTCXXFLAGS})
103set ( PACKCFLAGS ${HLTCLFAGS})
104set ( PACKDCXXFLAGS ${HLTDCXXFLAGS})
105set ( PACKSOFLAGS ${HLTSOFLAGS})