]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGHF/CMakelibPWGHFcorrelationHF.pkg
Code for D*-hadron correlation (Sandro)
[u/mrichter/AliRoot.git] / PWGHF / CMakelibPWGHFcorrelationHF.pkg
CommitLineData
72c0a987 1#-*- Mode: Makefile -*-
2# $Id$
3#--------------------------------------------------------------------------------#
4# Package File for libPWGHFcorrelation #
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
29set ( CLASS_HDRS
30 AliDxHFEParticleSelection.h
31 AliDxHFEParticleSelectionD0.h
32 AliDxHFEParticleSelectionEl.h
33 AliDxHFECorrelation.h
34 AliAnalysisTaskDxHFEParticleSelection.h
35 AliAnalysisTaskDxHFECorrelation.h
815e6bab 36 AliHFAssociatedTrackCuts.h
37 AliReducedParticle.h
38 AliAnalysisTaskDStarCorrelations.h
72c0a987 39 )
40
41string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
42
43set ( MODULE_HDRS ${CLASS_HDRS})
44
45set ( MODULE_DHDR )
46
47set ( EINCLUDE PWGHF/vertexingHF PWGHF/hfe include)
48
49set ( ELIBS
50# PWGHFhfe # likely to be linked later
51# PWGHFvertexingHF # likely to be linked later
52 ANALYSIS
53 ANALYSISalice
54 )
55
56if (MODULE_SRCS)
57ALICE_Format (SRCS "correlationHF/" "" "${MODULE_SRCS}")
58endif(MODULE_SRCS)
59if (CLASS_HDRS)
60ALICE_Format (CINTHDRS "correlationHF/" "" "${CLASS_HDRS}")
61endif(CLASS_HDRS)
62if (MODULE_HDRS)
63ALICE_Format (HDRS "correlationHF/" "" "${MODULE_HDRS}")
64endif(MODULE_HDRS)
65if (MODULE_DHDR)
66ALICE_Format (DHDR "correlationHF/" "" "${MODULE_DHDR}")
67endif(MODULE_DHDR)
68
69if(NOT DHDR)
70 set(CINTAUTOLINK 1)
71endif(NOT DHDR)