summaryrefslogtreecommitdiff
path: root/gr-run-waveform/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-30Add symlink to gr-run-waveform when installing gr-run-waveform-binary.Eric Blossom
2010-12-30Rename gr-run-waveform/gr-run-waveform.cc to gr-run-waveform-binary.ccEric Blossom
This is the first step to allow the binary and the script versions of gr-run-waveform to co-exist.
2010-12-03Uhh, make that test_embed.ccEric Blossom
2010-12-03Rename test_waveform.c test_embed.cEric Blossom
2010-12-03Initialize GUILE_LOAD_PATH and LTDL_LIBRARY_PATH based on prefix.Eric Blossom
2010-12-03Rename run_waveform.cc gr-run-waveform.ccEric Blossom
2010-12-03Add filesystem.dat to CLEANFILES; other minor tweaks.Eric Blossom
2010-11-29add scheme test cases to EXTRA_DISTRob Savoye
2010-11-28rename the test case to use C inetead of C++Rob Savoye
2010-11-28add new test case, similar to run-waveformRob Savoye
2010-11-28use PYTHON from configure instead of hardcoding it.Rob Savoye
2010-11-27move the contents of load.x into the source file.Rob Savoye
2010-11-27build the generated filesystem and install it. Build libpath.h, needed by ↵Rob Savoye
xyzzy-load.c to get it's path definitions.
2010-11-26link the guile libs into the test casesRob Savoye
2010-11-26pass in the data dir tooRob Savoye
2010-11-26add test case and new XYZZY class files.Rob Savoye
2010-11-25Add gen-xyzzy, a tool to build the "magic fake filesystem"Eric Blossom
2010-11-25pass in srcdir so we can find our data file.Rob Savoye
2010-11-25add initial (no guile yet standalone app)Rob Savoye