commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9334 - in gnuradio/branches/features/mp-sched: config


From: eb
Subject: [Commit-gnuradio] r9334 - in gnuradio/branches/features/mp-sched: config dtools/bin gcell/src/lib/spu gcell/src/lib/wrapper gnuradio-core/src/lib/filter gnuradio-examples/python gnuradio-examples/python/mp-sched gruel/src/include/gruel
Date: Tue, 19 Aug 2008 16:30:15 -0600 (MDT)

Author: eb
Date: 2008-08-19 16:30:14 -0600 (Tue, 19 Aug 2008)
New Revision: 9334

Added:
   
gnuradio/branches/features/mp-sched/gnuradio-examples/python/mp-sched/Makefile.am
Modified:
   gnuradio/branches/features/mp-sched/config/grc_gnuradio_examples.m4
   gnuradio/branches/features/mp-sched/dtools/bin/check-tarball-h-files
   gnuradio/branches/features/mp-sched/gcell/src/lib/spu/Makefile.am
   gnuradio/branches/features/mp-sched/gcell/src/lib/wrapper/Makefile.am
   gnuradio/branches/features/mp-sched/gnuradio-core/src/lib/filter/Makefile.am
   gnuradio/branches/features/mp-sched/gnuradio-examples/python/Makefile.am
   gnuradio/branches/features/mp-sched/gnuradio-examples/python/mp-sched/
   gnuradio/branches/features/mp-sched/gruel/src/include/gruel/Makefile.am
Log:
fixes for distcheck

Modified: gnuradio/branches/features/mp-sched/config/grc_gnuradio_examples.m4
===================================================================
--- gnuradio/branches/features/mp-sched/config/grc_gnuradio_examples.m4 
2008-08-19 20:53:18 UTC (rev 9333)
+++ gnuradio/branches/features/mp-sched/config/grc_gnuradio_examples.m4 
2008-08-19 22:30:14 UTC (rev 9334)
@@ -34,6 +34,7 @@
        gnuradio-examples/python/dect/Makefile \
        gnuradio-examples/python/digital/Makefile \
        gnuradio-examples/python/digital_voice/Makefile \
+       gnuradio-examples/python/mp-sched/Makefile \
        gnuradio-examples/python/multi-antenna/Makefile \
        gnuradio-examples/python/multi_usrp/Makefile \
        gnuradio-examples/python/network/Makefile \

Modified: gnuradio/branches/features/mp-sched/dtools/bin/check-tarball-h-files
===================================================================
--- gnuradio/branches/features/mp-sched/dtools/bin/check-tarball-h-files        
2008-08-19 20:53:18 UTC (rev 9333)
+++ gnuradio/branches/features/mp-sched/dtools/bin/check-tarball-h-files        
2008-08-19 22:30:14 UTC (rev 9334)
@@ -17,7 +17,8 @@
 find . \( -name '*.h' -o -name '*.py' -o -name '*.v' -o -name '*.vh' \) -print 
\
   | grep -v ./$path | sort >/tmp/build-h-files
 
-comm -23 /tmp/build-h-files /tmp/tarball-h-files
+comm -23 /tmp/build-h-files /tmp/tarball-h-files \
+ | grep -Ev '(GrAtsc|_swig_|limbo|config\.h|std_paths\.h)'
 
 # rm /tmp/tarball-h-files /tmp/build-h-files
 

Modified: gnuradio/branches/features/mp-sched/gcell/src/lib/spu/Makefile.am
===================================================================
--- gnuradio/branches/features/mp-sched/gcell/src/lib/spu/Makefile.am   
2008-08-19 20:53:18 UTC (rev 9333)
+++ gnuradio/branches/features/mp-sched/gcell/src/lib/spu/Makefile.am   
2008-08-19 22:30:14 UTC (rev 9334)
@@ -64,6 +64,7 @@
        $(general_srcdir)/memset.S
 
 general_spu_headers = \
+       $(general_srcdir)/gc_spu_macs.h \
        $(general_srcdir)/libfft.h
 
 general_spu_noinst_headers = \

Modified: gnuradio/branches/features/mp-sched/gcell/src/lib/wrapper/Makefile.am
===================================================================
--- gnuradio/branches/features/mp-sched/gcell/src/lib/wrapper/Makefile.am       
2008-08-19 20:53:18 UTC (rev 9333)
+++ gnuradio/branches/features/mp-sched/gcell/src/lib/wrapper/Makefile.am       
2008-08-19 22:30:14 UTC (rev 9334)
@@ -62,7 +62,8 @@
 
 noinst_HEADERS = \
        qa_gcell_general.h \
-       qa_gcell_wrapper.h
+       qa_gcell_wrapper.h \
+       qa_gcp_fft_1d_r2.h
 
 
 CLEANFILES = gcell_all.lo gcell_general_qa.lo

Modified: 
gnuradio/branches/features/mp-sched/gnuradio-core/src/lib/filter/Makefile.am
===================================================================
--- 
gnuradio/branches/features/mp-sched/gnuradio-core/src/lib/filter/Makefile.am    
    2008-08-19 20:53:18 UTC (rev 9333)
+++ 
gnuradio/branches/features/mp-sched/gnuradio-core/src/lib/filter/Makefile.am    
    2008-08-19 22:30:14 UTC (rev 9334)
@@ -271,6 +271,7 @@
        gr_fft_filter_fff.h             \
        gr_filter_delay_fc.h            \
        gr_fir_sysconfig_x86.h          \
+       gr_fir_sysconfig_powerpc.h      \
        gr_fractional_interpolator_ff.h \
        gr_fractional_interpolator_cc.h \
        gr_goertzel_fc.h                \

Modified: 
gnuradio/branches/features/mp-sched/gnuradio-examples/python/Makefile.am
===================================================================
--- gnuradio/branches/features/mp-sched/gnuradio-examples/python/Makefile.am    
2008-08-19 20:53:18 UTC (rev 9333)
+++ gnuradio/branches/features/mp-sched/gnuradio-examples/python/Makefile.am    
2008-08-19 22:30:14 UTC (rev 9334)
@@ -27,6 +27,7 @@
        dect \
        digital \
        digital_voice \
+       mp-sched \
        multi-antenna \
        multi_usrp \
        network \


Property changes on: 
gnuradio/branches/features/mp-sched/gnuradio-examples/python/mp-sched
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in
.la
.lo
.deps
.libs
*.la
*.lo
*.pyc
*.pyo


Added: 
gnuradio/branches/features/mp-sched/gnuradio-examples/python/mp-sched/Makefile.am
===================================================================
--- 
gnuradio/branches/features/mp-sched/gnuradio-examples/python/mp-sched/Makefile.am
                           (rev 0)
+++ 
gnuradio/branches/features/mp-sched/gnuradio-examples/python/mp-sched/Makefile.am
   2008-08-19 22:30:14 UTC (rev 9334)
@@ -0,0 +1,31 @@
+#
+# Copyright 2008 Free Software Foundation, Inc.
+# 
+# This file is part of GNU Radio
+# 
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+# 
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+
+include $(top_srcdir)/Makefile.common
+
+EXTRA_DIST = \
+       plot_flops.py \
+       run_synthetic.py \
+       synthetic.py \
+       wfm_rcv_pll_to_wav.py
+
+
+ourdatadir = $(exampledir)/mp-sched
+ourdata_DATA = $(EXTRA_DIST)


Property changes on: 
gnuradio/branches/features/mp-sched/gnuradio-examples/python/mp-sched/Makefile.am
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: 
gnuradio/branches/features/mp-sched/gruel/src/include/gruel/Makefile.am
===================================================================
--- gnuradio/branches/features/mp-sched/gruel/src/include/gruel/Makefile.am     
2008-08-19 20:53:18 UTC (rev 9333)
+++ gnuradio/branches/features/mp-sched/gruel/src/include/gruel/Makefile.am     
2008-08-19 22:30:14 UTC (rev 9334)
@@ -29,4 +29,5 @@
 gruelinclude_HEADERS = \
        $(BUILT_SOURCES) \
        realtime.h \
+       thread_body_wrapper.h \
        thread_group.h





reply via email to

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