summaryrefslogtreecommitdiffstats
path: root/swig/mzscheme
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-16 18:57:02 +0000
committerDavid Robillard <d@drobilla.net>2011-05-16 18:57:02 +0000
commit0beb80fdfc298401b3d55a190984fda49142c330 (patch)
tree17a6166dba507b4f68a606cfec0e660daa51bc59 /swig/mzscheme
parent111b1a4cb83dbd0c1812bca412e43f6f326d6580 (diff)
downloadlilv-0beb80fdfc298401b3d55a190984fda49142c330.tar.gz
lilv-0beb80fdfc298401b3d55a190984fda49142c330.tar.bz2
lilv-0beb80fdfc298401b3d55a190984fda49142c330.zip
Remove crusty old SWIG stuff
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3267 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'swig/mzscheme')
-rw-r--r--swig/mzscheme/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/swig/mzscheme/Makefile.am b/swig/mzscheme/Makefile.am
deleted file mode 100644
index 42740b2..0000000
--- a/swig/mzscheme/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-if WITH_MZSCHEME
-all:
- swig -DMZSCHEME -Wall -mzscheme -I../.. -o lilv_mzscheme.c -oh lilv_mzscheme.h ../lilv.i
- gcc -fPIC -shared -Iplt -I../.. \
- -I/usr/include/plt lilv_mzscheme.c -o liblilv_mzscheme.so
-
-clean-local:
- rm -f *.[ch] *.so *.o
-endif
-