commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r11075 - in gnuradio/branches/developers/jcorgan/deb/g


From: jcorgan
Subject: [Commit-gnuradio] r11075 - in gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python: apps/hf_radio digital digital-bert ofdm
Date: Wed, 20 May 2009 11:43:44 -0600 (MDT)

Author: jcorgan
Date: 2009-05-20 11:43:43 -0600 (Wed, 20 May 2009)
New Revision: 11075

Modified:
   
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/apps/hf_radio/Makefile.am
   
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital-bert/Makefile.am
   
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital-bert/transmit_path.py
   
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital/Makefile.am
   
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/ofdm/Makefile.am
Log:
Fix overuse of dist_ourdata_SCRIPTS, which installs everything as executable.

Modified: 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/apps/hf_radio/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/apps/hf_radio/Makefile.am
 2009-05-20 15:41:25 UTC (rev 11074)
+++ 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/apps/hf_radio/Makefile.am
 2009-05-20 17:43:43 UTC (rev 11075)
@@ -26,14 +26,14 @@
 dist_ourdata_DATA =    \
     hfir.sci   \
     radio.xml  \
+    input.py   \
+    output.py  \
     README.TXT \
+    ssbagc.py  \
+    ssbdemod.py \
+    startup.py \
     ssb_taps
 
 dist_ourdata_SCRIPTS =         \
-    input.py   \
-    output.py  \
     radio.py   \
-    ssbagc.py  \
-    ssbdemod.py \
-    startup.py \
     ui.py

Modified: 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital/Makefile.am
       2009-05-20 15:41:25 UTC (rev 11074)
+++ 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital/Makefile.am
       2009-05-20 17:43:43 UTC (rev 11075)
@@ -23,22 +23,22 @@
 
 ourdatadir = $(exampledir)/digital
 
-dist_ourdata_DATA =    \
-       README
+dist_ourdata_DATA =            \
+       README                  \
+       generic_usrp.py         \
+       pick_bitrate.py         \
+       receive_path.py         \
+       receive_path_lb.py      \
+       transmit_path.py        \
+       transmit_path_lb.py     \
+       usrp_options.py
 
 dist_ourdata_SCRIPTS =         \
        benchmark_loopback.py   \
        benchmark_rx.py         \
        benchmark_tx.py         \
        gen_whitener.py         \
-       generic_usrp.py         \
-       pick_bitrate.py         \
-       receive_path.py         \
-       receive_path_lb.py      \
        rx_voice.py             \
        run_length.py           \
-       transmit_path.py        \
-       transmit_path_lb.py     \
        tunnel.py               \
-       tx_voice.py             \
-       usrp_options.py
+       tx_voice.py

Modified: 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital-bert/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital-bert/Makefile.am
  2009-05-20 15:41:25 UTC (rev 11074)
+++ 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital-bert/Makefile.am
  2009-05-20 17:43:43 UTC (rev 11075)
@@ -23,11 +23,11 @@
 
 ourdatadir = $(exampledir)/digital-bert
 
-dist_ourdata_DATA = \
-       README
+dist_ourdata_DATA =            \
+       README                  \
+       receive_path.py         \
+       transmit_path.py
 
 dist_ourdata_SCRIPTS =         \
        benchmark_rx.py         \
-       benchmark_tx.py         \
-       receive_path.py         \
-       transmit_path.py
+       benchmark_tx.py
\ No newline at end of file

Modified: 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital-bert/transmit_path.py
===================================================================
--- 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital-bert/transmit_path.py
     2009-05-20 15:41:25 UTC (rev 11074)
+++ 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/digital-bert/transmit_path.py
     2009-05-20 17:43:43 UTC (rev 11075)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # Copyright 2008 Free Software Foundation, Inc.
 #

Modified: 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/ofdm/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/ofdm/Makefile.am
  2009-05-20 15:41:25 UTC (rev 11074)
+++ 
gnuradio/branches/developers/jcorgan/deb/gnuradio-examples/python/ofdm/Makefile.am
  2009-05-20 17:43:43 UTC (rev 11075)
@@ -23,19 +23,20 @@
 
 ourdatadir = $(exampledir)/ofdm
 
-dist_ourdata_DATA =    \
-       ofdm_sync.m     \
-       ofdm_sync_pn.m  \
-       plot_ofdm.m
+dist_ourdata_DATA =            \
+       ofdm_sync.m             \
+       ofdm_sync_pn.m          \
+       fusb_options.py         \
+       plot_ofdm.m             \
+       pick_bitrate.py         \
+       receive_path.py         \
+       transmit_path.py
 
 dist_ourdata_SCRIPTS =         \
        benchmark_ofdm.py       \
        benchmark_ofdm_rx.py    \
        benchmark_ofdm_tx.py    \
        fftshift.py             \
-       fusb_options.py         \
-       pick_bitrate.py         \
-       receive_path.py         \
-       transmit_path.py        \
        ofdm_mod_demod_test.py  \
        tunnel.py
+





reply via email to

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