lok: calc - send other views our selection in their co-ordinates.
[LibreOffice.git] / svgio / Library_svgio.mk
blob3a85da62d8203482714f1f29a2924577a839b4f4
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 # This file incorporates work covered by the following license notice:
10 # Licensed to the Apache Software Foundation (ASF) under one or more
11 # contributor license agreements. See the NOTICE file distributed
12 # with this work for additional information regarding copyright
13 # ownership. The ASF licenses this file to you under the Apache
14 # License, Version 2.0 (the "License"); you may not use this file
15 # except in compliance with the License. You may obtain a copy of
16 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 $(eval $(call gb_Library_Library,svgio))
21 $(eval $(call gb_Library_set_componentfile,svgio,svgio/svgio))
23 $(eval $(call gb_Library_set_include,svgio,\
24 $$(INCLUDE) \
25 -I$(SRCDIR)/svgio/inc \
28 $(eval $(call gb_Library_use_external,svgio,boost_headers))
30 $(eval $(call gb_Library_set_precompiled_header,svgio,svgio/inc/pch/precompiled_svgio))
32 $(eval $(call gb_Library_use_sdk_api,svgio))
34 $(eval $(call gb_Library_use_libraries,svgio,\
35 basegfx \
36 drawinglayer \
37 comphelper \
38 cppu \
39 cppuhelper \
40 sal \
41 tl \
42 sax \
43 vcl \
44 svt \
47 $(eval $(call gb_Library_add_exception_objects,svgio,\
48 svgio/source/svgreader/svgcharacternode \
49 svgio/source/svgreader/svgcirclenode \
50 svgio/source/svgreader/svgclippathnode \
51 svgio/source/svgreader/svgdocument \
52 svgio/source/svgreader/svgdocumenthandler \
53 svgio/source/svgreader/svgellipsenode \
54 svgio/source/svgreader/svggnode \
55 svgio/source/svgreader/svganode \
56 svgio/source/svgreader/svggradientnode \
57 svgio/source/svgreader/svggradientstopnode \
58 svgio/source/svgreader/svgimagenode \
59 svgio/source/svgreader/svglinenode \
60 svgio/source/svgreader/svgmarkernode \
61 svgio/source/svgreader/svgmasknode \
62 svgio/source/svgreader/svgnode \
63 svgio/source/svgreader/svgpaint \
64 svgio/source/svgreader/svgpathnode \
65 svgio/source/svgreader/svgpatternnode \
66 svgio/source/svgreader/svgpolynode \
67 svgio/source/svgreader/svgrectnode \
68 svgio/source/svgreader/svgstyleattributes \
69 svgio/source/svgreader/svgstylenode \
70 svgio/source/svgreader/svgsvgnode \
71 svgio/source/svgreader/svgsymbolnode \
72 svgio/source/svgreader/svgtextnode \
73 svgio/source/svgreader/svgtitledescnode \
74 svgio/source/svgreader/svgtoken \
75 svgio/source/svgreader/svgtrefnode \
76 svgio/source/svgreader/svgtools \
77 svgio/source/svgreader/svgtextpathnode \
78 svgio/source/svgreader/svgtspannode \
79 svgio/source/svgreader/svgusenode \
80 svgio/source/svgreader/svgvisitor \
81 svgio/source/svguno/svguno \
82 svgio/source/svguno/xsvgparser \
85 # vim: set noet sw=4 ts=4: