]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMakelibHLTqadm.pkg
test of flat structure modified
[u/mrichter/AliRoot.git] / HLT / CMakelibHLTqadm.pkg
CommitLineData
7330f0e5 1# -*- mode: CMake -*-
947b5ea7 2# $Id$
6db31708 3#--------------------------------------------------------------------------------#
4# Package File for HLTqadm #
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
7330f0e5 30set ( CLASS_HDRS
31 AliHLTQADataMakerSim.h
32 AliHLTQADataMakerBase.h
33 AliHLTQADataMakerRec.h
34 AliHLTQAAgent.h
35 AliHLTTPCQADataMaker.h
36 AliHLTQAChecker.h
37 )
6db31708 38
39string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
40
41set ( MODULE_HDRS ${CLASS_HDRS})
42
43set ( MODULE_DHDR )
44
7330f0e5 45set ( EINCLUDE HLT/QA HLT/BASE STEER/STEER STEER/STEERBase)
6db31708 46
947b5ea7 47set ( ELIBS "HLTbase CDB ESD STEERBase STEER RAWDatarec RAWDatabase")
6db31708 48
49include ("CMakehlt.conf")
50
51if (MODULE_SRCS)
52ALICE_Format (SRCS "QA/" "" "${MODULE_SRCS}")
53endif(MODULE_SRCS)
54if (CLASS_HDRS)
55ALICE_Format (CINTHDRS "QA/" "" "${CLASS_HDRS}")
56endif(CLASS_HDRS)
57if (MODULE_HDRS)
58ALICE_Format (HDRS "QA/" "" "${MODULE_HDRS}")
59endif(MODULE_HDRS)
60if (MODULE_DHDR)
61ALICE_Format (DHDR "QA/" "" "${MODULE_DHDR}")
62endif(MODULE_DHDR)
63
64if(NOT DHDR)
65 set(CINTAUTOLINK 1)
66endif(NOT DHDR)
67
68set ( EDEFINE ${HLTDEFS})
69set ( PACKCXXFLAGS ${HLTCXXFLAGS})
70set ( PACKCFLAGS ${HLTCLFAGS})
71set ( PACKDCXXFLAGS ${HLTDCXXFLAGS})
72set ( PACKSOFLAGS ${HLTSOFLAGS})