Revert previous commit, renaming comedi_wrap.c back to comedi_python_wrap.c.
authorIan Abbott <abbotti@mev.co.uk>
Thu, 16 Dec 2010 16:03:35 +0000 (16:03 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Thu, 16 Dec 2010 16:03:35 +0000 (16:03 +0000)
commitd5e7c2a1164921fdedb80e1b285bcc54e2dfa700
tree14b052ebe80fc5c9415b8aad0cb519544bcfb980
parent5605af7eba87c0877b94ca709bc76ef46a516b79
Revert previous commit, renaming comedi_wrap.c back to comedi_python_wrap.c.
Add "comedi_python.i" swig interface file which merely %includes the
"comedi.i" in the parent directory.  Fix paths in "setup.py" and set it up
to run swig directly (using "comedi_python.i" as the source).  Change
"_comedi.py" to "comedi.py" (but keep the underscore prefix on the .so
and .la files).
Based on a patch by W. Trevor King.
swig/python/Makefile.am
swig/python/comedi_python.i [new file with mode: 0644]
swig/python/setup.py