Bump for 4.0-15
[LibreOffice.git] / xmloff / Library_xof.mk
blob8a4513960dee24ba7b028046cd1466c320adac8c
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_use_sdk_api,xof))
31 $(eval $(call gb_Library_use_libraries,xof,\
32 comphelper \
33 cppu \
34 cppuhelper \
35 sal \
36 salhelper \
37 sax \
38 xo \
39 $(gb_UWINAPI) \
42 $(eval $(call gb_Library_add_exception_objects,xof,\
43 xmloff/source/transform/ChartOASISTContext \
44 xmloff/source/transform/ChartOOoTContext \
45 xmloff/source/transform/ChartPlotAreaOASISTContext \
46 xmloff/source/transform/ChartPlotAreaOOoTContext \
47 xmloff/source/transform/ControlOASISTContext \
48 xmloff/source/transform/ControlOOoTContext \
49 xmloff/source/transform/CreateElemTContext \
50 xmloff/source/transform/DeepTContext \
51 xmloff/source/transform/DlgOASISTContext \
52 xmloff/source/transform/DocumentTContext \
53 xmloff/source/transform/EventMap \
54 xmloff/source/transform/EventOASISTContext \
55 xmloff/source/transform/EventOOoTContext \
56 xmloff/source/transform/FlatTContext \
57 xmloff/source/transform/FormPropOASISTContext \
58 xmloff/source/transform/FormPropOOoTContext \
59 xmloff/source/transform/FrameOASISTContext \
60 xmloff/source/transform/FrameOOoTContext \
61 xmloff/source/transform/IgnoreTContext \
62 xmloff/source/transform/MergeElemTContext \
63 xmloff/source/transform/MetaTContext \
64 xmloff/source/transform/MutableAttrList \
65 xmloff/source/transform/NotesTContext \
66 xmloff/source/transform/OOo2Oasis \
67 xmloff/source/transform/Oasis2OOo \
68 xmloff/source/transform/PersAttrListTContext \
69 xmloff/source/transform/PersMixedContentTContext \
70 xmloff/source/transform/ProcAddAttrTContext \
71 xmloff/source/transform/ProcAttrTContext \
72 xmloff/source/transform/PropertyActionsOASIS \
73 xmloff/source/transform/PropertyActionsOOo \
74 xmloff/source/transform/RenameElemTContext \
75 xmloff/source/transform/StyleOASISTContext \
76 xmloff/source/transform/StyleOOoTContext \
77 xmloff/source/transform/TransformerActions \
78 xmloff/source/transform/TransformerBase \
79 xmloff/source/transform/TransformerContext \
80 xmloff/source/transform/TransformerTokenMap \
81 xmloff/source/transform/XMLFilterRegistration \
84 # vim: set noet sw=4 ts=4: