summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/guile/Makefile.am
AgeCommit message (Collapse)Author
2010-12-30Create symlink using install-exec-local, not install-exec-hook.Eric Blossom
Also rm the symlink using uninstall-local. Passes distcheck.
2010-12-30Create and install gr-run-waveform-script, and symlink to it when installed.Eric Blossom
2010-12-10Add new Guile gsubr that loads shared libraries using the equivalent of the ↵Eric Blossom
RTLD_GLOBAL flag. This is part of a work-around for swig bug: 1863647 http://sourceforge.net/tracker/index.php?func=detail&aid=1863647&group_id=1645&atid=101645
2010-12-03Revert "Add "shims" for booting (mostly) from magic file system"Eric Blossom
This reverts commit 9bc62cca21a0a171cbc220419af91b3d8f7e333b. This stragegy didn't work. Our new gsubrs have not yet be defined when the ice-9/boot-9.scm code is loaded.
2010-12-03Add "shims" for booting (mostly) from magic file systemEric Blossom
2010-12-02Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile.Eric Blossom
Passes distcheck.
2010-12-02Move guts of gr-run-waveform into gnuradio/run-waveform.scmEric Blossom
2010-11-24Add conditionals around gnuradio-core/src/{guile,python}Eric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
2010-11-21fix so distcheck *almost* fully worksRob Savoye
2010-11-13dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.Eric Blossom
Write new app, gr-run-waveform, that reads waveforms and runs them. We'll need to turn this into a small piece of C/C++ code that embeds guile, but the guts of it is working.
2010-11-10Add @srcdir@ to test directory specifierEric Blossom
2010-11-10Remove guile-test.in. We're not rewriting the header anymoreEric Blossom
2010-11-10make the tests directory before trying to run any testsRob Savoye
2010-11-10Move *.test to tests directoryEric Blossom
2010-11-10guile-test -> guile-test.in so we can use @GUILE@Eric Blossom
2010-11-10Modify *.test to import correct modulesEric Blossom
2010-11-10new QA code work-in-progress (forgot -a ...)Eric Blossom
2010-11-10Add qa_*.scm files to Makefile as noinst_DATAEric Blossom
2010-11-10More guile QA codeEric Blossom
2010-11-10First real guile QA codeEric Blossom
2010-11-10Create guile QA framework.Eric Blossom
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio that were getting nuked by make clean.