Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-19 | wrap python files with if PYTHON | Rob Savoye | |
2010-11-16 | Add _python that was dropped from Makefile.swig.gen.t | Eric Blossom | |
2010-11-10 | remove comments on the stamps we dpn't use anymore | Rob Savoye | |
2010-11-10 | don't add generated script files to swig_built_sources, they're already ↵ | Rob Savoye | |
added. drop unused dependencies dependencies | |||
2010-11-10 | fix typo in dependency name. Assume primitive file is ok if the .scm file ↵ | Rob Savoye | |
is, so we don't build twice | |||
2010-11-10 | without including the guile dependency file, dependencies won't work right | Rob Savoye | |
2010-11-10 | Version that builds guile goops bindings, but dependencies are hosed. | Eric Blossom | |
Doesn't compile cleanly, but does enough to allow experimentation with goops wrappers. We're currently seeing the nasty interaction between the package system, the "export" syntax, and generic-functions. See thread here: http://lists.gnu.org/archive/html/guile-user/2006-05/msg00007.html for background. | |||
2010-11-10 | Rename guile libs to libguile-* and install them in $(libdir). | Eric Blossom | |
This follows the Guile recommendations and should remove the need for adding an additional directory to LD_LIBRARY_PATH. | |||
2010-11-10 | Set new install locations for guile scm code and libraries. | Eric Blossom | |
I think we may want to rename the guile .so's and install them into libdir instead... | |||
2010-11-10 | generate dependencies for .i files. | Rob Savoye | |
2010-11-10 | tweak dependencies to work through all the name munging | Rob Savoye | |
2010-11-10 | don't list .cc as a dependency, we always get one from the py or scm ↵ | Rob Savoye | |
dependency, which is more portable | |||
2010-11-10 | don't append pythom or guile to everything. Use suffix rules to build scm ↵ | Rob Savoye | |
and py files. | |||
2010-11-10 | don't ifdef the target away. regenerate .gen files. | Rob Savoye | |
2010-11-10 | instllthe top leel scm file for guile. Generate all files for guile too | Rob Savoye | |
2010-11-10 | clone the python rules for the stamp to use for guile | Rob Savoye | |
2010-11-10 | append _python to all the generated files from swig | Rob Savoye | |
2010-11-10 | prefix -python or -guile to generated C++ source files from swig | Rob Savoye | |
2010-11-10 | add python to the stamp names | Rob Savoye | |
2009-03-14 | Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵ | jcorgan | |
SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5 |