]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG/CMakelibPWGTRD.pkg
protection
[u/mrichter/AliRoot.git] / PWG / CMakelibPWGTRD.pkg
1 # -*- mode: Makefile -*-
2 #--------------------------------------------------------------------------------#
3 # Package File for PWGTRD                                                        #
4 # Author : Johny Jose (johny.jose@cern.ch)                                       #
5 # adapted by : Jochen Klein (jochen.klein@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 ( SRCS 
31 TRD/AliTRDTriggerAnalysis.cxx
32 TRD/AliAnalysisTaskTRDtriggerCheck.cxx
33 TRD/AliAnalysisTaskTRDgtuSim.cxx
34 )
35
36 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
37
38 string ( REPLACE ".cxx" ".h" EXPORT "${SRCS}" )
39
40 set ( DHDR PWGTRDLinkDef.h)
41
42 set ( EINCLUDE STEER/ESD STEER/STEERBase ANALYSIS TRD)