summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyuno/Module_pyuno.mk1
-rw-r--r--pyuno/Package_pyunorc.mk14
-rw-r--r--pyuno/source/module/pyuno21
3 files changed, 0 insertions, 36 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 8a6667bf6eae..a91c58b6313a 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -14,7 +14,6 @@ ifneq ($(DISABLE_PYTHON),TRUE)
$(eval $(call gb_Module_add_targets,pyuno,\
Library_pyuno \
Library_pythonloader \
- Package_pyunorc \
Package_python_scripts \
Rdb_pyuno \
))
diff --git a/pyuno/Package_pyunorc.mk b/pyuno/Package_pyunorc.mk
deleted file mode 100644
index d7cedecb998a..000000000000
--- a/pyuno/Package_pyunorc.mk
+++ /dev/null
@@ -1,14 +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_Package_Package,pyuno_pyunorc,$(SRCDIR)/pyuno/source/module))
-
-$(eval $(call gb_Package_add_file,pyuno_pyunorc,$(call gb_Helper_get_rcfile,bin/pyuno),pyuno))
-
-# vim: set noet sw=4 ts=4:
diff --git a/pyuno/source/module/pyuno b/pyuno/source/module/pyuno
deleted file mode 100644
index 4cc65702d3ea..000000000000
--- a/pyuno/source/module/pyuno
+++ /dev/null
@@ -1,21 +0,0 @@
-# The bootstrap variable PYUNOLIBDIR will be set by the pyuno runtime library
-#
-# 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/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-PYUNO_BINPATH=$PYUNOLIBDIR/../bin$UPDMINOREXT
-UNO_TYPES=$PYUNO_BINPATH/types.rdb
-UNO_SERVICES=$PYUNO_BINPATH/pyuno_services.rdb