]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMakelibHLTpendolino.pkg
ae4cececf83f9629660140ac92db7b5cdcf78663
[u/mrichter/AliRoot.git] / HLT / CMakelibHLTpendolino.pkg
1 # $Id$
2 #--------------------------------------------------------------------------------#
3 # Package File for HLTpendolino                                                  #
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     AliHLTPendolino.h
31     AliHLTPendolinoListReader.h
32     PredictionProcessor/AliHLTPredictionProcessorInterface.h
33     PredictionProcessor/AliHLTPendolinoLoggerOStream.h
34     PredictionProcessor/AliHLTPredictionProcessorDummy.h
35     PredictionProcessor/AliHLTPendolinoLogger.h
36     PredictionProcessor/AliHLTPendolinoLoggerDump.h
37     PredictionProcessor/GRP/AliHLTPredictionProcessorGRP.h
38     PredictionProcessor/MUON/AliHLTPredictionProcessorMCH.h
39     PredictionProcessor/MUON/AliHLTPredictionProcessorMTR.h
40     PredictionProcessor/TPC/AliHLTDCSArray.h
41     PredictionProcessor/TPC/AliHLTPredictionProcessorTPC.h
42     )
43
44 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
45
46 set ( MODULE_HDRS       ${CLASS_HDRS})
47
48 set ( MODULE_DHDR )
49
50 set ( EINCLUDE          HLT/pendolino HLT/pendolino/PredictionProcessor HLT/pendolino/PredictionProcessor/GRP HLT/pendolino/PredictionProcessor/HLT HLT/pendolino/PredictionProcessor/MUON HLT/pendolino/PredictionProcessor/TPC HLT/BASE STEER TPC MUON)
51
52 set ( ELIBS  "HLTbase CDB")
53
54 include ("CMakehlt.conf")
55
56 set ( LIBHLTPENDOLINO_VERSION  0)
57
58 if (MODULE_SRCS)
59 ALICE_Format (SRCS "pendolino/" "" "${MODULE_SRCS}")
60 endif(MODULE_SRCS)
61 if (CLASS_HDRS)
62 ALICE_Format (CINTHDRS "pendolino/" "" "${CLASS_HDRS}")
63 endif(CLASS_HDRS)
64 if (MODULE_HDRS)
65 ALICE_Format (HDRS "pendolino/" "" "${MODULE_HDRS}")
66 endif(MODULE_HDRS)
67 if (MODULE_DHDR)
68 ALICE_Format (DHDR "pendolino/" "" "${MODULE_DHDR}")
69 endif(MODULE_DHDR)
70
71 if(NOT DHDR)
72   set(CINTAUTOLINK 1)
73 endif(NOT DHDR)
74
75 set ( EDEFINE  ${HLTDEFS})
76 set ( PACKCXXFLAGS  ${HLTCXXFLAGS})
77 add_definitions("-DLIBHLTPENDELINO_VERSION=${LIBHLTPENDOLINO_VERSION}")
78 set ( PACKCFLAGS  ${HLTCLFAGS})
79 set ( PACKDCXXFLAGS  ${HLTDCXXFLAGS})
80 set ( PACKSOFLAGS ${HLTSOFLAGS})