workaround segfault in compiler on macos-clang-intel
[LibreOffice.git] / sw / CppunitTest_sw_writerfilter_filter.mk
blobe627d43d218035f490971496c72a2d20579ec766
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sw_writerfilter_filter))
14 $(eval $(call gb_CppunitTest_use_externals,sw_writerfilter_filter,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,sw_writerfilter_filter, \
20 sw/qa/writerfilter/filter/WriterFilter \
23 $(eval $(call gb_CppunitTest_use_libraries,sw_writerfilter_filter, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 oox \
29 sal \
30 subsequenttest \
31 test \
32 unotest \
33 utl \
34 tl \
35 vcl \
38 $(eval $(call gb_CppunitTest_use_sdk_api,sw_writerfilter_filter))
40 $(eval $(call gb_CppunitTest_use_ure,sw_writerfilter_filter))
41 $(eval $(call gb_CppunitTest_use_vcl,sw_writerfilter_filter))
43 $(eval $(call gb_CppunitTest_use_rdb,sw_writerfilter_filter,services))
45 $(eval $(call gb_CppunitTest_use_custom_headers,sw_writerfilter_filter,\
46 officecfg/registry \
49 $(eval $(call gb_CppunitTest_use_configuration,sw_writerfilter_filter))
51 # we need to explicitly depend on library sw_writerfilter because it is not implied
52 # by a link relation
53 $(call gb_CppunitTest_get_target,sw_writerfilter_filter) : $(call gb_Library_get_target,sw_writerfilter)
55 ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
56 $(eval $(call gb_CppunitTest_set_non_application_font_use,sw_writerfilter_filter,abort))
57 endif
59 # vim: set noet sw=4 ts=4: