Missed updates for omnithread/mblock removal
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Tue, 27 Apr 2010 07:06:16 +0000 (00:06 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Tue, 27 Apr 2010 07:06:16 +0000 (00:06 -0700)
docs/doxygen/Doxyfile.in
run_tests.sh.in

index bf9b0ef478e9a5031c974cbb7381638249e99c52..243fa00bfd29aa329583e67deb6da5b171a6fa8e 100644 (file)
@@ -648,8 +648,6 @@ EXCLUDE                = @abs_top_builddir@/docs/doxygen/html \
                          @abs_top_builddir@/gr-video-sdl/src/video_sdl.py \
                          @abs_top_builddir@/gr-wxgui/src/python \
                          @abs_top_builddir@/grc \
-                         @abs_top_builddir@/omnithread/mach.cc \
-                         @abs_top_builddir@/omnithread/nt.cc \
                          @abs_top_builddir@/usrp/doc \
                          @abs_top_builddir@/usrp/firmware \
                          @abs_top_builddir@/usrp/fpga \
@@ -689,7 +687,6 @@ EXCLUDE_PATTERNS       = */.deps/* \
                          */__init__.py \
                          */gr-atsc/src/lib/Gr* \
                          */moc_*.cc \
-                         */omnithread/ot_* \
                          */qa_*.cc \
                          */qa_*.h \
                          */qa_*.py
index ce0d909788184aecb66006be356db3b63a664737..1cb8e170adc361f5618a7a1957de934ad9173871 100644 (file)
@@ -56,9 +56,6 @@ fi
 PYTHONPATH="$mylibdir:$mysrcdir:$mypydir:$PYTHONPATH"
 export PYTHONPATH
 
-# Where to find omnithread library files
-gromnidir=@omnithread_LIBDIRPATH@
-
 # Where to find gruel library files
 grueldir=@gruel_LIBDIRPATH@
 
@@ -68,7 +65,7 @@ grcoredir=@gnuradio_core_LIBDIRPATH@
 # Construct search path for python modules
 # Check each one to make sure it's not "" before adding
 grlibdir=""
-for dir in $gromnidir $grcoredir $grueldir
+for dir in $grcoredir $grueldir
 do
     if [ "$dir" != "" ]
     then