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