Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / Module_sc.mk
blob6730163c8cd9701ddffe59c4867db0b8f8631efc
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 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 \
57 CppunitTest_sc_opencl_test \
60 $(eval $(call gb_Module_add_slowcheck_targets,sc, \
61 CppunitTest_sc_subsequent_filters_test \
62 CppunitTest_sc_subsequent_export_test \
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 \
72 JunitTest_sc_unoapi \
73 CppunitTest_sc_outlineobj \
74 CppunitTest_sc_annotationobj \
75 CppunitTest_sc_annotationsobj \
76 CppunitTest_sc_cellrangeobj \
77 $(if $(filter-out $(OS),IOS), \
78 CppunitTest_sc_databaserangeobj) \
79 CppunitTest_sc_datapilottableobj \
80 CppunitTest_sc_datapilotfieldobj \
81 CppunitTest_sc_macros_test \
82 CppunitTest_sc_namedrangeobj \
83 CppunitTest_sc_namedrangesobj \
84 CppunitTest_sc_tablesheetobj \
85 CppunitTest_sc_tablesheetsobj \
86 CppunitTest_sc_editfieldobj_cell \
87 CppunitTest_sc_editfieldobj_header \
88 CppunitTest_sc_modelobj \
91 # vim: set noet sw=4 ts=4: