summaryrefslogtreecommitdiff
path: root/linguistic/Module_linguistic.mk
blob: b5366b97e611a282698ca14a1db85456100d6828 (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
# -*- 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,linguistic))

$(eval $(call gb_Module_add_targets,linguistic,\
	Library_lng \
))

#$(eval $(call gb_Module_add_check_targets,linguistic,\
#))

ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_subsequentcheck_targets,linguistic,\
    JunitTest_linguistic_unoapi \
    CppunitTest_linguistic_restprotocol \
))
else
$(eval $(call gb_Module_add_subsequentcheck_targets,linguistic,\
    JunitTest_linguistic_unoapi \
))
endif

# was disabled in old build system
# JunitTest_linguistic_complex \

# vim: set noet sw=4 ts=4:
b3 (diff)
-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): tools
(The "clang-format off" in tools/source/misc/json_writer.cxx is necessary because otherwise the code between the SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP macros would be ill-formatted in a way that would trigger loplugin:indentation.) Change-Id: Ic96787865d4c96be07c41f4939893420dfa04046 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142339 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'tools')