]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/CMakelibMUONgraphics.pkg
One more attempt to fix coverity MISSING_COPY
[u/mrichter/AliRoot.git] / MUON / CMakelibMUONgraphics.pkg
1 # -*- mode: CMake -*-
2
3 #--------------------------------------------------------------------------------#
4 # Package File for MUONgraphics                                                  #
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 set ( SRCS   
31     AliMUONVPainter.cxx 
32     AliMUONPCBPainter.cxx 
33     AliMUONDEPainter.cxx 
34     AliMUONPainterHelper.cxx 
35     AliMUONChamberPainter.cxx 
36     AliMUONManuPainter.cxx 
37     AliMUONPainterPadStore.cxx 
38     AliMUONPainterMasterFrame.cxx 
39     AliMUONPainterMatrixFrame.cxx 
40     AliMUONManuPadPainter.cxx 
41     AliMUONPainterGroup.cxx 
42     AliMUONPainterMatrix.cxx 
43     AliMUONAttPainter.cxx 
44     AliMUONPainterRegistry.cxx 
45     AliMUONPainterDataRegistry.cxx 
46     AliMUONPainterHighlighter.cxx 
47     AliMUONPainterPlotSelector.cxx 
48     AliMUONPainterInterfaceHelper.cxx 
49     AliMUONBusPatchPainter.cxx 
50     AliMUONPainterColorSlider.cxx 
51     AliMUONAttPainterSelectorFrame.cxx 
52     AliMUONPainterDataSourceFrame.cxx 
53     AliMUONPainterDataSourceItem.cxx 
54     AliMUONPainterEnv.cxx 
55     AliMUONMchViewApplication.cxx 
56     AliMUONTrackerDataHistogrammer.cxx 
57     AliMUONTrackerDataWrapper.cxx 
58     AliMUONTrackerDataCompareDialog.cxx 
59     AliMUONContourPainter.cxx 
60     AliMUONPolygon.cxx 
61     AliMUONContour.cxx 
62     AliMUONContourMaker.cxx 
63     AliMUONManuContourMaker.cxx 
64     AliMUONSegment.cxx 
65     AliMUONSegmentTree.cxx 
66     AliMUONNode.cxx 
67     AliMUONPointWithRef.cxx 
68     AliMUONContourMakerTest.cxx 
69     AliMUONContourHandler.cxx
70     )
71
72 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
73
74 set ( DHDR  MUONgraphicsLinkDef.h)
75
76 set ( EINCLUDE  RAW MUON/mapping)