Related: tdf#137748 "Update" should have use-underline
[LibreOffice.git] / libreofficekit / Module_libreofficekit.mk
blob351f89a33e4893c34f61525691fcc030090f2972
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Module_Module,libreofficekit))
12 ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
14 $(eval $(call gb_Module_add_check_targets,libreofficekit, \
15 CppunitTest_libreofficekit_checkapi \
18 # tdf#113311 disabled because it can deadlock on shutdown
19 #$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
20 CppunitTest_libreofficekit_tiledrendering \
23 ifneq ($(ENABLE_GTK3),)
24 $(eval $(call gb_Module_add_targets,libreofficekit,\
25 Library_libreofficekitgtk \
26 Executable_gtktiledviewer \
28 endif # ($(ENABLE_GTK3),)
30 $(eval $(call gb_Module_add_targets,libreofficekit,\
31 Executable_tilebench \
32 Package_selectionhandles \
33 UIConfig_libreofficekit \
36 endif
38 # vim: set ts=4 sw=4 et: