[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / svgio / Library_svgio.mk
blob83a8546bdc1a0ec1533d8b550a142ecedf4587d1
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 tk \
42 tl \
43 sax \
44 vcl \
45 svt \
48 $(eval $(call gb_Library_add_exception_objects,svgio,\
49 svgio/source/svgreader/svgcharacternode \
50 svgio/source/svgreader/svgcirclenode \
51 svgio/source/svgreader/svgclippathnode \
52 svgio/source/svgreader/svgdocument \
53 svgio/source/svgreader/svgdocumenthandler \
54 svgio/source/svgreader/svgellipsenode \
55 svgio/source/svgreader/svggnode \
56 svgio/source/svgreader/svganode \
57 svgio/source/svgreader/svggradientnode \
58 svgio/source/svgreader/svggradientstopnode \
59 svgio/source/svgreader/svgimagenode \
60 svgio/source/svgreader/svglinenode \
61 svgio/source/svgreader/svgmarkernode \
62 svgio/source/svgreader/svgmasknode \
63 svgio/source/svgreader/svgnode \
64 svgio/source/svgreader/svgpaint \
65 svgio/source/svgreader/svgpathnode \
66 svgio/source/svgreader/svgpatternnode \
67 svgio/source/svgreader/svgpolynode \
68 svgio/source/svgreader/svgrectnode \
69 svgio/source/svgreader/svgstyleattributes \
70 svgio/source/svgreader/svgstylenode \
71 svgio/source/svgreader/svgsvgnode \
72 svgio/source/svgreader/svgsymbolnode \
73 svgio/source/svgreader/svgtextnode \
74 svgio/source/svgreader/svgtitledescnode \
75 svgio/source/svgreader/svgtoken \
76 svgio/source/svgreader/svgtrefnode \
77 svgio/source/svgreader/svgtools \
78 svgio/source/svgreader/svgtextpathnode \
79 svgio/source/svgreader/svgtspannode \
80 svgio/source/svgreader/svgusenode \
81 svgio/source/svgreader/svgvisitor \
82 svgio/source/svguno/xsvgparser \
85 # vim: set noet sw=4 ts=4: