Linux x86 build fix
[LibreOffice.git] / xmloff / CppunitTest_xmloff_uxmloff.mk
blob1fa4ca473b72c7f8736998bbb70bb94378ea9f68
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 \
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_api,xmloff_uxmloff,\
25 offapi \
26 udkapi \
29 $(eval $(call gb_CppunitTest_use_ure,xmloff_uxmloff))
30 $(eval $(call gb_CppunitTest_use_vcl,xmloff_uxmloff))
32 $(eval $(call gb_CppunitTest_use_library_objects,xmloff_uxmloff,xo))
34 $(eval $(call gb_CppunitTest_use_externals,xmloff_uxmloff,\
35 boost_headers \
38 $(eval $(call gb_CppunitTest_use_libraries,xmloff_uxmloff, \
39 basegfx \
40 comphelper \
41 cppu \
42 cppuhelper \
43 i18nlangtag \
44 sal \
45 salhelper \
46 sax \
47 svl \
48 test \
49 tl \
50 utl \
51 vcl \
52 $(gb_UWINAPI) \
55 $(eval $(call gb_CppunitTest_use_components,xmloff_uxmloff,\
56 configmgr/source/configmgr \
57 i18npool/util/i18npool \
58 sax/source/expatwrap/expwrap \
59 ucb/source/core/ucb1 \
60 ucb/source/ucp/file/ucpfile1 \
61 unoxml/source/service/unoxml \
64 # uui/util/uui \
65 # sfx2/util/sfx \
66 # framework/util/fwk \
68 $(eval $(call gb_CppunitTest_use_configuration,xmloff_uxmloff))
70 # vim: set noet sw=4 ts=4: