xref: /aoo4110/main/xmloff/Library_xof.mk (revision b1cdbd2c)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24$(eval $(call gb_Library_Library,xof))
25
26$(eval $(call gb_Library_set_componentfile,xof,xmloff/source/transform/xof))
27
28$(eval $(call gb_Library_set_include,xof,\
29	-I$(SRCDIR)/xmloff/inc/pch \
30	-I$(SRCDIR)/xmloff/inc \
31	-I$(SRCDIR)/xmloff/source/inc \
32	$$(INCLUDE) \
33	-I$(OUTDIR)/inc/offuh \
34))
35
36$(eval $(call gb_Library_add_linked_libs,xof,\
37	comphelper \
38	cppu \
39	cppuhelper \
40	sal \
41	salhelper \
42	stl \
43	xo \
44	$(gb_STDLIBS) \
45))
46
47$(eval $(call gb_Library_add_exception_objects,xof,\
48	xmloff/source/transform/ChartOASISTContext \
49	xmloff/source/transform/ChartOOoTContext \
50	xmloff/source/transform/ChartPlotAreaOASISTContext \
51	xmloff/source/transform/ChartPlotAreaOOoTContext \
52	xmloff/source/transform/ControlOASISTContext \
53	xmloff/source/transform/ControlOOoTContext \
54	xmloff/source/transform/CreateElemTContext \
55	xmloff/source/transform/DeepTContext \
56	xmloff/source/transform/DlgOASISTContext \
57	xmloff/source/transform/DocumentTContext \
58	xmloff/source/transform/EventMap \
59	xmloff/source/transform/EventOASISTContext \
60	xmloff/source/transform/EventOOoTContext \
61	xmloff/source/transform/FlatTContext \
62	xmloff/source/transform/FormPropOASISTContext \
63	xmloff/source/transform/FormPropOOoTContext \
64	xmloff/source/transform/FrameOASISTContext \
65	xmloff/source/transform/FrameOOoTContext \
66	xmloff/source/transform/IgnoreTContext \
67	xmloff/source/transform/MergeElemTContext \
68	xmloff/source/transform/MetaTContext \
69	xmloff/source/transform/MutableAttrList \
70	xmloff/source/transform/NotesTContext \
71	xmloff/source/transform/OOo2Oasis \
72	xmloff/source/transform/Oasis2OOo \
73	xmloff/source/transform/PersAttrListTContext \
74	xmloff/source/transform/PersMixedContentTContext \
75	xmloff/source/transform/ProcAddAttrTContext \
76	xmloff/source/transform/ProcAttrTContext \
77	xmloff/source/transform/PropertyActionsOASIS \
78	xmloff/source/transform/PropertyActionsOOo \
79	xmloff/source/transform/RenameElemTContext \
80	xmloff/source/transform/StyleOASISTContext \
81	xmloff/source/transform/StyleOOoTContext \
82	xmloff/source/transform/TransformerActions \
83	xmloff/source/transform/TransformerBase \
84	xmloff/source/transform/TransformerContext \
85	xmloff/source/transform/TransformerTokenMap \
86	xmloff/source/transform/XMLFilterRegistration \
87))
88
89# vim: set noet ts=4 sw=4:
90