]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGHF/CMakelibPWGHFcorrelationHF.pkg
- Reshuffling of the particle codes in AliPID. Now the light nuclei are between the
[u/mrichter/AliRoot.git] / PWGHF / CMakelibPWGHFcorrelationHF.pkg
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
29 set ( CLASS_HDRS
30     AliDxHFEParticleSelection.h
31     AliDxHFEParticleSelectionD0.h
32     AliDxHFEParticleSelectionEl.h
33     AliDxHFECorrelation.h
34     AliAnalysisTaskDxHFEParticleSelection.h
35     AliAnalysisTaskDxHFECorrelation.h
36     AliHFAssociatedTrackCuts.h
37     AliHFCorrelator.h
38     AliReducedParticle.h
39     AliAnalysisTaskDStarCorrelations.h
40     AliAnalysisTaskSED0Correlations.h
41     )
42
43 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
44
45 set ( MODULE_HDRS       ${CLASS_HDRS})
46
47 set ( MODULE_DHDR )
48
49 set ( EINCLUDE  PWGHF/vertexingHF PWGHF/hfe include)
50
51 set ( ELIBS  
52     PWGHFhfe
53     PWGHFvertexingHF
54     ANALYSIS
55     ANALYSISalice
56     )
57
58 if (MODULE_SRCS)
59 ALICE_Format (SRCS "correlationHF/" "" "${MODULE_SRCS}")
60 endif(MODULE_SRCS)
61 if (CLASS_HDRS)
62 ALICE_Format (CINTHDRS "correlationHF/" "" "${CLASS_HDRS}")
63 endif(CLASS_HDRS)
64 if (MODULE_HDRS)
65 ALICE_Format (HDRS "correlationHF/" "" "${MODULE_HDRS}")
66 endif(MODULE_HDRS)
67 if (MODULE_DHDR)
68 ALICE_Format (DHDR "correlationHF/" "" "${MODULE_DHDR}")
69 endif(MODULE_DHDR)
70
71 if(NOT DHDR)
72   set(CINTAUTOLINK 1)
73 endif(NOT DHDR)