Don't use ImplDoTiledRendering for Android.
[LibreOffice.git] / xmloff / Library_xof.mk
blob93051285e86b4325efb72be9c918a124209466e7
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,xof))
22 $(eval $(call gb_Library_set_componentfile,xof,xmloff/source/transform/xof))
24 $(eval $(call gb_Library_set_include,xof,\
25 -I$(SRCDIR)/xmloff/inc \
26 $$(INCLUDE) \
29 $(eval $(call gb_Library_set_precompiled_header,xof,$(SRCDIR)/xmloff/inc/pch/precompiled_xof))
31 $(eval $(call gb_Library_use_external,xof,boost_headers))
33 $(eval $(call gb_Library_use_sdk_api,xof))
35 $(eval $(call gb_Library_use_libraries,xof,\
36 comphelper \
37 cppu \
38 cppuhelper \
39 sal \
40 salhelper \
41 sax \
42 xo \
43 $(gb_UWINAPI) \
46 $(eval $(call gb_Library_add_exception_objects,xof,\
47 xmloff/source/transform/ChartOASISTContext \
48 xmloff/source/transform/ChartOOoTContext \
49 xmloff/source/transform/ChartPlotAreaOASISTContext \
50 xmloff/source/transform/ChartPlotAreaOOoTContext \
51 xmloff/source/transform/ControlOASISTContext \
52 xmloff/source/transform/ControlOOoTContext \
53 xmloff/source/transform/CreateElemTContext \
54 xmloff/source/transform/DeepTContext \
55 xmloff/source/transform/DlgOASISTContext \
56 xmloff/source/transform/DocumentTContext \
57 xmloff/source/transform/EventMap \
58 xmloff/source/transform/EventOASISTContext \
59 xmloff/source/transform/EventOOoTContext \
60 xmloff/source/transform/FlatTContext \
61 xmloff/source/transform/FormPropOASISTContext \
62 xmloff/source/transform/FormPropOOoTContext \
63 xmloff/source/transform/FrameOASISTContext \
64 xmloff/source/transform/FrameOOoTContext \
65 xmloff/source/transform/IgnoreTContext \
66 xmloff/source/transform/MergeElemTContext \
67 xmloff/source/transform/MetaTContext \
68 xmloff/source/transform/MutableAttrList \
69 xmloff/source/transform/NotesTContext \
70 xmloff/source/transform/OOo2Oasis \
71 xmloff/source/transform/Oasis2OOo \
72 xmloff/source/transform/PersAttrListTContext \
73 xmloff/source/transform/PersMixedContentTContext \
74 xmloff/source/transform/ProcAddAttrTContext \
75 xmloff/source/transform/ProcAttrTContext \
76 xmloff/source/transform/PropertyActionsOASIS \
77 xmloff/source/transform/PropertyActionsOOo \
78 xmloff/source/transform/RenameElemTContext \
79 xmloff/source/transform/StyleOASISTContext \
80 xmloff/source/transform/StyleOOoTContext \
81 xmloff/source/transform/TransformerActions \
82 xmloff/source/transform/TransformerBase \
83 xmloff/source/transform/TransformerContext \
84 xmloff/source/transform/TransformerTokenMap \
85 xmloff/source/transform/XMLFilterRegistration \
88 # vim: set noet sw=4 ts=4: