tdf#151341 Use lzfse compression instead of bzip2
[LibreOffice.git] / libreofficekit / Module_libreofficekit.mk
blob7452b2da3f8fb5f273d170780bf1450be526b629
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 $(if $(DISABLE_DYNLOADING),,Executable_tilebench) \
32 Package_selectionhandles \
33 UIConfig_libreofficekit \
36 else ifeq ($(OS),WNT)
38 ifneq ($(ENABLE_GTKTILEDVIEWER),)
39 $(eval $(call gb_Module_add_targets,libreofficekit,\
40 Library_libreofficekitgtk \
41 Executable_gtktiledviewer \
42 Package_selectionhandles \
44 endif
46 endif
48 # vim: set ts=4 sw=4 et: