]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/CMakelibPWGPP.pkg
Updating task for p-A
[u/mrichter/AliRoot.git] / PWGPP / CMakelibPWGPP.pkg
1 # -*- mode: CMake -*-
2
3 #--------------------------------------------------------------------------------#
4 # Package File for PWGPP                                                          #
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
30 file ( GLOB SRCS1 "*.cxx" )
31 file ( GLOB SRCS2 "global/*.cxx" )
32 file ( GLOB SRCS3 "cosmic/*.cxx" )
33 file ( GLOB SRCS4 "tender/*.cxx" )
34 file ( GLOB SRCS5 "HMPID/*.cxx" )
35 file ( GLOB SRCS6 "ITS/*.cxx" )
36 file ( GLOB SRCS7 "TRD/*.cxx" )
37 file ( GLOB SRCS8 "TPC/*.cxx" )
38 file ( GLOB SRCS9 "TOF/*.cxx" )
39 file ( GLOB SRCS10 "TRD/info/*.cxx" )
40 file ( GLOB SRCS11 "background/*.cxx" )
41 file ( GLOB SRCS12 "Centrality/*.cxx" )
42 file ( GLOB SRCS13 "ZDC/*.cxx" )
43 file ( GLOB SRCS14 "T0/*.cxx" )
44 file ( GLOB SRCS15 "VZERO/*PbPb.cxx" )
45
46 list ( APPEND SRCS 
47   ${SRCS1} 
48   ${SRCS2} 
49   ${SRCS3} 
50   ${SRCS4} 
51   ${SRCS5} 
52   ${SRCS6} 
53   ${SRCS7} 
54   ${SRCS8} 
55   ${SRCS9} 
56   ${SRCS10} 
57   ${SRCS11} 
58   ${SRCS12} 
59   ${SRCS13} 
60   ${SRCS14}
61   ${SRCS15}
62   )
63
64 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
65
66 set ( DHDR  PWGPPLinkDef.h)
67
68 set ( EINCLUDE
69   TPC 
70   ITS 
71   TRD 
72   TOF 
73   TRD/Cal 
74   TRD/info 
75   ANALYSIS/Tender 
76   ANALYSIS
77   PWG/CaloTrackCorrBase 
78   PWGPP/comparison 
79   PWGPP/cosmic 
80   PWGPP/global 
81   PWGPP/tender 
82   PWGPP/ITS 
83   PWGPP/TPC 
84   PWGPP/TOF 
85   PWGPP/TRD 
86   PWGPP/TRD/info 
87   PWGPP/background 
88   PWGPP/Centrality 
89   HMPID 
90   PWGPP/ZDC 
91   PWGPP/T0 
92   PWGPP/VZERO 
93   STEER/STEER 
94   STEER/AOD 
95   STEER/CDB 
96   STEER/ESD
97   STEER/STEERBase
98   )
99
100 # install macros as needed
101 install ( DIRECTORY macros 
102           DESTINATION PWGPP 
103           PATTERN ".d"  EXCLUDE 
104           PATTERN ".so" EXCLUDE)
105 install ( DIRECTORY PilotTrain
106           DESTINATION PWGPP/ 
107           PATTERN ".d"  EXCLUDE 
108           PATTERN ".so" EXCLUDE)
109 install ( FILES HMPID/AddTaskHmpidQA.C
110           DESTINATION PWGPP/HMPID)
111 install ( FILES T0/AddTaskT0QA.C
112           DESTINATION PWGPP/T0)
113 install ( FILES TOF/AddTaskTOFQA.C
114           DESTINATION PWGPP/TOF)
115 install ( DIRECTORY TPC/macros
116           DESTINATION PWGPP/TPC
117           PATTERN ".C")
118 install ( DIRECTORY TRD
119           DESTINATION PWGPP)
120 install ( FILES ZDC/AddTaskZDCQA.C
121           DESTINATION PWGPP/ZDC)
122 install ( FILES PilotTrain/AddTaskMuonQA.C
123           DESTINATION PWGPP/PilotTrain/ )
124
125
126 #
127 # EOF
128 #
129