diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-10 21:51:12 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-14 11:50:09 +0200 |
commit | 96fe61f40e7c065d5bbc2f5cb60e2b9e05e8bc79 (patch) | |
tree | a76a0e473dbc27b91eeb14302ae4b7ae749194f2 /pyuno | |
parent | 1db501836805b3da00db699ddca892bf5635ccf5 (diff) |
pyuno: remove obsolete makefiles
These should have been removed in b6bcbb675afedba0c47654dd78dc446dac0630d1
Change-Id: Iec28da16542f16c459bf301649260d8b13c1c67d
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/CustomTarget_python_bin.mk | 23 | ||||
-rw-r--r-- | pyuno/Package_python_bin.mk | 14 |
2 files changed, 0 insertions, 37 deletions
diff --git a/pyuno/CustomTarget_python_bin.mk b/pyuno/CustomTarget_python_bin.mk deleted file mode 100644 index 9524b6115c45..000000000000 --- a/pyuno/CustomTarget_python_bin.mk +++ /dev/null @@ -1,23 +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_CustomTarget_CustomTarget,pyuno/python_bin)) - -# do we need it here: $(gb_Executable_EXT)? -$(call gb_CustomTarget_get_target,pyuno/python_bin) : \ - $(call gb_CustomTarget_get_workdir,pyuno/python_bin)/python.bin - -$(call gb_CustomTarget_get_workdir,pyuno/python_bin)/python.bin : $(OUTDIR)/bin/python | \ - $(call gb_CustomTarget_get_workdir,pyuno/python_bin)/.dir - $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),COP,1) - cp $< $@.tmp - strip $@.tmp - mv $@.tmp $@ - -# vim: set noet sw=4 ts=4: diff --git a/pyuno/Package_python_bin.mk b/pyuno/Package_python_bin.mk deleted file mode 100644 index 0ced7854427e..000000000000 --- a/pyuno/Package_python_bin.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,python_bin,$(call gb_CustomTarget_get_workdir,pyuno/python_bin))) - -$(eval $(call gb_Package_add_file,python_bin,bin/python.bin,python.bin)) - -# vim: set noet sw=4 ts=4: |