summaryrefslogtreecommitdiff
path: root/solenv/CustomTarget_gbuildtesttools.mk
blob: 1b3df0702230048938d292198cde20adbd138805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_CustomTarget_CustomTarget,solenv/gbuildtesttools))

$(call gb_CustomTarget_get_target,solenv/gbuildtesttools) :
	echo -n "{ \"MAKE\": \"$(if $(filter WNT,$(OS)),$(shell cygpath -u $(MAKE)),$(MAKE))\"" > $@
	echo -n ", \"BASH\": \"$(if $(filter WNT,$(OS)),$(shell cygpath -m `which bash`),bash)\"" >> $@
	echo -n ", \"GBUILDTOJSON\": \"$(call gb_Executable_get_target,gbuildtojson)\" }" >> $@

# vim: set noet sw=4 ts=4:
Balazs Varga 2024-05-26Resolves: tdf#160371 Relax significant whitespace intersection pre-checkEike Rathke 2024-05-21Fix typo in codeAndrea Gelmini 2024-05-21lok: translate formula bar functions to each localeJaume Pujantell 2024-05-15tdf#126573 Add Excel2021 array function UNIQUE to CalcBalazs Varga 2024-05-08tdf#126573 Add Excel2021 array function RANDARRAY to CalcBalazs Varga 2024-05-08loplugin:ostr in formulaNoel Grandin 2024-04-26tdf#126573 Add Excel2021 array function SEQUENCE to CalcBalazs Varga 2024-04-13Related: tdf#160056 rename/rework GetDoubleAsReference to SetDoubleCaolán McNamara 2024-04-13Related: tdf#160056 elide ref counting for initial tokensCaolán McNamara 2024-03-26tdf#126573 Add Excel2021 array function SORTBY to CalcBalazs Varga 2024-03-25tdf#126573 Add Excel2021 array function SORT to CalcBalazs Varga 2024-03-15Related: tdf#126573 Add Excel2021 array function FILTER to CalcBalazs Varga 2024-03-01tdf#126573 Add Excel2021 array function FILTER to CalcBalazs Varga 2024-02-18tdf#128425 Add Excel2021 function XMATCH to CalcBalazs Varga 2024-01-31tdf#127293 Add Excel2021 function XLOOKUP to CalcWinfried Donkers 2023-12-27Use emplace_back instead of push_back (Formula)Julien Nabet