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/.
11 ifeq (,$(filter WNT
,$(OS_FOR_BUILD
)))
12 gb_GENGAL
= gengal.bin
13 else # windows appends the .exe
17 # Tools we need to build for cross-compiling
19 $(foreach executable
, \
47 $(call gb_Helper_optional_for_host
,DESKTOP
, \
52 ,$(call gb_Executable_get_runtime_dependencies
,$(executable
))) \
53 $(foreach executable
, \
55 ,$(call gb_ExternalExecutable_get_dependencies
,$(executable
))) \
56 $(call gb_Helper_optional_for_host
,DESKTOP
,Package_xmlhelp_xsl
) \
58 # vim: set noet sw=4 ts=4: