Branch libreoffice-5-0-4
[LibreOffice.git] / solenv / gbuild / extensions / pre_BuildTools.mk
blobf387df6cf9fac8e62259c5e01a821ebaad1d4401
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 # Tools we need to build for cross-compiling
11 gb_BUILD_TOOLS = \
12 $(foreach executable, \
13 bestreversemap \
14 cfgex \
15 cpp \
16 cppumaker \
17 gencoll_rule \
18 genconv_dict \
19 gendict \
20 genindex_data \
21 helpex \
22 idxdict \
23 javamaker \
24 makedepend \
25 propex \
26 rsc \
27 saxparser \
28 svidl \
29 transex3 \
30 treex \
31 uiex \
32 ulfex \
33 unoidl-check \
34 unoidl-write \
35 xrmex \
36 $(call gb_Helper_optional_for_host,DESKTOP, \
37 gengal \
38 HelpIndexer \
39 HelpLinker \
40 ) \
41 ,$(call gb_Executable_get_runtime_dependencies,$(executable))) \
42 $(foreach executable, \
43 xsltproc \
44 ,$(call gb_ExternalExecutable_get_dependencies,$(executable))) \
45 $(INSTROOT)/$(LIBO_URE_ETC_FOLDER)/$(call gb_Helper_get_rcfile,uno) \
47 # vim: set noet sw=4 ts=4: