summaryrefslogtreecommitdiff
path: root/lingucomponent/Library_hyphen.mk
blob: b1b6ea23ec87ba25dbb33813410b026abe06c420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# -*- 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_Library_Library,hyphen))

$(eval $(call gb_Library_set_componentfile,hyphen,lingucomponent/source/hyphenator/hyphen/hyphen))

$(eval $(call gb_Library_set_include,hyphen,\
	$$(INCLUDE) \
	-I$(SRCDIR)/lingucomponent/source/lingutil \
))

$(eval $(call gb_Library_use_sdk_api,hyphen))

$(eval $(call gb_Library_use_libraries,hyphen,\
	comphelper \
	cppu \
	cppuhelper \
	i18nlangtag \
	lng \
	sal \
	tl \
	utl \
))

$(eval $(call gb_Library_use_static_libraries,hyphen,\
	ulingu \
))

$(eval $(call gb_Library_use_externals,hyphen,\
	boost_headers \
	hunspell \
	hyphen \
))

$(eval $(call gb_Library_add_exception_objects,hyphen,\
	lingucomponent/source/hyphenator/hyphen/hyphenimp \
))

# vim: set noet sw=4 ts=4:
lán McNamara 2019-05-03libreofficekit: send show/hide messages for dialogsSzymon Kłos 2019-05-02lok: We changed the (unstable) ABI, but let's allow the older C++ API.Jan Holesovsky 2019-04-26lok: allow paste content to popup dialogHenry Castro 2019-04-23LOK: support creating view with optionsAshod Nakashian 2019-04-23Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian 2019-04-15lok: emit ProfileZone data in messages when requested.Michael Meeks 2019-03-26tdf#124146 support posting of gesture event for LOKitTomaž Vajngerl 2019-03-11android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky 2019-01-01lok: add signDocument to "Office" iface - to sign not opened docs.Tomaž Vajngerl 2018-12-13Revert adding the tanslateGet() and translateNGet() API to LibreOfficeKitTor Lillqvist 2018-12-10Add inline implementations of the C++ translate functionsTor Lillqvist 2018-12-10Add a localisation API to LibreOfficeKitClassTor Lillqvist 2018-12-10lok: shape scaling reworkMarco Cecchetti 2018-12-07LOK: Fix API for renderShapeSelectionAshod Nakashian 2018-12-07Introduce client-server message for requesting the selected shape as SVGTamás Zolnai 2018-11-08lokdialog: Implement hi-dpi support for the routed dialogs.Jan Holesovsky 2018-11-07lok: send signature status on document loadTomaž Vajngerl 2018-11-06lok: Notify about the current editing context.Jan Holesovsky 2018-11-03No need to mark libreofficekit_hook_2 with default visibility for iOSTor Lillqvist 2018-10-31lok: new function to add certificate to certificate DBTomaž Vajngerl 2018-10-29lok: create certificate and private key with insertCertificateTomaž Vajngerl 2018-10-28lokit: add funct. to insert, sign and verify signatureTomaž Vajngerl 2018-10-25Verify that we are actually passed a URL, not a pathnameTor Lillqvist 2018-10-10Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist