Bump version to 4.3-4
[LibreOffice.git] / sc / Module_sc.mk
blob2b82efae478977d6b4cd81191d60a732331019b4
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,\
14 Library_sc \
15 Library_scd \
16 Library_scfilt \
17 $(call gb_Helper_optional,DESKTOP,Library_scui) \
20 $(eval $(call gb_Module_add_l10n_targets,sc,\
21 AllLangResTarget_sc \
22 UIConfig_scalc \
25 ifneq (,$(ENABLE_OPENCL))
26 $(eval $(call gb_Module_add_targets,sc,\
27 Library_scopencl \
29 endif
31 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
32 $(eval $(call gb_Module_add_targets,sc,\
33 Library_scqahelper \
35 endif
37 ifeq ($(ENABLE_TELEPATHY),TRUE)
39 $(eval $(call gb_Module_add_targets,sc,\
40 CustomTarget_uiconfig \
43 endif
45 ifneq ($(DISABLE_SCRIPTING),TRUE)
47 $(eval $(call gb_Module_add_targets,sc,\
48 Library_vbaobj \
51 endif
53 $(eval $(call gb_Module_add_check_targets,sc,\
54 CppunitTest_sc_ucalc \
55 CppunitTest_sc_filters_test \
56 CppunitTest_sc_rangelst_test \
59 $(eval $(call gb_Module_add_slowcheck_targets,sc, \
60 CppunitTest_sc_subsequent_filters_test \
61 CppunitTest_sc_subsequent_export_test \
62 CppunitTest_sc_html_export_test \
63 CppunitTest_sc_opencl_test \
66 # Disabled to allow the check tinderbox execute the sd tests
67 # CppunitTest_sc_chart_regression_test \
68 # FIXME_REMOVE_WHEN_RE_BASE_COMPLETE
69 # CppunitTest_sc_annotationshapeobj \
71 $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
72 JunitTest_sc_complex \
73 JunitTest_sc_unoapi \
74 CppunitTest_sc_outlineobj \
75 CppunitTest_sc_annotationobj \
76 CppunitTest_sc_annotationsobj \
77 CppunitTest_sc_cellrangeobj \
78 $(if $(filter-out $(OS),IOS), \
79 CppunitTest_sc_databaserangeobj) \
80 CppunitTest_sc_datapilottableobj \
81 CppunitTest_sc_datapilotfieldobj \
82 CppunitTest_sc_macros_test \
83 CppunitTest_sc_namedrangeobj \
84 CppunitTest_sc_namedrangesobj \
85 CppunitTest_sc_tablesheetobj \
86 CppunitTest_sc_tablesheetsobj \
87 CppunitTest_sc_editfieldobj_cell \
88 CppunitTest_sc_editfieldobj_header \
89 CppunitTest_sc_modelobj \
92 # vim: set noet sw=4 ts=4: