Merged eb/omni -r4315:4327 into trunk.
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 30 Jan 2007 02:12:05 +0000 (02:12 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 30 Jan 2007 02:12:05 +0000 (02:12 +0000)
commit6ff1faed9d4c7095ab2d07b99478fe46e35f0e1e
tree033696613d2bd899d9e8178827d2bc0aad609771
parentb8a177591928973eb863cc3690fb381306830bbd
Merged eb/omni -r4315:4327 into trunk.

Extracted omnithread from gnuradio-core and made it a top-level
component.  This allows mblock to use it without a dependency on
gnuradio-core.  Completes ticket:132

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4328 221aa14e-8319-0410-a670-987f0aec2ac5
37 files changed:
Makefile.common
config/grc_gnuradio_core.m4
config/grc_mblock.m4
config/grc_omnithread.m4 [new file with mode: 0644]
configure.ac
gnuradio-core/gnuradio-core.pc.in
gnuradio-core/src/lib/Makefile.am
gnuradio-core/src/lib/omnithread/Makefile.am [deleted file]
gnuradio-core/src/lib/omnithread/dir.mk [deleted file]
gnuradio-core/src/lib/omnithread/mach.cc [deleted file]
gnuradio-core/src/lib/omnithread/nt.cc [deleted file]
gnuradio-core/src/lib/omnithread/omnithread.h [deleted file]
gnuradio-core/src/lib/omnithread/ot_VxThread.h [deleted file]
gnuradio-core/src/lib/omnithread/ot_mach.h [deleted file]
gnuradio-core/src/lib/omnithread/ot_nt.h [deleted file]
gnuradio-core/src/lib/omnithread/ot_posix.h [deleted file]
gnuradio-core/src/lib/omnithread/ot_pthread_nt.h [deleted file]
gnuradio-core/src/lib/omnithread/ot_solaris.h [deleted file]
gnuradio-core/src/lib/omnithread/posix.cc [deleted file]
gnuradio-core/src/lib/omnithread/solaris.cc [deleted file]
gnuradio-core/src/lib/omnithread/threaddata.cc [deleted file]
gnuradio-core/src/lib/omnithread/vxWorks.cc [deleted file]
omnithread/Makefile.am [new file with mode: 0644]
omnithread/dir.mk [new file with mode: 0644]
omnithread/mach.cc [new file with mode: 0644]
omnithread/nt.cc [new file with mode: 0644]
omnithread/omnithread.h [new file with mode: 0644]
omnithread/ot_VxThread.h [new file with mode: 0644]
omnithread/ot_mach.h [new file with mode: 0644]
omnithread/ot_nt.h [new file with mode: 0644]
omnithread/ot_posix.h [new file with mode: 0644]
omnithread/ot_pthread_nt.h [new file with mode: 0644]
omnithread/ot_solaris.h [new file with mode: 0644]
omnithread/posix.cc [new file with mode: 0644]
omnithread/solaris.cc [new file with mode: 0644]
omnithread/threaddata.cc [new file with mode: 0644]
omnithread/vxWorks.cc [new file with mode: 0644]