postgresql: upgrade to release 13.8
[LibreOffice.git] / svgio / Library_svgio.mk
blobc5a35405323fba0f5f0f9d4924720d2bc73576b1
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,services))
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 drawinglayercore \
37 drawinglayer \
38 comphelper \
39 cppu \
40 cppuhelper \
41 sal \
42 salhelper \
43 tk \
44 tl \
45 sax \
46 vcl \
47 svt \
50 $(eval $(call gb_Library_add_exception_objects,svgio,\
51 svgio/source/svgreader/svgcharacternode \
52 svgio/source/svgreader/svgcirclenode \
53 svgio/source/svgreader/svgclippathnode \
54 svgio/source/svgreader/svgdocument \
55 svgio/source/svgreader/svgdocumenthandler \
56 svgio/source/svgreader/svgellipsenode \
57 svgio/source/svgreader/svggnode \
58 svgio/source/svgreader/svganode \
59 svgio/source/svgreader/svggradientnode \
60 svgio/source/svgreader/svggradientstopnode \
61 svgio/source/svgreader/svgimagenode \
62 svgio/source/svgreader/svglinenode \
63 svgio/source/svgreader/svgmarkernode \
64 svgio/source/svgreader/svgmasknode \
65 svgio/source/svgreader/svgnode \
66 svgio/source/svgreader/SvgNumber \
67 svgio/source/svgreader/svgpaint \
68 svgio/source/svgreader/svgpathnode \
69 svgio/source/svgreader/svgpatternnode \
70 svgio/source/svgreader/svgpolynode \
71 svgio/source/svgreader/svgrectnode \
72 svgio/source/svgreader/svgstyleattributes \
73 svgio/source/svgreader/svgstylenode \
74 svgio/source/svgreader/svgsvgnode \
75 svgio/source/svgreader/svgsymbolnode \
76 svgio/source/svgreader/svgtextnode \
77 svgio/source/svgreader/svgtitledescnode \
78 svgio/source/svgreader/svgtoken \
79 svgio/source/svgreader/svgtrefnode \
80 svgio/source/svgreader/svgtools \
81 svgio/source/svgreader/svgtextpathnode \
82 svgio/source/svgreader/svgtspannode \
83 svgio/source/svgreader/svgusenode \
84 svgio/source/svgreader/svgvisitor \
85 svgio/source/svguno/xsvgparser \
88 # vim: set noet sw=4 ts=4: