summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/swig/Makefile.swig.gen
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.
2011-02-22howto: I think this is a better fix than the last one. The modules are now ↵Tom Rondeau
imported from gnuradio.
2011-02-17howto: moving install path back to howto/ to get it to work.Tom Rondeau
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-16regeneratedEric Blossom
2010-11-15make howto build the new wayRob Savoye
2010-03-04doc fix (in generated file)Eric 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-11-12howto: create howto_swig.*, use constructed Python namespaceJohnathan Corgan
2009-11-03howto: reorganized directory structureJohnathan Corgan
Moved lib to top level Moved python to top level Separated swig generation into new top level directory