Added 20 words to autocorrect pt_PT
[LibreOffice.git] / sc / CppunitTest_sc_ucalc.mk
blobd918182a0c4f840ebad62a7042e70e70e7e5695a
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 $(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\
30 boost_headers \
31 $(call gb_Helper_optional,OPENCL, \
32 clew) \
33 icu_headers \
34 icui18n \
35 icuuc \
36 libxml2 \
37 mdds_headers \
38 orcus \
39 orcus-parser \
42 $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \
43 $(call gb_Helper_optional,AVMEDIA,avmedia) \
44 basegfx \
45 comphelper \
46 cppu \
47 cppuhelper \
48 drawinglayer \
49 editeng \
50 for \
51 forui \
52 i18nlangtag \
53 i18nutil \
54 $(call gb_Helper_optional,OPENCL, \
55 opencl) \
56 sal \
57 salhelper \
58 sax \
59 sb \
60 sfx \
61 sot \
62 svl \
63 svt \
64 svx \
65 svxcore \
66 test \
67 tk \
68 tl \
69 ucbhelper \
70 unotest \
71 utl \
72 vbahelper \
73 vcl \
74 xo \
77 $(eval $(call gb_CppunitTest_set_include,sc_ucalc,\
78 -I$(SRCDIR)/sc/source/ui/inc \
79 -I$(SRCDIR)/sc/source/core/inc \
80 -I$(SRCDIR)/sc/inc \
81 $$(INCLUDE) \
84 $(eval $(call gb_CppunitTest_use_sdk_api,sc_ucalc))
86 $(eval $(call gb_CppunitTest_use_custom_headers,sc_ucalc,\
87 officecfg/registry \
90 $(eval $(call gb_CppunitTest_use_ure,sc_ucalc))
91 $(eval $(call gb_CppunitTest_use_vcl,sc_ucalc))
93 $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
94 configmgr/source/configmgr \
95 framework/util/fwk \
96 i18npool/source/search/i18nsearch \
97 i18npool/util/i18npool \
98 sax/source/expatwrap/expwrap \
99 scaddins/source/analysis/analysis \
100 scaddins/source/datefunc/date \
101 scaddins/source/pricing/pricing \
102 sfx2/util/sfx \
103 ucb/source/core/ucb1 \
104 ucb/source/ucp/file/ucpfile1 \
105 unoxml/source/service/unoxml \
106 uui/util/uui \
109 ifeq ($(OS),LINUX)
110 $(eval $(call gb_CppunitTest_add_libs,sc_ucalc,\
111 -lrt \
113 endif
115 ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
116 $(eval $(call gb_CppunitTest_add_libs,sc_ucalc,\
117 -lpthread \
119 endif
121 $(eval $(call gb_CppunitTest_use_configuration,sc_ucalc))
123 # vim: set noet sw=4 ts=4: