summaryrefslogtreecommitdiff
path: root/jvmfwk/Library_sunjavaplugin.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-09 17:24:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-09 17:27:20 +0200
commit2ceeee914e3ff69811ca04ecccf30a582c58b34a (patch)
treebba87c6d0d2c783ce47134349f7c8fd5dc19c932 /jvmfwk/Library_sunjavaplugin.mk
parent3de89997f492c1216592fa4db1c7e6ce6c3fe4fa (diff)
Remove jvmfwk plugin feature
...which was effectively unused; there only ever was a single sunjavaplugin that is now folded directly into jvmfwk. Leaves room for further clean up. Change-Id: I14dd2a3a09bd1ce9a8c3f5c156628ec11d954a0b
Diffstat (limited to 'jvmfwk/Library_sunjavaplugin.mk')
-rw-r--r--jvmfwk/Library_sunjavaplugin.mk62
1 files changed, 0 insertions, 62 deletions
diff --git a/jvmfwk/Library_sunjavaplugin.mk b/jvmfwk/Library_sunjavaplugin.mk
deleted file mode 100644
index a82dfe8fd939..000000000000
--- a/jvmfwk/Library_sunjavaplugin.mk
+++ /dev/null
@@ -1,62 +0,0 @@
-# -*- 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_Library_Library,sunjavaplugin))
-
-$(eval $(call gb_Library_add_defs,sunjavaplugin,\
- -DJVMFWK_PLUGIN_DLLIMPLEMENTATION \
-))
-
-ifneq ($(JVM_ONE_PATH_CHECK),)
-$(eval $(call gb_Library_add_defs,sunjavaplugin,\
- -DJVM_ONE_PATH_CHECK=\"$(JVM_ONE_PATH_CHECK)\" \
-))
-endif
-
-$(eval $(call gb_Library_use_api,sunjavaplugin,\
- udkapi \
-))
-
-$(eval $(call gb_Library_use_libraries,sunjavaplugin,\
- cppu \
- cppuhelper \
- sal \
- salhelper \
- $(gb_UWINAPI) \
-))
-
-ifeq ($(OS),ANDROID)
-$(eval $(call gb_Library_use_libraries,sunjavaplugin,\
- lo-bootstrap \
-))
-endif
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_use_system_win32_libs,sunjavaplugin,\
- advapi32 \
-))
-endif
-
-$(eval $(call gb_Library_use_externals,sunjavaplugin,\
- boost_headers \
- valgrind \
-))
-
-$(eval $(call gb_Library_add_exception_objects,sunjavaplugin,\
- jvmfwk/plugins/sunmajor/pluginlib/gnujre \
- jvmfwk/plugins/sunmajor/pluginlib/otherjre \
- jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin \
- jvmfwk/plugins/sunmajor/pluginlib/sunjre \
- jvmfwk/plugins/sunmajor/pluginlib/sunversion \
- jvmfwk/plugins/sunmajor/pluginlib/util \
- jvmfwk/plugins/sunmajor/pluginlib/vendorbase \
- jvmfwk/plugins/sunmajor/pluginlib/vendorlist \
-))
-
-# vim:set noet sw=4 ts=4: