1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
14 # The Initial Developer of the Original Code is
15 # David Tardon, Red Hat Inc. <dtardon@redhat.com>
16 # Portions created by the Initial Developer are Copyright (C) 2010 the
17 # Initial Developer. All Rights Reserved.
19 # Major Contributor(s):
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
29 $(eval
$(call gb_Library_Library
,chartcontroller
))
31 $(eval
$(call gb_Library_add_precompiled_header
,chartcontroller
,$(SRCDIR
)/chart2
/inc
/pch
/precompiled_chart2
))
33 $(eval
$(call gb_Library_set_include
,chartcontroller
,\
35 -I
$(realpath
$(SRCDIR
)/chart2
/inc
/pch
) \
36 -I
$(realpath
$(SRCDIR
)/chart2
/source
/controller
/inc
) \
37 -I
$(realpath
$(SRCDIR
)/chart2
/source
/inc
) \
41 $(eval
$(call gb_Library_add_api
,chartcontroller
,\
46 # TODO: is this still necessary?
47 # (from chart2/source/controller/dialogs/makefile.mk)
48 # # i26518 the gcc-3.0.4 requires to enhance the template-depth
49 # # this seems to be a compiler issue, so we recommend not to use 3.0.x anymore
51 # CFLAGS+=-ftemplate-depth-128
54 $(eval
$(call gb_Library_add_linked_libs
,chartcontroller
,\
78 $(eval
$(call gb_Library_set_componentfile
,chartcontroller
,chart2
/source
/controller
/chartcontroller
))
80 $(eval
$(call gb_Library_add_exception_objects
,chartcontroller
,\
81 chart2
/source
/controller
/accessibility
/AccessibleBase \
82 chart2
/source
/controller
/accessibility
/AccessibleChartElement \
83 chart2
/source
/controller
/accessibility
/AccessibleChartShape \
84 chart2
/source
/controller
/accessibility
/AccessibleChartView \
85 chart2
/source
/controller
/accessibility
/AccessibleTextHelper \
86 chart2
/source
/controller
/accessibility
/AccessibleViewForwarder \
87 chart2
/source
/controller
/accessibility
/ChartElementFactory \
88 chart2
/source
/controller
/chartapiwrapper
/AreaWrapper \
89 chart2
/source
/controller
/chartapiwrapper
/AxisWrapper \
90 chart2
/source
/controller
/chartapiwrapper
/Chart2ModelContact \
91 chart2
/source
/controller
/chartapiwrapper
/ChartDataWrapper \
92 chart2
/source
/controller
/chartapiwrapper
/ChartDocumentWrapper \
93 chart2
/source
/controller
/chartapiwrapper
/DataSeriesPointWrapper \
94 chart2
/source
/controller
/chartapiwrapper
/DiagramWrapper \
95 chart2
/source
/controller
/chartapiwrapper
/GridWrapper \
96 chart2
/source
/controller
/chartapiwrapper
/LegendWrapper \
97 chart2
/source
/controller
/chartapiwrapper
/MinMaxLineWrapper \
98 chart2
/source
/controller
/chartapiwrapper
/TitleWrapper \
99 chart2
/source
/controller
/chartapiwrapper
/UpDownBarWrapper \
100 chart2
/source
/controller
/chartapiwrapper
/WallFloorWrapper \
101 chart2
/source
/controller
/chartapiwrapper
/WrappedAddInProperty \
102 chart2
/source
/controller
/chartapiwrapper
/WrappedAutomaticPositionProperties \
103 chart2
/source
/controller
/chartapiwrapper
/WrappedAxisAndGridExistenceProperties \
104 chart2
/source
/controller
/chartapiwrapper
/WrappedCharacterHeightProperty \
105 chart2
/source
/controller
/chartapiwrapper
/WrappedDataCaptionProperties \
106 chart2
/source
/controller
/chartapiwrapper
/WrappedGapwidthProperty \
107 chart2
/source
/controller
/chartapiwrapper
/WrappedNumberFormatProperty \
108 chart2
/source
/controller
/chartapiwrapper
/WrappedScaleProperty \
109 chart2
/source
/controller
/chartapiwrapper
/WrappedScaleTextProperties \
110 chart2
/source
/controller
/chartapiwrapper
/WrappedSceneProperty \
111 chart2
/source
/controller
/chartapiwrapper
/WrappedSeriesAreaOrLineProperty \
112 chart2
/source
/controller
/chartapiwrapper
/WrappedSplineProperties \
113 chart2
/source
/controller
/chartapiwrapper
/WrappedStatisticProperties \
114 chart2
/source
/controller
/chartapiwrapper
/WrappedStockProperties \
115 chart2
/source
/controller
/chartapiwrapper
/WrappedSymbolProperties \
116 chart2
/source
/controller
/chartapiwrapper
/WrappedTextRotationProperty \
117 chart2
/source
/controller
/dialogs
/ChangingResource \
118 chart2
/source
/controller
/dialogs
/ChartTypeDialogController \
119 chart2
/source
/controller
/dialogs
/DataBrowser \
120 chart2
/source
/controller
/dialogs
/DataBrowserModel \
121 chart2
/source
/controller
/dialogs
/DialogModel \
122 chart2
/source
/controller
/dialogs
/dlg_ChartType \
123 chart2
/source
/controller
/dialogs
/dlg_ChartType_UNO \
124 chart2
/source
/controller
/dialogs
/dlg_CreationWizard \
125 chart2
/source
/controller
/dialogs
/dlg_CreationWizard_UNO \
126 chart2
/source
/controller
/dialogs
/dlg_DataEditor \
127 chart2
/source
/controller
/dialogs
/dlg_DataSource \
128 chart2
/source
/controller
/dialogs
/dlg_InsertAxis_Grid \
129 chart2
/source
/controller
/dialogs
/dlg_InsertDataLabel \
130 chart2
/source
/controller
/dialogs
/dlg_InsertErrorBars \
131 chart2
/source
/controller
/dialogs
/dlg_InsertLegend \
132 chart2
/source
/controller
/dialogs
/dlg_InsertTitle \
133 chart2
/source
/controller
/dialogs
/dlg_InsertTrendline \
134 chart2
/source
/controller
/dialogs
/dlg_NumberFormat \
135 chart2
/source
/controller
/dialogs
/dlg_ObjectProperties \
136 chart2
/source
/controller
/dialogs
/dlg_ShapeFont \
137 chart2
/source
/controller
/dialogs
/dlg_ShapeParagraph \
138 chart2
/source
/controller
/dialogs
/dlg_View3D \
139 chart2
/source
/controller
/dialogs
/ObjectNameProvider \
140 chart2
/source
/controller
/dialogs
/RangeEdit \
141 chart2
/source
/controller
/dialogs
/RangeSelectionButton \
142 chart2
/source
/controller
/dialogs
/RangeSelectionHelper \
143 chart2
/source
/controller
/dialogs
/RangeSelectionListener \
144 chart2
/source
/controller
/dialogs
/res_BarGeometry \
145 chart2
/source
/controller
/dialogs
/res_DataLabel \
146 chart2
/source
/controller
/dialogs
/res_ErrorBar \
147 chart2
/source
/controller
/dialogs
/res_LegendPosition \
148 chart2
/source
/controller
/dialogs
/res_TextSeparator \
149 chart2
/source
/controller
/dialogs
/res_Titles \
150 chart2
/source
/controller
/dialogs
/res_Trendline \
151 chart2
/source
/controller
/dialogs
/TextDirectionListBox \
152 chart2
/source
/controller
/dialogs
/TimerTriggeredControllerLock \
153 chart2
/source
/controller
/dialogs
/TitleDialogData \
154 chart2
/source
/controller
/dialogs
/tp_3D_SceneAppearance \
155 chart2
/source
/controller
/dialogs
/tp_3D_SceneGeometry \
156 chart2
/source
/controller
/dialogs
/tp_3D_SceneIllumination \
157 chart2
/source
/controller
/dialogs
/tp_AxisLabel \
158 chart2
/source
/controller
/dialogs
/tp_AxisPositions \
159 chart2
/source
/controller
/dialogs
/tp_ChartType \
160 chart2
/source
/controller
/dialogs
/tp_DataLabel \
161 chart2
/source
/controller
/dialogs
/tp_DataSourceControls \
162 chart2
/source
/controller
/dialogs
/tp_DataSource \
163 chart2
/source
/controller
/dialogs
/tp_ErrorBars \
164 chart2
/source
/controller
/dialogs
/tp_LegendPosition \
165 chart2
/source
/controller
/dialogs
/tp_PointGeometry \
166 chart2
/source
/controller
/dialogs
/tp_PolarOptions \
167 chart2
/source
/controller
/dialogs
/tp_RangeChooser \
168 chart2
/source
/controller
/dialogs
/tp_Scale \
169 chart2
/source
/controller
/dialogs
/tp_SeriesToAxis \
170 chart2
/source
/controller
/dialogs
/tp_TitleRotation \
171 chart2
/source
/controller
/dialogs
/tp_Trendline \
172 chart2
/source
/controller
/dialogs
/tp_Wizard_TitlesAndObjects \
173 chart2
/source
/controller
/drawinglayer
/DrawViewWrapper \
174 chart2
/source
/controller
/drawinglayer
/ViewElementListProvider \
175 chart2
/source
/controller
/itemsetwrapper
/AxisItemConverter \
176 chart2
/source
/controller
/itemsetwrapper
/CharacterPropertyItemConverter \
177 chart2
/source
/controller
/itemsetwrapper
/DataPointItemConverter \
178 chart2
/source
/controller
/itemsetwrapper
/ErrorBarItemConverter \
179 chart2
/source
/controller
/itemsetwrapper
/GraphicPropertyItemConverter \
180 chart2
/source
/controller
/itemsetwrapper
/ItemConverter \
181 chart2
/source
/controller
/itemsetwrapper
/LegendItemConverter \
182 chart2
/source
/controller
/itemsetwrapper
/MultipleChartConverters \
183 chart2
/source
/controller
/itemsetwrapper
/MultipleItemConverter \
184 chart2
/source
/controller
/itemsetwrapper
/RegressionCurveItemConverter \
185 chart2
/source
/controller
/itemsetwrapper
/RegressionEquationItemConverter \
186 chart2
/source
/controller
/itemsetwrapper
/SeriesOptionsItemConverter \
187 chart2
/source
/controller
/itemsetwrapper
/StatisticsItemConverter \
188 chart2
/source
/controller
/itemsetwrapper
/TitleItemConverter \
189 chart2
/source
/controller
/main
/ChartController \
190 chart2
/source
/controller
/main
/ChartController_EditData \
191 chart2
/source
/controller
/main
/ChartController_Insert \
192 chart2
/source
/controller
/main
/ChartController_Position \
193 chart2
/source
/controller
/main
/ChartController_Properties \
194 chart2
/source
/controller
/main
/ChartController_TextEdit \
195 chart2
/source
/controller
/main
/ChartController_Tools \
196 chart2
/source
/controller
/main
/ChartController_Window \
197 chart2
/source
/controller
/main
/ChartDropTargetHelper \
198 chart2
/source
/controller
/main
/ChartFrameloader \
199 chart2
/source
/controller
/main
/ChartModelClone \
200 chart2
/source
/controller
/main
/ChartRenderer \
201 chart2
/source
/controller
/main
/ChartTransferable \
202 chart2
/source
/controller
/main
/ChartWindow \
203 chart2
/source
/controller
/main
/CommandDispatchContainer \
204 chart2
/source
/controller
/main
/CommandDispatch \
205 chart2
/source
/controller
/main
/ConfigurationAccess \
206 chart2
/source
/controller
/main
/ControllerCommandDispatch \
207 chart2
/source
/controller
/main
/DragMethod_Base \
208 chart2
/source
/controller
/main
/DragMethod_PieSegment \
209 chart2
/source
/controller
/main
/DragMethod_RotateDiagram \
210 chart2
/source
/controller
/main
/DrawCommandDispatch \
211 chart2
/source
/controller
/main
/ElementSelector \
212 chart2
/source
/controller
/main
/FeatureCommandDispatchBase \
213 chart2
/source
/controller
/main
/ObjectHierarchy \
214 chart2
/source
/controller
/main
/PositionAndSizeHelper \
215 chart2
/source
/controller
/main
/SelectionHelper \
216 chart2
/source
/controller
/main
/_serviceregistration_controller \
217 chart2
/source
/controller
/main
/ShapeController \
218 chart2
/source
/controller
/main
/ShapeToolbarController \
219 chart2
/source
/controller
/main
/StatusBarCommandDispatch \
220 chart2
/source
/controller
/main
/UndoActions \
221 chart2
/source
/controller
/main
/UndoCommandDispatch \
222 chart2
/source
/controller
/main
/UndoGuard \
225 # vim: set noet sw=4 ts=4: