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
,services
))
24 $(eval
$(call gb_Library_set_include
,xof
,\
25 -I
$(SRCDIR
)/xmloff
/inc \
29 $(eval
$(call gb_Library_use_custom_headers
,xof
,\
33 $(eval
$(call gb_Library_set_precompiled_header
,xof
,xmloff
/inc
/pch
/precompiled_xof
))
35 $(eval
$(call gb_Library_use_external
,xof
,boost_headers
))
37 $(eval
$(call gb_Library_use_sdk_api
,xof
))
39 $(eval
$(call gb_Library_use_libraries
,xof
,\
51 ifneq ($(ENABLE_WASM_STRIP_CHART
),TRUE
)
52 $(eval
$(call gb_Library_add_exception_objects
,xof
,\
53 xmloff
/source
/transform
/ChartOASISTContext \
54 xmloff
/source
/transform
/ChartOOoTContext \
55 xmloff
/source
/transform
/ChartPlotAreaOASISTContext \
56 xmloff
/source
/transform
/ChartPlotAreaOOoTContext \
59 $(eval
$(call gb_Library_add_componentimpl
,xof
,chart
))
62 $(eval
$(call gb_Library_add_exception_objects
,xof
,\
63 xmloff
/source
/transform
/ControlOASISTContext \
64 xmloff
/source
/transform
/ControlOOoTContext \
65 xmloff
/source
/transform
/CreateElemTContext \
66 xmloff
/source
/transform
/DeepTContext \
67 xmloff
/source
/transform
/DlgOASISTContext \
68 xmloff
/source
/transform
/DocumentTContext \
69 xmloff
/source
/transform
/EventMap \
70 xmloff
/source
/transform
/EventOASISTContext \
71 xmloff
/source
/transform
/EventOOoTContext \
72 xmloff
/source
/transform
/FlatTContext \
73 xmloff
/source
/transform
/FormPropOASISTContext \
74 xmloff
/source
/transform
/FormPropOOoTContext \
75 xmloff
/source
/transform
/FrameOASISTContext \
76 xmloff
/source
/transform
/FrameOOoTContext \
77 xmloff
/source
/transform
/IgnoreTContext \
78 xmloff
/source
/transform
/MergeElemTContext \
79 xmloff
/source
/transform
/MetaTContext \
80 xmloff
/source
/transform
/MutableAttrList \
81 xmloff
/source
/transform
/NotesTContext \
82 xmloff
/source
/transform
/OOo2Oasis \
83 xmloff
/source
/transform
/Oasis2OOo \
84 xmloff
/source
/transform
/PersAttrListTContext \
85 xmloff
/source
/transform
/PersMixedContentTContext \
86 xmloff
/source
/transform
/ProcAddAttrTContext \
87 xmloff
/source
/transform
/ProcAttrTContext \
88 xmloff
/source
/transform
/PropertyActionsOASIS \
89 xmloff
/source
/transform
/PropertyActionsOOo \
90 xmloff
/source
/transform
/RenameElemTContext \
91 xmloff
/source
/transform
/StyleOASISTContext \
92 xmloff
/source
/transform
/StyleOOoTContext \
93 xmloff
/source
/transform
/TransformerActions \
94 xmloff
/source
/transform
/TransformerBase \
95 xmloff
/source
/transform
/TransformerContext \
96 xmloff
/source
/transform
/TransformerTokenMap \
99 # vim: set noet sw=4 ts=4: