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 \
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
,\
50 $(eval
$(call gb_Library_add_exception_objects
,xof
,\
51 xmloff
/source
/transform
/ChartOASISTContext \
52 xmloff
/source
/transform
/ChartOOoTContext \
53 xmloff
/source
/transform
/ChartPlotAreaOASISTContext \
54 xmloff
/source
/transform
/ChartPlotAreaOOoTContext \
55 xmloff
/source
/transform
/ControlOASISTContext \
56 xmloff
/source
/transform
/ControlOOoTContext \
57 xmloff
/source
/transform
/CreateElemTContext \
58 xmloff
/source
/transform
/DeepTContext \
59 xmloff
/source
/transform
/DlgOASISTContext \
60 xmloff
/source
/transform
/DocumentTContext \
61 xmloff
/source
/transform
/EventMap \
62 xmloff
/source
/transform
/EventOASISTContext \
63 xmloff
/source
/transform
/EventOOoTContext \
64 xmloff
/source
/transform
/FlatTContext \
65 xmloff
/source
/transform
/FormPropOASISTContext \
66 xmloff
/source
/transform
/FormPropOOoTContext \
67 xmloff
/source
/transform
/FrameOASISTContext \
68 xmloff
/source
/transform
/FrameOOoTContext \
69 xmloff
/source
/transform
/IgnoreTContext \
70 xmloff
/source
/transform
/MergeElemTContext \
71 xmloff
/source
/transform
/MetaTContext \
72 xmloff
/source
/transform
/MutableAttrList \
73 xmloff
/source
/transform
/NotesTContext \
74 xmloff
/source
/transform
/OOo2Oasis \
75 xmloff
/source
/transform
/Oasis2OOo \
76 xmloff
/source
/transform
/PersAttrListTContext \
77 xmloff
/source
/transform
/PersMixedContentTContext \
78 xmloff
/source
/transform
/ProcAddAttrTContext \
79 xmloff
/source
/transform
/ProcAttrTContext \
80 xmloff
/source
/transform
/PropertyActionsOASIS \
81 xmloff
/source
/transform
/PropertyActionsOOo \
82 xmloff
/source
/transform
/RenameElemTContext \
83 xmloff
/source
/transform
/StyleOASISTContext \
84 xmloff
/source
/transform
/StyleOOoTContext \
85 xmloff
/source
/transform
/TransformerActions \
86 xmloff
/source
/transform
/TransformerBase \
87 xmloff
/source
/transform
/TransformerContext \
88 xmloff
/source
/transform
/TransformerTokenMap \
91 # vim: set noet sw=4 ts=4: