Commit graph

16 commits

Author SHA1 Message Date
Ian Abbott
5dcb180472 Specify EXTRA_DIST files in subdirectories explicitly. 2010-03-24 16:45:15 +00:00
Ian Abbott
24147c08a4 Allow swig to include comedi.h and comedilib.h from comedi.i to avoid
duplication.
2009-01-30 14:51:38 +00:00
Ian Abbott
a68c805998 Fix out-of-tree build of ruby bindings. 2007-11-02 16:03:58 +00:00
Frank Mori Hess
ca83900fcf patch from steven.jenkins@ieee.org (Steven Jenkins):
'setup.rb config' calls 'extconf.rb' in the ext directory to build the extension
Makefile. 'extconf.rb' looks for C source files in the directory when it runs,
so SWIG needs to run before 'setup.rb config'. The attached patch makes the
output of SWIG a prerequisite for ext/Makefile.
2004-12-04 18:12:35 +00:00
Frank Mori Hess
0942349bb8 patch from Steven Jenkins <steven.jenkins@ieee.org>:
If configure attempts to build the Ruby extension on a system without a previous
installation of comedilib, compilation fails because gcc can't find comedilib.h.

The attached patch adds the distribution include directory to the gcc search
path when compiling the extension.
2004-11-23 01:18:14 +00:00
Frank Mori Hess
366b8b5da0 fix handling of swig so it is run at compile time instead of when
building tarball (due to possible dependence on swig library).
2004-09-27 03:27:43 +00:00
David Schleef
f8389c58f5 Fix distcheck 2004-08-11 21:37:46 +00:00
Frank Mori Hess
9a84e6a44b use setup.rb for clean-local and distclean-local 2004-06-20 03:36:33 +00:00
Frank Mori Hess
06a5a7846a added some files to EXTRA_DIST that were left out of tarball 2004-06-19 17:55:38 +00:00
Frank Mori Hess
d20c5e18c9 fix compilation when builddir != srcdir 2004-06-19 15:06:00 +00:00
David Schleef
2541e7b171 distcheck fixes 2004-06-12 20:56:06 +00:00
Frank Mori Hess
2fe5055c25 clean up object files 2004-01-17 19:18:08 +00:00
Frank Mori Hess
b8d7e64c4d more autoconf support for ruby binding 2004-01-17 19:08:46 +00:00
Frank Mori Hess
a3005f2922 start of automake support for ruby extension 2004-01-17 17:11:17 +00:00
Frank Mori Hess
a64c59b46d make cvs checkout compilable by people without swig 2004-01-08 03:10:32 +00:00
Frank Mori Hess
bc7a0262b2 moved SWIG code from python directory to new swig directory. Added
beginnings of support for ruby swig binding
2004-01-04 16:56:35 +00:00