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
,accessibility
/bridge
/inc
))
12 $(call gb_CustomTarget_get_target
,accessibility
/bridge
/inc
) : \
13 $(call gb_CustomTarget_get_workdir
,accessibility
/bridge
/inc
)/WindowsAccessBridgeAdapter.h
15 $(call gb_CustomTarget_get_workdir
,accessibility
/bridge
/inc
)/WindowsAccessBridgeAdapter.h
:| \
16 $(call gb_CustomTarget_get_workdir
,accessibility
/bridge
/inc
)/.
dir \
17 $(call gb_Jar_get_target
,java_uno_accessbridge
)
18 $(call gb_Output_announce
,$(subst $(WORKDIR
)/,,$@
),$(true
),JVH
,1)
19 cd
$(call gb_JavaClassSet_get_classdir
,$(call gb_Jar_get_classsetname
,java_uno_accessbridge
)) && \
20 javah
-classpath
"$(call gb_Jar_get_target,ridl)$(gb_CLASSPATHSEP)$(call gb_Jar_get_target,unoil)$(gb_CLASSPATHSEP)." \
21 -o
$@ org.openoffice.accessibility.WindowsAccessBridgeAdapter
23 # vim: set ts=4 sw=4 et: