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_Extension_Extension
,test-passive
,desktop
/test/deployment
/passive
,nodeliver
))
12 $(eval
$(call gb_Extension_add_file
,test-passive
,generic.components
,$(call gb_Rdb_get_target
,passive_generic
)))
14 $(eval
$(call gb_Extension_add_file
,test-passive
,platform.components
,$(call gb_Rdb_get_target
,passive_platform
)))
16 $(eval
$(call gb_Extension_add_files
,test-passive
,, \
17 $(SRCDIR
)/desktop
/test/deployment
/passive
/Addons.xcu \
18 $(SRCDIR
)/desktop
/test/deployment
/passive
/ProtocolHandler.xcu \
19 $(SRCDIR
)/desktop
/test/deployment
/passive
/passive_python.py \
20 $(call gb_Jar_get_target
,passive_java
) \
23 $(eval
$(call gb_Extension_add_files
,test-passive
,help
/en
, \
24 $(SRCDIR
)/desktop
/test/deployment
/passive
/help
/en
/help.tree \
27 $(eval
$(call gb_Extension_add_files
,test-passive
,help
/en
/org.openoffice
%2Fframework
%2Fdesktop
%2Ftest
%2Fdeployment
%2Fpassive
, \
28 $(SRCDIR
)/desktop
/test/deployment
/passive
/help
/en
/main.xhp \
31 $(eval
$(call gb_Extension_add_libraries
,test-passive
, \
35 # vim: set noet sw=4 ts=4: