cURL: follow redirects
[LibreOffice.git] / sc / CppunitTest_sc_ucalc.mk
blob207cfba57484739da6993a1e7b65a38deb6d5a6a
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_condformat \
18 sc/qa/unit/ucalc_formula \
19 sc/qa/unit/ucalc_pivottable \
20 sc/qa/unit/ucalc_sharedformula \
21 sc/qa/unit/ucalc_sort \
24 $(eval $(call gb_CppunitTest_use_library_objects,sc_ucalc, \
25 sc \
26 scqahelper \
29 ifeq ($(ENABLE_TELEPATHY),TRUE)
30 $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc,tubes))
31 endif
33 $(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\
34 boost_headers \
35 $(call gb_Helper_optional,OPENCL, \
36 clew) \
37 icu_headers \
38 icui18n \
39 icuuc \
40 libxml2 \
41 mdds_headers \
42 orcus \
43 orcus-parser \
46 $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \
47 $(call gb_Helper_optional,AVMEDIA,avmedia) \
48 basegfx \
49 comphelper \
50 cppu \
51 cppuhelper \
52 drawinglayer \
53 editeng \
54 for \
55 forui \
56 i18nlangtag \
57 i18nutil \
58 $(call gb_Helper_optional,OPENCL, \
59 opencl) \
60 sal \
61 salhelper \
62 sax \
63 sb \
64 sfx \
65 sot \
66 svl \
67 svt \
68 svx \
69 svxcore \
70 test \
71 tk \
72 tl \
73 ucbhelper \
74 unotest \
75 utl \
76 vbahelper \
77 vcl \
78 xo \
79 $(gb_UWINAPI) \
82 $(eval $(call gb_CppunitTest_set_include,sc_ucalc,\
83 -I$(SRCDIR)/sc/source/ui/inc \
84 -I$(SRCDIR)/sc/source/core/inc \
85 -I$(SRCDIR)/sc/inc \
86 $$(INCLUDE) \
89 $(eval $(call gb_CppunitTest_use_sdk_api,sc_ucalc))
91 $(eval $(call gb_CppunitTest_use_custom_headers,sc_ucalc,\
92 officecfg/registry \
95 $(eval $(call gb_CppunitTest_use_ure,sc_ucalc))
96 $(eval $(call gb_CppunitTest_use_vcl,sc_ucalc))
98 $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
99 configmgr/source/configmgr \
100 framework/util/fwk \
101 i18npool/source/search/i18nsearch \
102 i18npool/util/i18npool \
103 sax/source/expatwrap/expwrap \
104 scaddins/source/analysis/analysis \
105 scaddins/source/datefunc/date \
106 scaddins/source/pricing/pricing \
107 sfx2/util/sfx \
108 ucb/source/core/ucb1 \
109 ucb/source/ucp/file/ucpfile1 \
110 unoxml/source/service/unoxml \
111 uui/util/uui \
114 ifeq ($(OS),LINUX)
115 $(eval $(call gb_CppunitTest_add_libs,sc_ucalc,\
116 -lrt \
118 endif
120 $(eval $(call gb_CppunitTest_use_configuration,sc_ucalc))
122 # vim: set noet sw=4 ts=4: