2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-03-25 23:41:28 -05:00
|
|
|
#
|
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-03-25 23:41:28 -05:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-03-25 23:41:28 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,sc))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,sc,\
|
2011-04-05 11:50:53 +02:00
|
|
|
Library_sc \
|
|
|
|
Library_scd \
|
|
|
|
Library_scfilt \
|
2014-02-19 12:21:12 +01:00
|
|
|
$(call gb_Helper_optional,DESKTOP,Library_scui) \
|
2011-03-25 23:41:28 -05:00
|
|
|
))
|
2011-04-11 12:22:52 +02:00
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,sc,\
|
|
|
|
AllLangResTarget_sc \
|
2013-12-16 16:51:35 +01:00
|
|
|
UIConfig_scalc \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
|
|
|
|
2013-07-16 14:15:17 +02:00
|
|
|
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
|
|
|
|
$(eval $(call gb_Module_add_targets,sc,\
|
|
|
|
Library_scqahelper \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2013-04-06 15:34:43 +02:00
|
|
|
ifeq ($(ENABLE_TELEPATHY),TRUE)
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,sc,\
|
|
|
|
CustomTarget_uiconfig \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2014-10-21 23:21:37 +03:00
|
|
|
ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),)
|
2012-01-20 17:20:11 +02:00
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,sc,\
|
|
|
|
Library_vbaobj \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-04-11 12:22:52 +02:00
|
|
|
$(eval $(call gb_Module_add_check_targets,sc,\
|
2015-02-21 17:51:51 +01:00
|
|
|
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
|
|
|
|
CppunitTest_sc_ucalc) \
|
2013-06-27 20:11:14 -04:00
|
|
|
CppunitTest_sc_filters_test \
|
|
|
|
CppunitTest_sc_rangelst_test \
|
2012-11-12 13:27:40 +00:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_slowcheck_targets,sc, \
|
2014-12-22 14:09:25 +01:00
|
|
|
CppunitTest_sc_condformats \
|
2015-03-16 20:23:59 +01:00
|
|
|
CppunitTest_sc_new_cond_format_api \
|
2012-11-12 13:27:40 +00:00
|
|
|
CppunitTest_sc_subsequent_filters_test \
|
|
|
|
CppunitTest_sc_subsequent_export_test \
|
2015-02-02 12:50:17 +01:00
|
|
|
CppunitTest_sc_bugfix_test \
|
2014-05-13 03:31:19 +02:00
|
|
|
CppunitTest_sc_html_export_test \
|
2014-12-08 09:29:28 +02:00
|
|
|
CppunitTest_sc_opencl_test \
|
2012-11-12 13:27:40 +00:00
|
|
|
))
|
|
|
|
|
|
|
|
# Disabled to allow the check tinderbox execute the sd tests
|
2012-11-30 12:23:25 +00:00
|
|
|
# CppunitTest_sc_chart_regression_test \
|
|
|
|
# FIXME_REMOVE_WHEN_RE_BASE_COMPLETE
|
|
|
|
# CppunitTest_sc_annotationshapeobj \
|
2012-11-12 13:27:40 +00:00
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
|
2013-03-10 15:19:50 +07:00
|
|
|
JunitTest_sc_complex \
|
|
|
|
JunitTest_sc_unoapi \
|
|
|
|
CppunitTest_sc_outlineobj \
|
2014-08-05 17:02:49 +02:00
|
|
|
CppunitTest_sc_styleloaderobj \
|
2015-02-24 09:41:44 +01:00
|
|
|
CppunitTest_sc_recordchanges \
|
2013-03-10 15:19:50 +07:00
|
|
|
CppunitTest_sc_annotationobj \
|
|
|
|
CppunitTest_sc_annotationsobj \
|
|
|
|
CppunitTest_sc_cellrangeobj \
|
|
|
|
$(if $(filter-out $(OS),IOS), \
|
2014-08-05 17:02:49 +02:00
|
|
|
CppunitTest_sc_databaserangeobj) \
|
2013-03-10 15:19:50 +07:00
|
|
|
CppunitTest_sc_datapilottableobj \
|
|
|
|
CppunitTest_sc_datapilotfieldobj \
|
2012-11-12 13:27:40 +00:00
|
|
|
CppunitTest_sc_macros_test \
|
2013-03-10 15:19:50 +07:00
|
|
|
CppunitTest_sc_namedrangeobj \
|
|
|
|
CppunitTest_sc_namedrangesobj \
|
|
|
|
CppunitTest_sc_tablesheetobj \
|
|
|
|
CppunitTest_sc_tablesheetsobj \
|
|
|
|
CppunitTest_sc_editfieldobj_cell \
|
|
|
|
CppunitTest_sc_editfieldobj_header \
|
|
|
|
CppunitTest_sc_modelobj \
|
2011-11-28 21:58:08 +01:00
|
|
|
))
|
2011-03-25 23:41:28 -05:00
|
|
|
|
2014-11-04 12:36:46 +01:00
|
|
|
$(eval $(call gb_Module_add_perfcheck_targets,sc,\
|
2014-11-03 16:01:07 +01:00
|
|
|
CppunitTest_sc_perfobj \
|
|
|
|
CppunitTest_sc_tablesheetobj \
|
2014-11-04 12:36:46 +01:00
|
|
|
))
|
|
|
|
|
2014-11-03 16:01:07 +01:00
|
|
|
|
2011-07-30 23:01:11 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|