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_Jar_Jar
,testComponent
))
12 $(eval
$(call gb_Jar_use_jars
,testComponent
,\
18 $(eval
$(call gb_Jar_use_customtargets
,testComponent
,\
19 testtools
/bridgetest_javamaker \
22 $(eval
$(call gb_Jar_set_packageroot
,testComponent
,com
))
24 $(eval
$(call gb_Jar_set_manifest
,testComponent
,$(SRCDIR
)/testtools
/com
/sun
/star
/comp
/bridge
/manifest
))
26 $(eval
$(call gb_Jar_set_componentfile
,testComponent
,testtools
/source
/bridgetest
/testComponent
,NONE
))
28 $(eval
$(call gb_Jar_add_packagedirs
,testComponent
,\
29 $(call gb_CustomTarget_get_workdir
,testtools
/bridgetest_javamaker
)/test \
32 $(eval
$(call gb_Jar_add_sourcefiles
,testComponent
,\
33 testtools
/com
/sun
/star
/comp
/bridge
/TestComponent \
34 testtools
/com
/sun
/star
/comp
/bridge
/CurrentContextChecker \
35 testtools
/com
/sun
/star
/comp
/bridge
/TestComponentMain \