bump product version to 4.1.6.2
[LibreOffice.git] / svgio / Library_svgio.mk
blobcff8a0fb830791ea17fa4dca46af2936ed46c651
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_use_sdk_api,svgio))
32 $(eval $(call gb_Library_use_libraries,svgio,\
33 basegfx \
34 drawinglayer \
35 cppu \
36 cppuhelper \
37 sal \
38 tl \
39 sax \
40 vcl \
41 svt \
44 $(eval $(call gb_Library_add_exception_objects,svgio,\
45 svgio/source/svgreader/svgcharacternode \
46 svgio/source/svgreader/svgcirclenode \
47 svgio/source/svgreader/svgclippathnode \
48 svgio/source/svgreader/svgdocument \
49 svgio/source/svgreader/svgdocumenthandler \
50 svgio/source/svgreader/svgellipsenode \
51 svgio/source/svgreader/svggnode \
52 svgio/source/svgreader/svggradientnode \
53 svgio/source/svgreader/svggradientstopnode \
54 svgio/source/svgreader/svgimagenode \
55 svgio/source/svgreader/svglinenode \
56 svgio/source/svgreader/svgmarkernode \
57 svgio/source/svgreader/svgmasknode \
58 svgio/source/svgreader/svgnode \
59 svgio/source/svgreader/svgpaint \
60 svgio/source/svgreader/svgpathnode \
61 svgio/source/svgreader/svgpatternnode \
62 svgio/source/svgreader/svgpolynode \
63 svgio/source/svgreader/svgrectnode \
64 svgio/source/svgreader/svgstyleattributes \
65 svgio/source/svgreader/svgstylenode \
66 svgio/source/svgreader/svgsvgnode \
67 svgio/source/svgreader/svgsymbolnode \
68 svgio/source/svgreader/svgtextnode \
69 svgio/source/svgreader/svgtitledescnode \
70 svgio/source/svgreader/svgtoken \
71 svgio/source/svgreader/svgtrefnode \
72 svgio/source/svgreader/svgtools \
73 svgio/source/svgreader/svgtextpathnode \
74 svgio/source/svgreader/svgtspannode \
75 svgio/source/svgreader/svgusenode \
76 svgio/source/svguno/svguno \
77 svgio/source/svguno/xsvgparser \
80 # vim: set noet sw=4 ts=4: