commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9830 - in gnuradio/branches/developers/eb/gcell-wip:


From: eb
Subject: [Commit-gnuradio] r9830 - in gnuradio/branches/developers/eb/gcell-wip: config gcell/apps gcell/include/gcell/spu
Date: Wed, 22 Oct 2008 15:01:18 -0600 (MDT)

Author: eb
Date: 2008-10-22 15:01:17 -0600 (Wed, 22 Oct 2008)
New Revision: 9830

Modified:
   gnuradio/branches/developers/eb/gcell-wip/config/grc_gcell.m4
   gnuradio/branches/developers/eb/gcell-wip/gcell/apps/test_all.cc
   gnuradio/branches/developers/eb/gcell-wip/gcell/include/gcell/spu/Makefile.am
Log:
include path cleanup

Modified: gnuradio/branches/developers/eb/gcell-wip/config/grc_gcell.m4
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/config/grc_gcell.m4       
2008-10-22 20:14:29 UTC (rev 9829)
+++ gnuradio/branches/developers/eb/gcell-wip/config/grc_gcell.m4       
2008-10-22 21:01:17 UTC (rev 9830)
@@ -50,15 +50,9 @@
 
     if test $passed != with; then
        dnl how and where to find INCLUDES and LA
-       gcell_INCLUDES="-I\${abs_top_srcdir}/gcell/include \
-                -I\${abs_top_srcdir}/gcell/lib/runtime \
-                -I\${abs_top_srcdir}/gcell/lib/general \
-                -I\${abs_top_srcdir}/gcell/lib/wrapper"
+       gcell_INCLUDES="-I\${abs_top_srcdir}/gcell/include"
         gcell_LA="\${abs_top_builddir}/gcell/lib/libgcell.la"
-       gcell_spu_INCLUDES="-I\${abs_top_srcdir}/gcell/include \
-                -I\${abs_top_srcdir}/gcell/lib/runtime/spu \
-                -I\${abs_top_srcdir}/gcell/lib/general/spu \
-                -I\${abs_top_srcdir}/gcell/lib/wrapper/spu"
+       gcell_spu_INCLUDES="-I\${abs_top_srcdir}/gcell/include"
        gcell_spu_LA="\${abs_top_builddir}/gcell/lib/spu/libgcell_spu.a"
        AC_SUBST(gcell_spu_INCLUDES)
        AC_SUBST(gcell_spu_LA)

Modified: gnuradio/branches/developers/eb/gcell-wip/gcell/apps/test_all.cc
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/gcell/apps/test_all.cc    
2008-10-22 20:14:29 UTC (rev 9829)
+++ gnuradio/branches/developers/eb/gcell-wip/gcell/apps/test_all.cc    
2008-10-22 21:01:17 UTC (rev 9830)
@@ -21,8 +21,8 @@
 
 #include <cppunit/TextTestRunner.h>
 
-#include <qa_gcell_runtime.h>
-#include <qa_gcell_wrapper.h>
+#include "../lib/runtime/qa_gcell_runtime.h"
+#include "../lib/wrapper/qa_gcell_wrapper.h"
 
 int 
 main(int argc, char **argv)

Modified: 
gnuradio/branches/developers/eb/gcell-wip/gcell/include/gcell/spu/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/eb/gcell-wip/gcell/include/gcell/spu/Makefile.am   
    2008-10-22 20:14:29 UTC (rev 9829)
+++ 
gnuradio/branches/developers/eb/gcell-wip/gcell/include/gcell/spu/Makefile.am   
    2008-10-22 21:01:17 UTC (rev 9830)
@@ -26,4 +26,5 @@
        gc_delay.h \
        gc_jd_queue.h \
        gc_random.h \
+       gc_spu_macs.h \
        libfft.h





reply via email to

[Prev in Thread] Current Thread [Next in Thread]