]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/CMakeLists.txt
doxy: converted TPC/ main dir macros
[u/mrichter/AliRoot.git] / TPC / CMakeLists.txt
1 # **************************************************************************
2 # * Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. *
3 # *                                                                        *
4 # * Author: The ALICE Off-line Project.                                    *
5 # * Contributors are mentioned in the code where appropriate.              *
6 # *                                                                        *
7 # * Permission to use, copy, modify and distribute this software and its   *
8 # * documentation strictly for non-commercial purposes is hereby granted   *
9 # * without fee, provided that the above copyright notice appears in all   *
10 # * copies and that both the copyright notice and this permission notice   *
11 # * appear in the supporting documentation. The authors make no claims     *
12 # * about the suitability of this software for any purpose. It is          *
13 # * provided "as is" without express or implied warranty.                  *
14 # **************************************************************************
15
16 add_subdirectory(TPCbase)
17 add_subdirectory(TPCutil)
18 add_subdirectory(TPCcalib)
19 add_subdirectory(TPCrec)
20 add_subdirectory(TPCsim)
21 add_subdirectory(TPCmon)
22 add_subdirectory(TPCupgrade)
23
24 if(DA)
25     add_subdirectory(DA)
26 endif(DA)
27
28 # Installing the mapping
29 install(DIRECTORY mapping DESTINATION TPC)
30
31 # Installing the macros
32 install(DIRECTORY macros DESTINATION TPC)
33
34 # Install root & dat files
35 set(ROOTFILES 
36     AliTPCprf2dGEM.root
37     AliTPCprf2d.root
38     CovMatrixDB_PbPb6000_B0.4T.root
39     CovMatrixDB_pp_B0.4T.root
40    )
41
42 set(DATFILES
43     conn_iroc.dat
44     conn_oroc.dat
45    )
46
47 install(FILES ${ROOTFILES} ${DATFILES} DESTINATION TPC)