1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 $(eval
$(call gb_Module_Module
,sc
))
13 $(eval
$(call gb_Module_add_targets
,sc
,\
17 $(call gb_Helper_optional
,DESKTOP
,Library_scui
) \
20 $(eval
$(call gb_Module_add_l10n_targets
,sc
,\
25 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
26 $(eval
$(call gb_Module_add_targets
,sc
,\
31 ifeq ($(ENABLE_TELEPATHY
),TRUE
)
33 $(eval
$(call gb_Module_add_targets
,sc
,\
34 CustomTarget_uiconfig \
39 ifneq ($(filter SCRIPTING
,$(BUILD_TYPE
)),)
41 $(eval
$(call gb_Module_add_targets
,sc
,\
47 $(eval
$(call gb_Module_add_check_targets
,sc
,\
48 $(if
$(and
$(filter $(COM
),MSC
),$(MERGELIBS
)),, \
49 CppunitTest_sc_ucalc
) \
50 CppunitTest_sc_filters_test \
51 CppunitTest_sc_rangelst_test \
54 $(eval
$(call gb_Module_add_slowcheck_targets
,sc
, \
55 CppunitTest_sc_condformats \
56 CppunitTest_sc_new_cond_format_api \
57 CppunitTest_sc_subsequent_filters_test \
58 CppunitTest_sc_subsequent_export_test \
59 CppunitTest_sc_bugfix_test \
60 CppunitTest_sc_html_export_test \
61 CppunitTest_sc_opencl_test \
62 CppunitTest_sc_copypaste \
65 # Disabled to allow the check tinderbox execute the sd tests
66 # CppunitTest_sc_chart_regression_test \
67 # FIXME_REMOVE_WHEN_RE_BASE_COMPLETE
68 # CppunitTest_sc_annotationshapeobj \
70 $(eval
$(call gb_Module_add_subsequentcheck_targets
,sc
,\
71 JunitTest_sc_complex \
73 CppunitTest_sc_outlineobj \
74 CppunitTest_sc_styleloaderobj \
75 CppunitTest_sc_recordchanges \
76 CppunitTest_sc_annotationobj \
77 CppunitTest_sc_annotationsobj \
78 CppunitTest_sc_cellrangeobj \
79 $(if
$(filter-out $(OS
),IOS
), \
80 CppunitTest_sc_databaserangeobj
) \
81 CppunitTest_sc_datapilottableobj \
82 CppunitTest_sc_datapilotfieldobj \
83 CppunitTest_sc_macros_test \
84 CppunitTest_sc_namedrangeobj \
85 CppunitTest_sc_namedrangesobj \
86 CppunitTest_sc_tablesheetobj \
87 CppunitTest_sc_tablesheetsobj \
88 CppunitTest_sc_editfieldobj_cell \
89 CppunitTest_sc_editfieldobj_header \
90 CppunitTest_sc_modelobj \
93 $(eval
$(call gb_Module_add_perfcheck_targets
,sc
,\
94 CppunitTest_sc_perfobj \
95 CppunitTest_sc_tablesheetobj \
99 # vim: set noet sw=4 ts=4: