LOK Android: don't initialise until TMPDIR is set.
[LibreOffice.git] / libreofficekit / Module_libreofficekit.mk
blob2ad2d16dc2dd761af9b12a5c6089d636769e0c4b
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),LINUX)
14 $(eval $(call gb_Module_add_targets,libreofficekit,\
15 Executable_lokconf_init \
18 # $(eval $(call gb_Module_add_check_targets,libreofficekit,\
19 # CppunitTest_libreofficekit_tiledrendering \
20 # ))
22 ifneq ($(ENABLE_GTK),)
23 $(eval $(call gb_Module_add_targets,libreofficekit,\
24 Library_libreofficekitgtk \
25 Executable_gtktiledviewer \
28 $(eval $(call gb_Module_add_targets,libreofficekit,\
29 Executable_tilebench \
31 endif # ($(ENABLE_GTK),)
33 endif # ($(OS),LINUX)
35 # vim: set ts=4 sw=4 et: