gdb stacktraces for subsequentchecks
[LibreOffice.git] / chart2 / Library_chartview.mk
blob972a0c21dcf9ce2a95ba99c8822c5c9b8b5aab03
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
12 # License.
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,chartview))
31 $(eval $(call gb_Library_add_precompiled_header,chartview,$(SRCDIR)/chart2/inc/pch/precompiled_chart2))
33 $(eval $(call gb_Library_set_include,chartview,\
34 $$(INCLUDE) \
35 -I$(realpath $(SRCDIR)/chart2/inc/pch) \
36 -I$(realpath $(SRCDIR)/chart2/source/view/inc) \
37 -I$(realpath $(SRCDIR)/chart2/source/inc) \
38 -I$(OUTDIR)/inc \
41 $(eval $(call gb_Library_add_defs,chartview,\
42 -DOOO_DLLIMPLEMENTATION_CHARTVIEW \
45 $(eval $(call gb_Library_add_api,chartview,\
46 offapi \
47 udkapi \
50 $(eval $(call gb_Library_add_linked_libs,chartview,\
51 basegfx \
52 charttools \
53 comphelper \
54 cppu \
55 cppuhelper \
56 editeng \
57 sal \
58 sfx \
59 svl \
60 svt \
61 svxcore \
62 tl \
63 utl \
64 vcl \
65 $(gb_STDLIBS) \
68 $(eval $(call gb_Library_set_componentfile,chartview,chart2/source/view/chartview))
70 $(eval $(call gb_Library_add_exception_objects,chartview,\
71 chart2/source/view/axes/DateHelper \
72 chart2/source/view/axes/DateScaling \
73 chart2/source/view/axes/MinimumAndMaximumSupplier \
74 chart2/source/view/axes/ScaleAutomatism \
75 chart2/source/view/axes/Tickmarks \
76 chart2/source/view/axes/Tickmarks_Dates \
77 chart2/source/view/axes/Tickmarks_Equidistant \
78 chart2/source/view/axes/VAxisBase \
79 chart2/source/view/axes/VAxisOrGridBase \
80 chart2/source/view/axes/VAxisProperties \
81 chart2/source/view/axes/VCartesianAxis \
82 chart2/source/view/axes/VCartesianCoordinateSystem \
83 chart2/source/view/axes/VCartesianGrid \
84 chart2/source/view/axes/VCoordinateSystem \
85 chart2/source/view/axes/VPolarAngleAxis \
86 chart2/source/view/axes/VPolarAxis \
87 chart2/source/view/axes/VPolarCoordinateSystem \
88 chart2/source/view/axes/VPolarGrid \
89 chart2/source/view/axes/VPolarRadiusAxis \
90 chart2/source/view/charttypes/AreaChart \
91 chart2/source/view/charttypes/BarChart \
92 chart2/source/view/charttypes/BarPositionHelper \
93 chart2/source/view/charttypes/BubbleChart \
94 chart2/source/view/charttypes/CandleStickChart \
95 chart2/source/view/charttypes/CategoryPositionHelper \
96 chart2/source/view/charttypes/PieChart \
97 chart2/source/view/charttypes/Splines \
98 chart2/source/view/charttypes/VSeriesPlotter \
99 chart2/source/view/diagram/VDiagram \
100 chart2/source/view/main/ChartItemPool \
101 chart2/source/view/main/ChartView \
102 chart2/source/view/main/Clipping \
103 chart2/source/view/main/DataPointSymbolSupplier \
104 chart2/source/view/main/DrawModelWrapper \
105 chart2/source/view/main/LabelPositionHelper \
106 chart2/source/view/main/Linear3DTransformation \
107 chart2/source/view/main/PlotterBase \
108 chart2/source/view/main/PlottingPositionHelper \
109 chart2/source/view/main/PolarLabelPositionHelper \
110 chart2/source/view/main/PropertyMapper \
111 chart2/source/view/main/_serviceregistration_view \
112 chart2/source/view/main/ShapeFactory \
113 chart2/source/view/main/Stripe \
114 chart2/source/view/main/VDataSeries \
115 chart2/source/view/main/VLegend \
116 chart2/source/view/main/VLegendSymbolFactory \
117 chart2/source/view/main/VLineProperties \
118 chart2/source/view/main/VPolarTransformation \
119 chart2/source/view/main/VTitle \
122 # vim: set noet sw=4 ts=4: