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:
>2018-01-20More loplugin:cstylecast on macOSStephan Bergmann 2017-12-15loplugin:salcall (macOS)Stephan Bergmann 2017-11-23loplugin:unnecessaryparenStephan Bergmann 2017-10-24loplugin:includeform: fpicker (macOS)Stephan Bergmann 2017-10-01Prefer prefix operatorJulien Nabet 2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke 2017-06-30loplugin:oncevarStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin 2016-10-31Strange OUString null checkStephan Bergmann 2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-03-07Bin overly verbose OSL_TRACEs of questionable usefulnessTor Lillqvist 2016-03-07Bin overly verbose function entry/exit debug print macrosTor Lillqvist 2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann 2015-10-14com::sun::star->css in fpicker/Noel Grandin 2015-05-21fpicker: simplify code by std::any_ofTakeshi Abe 2015-05-09loplugin:staticmethodsStephan Bergmann 2015-04-28loplugin:simplifyboolStephan Bergmann 2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist 2014-09-15loplugin:salboolStephan Bergmann 2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin 2014-03-19loplugin:passstringbyref (and some dead code)Stephan Bergmann 2014-03-05Currently used file pickers API doesn't work for OS X < 10.6Douglas Mencken 2014-02-26Remove visual noise from fpickerAlexander Wilms 2013-06-16Don't use deprecated APITor Lillqvist 2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold