# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # 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/. # $(eval $(call gb_Module_Module,setup_native)) $(eval $(call gb_Module_add_targets,setup_native,\ $(if $(filter LINUX SOLARIS,$(OS)),Library_getuid) \ CustomTarget_spell \ Package_packinfo \ )) ifeq ($(OS),MACOSX) $(eval $(call gb_Module_add_targets,setup_native,\ CustomTarget_mac \ )) endif ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,setup_native,\ Package_misc \ )) endif ifeq ($(OS)$(COM),WNTMSC) $(eval $(call gb_Module_add_targets,setup_native,\ Library_instooofiltmsi \ Library_qslnkmsi \ Library_reg4allmsdoc \ $(if $(DISABLE_ACTIVEX),,Library_regactivex) \ Library_sdqsmsi \ Library_sellangmsi \ Library_shlxtmsi \ Library_sn_tools \ StaticLibrary_quickstarter \ StaticLibrary_seterror \ )) else ifneq ($(WINEGCC),) # this is supposed to be built on the _build_ platform, even though the # result is an .exe $(eval $(call gb_Module_add_targets,setup_native,\ CustomTarget_wintools \ Package_wintools \ )) endif $(eval $(call gb_Module_add_targets,setup_native,\ CustomTarget_scripts \ Package_scripts \ )) endif # vim: set noet sw=4 ts=4: reoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/Module_sd.mk
AgeCommit message (Expand)Author
2023-10-31CppunitTest_sd_export_tests-ooxml3: split in twoXisco Fauli
2023-09-23tdf#105303: Drop html export wizardXisco Fauli
2023-08-23move theme test from svx to sd - so we can use ThemeColorChangeTomaž Vajngerl
2023-08-22tdf#156856: close write access before using AlphaMaskMike Kaganski
2023-05-06Change text auto-fit alg. to also increase the scalingTomaž Vajngerl
2022-09-14merge sdfilt library into sdNoel Grandin
2022-08-11uitest: sd: split UITest_impress_tests into 2Xisco Fauli
2022-08-02tdf#150064 Add tests for a11y tree orderColomban Wendling
2022-06-08tdf148321: convert OOXML inset values to text distance valuesTomaž Vajngerl
2022-01-31sd: move png export tests to their own fileXisco Fauli
2021-10-27sd: split CppunitTest_sd_import_tests in twoXisco Fauli
2021-10-27sd_import: use a template for makefilesXisco Fauli
2021-06-08sd: split CppunitTest_sd_export_tests-ooxml2 into twoXisco Fauli
2021-06-07sd: Use template for export test modulesXisco Fauli
2020-11-20tdf#127086 PPT export: fix lost bitmap fill for OOXML custom shapesMiklos Vajna
2020-09-23tdf#104722: sd_layout_tests: Add unittestXisco Fauli