summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/Makefile.swig.gen.t
AgeCommit message (Collapse)Author
2011-02-22howto: cleans up the Python build structure for howto; reverts back to ↵Tom Rondeau
making it's own howto module not under gnuradio.
2010-12-03Make gr-howto-write-a-block work again...Eric Blossom
Copied Makefile.swig, Mkefile.swig.gen.t from .. Renamed howto.i to howto_swig.i Regenerated Makefile.swig.gen
2010-11-16Add _python that was dropped from Makefile.swig.gen.tEric Blossom
2010-11-15make howto build the new wayRob Savoye
2010-03-04doc fixEric Blossom
2010-03-04Refactor gr-howto-write-a-block such that it no longer installs intoEric Blossom
the gnuradio python namespace, but rather in the howto namespace. This allows it to be installed under a separate --prefix in the common case where the user doing the "out of tree build" is going to be installing their new and/or modified code somewhere other than the system installation directories. Any code that uses these blocks should now import them using: import howto instead of from gnuradio import howto
2009-03-14Merged 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