office-gobmx/pyuno/Executable_python_wrapper.mk
Michael Stahl a546bf8d5b pyuno: rename the python wrapper executable
Putting it in a subdirectory on solver is no longer necessary since
python3 started delivering to INSTDIR, so lose the crazy naming.

Change-Id: I17e924e5d872768a64f6a3112f1294f3def7120e
2013-09-22 11:08:31 +02:00

24 lines
660 B
Makefile

# -*- 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_Executable_Executable,python))
$(eval $(call gb_Executable_add_defs,python,\
-DMY_PYVERSION=L\"$(PYTHON_VERSION)\" \
))
$(eval $(call gb_Executable_use_static_libraries,python,\
ooopathutils \
))
$(eval $(call gb_Executable_add_exception_objects,python,\
pyuno/zipcore/python \
))
# vim:set noet sw=4 ts=4: