python3: upgrade to release 3.8.13
[LibreOffice.git] / sc / CppunitTest_sc_parallelism.mk
blob8511d209f3d60b2694a90aef8988c40cc75367d1
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,sc_parallelism))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_parallelism, \
13 sc/qa/unit/parallelism \
16 $(eval $(call gb_CppunitTest_use_library_objects,sc_parallelism, \
17 sc \
18 scqahelper \
21 $(eval $(call gb_CppunitTest_use_externals,sc_parallelism, \
22 boost_headers \
23 $(call gb_Helper_optional,OPENCL,clew) \
24 icu_headers \
25 icui18n \
26 icuuc \
27 libxml2 \
28 mdds_headers \
29 orcus \
30 orcus-parser \
33 $(eval $(call gb_CppunitTest_use_libraries,sc_parallelism, \
34 $(call gb_Helper_optional,AVMEDIA,avmedia) \
35 basegfx \
36 comphelper \
37 cppu \
38 cppuhelper \
39 dbtools \
40 drawinglayer \
41 drawinglayercore \
42 editeng \
43 for \
44 forui \
45 i18nlangtag \
46 i18nutil \
47 $(call gb_Helper_optional,OPENCL,opencl) \
48 sal \
49 salhelper \
50 sax \
51 sb \
52 sfx \
53 sot \
54 svl \
55 svt \
56 svx \
57 svxcore \
58 test \
59 tk \
60 tl \
61 ucbhelper \
62 unotest \
63 utl \
64 $(call gb_Helper_optional,SCRIPTING, \
65 vbahelper) \
66 vcl \
67 xo \
70 $(eval $(call gb_CppunitTest_set_include,sc_parallelism,\
71 -I$(SRCDIR)/sc/source/ui/inc \
72 -I$(SRCDIR)/sc/source/core/inc \
73 -I$(SRCDIR)/sc/inc \
74 $$(INCLUDE) \
77 $(eval $(call gb_CppunitTest_use_api,sc_parallelism,\
78 udkapi \
79 offapi \
80 oovbaapi \
83 $(eval $(call gb_CppunitTest_use_custom_headers,sc_parallelism,\
84 officecfg/registry \
87 $(eval $(call gb_CppunitTest_use_ure,sc_parallelism))
88 $(eval $(call gb_CppunitTest_use_vcl,sc_parallelism))
90 $(eval $(call gb_CppunitTest_use_components,sc_parallelism,\
91 configmgr/source/configmgr \
92 framework/util/fwk \
93 i18npool/source/search/i18nsearch \
94 i18npool/util/i18npool \
95 sax/source/expatwrap/expwrap \
96 scaddins/source/analysis/analysis \
97 scaddins/source/datefunc/date \
98 scaddins/source/pricing/pricing \
99 sfx2/util/sfx \
100 ucb/source/core/ucb1 \
101 ucb/source/ucp/file/ucpfile1 \
102 unoxml/source/service/unoxml \
103 uui/util/uui \
104 vcl/vcl.common \
107 $(eval $(call gb_CppunitTest_use_configuration,sc_parallelism))
109 # vim: set noet sw=4 ts=4: