make Skia the default now on Mac too (again)
[LibreOffice.git] / sc / CppunitTest_sc_parallelism.mk
blob9d38798ca97b1bc4ac94646d5fb6ae2d7af1ff17
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 editeng \
42 for \
43 forui \
44 i18nlangtag \
45 i18nutil \
46 $(call gb_Helper_optional,OPENCL,opencl) \
47 sal \
48 salhelper \
49 sax \
50 sb \
51 sfx \
52 sot \
53 svl \
54 svt \
55 svx \
56 svxcore \
57 test \
58 tk \
59 tl \
60 ucbhelper \
61 unotest \
62 utl \
63 $(call gb_Helper_optional,SCRIPTING, \
64 vbahelper) \
65 vcl \
66 xo \
69 $(eval $(call gb_CppunitTest_set_include,sc_parallelism,\
70 -I$(SRCDIR)/sc/source/ui/inc \
71 -I$(SRCDIR)/sc/source/core/inc \
72 -I$(SRCDIR)/sc/inc \
73 $$(INCLUDE) \
76 $(eval $(call gb_CppunitTest_use_api,sc_parallelism,\
77 udkapi \
78 offapi \
79 oovbaapi \
82 $(eval $(call gb_CppunitTest_use_custom_headers,sc_parallelism,\
83 officecfg/registry \
86 $(eval $(call gb_CppunitTest_use_ure,sc_parallelism))
87 $(eval $(call gb_CppunitTest_use_vcl,sc_parallelism))
89 $(eval $(call gb_CppunitTest_use_components,sc_parallelism,\
90 configmgr/source/configmgr \
91 framework/util/fwk \
92 i18npool/source/search/i18nsearch \
93 i18npool/util/i18npool \
94 sax/source/expatwrap/expwrap \
95 scaddins/source/analysis/analysis \
96 scaddins/source/datefunc/date \
97 scaddins/source/pricing/pricing \
98 sfx2/util/sfx \
99 ucb/source/core/ucb1 \
100 ucb/source/ucp/file/ucpfile1 \
101 unoxml/source/service/unoxml \
102 uui/util/uui \
103 vcl/vcl.common \
106 $(eval $(call gb_CppunitTest_use_configuration,sc_parallelism))
108 # vim: set noet sw=4 ts=4: