summaryrefslogtreecommitdiff
path: root/ridljar/CustomTarget_javamaker.mk
blob: 2f53fbf4ca2824cd4bcfb913088c3af966e75026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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,ridljar/javamaker))

ridljar_DIR := $(call gb_CustomTarget_get_workdir,ridljar/javamaker)

$(call gb_CustomTarget_get_target,ridljar/javamaker) : $(ridljar_DIR)/done

$(ridljar_DIR)/done : $(call gb_UnoApi_get_target,udkapi) \
		$(call gb_Executable_get_runtime_dependencies,javamaker) \
		| $(ridljar_DIR)/.dir
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JVM,1)
	$(call gb_Helper_abbreviate_dirs, \
	rm -r $(ridljar_DIR) && \
	$(call gb_Helper_execute,javamaker -O$(ridljar_DIR) $<) && touch $@)

# vim:set shiftwidth=4 tabstop=4 noexpandtab:
gin:simplifybool re-activate the !! warningNoel Grandin 2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin 2017-06-05spelling instanciate -> instantiateNoel Grandin 2017-05-19loplugin:stringcopy: ucbStephan Bergmann 2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-03-25Fix typosAndrea Gelmini 2017-02-28new loplugin unoanyNoel Grandin 2017-02-06Add missing #includesStephan Bergmann 2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin 2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin 2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-16loplugin:simplifyboolStephan Bergmann 2015-07-04coverity#1309265 Uncaught exceptionCaolán McNamara 2015-07-02coverity#1309065 Uncaught exceptionCaolán McNamara 2015-06-28coverity#1308494 Uncaught exceptionCaolán McNamara 2015-05-26cppcheck: noExplicitConstructorCaolán McNamara