[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / sc / CppunitTest_sc_parallelism.mk
blobeb7aaa4469540a0bb455a0e459a4fa4b85b09da1
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_use_common_precompiled_header,sc_parallelism))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_parallelism, \
15 sc/qa/unit/parallelism \
18 $(eval $(call gb_CppunitTest_use_library_objects,sc_parallelism, \
19 sc \
20 scqahelper \
23 $(eval $(call gb_CppunitTest_use_externals,sc_parallelism, \
24 boost_headers \
25 $(call gb_Helper_optional,OPENCL,clew) \
26 icu_headers \
27 icui18n \
28 icuuc \
29 libxml2 \
30 mdds_headers \
31 orcus \
32 orcus-parser \
35 $(eval $(call gb_CppunitTest_use_libraries,sc_parallelism, \
36 $(call gb_Helper_optional,AVMEDIA,avmedia) \
37 basegfx \
38 comphelper \
39 cppu \
40 cppuhelper \
41 dbtools \
42 drawinglayer \
43 editeng \
44 for \
45 forui \
46 i18nlangtag \
47 i18nutil \
48 $(call gb_Helper_optional,OPENCL,opencl) \
49 sal \
50 salhelper \
51 sax \
52 sb \
53 sfx \
54 sot \
55 svl \
56 svt \
57 svx \
58 svxcore \
59 test \
60 tk \
61 tl \
62 ucbhelper \
63 unotest \
64 utl \
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: