summaryrefslogtreecommitdiff
path: root/source4/build/make
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-21 21:16:40 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-21 21:16:40 +0100
commitd75c51eef34836f9eb5fa3449cef31f6463ce470 (patch)
tree92aaa5b900447328b11a0b02c4148c3a156239df /source4/build/make
parent7e651c7ef3afb4effa045fa84ee3a87ab8226995 (diff)
downloadsamba-d75c51eef34836f9eb5fa3449cef31f6463ce470.tar.gz
samba-d75c51eef34836f9eb5fa3449cef31f6463ce470.tar.bz2
samba-d75c51eef34836f9eb5fa3449cef31f6463ce470.zip
Remove infrastructure for (no longer used) SWIG.
Diffstat (limited to 'source4/build/make')
-rw-r--r--source4/build/make/python.mk12
1 files changed, 0 insertions, 12 deletions
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::