Refactor gr-howto-write-a-block such that it no longer installs into
authorEric Blossom <eb@comsec.com>
Thu, 4 Mar 2010 15:02:42 +0000 (07:02 -0800)
committerEric Blossom <eb@comsec.com>
Thu, 4 Mar 2010 15:02:42 +0000 (07:02 -0800)
commit6c3b6396bc420228215072b2fc1b83c82eaeb291
tree1236889fec1ca3b5f65e8b5992a8f67f490a5eb4
parentb811e8749dcd7c96f1af2d98caba403e50c1602b
Refactor gr-howto-write-a-block such that it no longer installs into
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
gr-howto-write-a-block/Makefile.common
gr-howto-write-a-block/Makefile.swig.gen.t
gr-howto-write-a-block/apps/howto_square.py
gr-howto-write-a-block/grc/howto_square2_ff.xml
gr-howto-write-a-block/grc/howto_square_ff.xml
gr-howto-write-a-block/lib/Makefile.am
gr-howto-write-a-block/python/Makefile.am
gr-howto-write-a-block/swig/Makefile.am
gr-howto-write-a-block/swig/Makefile.swig.gen