]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMakelibAliHLTGlobal.pkg
reverting r46803, not yet the correct way to set dependencies between AliRoot packages
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTGlobal.pkg
CommitLineData
5a238242 1# $Id: CMakelibAliHLTGlobal.pkg 46803 2011-01-28 22:12:12Z richterm $
6db31708 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
f078d002 29set ( 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 )
6db31708 55
56string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
57
58set ( MODULE_HDRS ${CLASS_HDRS})
59
60set ( MODULE_DHDR )
61
62set ( EINCLUDE HLT/global HLT/global/physics HLT/BASE HLT/BASE/util TPC RAW TRD STEER PHOS)
63
5a238242 64set ( LIBRARY_DEP -lHLTbase -lAliHLTUtil -lCDB -lESD -lSTEER -lSTEERBase -lTPCrec -lTPCcalib -lTPCbase -lRAWDatarec -lRAWDatabase -lTRDbase -L${ROOTLIBDIR} -lEG)
6db31708 65
66include ("CMakehlt.conf")
67
68if (MODULE_SRCS)
69ALICE_Format (SRCS "global/" "" "${MODULE_SRCS}")
70endif(MODULE_SRCS)
71if (CLASS_HDRS)
72ALICE_Format (CINTHDRS "global/" "" "${CLASS_HDRS}")
73endif(CLASS_HDRS)
74if (MODULE_HDRS)
75ALICE_Format (HDRS "global/" "" "${MODULE_HDRS}")
76endif(MODULE_HDRS)
77if (MODULE_DHDR)
78ALICE_Format (DHDR "global/" "" "${MODULE_DHDR}")
79endif(MODULE_DHDR)
80
81if(NOT DHDR)
82 set(CINTAUTOLINK 1)
83endif(NOT DHDR)
84
85set ( EDEFINE ${HLTDEFS})
86set ( PACKCXXFLAGS ${HLTCXXFLAGS})
87set ( PACKCFLAGS ${HLTCLFAGS})
88set ( PACKDCXXFLAGS ${HLTDCXXFLAGS})
89set ( PACKSOFLAGS ${HLTSOFLAGS})