summaryrefslogtreecommitdiff
path: root/lingucomponent/Library_lnth.mk
blob: 00d16790e2419a87586ba391261bce6200e6b6a6 (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
48
# -*- 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,lnth))

$(eval $(call gb_Library_set_componentfile,lnth,lingucomponent/source/thesaurus/libnth/lnth,services))

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

$(eval $(call gb_Library_use_sdk_api,lnth))

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

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

$(eval $(call gb_Library_use_externals,lnth,\
	boost_headers \
	hunspell \
	mythes \
))

$(eval $(call gb_Library_add_exception_objects,lnth,\
	lingucomponent/source/thesaurus/libnth/nthesdta \
	lingucomponent/source/thesaurus/libnth/nthesimp \
))

# vim: set noet sw=4 ts=4:
an>clang-tidy readability-container-size-emptyNoel Grandin 2018-10-15add SvStream::TellEndNoel Grandin 2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke 2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin 2018-03-07use more Color in vclNoel Grandin 2018-02-27replace Color(COL_*) with COL_*Noel Grandin 2017-10-26vcl: make MapMode constructor explicitMichael Stahl 2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist 2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin 2017-07-15emfplus: unified transformations, added test codeArmin Le Grand 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-03-25Fix typosAndrea Gelmini 2016-12-06convert PolyStyle to scoped enumNoel Grandin 2016-10-05convert MapUnit to scoped enumNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara 2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin 2015-04-10automated VclPtrInstance conversion.Michael Meeks 2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks 2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin 2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin 2015-01-05Some loplugin:revisibility clean-upStephan Bergmann