# -*- 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_CustomTarget_CustomTarget,i18npool/localedata)) i18npool_LD_NAMES := $(basename $(notdir $(wildcard $(SRCDIR)/i18npool/source/localedata/data/*.xml))) $(eval $(call gb_CustomTarget_register_targets,i18npool/localedata,\ $(foreach name,$(i18npool_LD_NAMES),localedata_$(name).cxx) \ )) $(gb_CustomTarget_workdir)/i18npool/localedata/localedata_%_new.cxx : \ $(SRCDIR)/i18npool/source/localedata/data/%.xml \ $(call gb_Executable_get_runtime_dependencies,saxparser) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SAX,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),SAX) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_print_on_error, \ $(call gb_Helper_execute,saxparser) $* $< $@ \ -env:LO_LIB_DIR=$(call gb_Helper_make_url,$(INSTROOT_FOR_BUILD)/$(LIBO_LIB_FOLDER)) \ -env:URE_MORE_SERVICES=$(call gb_Helper_make_url,$(call gb_Rdb_get_target_for_build,saxparser)))) $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),SAX) .PRECIOUS: $(gb_CustomTarget_workdir)/i18npool/localedata/localedata_%_new.cxx $(gb_CustomTarget_workdir)/i18npool/localedata/localedata_%.cxx : \ $(gb_CustomTarget_workdir)/i18npool/localedata/localedata_%_new.cxx $(call gb_Helper_copy_if_different_and_touch,$<,$@) # vim: set noet sw=4 ts=4: istro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2023-04-06Fix typoAndrea Gelmini
2023-04-06m4: Bump Boost detection macros to latest autoconf-archive versionWANG Xuerui
2022-11-10Add riscv64 supportSakura286
2022-04-29configure: default to --with-system-nss on LinuxMichael Stahl
2022-01-05Drop remnants of --with-webdav=neonStephan Bergmann
2022-01-03Just ENABLE_* VCL plugins, if we test_* themJan-Marek Glogowski
2022-01-03freetype/fontconfig: ignore --without-system-libsJan-Marek Glogowski
2021-12-30libo_CSM: better output for disabed testsJan-Marek Glogowski
2021-12-30Further refine libo_CHECK_SYSTEM_MODULEJan-Marek Glogowski
2021-12-29Drop libo_CSM internal CFLAGS+LIBS parametersJan-Marek Glogowski
2021-12-15Simplify CURL and LIBCMIS testsJan-Marek Glogowski
2021-12-09Simplify FONTCONFIG and FREETYPE testsJan-Marek Glogowski
2021-12-01m4: Add test flag to libo_CHECK_SYSTEM_MODULEJan-Marek Glogowski
2021-10-29Fix macro "AC_HELP_STRING" is obsolete (m4)Julien Nabet
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2020-12-02Remove odd comment about MINGWSTRIP from m4/READMEStephan Bergmann
2019-09-02add -latomic configure check...Rene Engelhard
2017-12-14Fix typosAndrea Gelmini
2017-08-18Fix typosAndrea Gelmini
2017-04-28build boost::locale libraryCaolán McNamara
2017-02-10Remove MinGW supportStephan Bergmann
2016-12-08Display a summary of fuzzing in command-line form at the end of configureTor Lillqvist
2016-12-08Introduce configure option fuzzingTor Lillqvist