bump product version to 4.2.0.1
[LibreOffice.git] / solenv / gbuild / extensions / pre_BuildTools.mk
blob2e216fa2643ae2cd10ad50499f31904a1c3c4708
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 $(call gb_Helper_optional_for_host,DESKTOP,$(call gb_Package_get_target,xmlhelp_xsl)) \
47 # vim: set noet sw=4 ts=4: