gtk: A separately buildable FFI wrapper.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 11 Sep 2013 00:03:46 +0000 (17:03 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 11 Sep 2013 00:03:46 +0000 (17:03 -0700)
commitc8856d333e2d36c2bbed063a646ea01b0f4a7b7f
tree2a789c81c043cc940a7d70049cbf713ff761bae6
parentb0d331a78793bc7659809af5a662ee06450eaa2b
gtk: A separately buildable FFI wrapper.

Remove the Gtk wrapper from the core build tree.
35 files changed:
doc/Makefile.in
doc/configure.ac
doc/gtk/Makefile.in [deleted file]
doc/index.html
src/Makefile.in
src/README.txt
src/Setup.sh
src/TAGS
src/configure.ac
src/etc/create-makefiles.sh
src/etc/optiondb.scm
src/gtk/.gitignore [deleted file]
src/gtk/Clean.sh [deleted file]
src/gtk/Makefile-fragment [deleted file]
src/gtk/Makefile.in [new file with mode: 0644]
src/gtk/README [new file with mode: 0644]
src/gtk/check-doc.scm [moved from doc/gtk/check.scm with 94% similarity]
src/gtk/check-optiondb.scm [new file with mode: 0644]
src/gtk/check.scm [new file with mode: 0644]
src/gtk/compile.scm
src/gtk/configure.ac [new file with mode: 0644]
src/gtk/gtk-check.scm [new file with mode: 0644]
src/gtk/gtk-tests.scm [moved from tests/gtk/gtk-tests.scm with 96% similarity]
src/gtk/gtk.cdecl
src/gtk/gtk.texinfo [moved from doc/gtk/gtk.texinfo with 100% similarity]
src/gtk/gtkio.c [moved from src/gtk/gtkio.c.stay with 86% similarity]
src/gtk/gtkpanedview.c [moved from src/gtk/gtkpanedview.c.stay with 100% similarity]
src/gtk/gtkscrolledview.c [moved from src/gtk/gtkscrolledview.c.stay with 100% similarity]
src/gtk/make.scm
src/gtk/scmwidget.c [moved from src/gtk/scmwidget.c.stay with 100% similarity]
src/gtk/swat-pole-zero.scm [new file with mode: 0644]
src/gtk/test-gport-performance.scm [moved from tests/gtk/test-gport-performance.scm with 100% similarity]
src/microcode/pruxffi.c
tests/check.scm
tests/gtk/test-gtk.scm [deleted file]