89af24074e
Build our lnth library and the external mythes library. Install thesauruses for the app's Xcode project to pick up and include in the app bundle. Look for them in the place where they will end up. To get thesauruses you need to configure with --with-myspell-dicts. Change-Id: I2d850ca3c821c5c764cb061340a265440d04e41b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113066 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113073 Tested-by: Tor Lillqvist <tml@collabora.com>
23 lines
629 B
Makefile
23 lines
629 B
Makefile
# -*- 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,lingucomponent))
|
|
|
|
$(eval $(call gb_Module_add_targets,lingucomponent,\
|
|
Library_guesslang \
|
|
Library_hyphen \
|
|
Library_lnth \
|
|
$(if $(filter iOS MACOSX,$(OS)),Library_MacOSXSpell) \
|
|
Library_spell \
|
|
StaticLibrary_ulingu \
|
|
Library_numbertext \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|