tdf#159660: Add support for feMerge and feMergeNode
[libreoffice.git] / svgio / Library_svgio.mk
blobf1e43ced6ac1dedce5f6231fd9373b978fa84f48
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_externals,svgio,\
29 boost_headers \
30 frozen \
33 $(eval $(call gb_Library_set_precompiled_header,svgio,svgio/inc/pch/precompiled_svgio))
35 $(eval $(call gb_Library_use_sdk_api,svgio))
37 $(eval $(call gb_Library_use_libraries,svgio,\
38 basegfx \
39 drawinglayercore \
40 drawinglayer \
41 comphelper \
42 cppu \
43 cppuhelper \
44 sal \
45 salhelper \
46 tk \
47 tl \
48 sax \
49 vcl \
50 svt \
51 utl \
54 $(eval $(call gb_Library_add_exception_objects,svgio,\
55 svgio/source/svgreader/svgcharacternode \
56 svgio/source/svgreader/svgcirclenode \
57 svgio/source/svgreader/svgclippathnode \
58 svgio/source/svgreader/svgdocument \
59 svgio/source/svgreader/svgdocumenthandler \
60 svgio/source/svgreader/svgellipsenode \
61 svgio/source/svgreader/svggnode \
62 svgio/source/svgreader/svganode \
63 svgio/source/svgreader/svgfecolormatrixnode \
64 svgio/source/svgreader/svgfedropshadownode \
65 svgio/source/svgreader/svgfefloodnode \
66 svgio/source/svgreader/svgfeimagenode \
67 svgio/source/svgreader/svgfegaussianblurnode \
68 svgio/source/svgreader/svgfemergenode \
69 svgio/source/svgreader/svgfemergenodenode \
70 svgio/source/svgreader/svgfeoffsetnode \
71 svgio/source/svgreader/svgfilternode \
72 svgio/source/svgreader/svggradientnode \
73 svgio/source/svgreader/svggradientstopnode \
74 svgio/source/svgreader/svgimagenode \
75 svgio/source/svgreader/svglinenode \
76 svgio/source/svgreader/svgmarkernode \
77 svgio/source/svgreader/svgmasknode \
78 svgio/source/svgreader/svgnode \
79 svgio/source/svgreader/SvgNumber \
80 svgio/source/svgreader/svgpaint \
81 svgio/source/svgreader/svgpathnode \
82 svgio/source/svgreader/svgpatternnode \
83 svgio/source/svgreader/svgpolynode \
84 svgio/source/svgreader/svgrectnode \
85 svgio/source/svgreader/svgstyleattributes \
86 svgio/source/svgreader/svgstylenode \
87 svgio/source/svgreader/svgsvgnode \
88 svgio/source/svgreader/svgsymbolnode \
89 svgio/source/svgreader/svgtextnode \
90 svgio/source/svgreader/svgtextposition \
91 svgio/source/svgreader/svgtitledescnode \
92 svgio/source/svgreader/svgtoken \
93 svgio/source/svgreader/svgtrefnode \
94 svgio/source/svgreader/svgtools \
95 svgio/source/svgreader/svgtextpathnode \
96 svgio/source/svgreader/svgtspannode \
97 svgio/source/svgreader/svgusenode \
98 svgio/source/svgreader/svgvisitor \
99 svgio/source/svguno/xsvgparser \
102 # vim: set noet sw=4 ts=4: