bump product version to 4.1.6.2
[LibreOffice.git] / pyuno / Package_python_scripts.mk
blob639240a68bb7a092e6af788c9bf3fc0c1b41efc4
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_Package_Package,pyuno_python,$(SRCDIR)/pyuno/source))
12 ifeq ($(OS),WNT)
13 pyuno_PYTHON_SCRIPT_DIR=bin
14 else
15 pyuno_PYTHON_SCRIPT_DIR=lib
16 endif
18 $(eval $(call gb_Package_add_file,pyuno_python,$(pyuno_PYTHON_SCRIPT_DIR)/pyuno/unohelper.py,module/unohelper.py))
19 $(eval $(call gb_Package_add_file,pyuno_python,$(pyuno_PYTHON_SCRIPT_DIR)/pyuno/uno.py,module/uno.py))
20 $(eval $(call gb_Package_add_file,pyuno_python,$(pyuno_PYTHON_SCRIPT_DIR)/pyuno/pythonloader.py,loader/pythonloader.py))
22 # vim: set noet sw=4 ts=4: