commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4680 - in gnuradio/branches/developers/jcorgan/est: c


From: jcorgan
Subject: [Commit-gnuradio] r4680 - in gnuradio/branches/developers/jcorgan/est: config gnuradio-examples/python/hier/networking gnuradio-examples/python/hier/usrp
Date: Thu, 1 Mar 2007 19:29:47 -0700 (MST)

Author: jcorgan
Date: 2007-03-01 19:29:46 -0700 (Thu, 01 Mar 2007)
New Revision: 4680

Added:
   
gnuradio/branches/developers/jcorgan/est/gnuradio-examples/python/hier/networking/Makefile.am
Modified:
   gnuradio/branches/developers/jcorgan/est/config/grc_gnuradio_examples.m4
   
gnuradio/branches/developers/jcorgan/est/gnuradio-examples/python/hier/networking/
   gnuradio/branches/developers/jcorgan/est/gnuradio-examples/python/hier/usrp/
Log:
Updates to pass make distcheck.

Modified: 
gnuradio/branches/developers/jcorgan/est/config/grc_gnuradio_examples.m4
===================================================================
--- gnuradio/branches/developers/jcorgan/est/config/grc_gnuradio_examples.m4    
2007-03-02 01:50:03 UTC (rev 4679)
+++ gnuradio/branches/developers/jcorgan/est/config/grc_gnuradio_examples.m4    
2007-03-02 02:29:46 UTC (rev 4680)
@@ -33,8 +33,10 @@
         gnuradio-examples/python/digital_voice/Makefile \
        gnuradio-examples/python/hier/Makefile \
        gnuradio-examples/python/hier/audio/Makefile \
+       gnuradio-examples/python/hier/networking/Makefile \
        gnuradio-examples/python/hier/ofdm/Makefile \
        gnuradio-examples/python/hier/sounder/Makefile \
+       gnuradio-examples/python/hier/usrp/Makefile \
         gnuradio-examples/python/multi-antenna/Makefile \
         gnuradio-examples/python/multi_usrp/Makefile \
         gnuradio-examples/python/networking/Makefile \


Property changes on: 
gnuradio/branches/developers/jcorgan/est/gnuradio-examples/python/hier/networking
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: 
gnuradio/branches/developers/jcorgan/est/gnuradio-examples/python/hier/networking/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/est/gnuradio-examples/python/hier/networking/Makefile.am
                               (rev 0)
+++ 
gnuradio/branches/developers/jcorgan/est/gnuradio-examples/python/hier/networking/Makefile.am
       2007-03-02 02:29:46 UTC (rev 4680)
@@ -0,0 +1,30 @@
+#
+# Copyright 2007 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 2, 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 GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+# 
+
+EXTRA_DIST =                   \
+       audio_sink.py           \
+       audio_source.py         \
+       dial_tone_sink.py       \
+       dial_tone_source.py     \
+       vector_sink.py          \
+       vector_source.py
+
+MOSTLYCLEANFILES = *.pyc *~


Property changes on: 
gnuradio/branches/developers/jcorgan/est/gnuradio-examples/python/hier/usrp
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in






reply via email to

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