moved SWIG code from python directory to new swig directory. Added
authorFrank Mori Hess <fmhess@speakeasy.net>
Sun, 4 Jan 2004 16:56:35 +0000 (16:56 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sun, 4 Jan 2004 16:56:35 +0000 (16:56 +0000)
commitbc7a0262b23ffbf49ed8689e5a5d8dd56454db28
tree8aab4cbca2b0a8e8288dcfa92a9582796683e233
parent56027b215404d941e513fc13f3e79cdfe65b6f85
moved SWIG code from python directory to new swig directory.  Added
beginnings of support for ruby swig binding
16 files changed:
Makefile.am
configure.ac
python/README.txt [deleted file]
python/comedi.i [deleted file]
python/comedi_wrap.c [deleted file]
swig/Makefile.am [new file with mode: 0644]
swig/comedi.i [new file with mode: 0644]
swig/python/Makefile.am [moved from python/Makefile.am with 52% similarity]
swig/python/comedi.py [moved from python/comedi.py with 99% similarity]
swig/python/comedi_wrap.doc [moved from python/comedi_wrap.doc with 100% similarity]
swig/python/setup.py [moved from python/setup.py with 100% similarity]
swig/python/test_comedi.py [moved from python/test_comedi.py with 100% similarity]
swig/ruby/Makefile.am [new file with mode: 0644]
swig/ruby/examples/cmd [new file with mode: 0755]
swig/ruby/examples/common [new file with mode: 0644]
swig/ruby/syntax_sugar [new file with mode: 0644]