From 2517c20b9efc66b4e6fa81b4d4ea086341c58dfe Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 9 Sep 2002 08:51:55 +0000 Subject: Add python_install target. Not called by default. Delegates most of the work to setup.py (This used to be commit 29d7ee7e0d6eea53a596973d157d377fbaaab3d1) --- source3/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index b8c337f14a..3578b93020 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -886,6 +886,11 @@ python_ext: $(PYTHON_OBJS) LIBS="$(LIBS)" \ $(PYTHON) python/setup.py build +python_install: $(PYTHON_OBJS) + PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \ + LIBS="$(LIBS)" \ + $(PYTHON) python/setup.py install + # revert to the previously installed version revert: @$(SHELL) $(srcdir)/script/revert.sh $(SBINDIR) $(SPROGS) -- cgit