tdf#147414 sw_redlinehide: fix cursor position after AutoCorrect
[LibreOffice.git] / unoxml / Library_unoxml.mk
blob1d2202aa88395ca14da27be3a680f8a449a5ec98
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_set_precompiled_header,unoxml,unoxml/inc/pch/precompiled_unoxml))
26 $(eval $(call gb_Library_use_sdk_api,unoxml))
28 $(eval $(call gb_Library_use_libraries,unoxml,\
29 ucbhelper \
30 sax \
31 comphelper \
32 cppuhelper \
33 cppu \
34 sal \
35 tl \
36 xo \
39 $(eval $(call gb_Library_use_externals,unoxml,\
40 boost_headers \
41 libxml2 \
44 $(eval $(call gb_Library_add_exception_objects,unoxml,\
45 unoxml/source/dom/node \
46 unoxml/source/dom/document \
47 unoxml/source/dom/element \
48 unoxml/source/dom/attr \
49 unoxml/source/dom/cdatasection \
50 unoxml/source/dom/characterdata \
51 unoxml/source/dom/comment \
52 unoxml/source/dom/documentbuilder \
53 unoxml/source/dom/documentfragment \
54 unoxml/source/dom/documenttype \
55 unoxml/source/dom/entity \
56 unoxml/source/dom/entityreference \
57 unoxml/source/dom/notation \
58 unoxml/source/dom/processinginstruction \
59 unoxml/source/dom/text \
60 unoxml/source/dom/domimplementation \
61 unoxml/source/dom/elementlist \
62 unoxml/source/dom/childlist \
63 unoxml/source/dom/notationsmap \
64 unoxml/source/dom/entitiesmap \
65 unoxml/source/dom/attributesmap \
66 unoxml/source/dom/saxbuilder \
67 unoxml/source/xpath/xpathobject \
68 unoxml/source/xpath/nodelist \
69 unoxml/source/xpath/xpathapi \
70 unoxml/source/events/event \
71 unoxml/source/events/eventdispatcher \
72 unoxml/source/events/mutationevent \
73 unoxml/source/events/uievent \
74 unoxml/source/events/mouseevent \
75 unoxml/source/service/services \
78 $(eval $(call gb_Library_set_include,unoxml,\
79 -I$(SRCDIR)/unoxml/inc \
80 $$(INCLUDE) \
83 # vim: set noet sw=4 ts=4: