2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-03-27 23:28:08 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-03-27 23:28:08 +02: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-27 23:28:08 +02:00
|
|
|
#
|
|
|
|
|
2021-06-07 16:42:37 +02:00
|
|
|
include $(SRCDIR)/sd/export_setup.mk
|
2021-10-27 13:27:27 +02:00
|
|
|
include $(SRCDIR)/sd/import_setup.mk
|
2021-06-07 16:42:37 +02:00
|
|
|
|
2011-03-27 23:28:08 +02:00
|
|
|
$(eval $(call gb_Module_Module,sd))
|
|
|
|
|
2011-04-20 08:59:00 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,sd,\
|
|
|
|
Library_sd \
|
|
|
|
Library_sdd \
|
|
|
|
Library_sdfilt \
|
2019-02-25 15:36:38 +02:00
|
|
|
Library_sdui \
|
2013-05-04 07:42:52 +02:00
|
|
|
Package_opengl \
|
2011-04-21 19:35:16 +02:00
|
|
|
Package_web \
|
2011-04-20 08:59:00 +02:00
|
|
|
Package_xml \
|
2017-06-11 20:56:30 +01:00
|
|
|
UIConfig_sdraw \
|
|
|
|
UIConfig_simpress \
|
2011-04-20 08:59:00 +02:00
|
|
|
))
|
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,sd,\
|
2017-06-11 20:56:30 +01:00
|
|
|
AllLangMoTarget_sd \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
|
|
|
|
2015-12-12 01:24:07 +01:00
|
|
|
ifeq ($(filter DRAGONFLY FREEBSD,$(OS)),)
|
2017-11-12 19:26:50 +01:00
|
|
|
$(eval $(call gb_Module_add_slowcheck_targets,sd,\
|
2015-02-21 17:51:51 +01:00
|
|
|
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
|
|
|
|
CppunitTest_sd_uimpress) \
|
2013-05-14 12:00:51 +02:00
|
|
|
CppunitTest_sd_import_tests \
|
2021-10-27 13:58:53 +02:00
|
|
|
CppunitTest_sd_import_tests2 \
|
2021-10-27 13:27:27 +02:00
|
|
|
CppunitTest_sd_import_tests-smartart \
|
2021-06-07 16:42:37 +02:00
|
|
|
CppunitTest_sd_export_tests-ooxml1 \
|
|
|
|
CppunitTest_sd_export_tests-ooxml2 \
|
2021-06-08 12:08:37 +02:00
|
|
|
CppunitTest_sd_export_tests-ooxml3 \
|
2014-07-04 05:15:31 +02:00
|
|
|
CppunitTest_sd_export_tests \
|
2012-07-13 21:20:38 +02:00
|
|
|
CppunitTest_sd_filters_test \
|
2020-09-23 15:27:51 +02:00
|
|
|
CppunitTest_sd_layout_tests \
|
2015-12-03 19:05:03 +10:00
|
|
|
CppunitTest_sd_misc_tests \
|
2019-06-05 16:28:53 +02:00
|
|
|
CppunitTest_sd_uiimpress \
|
2014-04-13 22:13:56 +02:00
|
|
|
CppunitTest_sd_html_export_tests \
|
2017-11-13 10:13:13 +01:00
|
|
|
CppunitTest_sd_activex_controls_tests \
|
2020-05-04 08:49:36 +02:00
|
|
|
CppunitTest_sd_pdf_import_test \
|
2020-11-20 12:03:21 +01:00
|
|
|
CppunitTest_sd_filter_eppt \
|
2011-04-24 07:59:28 +02:00
|
|
|
))
|
2011-10-17 15:08:36 +02:00
|
|
|
endif
|
2011-04-24 07:59:28 +02:00
|
|
|
|
2018-08-26 17:22:56 +02:00
|
|
|
ifneq ($(DISABLE_GUI),TRUE)
|
2015-11-05 17:04:57 +01:00
|
|
|
ifeq ($(OS),LINUX)
|
2017-11-12 19:26:50 +01:00
|
|
|
$(eval $(call gb_Module_add_slowcheck_targets,sd,\
|
2015-11-05 17:04:57 +01:00
|
|
|
CppunitTest_sd_svg_export_tests \
|
2016-06-10 09:03:54 +02:00
|
|
|
CppunitTest_sd_tiledrendering \
|
2015-11-05 17:04:57 +01:00
|
|
|
))
|
|
|
|
endif
|
2017-05-02 19:57:53 +02:00
|
|
|
endif
|
2011-11-10 16:51:58 +00:00
|
|
|
|
2016-08-17 09:43:33 +02:00
|
|
|
# screenshots
|
|
|
|
$(eval $(call gb_Module_add_screenshot_targets,sd, \
|
2016-06-29 17:48:42 +02:00
|
|
|
CppunitTest_sd_dialogs_test \
|
|
|
|
))
|
|
|
|
|
2011-03-27 23:28:08 +02:00
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
|
|
|
|
JunitTest_sd_unoapi \
|
|
|
|
))
|
|
|
|
|
2018-08-01 23:36:02 +02:00
|
|
|
$(eval $(call gb_Module_add_uicheck_targets,sd,\
|
|
|
|
UITest_impress_tests \
|
2019-04-04 08:52:23 +02:00
|
|
|
UITest_sd_findReplace \
|
2018-08-01 23:36:02 +02:00
|
|
|
))
|
2011-07-30 23:02:06 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|