Bump for 3.6-28
[LibreOffice.git] / chart2 / Library_chartview.mk
blobab3952e1d7afd9381ae7ebe1723509e95c16ed88
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 # Major Contributor(s):
15 # Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,chartview))
30 $(eval $(call gb_Library_set_include,chartview,\
31 $$(INCLUDE) \
32 -I$(SRCDIR)/chart2/source/view/inc \
33 -I$(SRCDIR)/chart2/source/inc \
36 $(eval $(call gb_Library_add_defs,chartview,\
37 -DOOO_DLLIMPLEMENTATION_CHARTVIEW \
40 $(eval $(call gb_Library_use_api,chartview,\
41 offapi \
42 udkapi \
45 $(eval $(call gb_Library_use_libraries,chartview,\
46 basegfx \
47 charttools \
48 comphelper \
49 cppu \
50 cppuhelper \
51 editeng \
52 sal \
53 sfx \
54 svl \
55 svt \
56 svxcore \
57 tl \
58 utl \
59 vcl \
60 $(gb_STDLIBS) \
63 $(eval $(call gb_Library_set_componentfile,chartview,chart2/source/view/chartview))
65 $(eval $(call gb_Library_add_exception_objects,chartview,\
66 chart2/source/view/axes/DateHelper \
67 chart2/source/view/axes/DateScaling \
68 chart2/source/view/axes/MinimumAndMaximumSupplier \
69 chart2/source/view/axes/ScaleAutomatism \
70 chart2/source/view/axes/Tickmarks \
71 chart2/source/view/axes/Tickmarks_Dates \
72 chart2/source/view/axes/Tickmarks_Equidistant \
73 chart2/source/view/axes/VAxisBase \
74 chart2/source/view/axes/VAxisOrGridBase \
75 chart2/source/view/axes/VAxisProperties \
76 chart2/source/view/axes/VCartesianAxis \
77 chart2/source/view/axes/VCartesianCoordinateSystem \
78 chart2/source/view/axes/VCartesianGrid \
79 chart2/source/view/axes/VCoordinateSystem \
80 chart2/source/view/axes/VPolarAngleAxis \
81 chart2/source/view/axes/VPolarAxis \
82 chart2/source/view/axes/VPolarCoordinateSystem \
83 chart2/source/view/axes/VPolarGrid \
84 chart2/source/view/axes/VPolarRadiusAxis \
85 chart2/source/view/charttypes/AreaChart \
86 chart2/source/view/charttypes/BarChart \
87 chart2/source/view/charttypes/BarPositionHelper \
88 chart2/source/view/charttypes/BubbleChart \
89 chart2/source/view/charttypes/CandleStickChart \
90 chart2/source/view/charttypes/CategoryPositionHelper \
91 chart2/source/view/charttypes/PieChart \
92 chart2/source/view/charttypes/Splines \
93 chart2/source/view/charttypes/VSeriesPlotter \
94 chart2/source/view/diagram/VDiagram \
95 chart2/source/view/main/ChartItemPool \
96 chart2/source/view/main/ChartView \
97 chart2/source/view/main/Clipping \
98 chart2/source/view/main/DataPointSymbolSupplier \
99 chart2/source/view/main/DrawModelWrapper \
100 chart2/source/view/main/LabelPositionHelper \
101 chart2/source/view/main/Linear3DTransformation \
102 chart2/source/view/main/PlotterBase \
103 chart2/source/view/main/PlottingPositionHelper \
104 chart2/source/view/main/PolarLabelPositionHelper \
105 chart2/source/view/main/PropertyMapper \
106 chart2/source/view/main/_serviceregistration_view \
107 chart2/source/view/main/ShapeFactory \
108 chart2/source/view/main/Stripe \
109 chart2/source/view/main/VDataSeries \
110 chart2/source/view/main/VLegend \
111 chart2/source/view/main/VLegendSymbolFactory \
112 chart2/source/view/main/VLineProperties \
113 chart2/source/view/main/VPolarTransformation \
114 chart2/source/view/main/VTitle \
117 $(eval $(call gb_Library_use_externals,chartview,\
118 libxml2 \
121 # vim: set noet sw=4 ts=4: