summaryrefslogtreecommitdiffstats
path: root/swig/chicken/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'swig/chicken/Makefile.am')
-rw-r--r--swig/chicken/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/swig/chicken/Makefile.am b/swig/chicken/Makefile.am
deleted file mode 100644
index da3645d..0000000
--- a/swig/chicken/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-EXTRA_DIST = lilv.setup lv2_list.scm
-
-if WITH_CHICKEN
-all:
- rm -f lilv.scm lilv_wrap.c
- swig -DCHICKEN -Wall -chicken -proxy -nounit -I../.. -o lilv_wrap.c -oh lilv_wrap.h ../lilv.i
- tar -czf lilv.egg lilv.setup lilv.scm lilv_wrap.c
-
-#install-exec-local:
-# chicken-setup ./lilv.egg
-
-clean-local:
- rm -f *.[ch] *.so *.o lilv.egg lilv.scm
-endif
-