]> git.sesse.net Git - vlc/blobdiff - bindings/python-ctypes/Makefile
bindings: remove java, phonon and python-ctypes. They moved to a dedicated git.
[vlc] / bindings / python-ctypes / Makefile
diff --git a/bindings/python-ctypes/Makefile b/bindings/python-ctypes/Makefile
deleted file mode 100644 (file)
index d18f1c9..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-MODULE_NAME=vlc.py
-
-all: $(MODULE_NAME)
-
-$(MODULE_NAME): generate.py header.py footer.py override.py ../../include/vlc/*.h
-       python generate.py ../../include/vlc/*.h > $@
-
-doc: $(MODULE_NAME)
-       -epydoc -v -o doc $<
-
-test: $(MODULE_NAME)
-       python test.py
-
-check: $(MODULE_NAME)
-       -pyflakes $<
-       -pylint $<
-
-clean:
-       -$(RM) $(MODULE_NAME)