Rhino: upgrade to 1.7.15
[LibreOffice.git] / lingucomponent / Library_LanguageTool.mk
blobaa09327cdec3bade2655cbd41076500335209e54
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 fwk \
27 i18nlangtag \
28 svt \
29 lng \
30 sal \
31 tl \
32 utl \
35 $(eval $(call gb_Library_use_static_libraries,LanguageTool,\
36 ulingu \
39 $(eval $(call gb_Library_use_externals,LanguageTool,\
40 boost_headers \
41 icuuc \
42 curl \
45 $(eval $(call gb_Library_use_custom_headers,LanguageTool,\
46 officecfg/registry \
49 $(eval $(call gb_Library_add_exception_objects,LanguageTool,\
50 lingucomponent/source/spellcheck/languagetool/languagetoolimp \
53 # vim: set noet sw=4 ts=4: