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