Revert "workaround compile failures in libxml, with clang-17"
[LibreOffice.git] / xmloff / CppunitTest_xmloff_uxmloff.mk
blob35a270191717697d04a5536fb240de08aa75155b
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/.
10 $(eval $(call gb_CppunitTest_CppunitTest,xmloff_uxmloff))
12 $(eval $(call gb_CppunitTest_add_exception_objects,xmloff_uxmloff, \
13 xmloff/qa/unit/uxmloff \
14 xmloff/qa/unit/tokenmap-test \
17 $(eval $(call gb_CppunitTest_set_include,xmloff_uxmloff,\
18 -I$(SRCDIR)/xmloff/inc \
19 -I$(SRCDIR)/xmloff/source/style \
20 -I$(SRCDIR)/xmloff/source/chart \
21 $$(INCLUDE) \
24 $(eval $(call gb_CppunitTest_use_custom_headers,xmloff_uxmloff, \
25 xmloff/generated \
28 $(eval $(call gb_CppunitTest_use_sdk_api,xmloff_uxmloff))
30 $(eval $(call gb_CppunitTest_use_ure,xmloff_uxmloff))
31 $(eval $(call gb_CppunitTest_use_vcl,xmloff_uxmloff))
33 $(eval $(call gb_CppunitTest_use_library_objects,xmloff_uxmloff,xo))
35 $(eval $(call gb_CppunitTest_use_externals,xmloff_uxmloff,\
36 boost_headers \
39 $(eval $(call gb_CppunitTest_use_libraries,xmloff_uxmloff, \
40 basegfx \
41 comphelper \
42 cppu \
43 cppuhelper \
44 docmodel \
45 i18nlangtag \
46 sal \
47 salhelper \
48 sax \
49 svl \
50 test \
51 tl \
52 unotest \
53 utl \
54 vcl \
57 $(eval $(call gb_CppunitTest_use_components,xmloff_uxmloff,\
58 configmgr/source/configmgr \
59 i18npool/util/i18npool \
60 sax/source/expatwrap/expwrap \
61 ucb/source/core/ucb1 \
62 ucb/source/ucp/file/ucpfile1 \
63 unoxml/source/service/unoxml \
66 # uui/util/uui \
67 # sfx2/util/sfx \
68 # framework/util/fwk \
70 $(eval $(call gb_CppunitTest_use_configuration,xmloff_uxmloff))
72 # vim: set noet sw=4 ts=4: