sc lok: cope with non 100% zoom better.
[LibreOffice.git] / sc / CppunitTest_sc_parallelism.mk
blob3b129626a16940bb0db73c60fc52ea9eae3e7211
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_externals,sc_parallelism, \
19 boost_headers \
20 $(call gb_Helper_optional,OPENCL,clew) \
21 mdds_headers \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_parallelism, \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sc \
40 scqahelper \
41 sfx \
42 sot \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tk \
49 tl \
50 ucbhelper \
51 unotest \
52 utl \
53 vcl \
54 xo \
57 $(eval $(call gb_CppunitTest_set_include,sc_parallelism,\
58 -I$(SRCDIR)/sc/source/ui/inc \
59 -I$(SRCDIR)/sc/source/core/inc \
60 -I$(SRCDIR)/sc/inc \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_api,sc_parallelism,\
65 udkapi \
66 offapi \
67 oovbaapi \
70 $(eval $(call gb_CppunitTest_use_custom_headers,sc_parallelism,\
71 officecfg/registry \
74 $(eval $(call gb_CppunitTest_use_ure,sc_parallelism))
75 $(eval $(call gb_CppunitTest_use_vcl,sc_parallelism))
77 $(eval $(call gb_CppunitTest_use_components,sc_parallelism,\
78 basic/util/sb \
79 chart2/source/chartcore \
80 chart2/source/controller/chartcontroller \
81 comphelper/util/comphelp \
82 configmgr/source/configmgr \
83 dbaccess/util/dba \
84 embeddedobj/util/embobj \
85 eventattacher/source/evtatt \
86 filter/source/config/cache/filterconfig1 \
87 forms/util/frm \
88 framework/util/fwk \
89 i18npool/util/i18npool \
90 linguistic/source/lng \
91 oox/util/oox \
92 package/source/xstor/xstor \
93 package/util/package2 \
94 sax/source/expatwrap/expwrap \
95 scaddins/source/analysis/analysis \
96 scaddins/source/datefunc/date \
97 sc/util/sc \
98 sc/util/scfilt \
99 sfx2/util/sfx \
100 sot/util/sot \
101 svl/util/svl \
102 svtools/util/svt \
103 svx/util/svx \
104 svx/util/svxcore \
105 toolkit/util/tk \
106 ucb/source/core/ucb1 \
107 ucb/source/ucp/file/ucpfile1 \
108 ucb/source/ucp/tdoc/ucptdoc1 \
109 uui/util/uui \
110 unotools/util/utl \
111 unoxml/source/rdf/unordf \
112 unoxml/source/service/unoxml \
113 vcl/vcl.common \
114 xmloff/util/xo \
117 $(eval $(call gb_CppunitTest_use_configuration,sc_parallelism))
119 # vim: set noet sw=4 ts=4: