bump product version to 4.1.6.2
[LibreOffice.git] / unoxml / Library_unoxml.mk
blobdf7b2b4e827e640577c2fbc71d82112d1c9424aa
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,unoxml))
22 $(eval $(call gb_Library_set_componentfile,unoxml,unoxml/source/service/unoxml))
24 $(eval $(call gb_Library_use_sdk_api,unoxml))
26 $(eval $(call gb_Library_use_libraries,unoxml,\
27 ucbhelper \
28 sax \
29 comphelper \
30 cppuhelper \
31 cppu \
32 sal \
33 $(gb_UWINAPI) \
36 $(eval $(call gb_Library_use_externals,unoxml,\
37 boost_headers \
38 libxml2 \
41 $(eval $(call gb_Library_add_exception_objects,unoxml,\
42 unoxml/source/dom/node \
43 unoxml/source/dom/document \
44 unoxml/source/dom/element \
45 unoxml/source/dom/attr \
46 unoxml/source/dom/cdatasection \
47 unoxml/source/dom/characterdata \
48 unoxml/source/dom/comment \
49 unoxml/source/dom/documentbuilder \
50 unoxml/source/dom/documentfragment \
51 unoxml/source/dom/documenttype \
52 unoxml/source/dom/entity \
53 unoxml/source/dom/entityreference \
54 unoxml/source/dom/notation \
55 unoxml/source/dom/processinginstruction \
56 unoxml/source/dom/text \
57 unoxml/source/dom/domimplementation \
58 unoxml/source/dom/elementlist \
59 unoxml/source/dom/childlist \
60 unoxml/source/dom/notationsmap \
61 unoxml/source/dom/entitiesmap \
62 unoxml/source/dom/attributesmap \
63 unoxml/source/dom/saxbuilder \
64 unoxml/source/xpath/xpathobject \
65 unoxml/source/xpath/nodelist \
66 unoxml/source/xpath/xpathapi \
67 unoxml/source/events/event \
68 unoxml/source/events/eventdispatcher \
69 unoxml/source/events/mutationevent \
70 unoxml/source/events/uievent \
71 unoxml/source/events/mouseevent \
72 unoxml/source/events/testlistener \
73 unoxml/source/service/services \
76 # vim: set noet sw=4 ts=4: