]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMakelibAliHLTTPCCalibration.pkg
add protection agains null energy - A. Mas
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTTPCCalibration.pkg
1 # -*- mode: CMake -*- 
2 # $Id$
3 #--------------------------------------------------------------------------------#
4 # Package File for AliHLTTPCCalibration                                          #
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
30 set ( CLASS_HDRS
31     AliHLTTPCCalibrationComponent.h
32     AliHLTTPCAnalysisTaskcalib.h
33     AliHLTTPCCalibSeedMakerComponent.h
34     AliHLTTPCCalibTimeComponent.h
35     AliHLTTPCCalibTimeGainComponent.h
36     AliHLTTPCCalibrationAgent.h
37     )
38
39 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
40
41 set ( MODULE_HDRS       ${CLASS_HDRS})
42
43 set ( MODULE_DHDR )
44
45 set ( EINCLUDE  HLT/TPCLib HLT/TPCLib/offline HLT/BASE HLT/BASE/util HLT/TPCLib/calibration TPC TPC/Base TPC/Calib ANALYSIS STEER/STEERBase)
46
47 set ( ELIBS  "HLTbase AliHLTTPC")
48
49 include ("CMakehlt.conf")
50
51
52 if (MODULE_SRCS)
53 ALICE_Format (SRCS "TPCLib/calibration/" "" "${MODULE_SRCS}")
54 endif(MODULE_SRCS)
55 if (CLASS_HDRS)
56 ALICE_Format (CINTHDRS "TPCLib/calibration/" "" "${CLASS_HDRS}")
57 endif(CLASS_HDRS)
58 if (MODULE_HDRS)
59 ALICE_Format (HDRS "TPCLib/calibration/" "" "${MODULE_HDRS}")
60 endif(MODULE_HDRS)
61 if (MODULE_DHDR)
62 ALICE_Format (DHDR "TPCLib/calibration/" "" "${MODULE_DHDR}")
63 endif(MODULE_DHDR)
64
65 if(NOT DHDR)
66   set(CINTAUTOLINK 1)
67 endif(NOT DHDR)
68
69 set ( EDEFINE  ${HLTDEFS})
70 set ( PACKCXXFLAGS  ${HLTCXXFLAGS})
71 set ( PACKCFLAGS  ${HLTCLFAGS})
72 set ( PACKDCXXFLAGS  ${HLTDCXXFLAGS})
73 set ( PACKSOFLAGS ${HLTSOFLAGS})