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 $(eval
$(call gb_Module_add_subsequentcheck_targets
,libreofficekit
,\
19 CppunitTest_libreofficekit_tiledrendering \
22 ifneq ($(ENABLE_GTK3
),)
23 $(eval
$(call gb_Module_add_targets
,libreofficekit
,\
24 Library_libreofficekitgtk \
25 Executable_gtktiledviewer \
26 Executable_tilebench \
27 Package_selectionhandles \
29 endif # ($(ENABLE_GTK3),)
33 # vim: set ts=4 sw=4 et: