Remove dead and broken code from GR_SWIG_BLOCK_MAGIC.
Looks like this hasn't been used since we converted the hier_blockstuff to C++, and it's been broken since then.
Move #ifdef SWIGPYTHON outside of %define
There's apparently a time-of-evaluation issue here.The docs say they reevaluate the contents of %define at expansiontime. Apparently SWIGPYTHON et al. aren't defined in whatever scopethat may be.
Move common stuff outside of if PYTHON
Move TOP_SWIG_IFILES outside of if PYTHON
Add stub for gnuradio_swig.scm to get make to work
correct typo in script name
add python/*.cc to SOURCES so dependencies work properly.
regenerated
move new suffix rules to common Makefile so everything can use them.
View all revisions | View revisions
Also available in: Atom