Linux x86 build fix
[LibreOffice.git] / sc / Module_sc.mk
blob11b55201a38011571b55ad4e3f6b5f2aa5ee3fc4
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 (,$(filter DESKTOP,$(BUILD_TYPE)))
26 $(eval $(call gb_Module_add_targets,sc,\
27 Library_scqahelper \
29 endif
31 ifeq ($(ENABLE_TELEPATHY),TRUE)
33 $(eval $(call gb_Module_add_targets,sc,\
34 CustomTarget_uiconfig \
37 endif
39 ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),)
41 $(eval $(call gb_Module_add_targets,sc,\
42 Library_vbaobj \
45 endif
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 \
52 CppunitTest_sc_tiledrendering \
55 $(eval $(call gb_Module_add_slowcheck_targets,sc, \
56 CppunitTest_sc_condformats \
57 CppunitTest_sc_new_cond_format_api \
58 CppunitTest_sc_subsequent_filters_test \
59 CppunitTest_sc_subsequent_export_test \
60 CppunitTest_sc_bugfix_test \
61 CppunitTest_sc_html_export_test \
62 CppunitTest_sc_opencl_test \
63 CppunitTest_sc_copypaste \
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_styleloaderobj \
76 CppunitTest_sc_recordchanges \
77 CppunitTest_sc_annotationobj \
78 CppunitTest_sc_annotationsobj \
79 CppunitTest_sc_cellrangeobj \
80 $(if $(filter-out $(OS),IOS), \
81 CppunitTest_sc_databaserangeobj) \
82 CppunitTest_sc_datapilottableobj \
83 CppunitTest_sc_datapilotfieldobj \
84 CppunitTest_sc_macros_test \
85 CppunitTest_sc_namedrangeobj \
86 CppunitTest_sc_namedrangesobj \
87 CppunitTest_sc_tablesheetobj \
88 CppunitTest_sc_tablesheetsobj \
89 CppunitTest_sc_editfieldobj_cell \
90 CppunitTest_sc_editfieldobj_header \
91 CppunitTest_sc_modelobj \
94 $(eval $(call gb_Module_add_perfcheck_targets,sc,\
95 CppunitTest_sc_perfobj \
96 CppunitTest_sc_tablesheetobj \
100 # vim: set noet sw=4 ts=4: