From d75c51eef34836f9eb5fa3449cef31f6463ce470 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 21 Dec 2008 21:16:40 +0100 Subject: Remove infrastructure for (no longer used) SWIG. --- source4/build/make/python.mk | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source4/build/make') diff --git a/source4/build/make/python.mk b/source4/build/make/python.mk index 67a3e86215..9b91090a67 100644 --- a/source4/build/make/python.mk +++ b/source4/build/make/python.mk @@ -40,18 +40,6 @@ $$(pythonbuilddir)/$(1): $(2) ; $(call python_module_template,$(1)) endef -# Swig extensions -swig:: pythonmods - -.SUFFIXES: _wrap.c .i .py - -%_wrap.c %.py: %.i - [ "$(SWIG)" = "no" ] || $(SWIG) -O -Wall -python -keyword -I../source4 $< - -realdistclean:: - @echo "Removing SWIG output files" - # FIXME: Remove _wrap.c files - pythonmods:: clean:: -- cgit