bump product version to 4.1.6.2
[LibreOffice.git] / testtools / CustomTarget_bridgetest_javamaker.mk
blob743529600d8cc645057dd73288a239280492384c
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_CustomTarget_CustomTarget,testtools/bridgetest_javamaker))
12 testtools_JAVADIR := $(call gb_CustomTarget_get_workdir,testtools/bridgetest_javamaker)
14 $(call gb_CustomTarget_get_target,testtools/bridgetest_javamaker) : $(testtools_JAVADIR)/done
16 $(testtools_JAVADIR)/done : \
17 $(call gb_UnoApiTarget_get_target,bridgetest) \
18 $(call gb_UnoApiTarget_get_target,udkapi) \
19 $(call gb_Executable_get_runtime_dependencies,javamaker) \
20 | $(testtools_JAVADIR)/.dir
21 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JVM,1)
22 $(call gb_Helper_abbreviate_dirs, \
23 rm -r $(testtools_JAVADIR) && \
24 $(call gb_Helper_execute,javamaker -nD -O$(testtools_JAVADIR) -X$(call gb_UnoApiTarget_get_target,udkapi) $<) && touch $@)
26 # vim:set shiftwidth=4 tabstop=4 noexpandtab: