Files
libreoffice/jurt/Module_jurt.mk

41 lines
901 B
Makefile
Raw Normal View History

2011-12-24 10:16:48 +01:00
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
2011-12-24 10:16:48 +01:00
#
# 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/.
2011-12-24 10:16:48 +01:00
#
$(eval $(call gb_Module_Module,jurt))
ifneq ($(ENABLE_JAVA),)
2011-12-24 10:16:48 +01:00
$(eval $(call gb_Module_add_targets,jurt,\
Jar_jurt \
Library_jpipe \
))
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,jurt,\
Library_jpipx \
))
endif
$(eval $(call gb_Module_add_subsequentcheck_targets,jurt,\
2012-04-05 22:53:04 +02:00
CustomTarget_test_urp \
InternalUnoApi_test_urp \
2011-12-25 12:17:23 +01:00
JunitTest_bridgefactory \
JunitTest_connections \
JunitTest_java \
JunitTest_java_remote \
2011-12-25 12:17:23 +01:00
JunitTest_remote \
JunitTest_uno \
2011-12-25 13:05:26 +01:00
JunitTest_urp \
2011-12-25 12:17:23 +01:00
JunitTest_util \
))
2011-12-24 10:16:48 +01:00
endif
# vim:set noet sw=4 ts=4: