Bump version to 4.3-4
[LibreOffice.git] / sc / CppunitTest_sc_ucalc.mk
blob2054f19b7bfa49975ee71d8d6bda8400882a1d01
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,sc_ucalc))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc, \
15 sc/qa/unit/ucalc \
16 sc/qa/unit/ucalc_column \
17 sc/qa/unit/ucalc_formula \
18 sc/qa/unit/ucalc_pivottable \
19 sc/qa/unit/ucalc_sharedformula \
20 sc/qa/unit/ucalc_sort \
23 $(eval $(call gb_CppunitTest_use_library_objects,sc_ucalc, \
24 sc \
25 scqahelper \
28 ifeq ($(ENABLE_TELEPATHY),TRUE)
29 $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc,tubes))
30 endif
32 $(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\
33 boost_headers \
34 icu_headers \
35 icui18n \
36 icuuc \
37 libxml2 \
38 mdds_headers \
39 orcus \
40 orcus-parser \
43 $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \
44 $(call gb_Helper_optional,AVMEDIA,avmedia) \
45 basegfx \
46 comphelper \
47 cppu \
48 cppuhelper \
49 drawinglayer \
50 editeng \
51 for \
52 forui \
53 i18nlangtag \
54 i18nutil \
55 sal \
56 salhelper \
57 sax \
58 sb \
59 sfx \
60 sot \
61 svl \
62 svt \
63 svx \
64 svxcore \
65 test \
66 tk \
67 tl \
68 ucbhelper \
69 unotest \
70 utl \
71 vbahelper \
72 vcl \
73 vclopengl \
74 xo \
75 $(gb_UWINAPI) \
78 $(eval $(call gb_CppunitTest_set_include,sc_ucalc,\
79 -I$(SRCDIR)/sc/source/ui/inc \
80 -I$(SRCDIR)/sc/source/core/inc \
81 -I$(SRCDIR)/sc/inc \
82 $$(INCLUDE) \
85 $(eval $(call gb_CppunitTest_use_api,sc_ucalc,\
86 offapi \
87 udkapi \
90 $(eval $(call gb_CppunitTest_use_ure,sc_ucalc))
92 $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
93 configmgr/source/configmgr \
94 framework/util/fwk \
95 i18npool/util/i18npool \
96 i18npool/source/search/i18nsearch \
97 sax/source/expatwrap/expwrap \
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 scaddins/source/analysis/analysis \
104 scaddins/source/datefunc/date \
105 scaddins/source/pricing/pricing \
108 $(eval $(call gb_CppunitTest_use_configuration,sc_ucalc))
110 # vim: set noet sw=4 ts=4: