remove remnants of gendict

the bulk of it was removed in
    commit 14c6cde779
    Author: Jonathan Clark <jonathan@libreoffice.org>
    Date:   Mon Apr 15 17:10:51 2024 -0600
    tdf#49885 Updated CJK BreakIterator to use ICU

Change-Id: I576b992c41c915c091548467b1eab8ac761f7097
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187908
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2025-07-15 13:35:14 +02:00
parent f66d63da05
commit 51d0a6ec74
5 changed files with 0 additions and 43 deletions

View File

@ -41,7 +41,6 @@ $(eval $(call gb_Helper_register_executables,NONE, \
) \
gencoll_rule \
genconv_dict \
gendict \
genindex_data \
helpex \
idxdict \

View File

@ -4066,17 +4066,6 @@ $(call gb_Executable_add_runtime_dependencies,gengal,\
)
endef
ifeq ($(SYSTEM_ICU),)
define gb_Executable__register_gendict
$(call gb_Executable_add_runtime_dependencies,gendict,\
$(call gb_Package_get_target_for_build,icu) \
$(call gb_Package_get_target_for_build,icu_ure) \
)
endef
endif
define gb_Executable__register_localize
$(call gb_Executable_add_runtime_dependencies,localize,\
$(foreach exec,cfgex helpex propex treex ulfex xrmex,\

View File

@ -1,28 +0,0 @@
# -*- 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_Executable_Executable,gendict))
$(eval $(call gb_Executable_use_libraries,gendict,\
sal \
))
ifeq ($(gb_Side),build)
ifneq ($(shell grep -e OS=iOS -e OS=ANDROID $(BUILDDIR)/config_host.mk),)
$(eval $(call gb_Executable_add_cxxflags,gendict,\
-DDICT_JA_ZH_IN_DATAFILE \
))
endif
endif
$(eval $(call gb_Executable_add_exception_objects,gendict,\
i18npool/source/breakiterator/gendict \
))
# vim: set noet sw=4 ts=4:

View File

@ -4498,8 +4498,6 @@ i18npool/qa/cppunit/test_textsearch.cxx
i18npool/source/breakiterator/breakiteratorImpl.cxx
i18npool/source/breakiterator/breakiterator_cjk.cxx
i18npool/source/breakiterator/breakiterator_unicode.cxx
i18npool/source/breakiterator/gendict.cxx
i18npool/source/breakiterator/xdictionary.cxx
i18npool/source/calendar/calendarImpl.cxx
i18npool/source/calendar/calendar_gregorian.cxx
i18npool/source/calendar/calendar_hijri.cxx

View File

@ -19,7 +19,6 @@ gb_BUILD_TOOLS_executables = \
$(if $(filter EMSCRIPTEN,$(BUILD_TYPE_FOR_HOST)),embindmaker wasmbridgegen) \
gencoll_rule \
genconv_dict \
gendict \
$(if $(WITH_GALLERY_BUILD),gengal) \
genindex_data \
helpex \