summaryrefslogtreecommitdiff
path: root/ridljar/CustomTarget_test_urp.mk
blob: 88e87bf6d2bc534a637f6d275f61024858fb1657 (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
25
26
27
28
# -*- 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/test/com/sun/star/lib/uno/protocols/urp))

ridljar_TESTURP := $(call gb_CustomTarget_get_workdir,ridljar/test/com/sun/star/lib/uno/protocols/urp)

$(call gb_CustomTarget_get_target,ridljar/test/com/sun/star/lib/uno/protocols/urp) : $(ridljar_TESTURP)/done

$(ridljar_TESTURP)/done : \
		$(call gb_UnoApiTarget_get_target,test_urp) \
		$(call gb_UnoApi_get_target,udkapi) \
		$(call gb_Executable_get_runtime_dependencies,javamaker)
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JVM,1)
	$(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),JVM)
	rm -rf $(ridljar_TESTURP) && \
	$(call gb_Helper_execute,javamaker -O$(ridljar_TESTURP) -nD $< \
		-X$(call gb_UnoApi_get_target,udkapi)) && \
	touch $@
	$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),JVM)

# vim:set shiftwidth=4 tabstop=4 noexpandtab:
-08 16:36:05 +0200'>2014-08-08drop extra (David Tardon 2014-08-08osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti 2014-08-07move null termination outside ifdefs for both branchesCaolán McNamara 2014-08-07coverity#706155 Copy into fixed size bufferCaolán McNamara 2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt 2014-07-31sal_osl_process: fix "Parent and child environment not equal" for OSX <10.6Douglas Mencken 2014-07-28Include <algorithm> for std::minTor Lillqvist 2014-07-24sal: avoid STL asserts in create_merged_environmentMichael Stahl 2014-07-19coverity#704665 Explicit null dereferencedCaolán McNamara 2014-07-15sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCEMichael Stahl 2014-07-14workaround hack that trips up externandnotdefined clang pluginNoel Grandin 2014-07-12sal: restore pthread to its original non-ideal state.Michael Meeks 2014-07-11complete shot-in-the-dark to fix tinderbox buildNoel Grandin 2014-07-11attempt to fix linux buildNoel Grandin 2014-07-11new loplugin: externalandnotdefinedNoel Grandin 2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt 2014-07-10coverity#982762 Dereference NULLNorbert Thiebaud 2014-07-08Bypass CppunitTest_sal_osl_security with VS2013 for now, hangsTor Lillqvist 2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist 2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara 2014-07-05coverity#983493 String OverflowNorbert Thiebaud 2014-07-04Use standard library optimised routines for OUString/OStringNoel Grandin 2014-07-03coverity#1187696 Unintended sign extensionCaolán McNamara 2014-07-03Use gb_CppunitTest_use_executableStephan Bergmann 2014-07-01Clean up surrogates.hxxStephan Bergmann 2014-07-01New loplugin:stringconcatStephan Bergmann 2014-07-01android: LibreOfficeKit needs the path to program/ as the starting point.Jan Holesovsky 2014-07-01clang scan-build: various warningsCaolán McNamara 2014-07-01lok bootstrap: nicer function names, clean-upTomaž Vajngerl 2014-07-01Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky 2014-06-30It is useful to know what macros are we expanding, and to what.Jan Holesovsky 2014-06-30android: Enable debugging messages as the first thing we do.Jan Holesovsky 2014-06-30android: Make the extract_files() part of setup / init.Jan Holesovsky 2014-06-30android: Make use of LibreOfficeKit.Jan Holesovsky 2014-06-30android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit.Jan Holesovsky 2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann 2014-06-26Mac OS X does provide localtime_r and gmtime_rStephan Bergmann