NFC related tdf#85592: simplify SID_ATTR_CHAR_COLOR_BACKGROUND_EXT
[LibreOffice.git] / lingucomponent / Library_LanguageTool.mk
blob98ff7cf7edf257e3ab93a2716bec3beda62d8a2a
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,LanguageTool))
13 $(eval $(call gb_Library_set_componentfile,LanguageTool,lingucomponent/source/spellcheck/languagetool/LanguageTool,services))
15 $(eval $(call gb_Library_set_include,LanguageTool,\
16 $$(INCLUDE) \
17 -I$(SRCDIR)/lingucomponent/source/lingutil \
20 $(eval $(call gb_Library_use_sdk_api,LanguageTool))
22 $(eval $(call gb_Library_use_libraries,LanguageTool,\
23 comphelper \
24 cppu \
25 cppuhelper \
26 i18nlangtag \
27 svt \
28 lng \
29 sal \
30 tl \
31 utl \
34 $(eval $(call gb_Library_use_static_libraries,LanguageTool,\
35 ulingu \
38 $(eval $(call gb_Library_use_externals,LanguageTool,\
39 boost_headers \
40 icuuc \
41 curl \
44 $(eval $(call gb_Library_add_exception_objects,LanguageTool,\
45 lingucomponent/source/spellcheck/languagetool/languagetoolimp \
48 # vim: set noet sw=4 ts=4: