howto: reorganized directory structure
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Tue, 3 Nov 2009 17:52:44 +0000 (09:52 -0800)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Tue, 3 Nov 2009 17:56:27 +0000 (09:56 -0800)
commit924efcb372cabb6d5217d2d7f931302339fa0417
treeea6a851a8b10e28ab3a4da4f7223b78902a3734f
parent6d25197ffc623d113274a8c79a2fa4fa4244f10f
howto: reorganized directory structure

Moved lib to top level
Moved python to top level
Separated swig generation into new top level directory
32 files changed:
gr-howto-write-a-block/Makefile.am
gr-howto-write-a-block/configure.ac
gr-howto-write-a-block/lib/.gitignore [new file with mode: 0644]
gr-howto-write-a-block/lib/Makefile.am [new file with mode: 0644]
gr-howto-write-a-block/lib/howto_square2_ff.cc [new file with mode: 0644]
gr-howto-write-a-block/lib/howto_square2_ff.h [new file with mode: 0644]
gr-howto-write-a-block/lib/howto_square_ff.cc [new file with mode: 0644]
gr-howto-write-a-block/lib/howto_square_ff.h [new file with mode: 0644]
gr-howto-write-a-block/python/.gitignore [new file with mode: 0644]
gr-howto-write-a-block/python/Makefile.am [new file with mode: 0644]
gr-howto-write-a-block/python/qa_howto.py [new file with mode: 0755]
gr-howto-write-a-block/python/run_tests.in [new file with mode: 0644]
gr-howto-write-a-block/src/.gitignore [deleted file]
gr-howto-write-a-block/src/Makefile.am [deleted file]
gr-howto-write-a-block/src/lib/.gitignore [deleted file]
gr-howto-write-a-block/src/lib/Makefile.am [deleted file]
gr-howto-write-a-block/src/lib/Makefile.swig.gen [deleted file]
gr-howto-write-a-block/src/lib/howto.i [deleted file]
gr-howto-write-a-block/src/lib/howto_square2_ff.cc [deleted file]
gr-howto-write-a-block/src/lib/howto_square2_ff.h [deleted file]
gr-howto-write-a-block/src/lib/howto_square_ff.cc [deleted file]
gr-howto-write-a-block/src/lib/howto_square_ff.h [deleted file]
gr-howto-write-a-block/src/python/.gitignore [deleted file]
gr-howto-write-a-block/src/python/Makefile.am [deleted file]
gr-howto-write-a-block/src/python/qa_howto.py [deleted file]
gr-howto-write-a-block/src/python/run_tests.in [deleted file]
gr-howto-write-a-block/swig/.gitignore [new file with mode: 0644]
gr-howto-write-a-block/swig/Makefile.am [new file with mode: 0644]
gr-howto-write-a-block/swig/Makefile.swig.gen [new file with mode: 0644]
gr-howto-write-a-block/swig/howto.cc [new file with mode: 0644]
gr-howto-write-a-block/swig/howto.i [new file with mode: 0644]
gr-howto-write-a-block/swig/howto.py [new file with mode: 0644]