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