Updated core
[LibreOffice.git] / chart2 / Library_chartcontroller.mk
blobee4dc2ea5328d47e3f2712f350cfdd4ffc379f6e
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,chartcontroller))
12 $(eval $(call gb_Library_set_include,chartcontroller,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/chart2/source/controller/inc \
15 -I$(SRCDIR)/chart2/source/inc \
16 -I$(SRCDIR)/chart2/inc \
19 $(eval $(call gb_Library_set_precompiled_header,chartcontroller,$(SRCDIR)/chart2/inc/pch/precompiled_chartcontroller))
21 $(eval $(call gb_Library_use_external,chartcontroller,boost_headers))
23 $(eval $(call gb_Library_use_sdk_api,chartcontroller))
25 $(eval $(call gb_Library_use_libraries,chartcontroller,\
26 basegfx \
27 chartcore \
28 comphelper \
29 cppu \
30 cppuhelper \
31 drawinglayer \
32 editeng \
33 sal \
34 salhelper \
35 i18nlangtag \
36 sfx \
37 sot \
38 svl \
39 svt \
40 svxcore \
41 svx \
42 tk \
43 tl \
44 ucbhelper \
45 utl \
46 vcl \
49 $(eval $(call gb_Library_set_componentfile,chartcontroller,chart2/source/controller/chartcontroller))
51 $(eval $(call gb_Library_add_exception_objects,chartcontroller,\
52 chart2/source/controller/accessibility/AccessibleBase \
53 chart2/source/controller/accessibility/AccessibleChartElement \
54 chart2/source/controller/accessibility/AccessibleChartShape \
55 chart2/source/controller/accessibility/AccessibleChartView \
56 chart2/source/controller/accessibility/AccessibleTextHelper \
57 chart2/source/controller/accessibility/AccessibleViewForwarder \
58 chart2/source/controller/accessibility/ChartElementFactory \
59 chart2/source/controller/chartapiwrapper/AreaWrapper \
60 chart2/source/controller/chartapiwrapper/AxisWrapper \
61 chart2/source/controller/chartapiwrapper/Chart2ModelContact \
62 chart2/source/controller/chartapiwrapper/ChartDataWrapper \
63 chart2/source/controller/chartapiwrapper/ChartDocumentWrapper \
64 chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper \
65 chart2/source/controller/chartapiwrapper/DiagramWrapper \
66 chart2/source/controller/chartapiwrapper/GridWrapper \
67 chart2/source/controller/chartapiwrapper/LegendWrapper \
68 chart2/source/controller/chartapiwrapper/MinMaxLineWrapper \
69 chart2/source/controller/chartapiwrapper/TitleWrapper \
70 chart2/source/controller/chartapiwrapper/UpDownBarWrapper \
71 chart2/source/controller/chartapiwrapper/WallFloorWrapper \
72 chart2/source/controller/chartapiwrapper/WrappedAddInProperty \
73 chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties \
74 chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties \
75 chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty \
76 chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties \
77 chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty \
78 chart2/source/controller/chartapiwrapper/WrappedGL3DProperties \
79 chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty \
80 chart2/source/controller/chartapiwrapper/WrappedScaleProperty \
81 chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties \
82 chart2/source/controller/chartapiwrapper/WrappedSceneProperty \
83 chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty \
84 chart2/source/controller/chartapiwrapper/WrappedSplineProperties \
85 chart2/source/controller/chartapiwrapper/WrappedStatisticProperties \
86 chart2/source/controller/chartapiwrapper/WrappedStockProperties \
87 chart2/source/controller/chartapiwrapper/WrappedSymbolProperties \
88 chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty \
89 chart2/source/controller/dialogs/ChangingResource \
90 chart2/source/controller/dialogs/ChartTypeDialogController \
91 chart2/source/controller/dialogs/GL3DBarChartDialogController \
92 chart2/source/controller/dialogs/DataBrowser \
93 chart2/source/controller/dialogs/DataBrowserModel \
94 chart2/source/controller/dialogs/DialogModel \
95 chart2/source/controller/dialogs/dlg_ChartType \
96 chart2/source/controller/dialogs/dlg_ChartType_UNO \
97 chart2/source/controller/dialogs/dlg_CreationWizard \
98 chart2/source/controller/dialogs/dlg_CreationWizard_UNO \
99 chart2/source/controller/dialogs/dlg_DataEditor \
100 chart2/source/controller/dialogs/dlg_DataSource \
101 chart2/source/controller/dialogs/dlg_InsertAxis_Grid \
102 chart2/source/controller/dialogs/dlg_InsertDataLabel \
103 chart2/source/controller/dialogs/dlg_InsertErrorBars \
104 chart2/source/controller/dialogs/dlg_InsertLegend \
105 chart2/source/controller/dialogs/dlg_InsertTitle \
106 chart2/source/controller/dialogs/dlg_NumberFormat \
107 chart2/source/controller/dialogs/dlg_ObjectProperties \
108 chart2/source/controller/dialogs/dlg_ShapeFont \
109 chart2/source/controller/dialogs/dlg_ShapeParagraph \
110 chart2/source/controller/dialogs/dlg_View3D \
111 chart2/source/controller/dialogs/ObjectNameProvider \
112 chart2/source/controller/dialogs/RangeSelectionHelper \
113 chart2/source/controller/dialogs/RangeSelectionListener \
114 chart2/source/controller/dialogs/res_BarGeometry \
115 chart2/source/controller/dialogs/res_DataLabel \
116 chart2/source/controller/dialogs/res_ErrorBar \
117 chart2/source/controller/dialogs/res_LegendPosition \
118 chart2/source/controller/dialogs/res_Titles \
119 chart2/source/controller/dialogs/res_Trendline \
120 chart2/source/controller/dialogs/TextDirectionListBox \
121 chart2/source/controller/dialogs/TimerTriggeredControllerLock \
122 chart2/source/controller/dialogs/TitleDialogData \
123 chart2/source/controller/dialogs/tp_3D_SceneAppearance \
124 chart2/source/controller/dialogs/tp_3D_SceneGeometry \
125 chart2/source/controller/dialogs/tp_3D_SceneIllumination \
126 chart2/source/controller/dialogs/tp_AxisLabel \
127 chart2/source/controller/dialogs/tp_AxisPositions \
128 chart2/source/controller/dialogs/tp_ChartType \
129 chart2/source/controller/dialogs/tp_DataLabel \
130 chart2/source/controller/dialogs/tp_DataSourceControls \
131 chart2/source/controller/dialogs/tp_DataSource \
132 chart2/source/controller/dialogs/tp_ErrorBars \
133 chart2/source/controller/dialogs/tp_LegendPosition \
134 chart2/source/controller/dialogs/tp_PointGeometry \
135 chart2/source/controller/dialogs/tp_PolarOptions \
136 chart2/source/controller/dialogs/tp_RangeChooser \
137 chart2/source/controller/dialogs/tp_Scale \
138 chart2/source/controller/dialogs/tp_SeriesToAxis \
139 chart2/source/controller/dialogs/tp_TitleRotation \
140 chart2/source/controller/dialogs/tp_Trendline \
141 chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects \
142 chart2/source/controller/drawinglayer/DrawViewWrapper \
143 chart2/source/controller/drawinglayer/ViewElementListProvider \
144 chart2/source/controller/itemsetwrapper/AxisItemConverter \
145 chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter \
146 chart2/source/controller/itemsetwrapper/DataPointItemConverter \
147 chart2/source/controller/itemsetwrapper/ErrorBarItemConverter \
148 chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter \
149 chart2/source/controller/itemsetwrapper/ItemConverter \
150 chart2/source/controller/itemsetwrapper/LegendItemConverter \
151 chart2/source/controller/itemsetwrapper/MultipleChartConverters \
152 chart2/source/controller/itemsetwrapper/MultipleItemConverter \
153 chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter \
154 chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter \
155 chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter \
156 chart2/source/controller/itemsetwrapper/StatisticsItemConverter \
157 chart2/source/controller/itemsetwrapper/TextLabelItemConverter \
158 chart2/source/controller/itemsetwrapper/TitleItemConverter \
159 chart2/source/controller/main/ChartController \
160 chart2/source/controller/main/ChartController_EditData \
161 chart2/source/controller/main/ChartController_Insert \
162 chart2/source/controller/main/ChartController_Position \
163 chart2/source/controller/main/ChartController_Properties \
164 chart2/source/controller/main/ChartController_TextEdit \
165 chart2/source/controller/main/ChartController_Tools \
166 chart2/source/controller/main/ChartController_Window \
167 chart2/source/controller/main/ChartDropTargetHelper \
168 chart2/source/controller/main/ChartFrameloader \
169 chart2/source/controller/main/ChartModelClone \
170 chart2/source/controller/main/ChartTransferable \
171 chart2/source/controller/main/ChartWindow \
172 chart2/source/controller/main/CommandDispatchContainer \
173 chart2/source/controller/main/CommandDispatch \
174 chart2/source/controller/main/ConfigurationAccess \
175 chart2/source/controller/main/ControllerCommandDispatch \
176 chart2/source/controller/main/DragMethod_Base \
177 chart2/source/controller/main/DragMethod_PieSegment \
178 chart2/source/controller/main/DragMethod_RotateDiagram \
179 chart2/source/controller/main/DrawCommandDispatch \
180 chart2/source/controller/main/ElementSelector \
181 chart2/source/controller/main/FeatureCommandDispatchBase \
182 chart2/source/controller/main/ObjectHierarchy \
183 chart2/source/controller/main/PositionAndSizeHelper \
184 chart2/source/controller/main/SelectionHelper \
185 chart2/source/controller/main/ShapeController \
186 chart2/source/controller/main/StatusBarCommandDispatch \
187 chart2/source/controller/main/ToolbarController \
188 chart2/source/controller/main/UndoActions \
189 chart2/source/controller/main/UndoCommandDispatch \
190 chart2/source/controller/main/UndoGuard \
191 chart2/source/controller/sidebar/Chart2PanelFactory \
192 chart2/source/controller/sidebar/ChartAreaPanel \
193 chart2/source/controller/sidebar/ChartAxisPanel \
194 chart2/source/controller/sidebar/ChartColorWrapper \
195 chart2/source/controller/sidebar/ChartElementsPanel \
196 chart2/source/controller/sidebar/ChartErrorBarPanel \
197 chart2/source/controller/sidebar/ChartLinePanel \
198 chart2/source/controller/sidebar/ChartSeriesPanel \
199 chart2/source/controller/sidebar/ChartSidebarModifyListener \
200 chart2/source/controller/sidebar/ChartSidebarSelectionListener \
201 chart2/source/controller/uitest/uiobject \
204 # Runtime dependency for unit-tests
205 $(eval $(call gb_Library_use_restarget,chartcontroller,chartcontroller))
207 # vim: set noet sw=4 ts=4: