summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-examples/python')
-rw-r--r--gnuradio-examples/python/apps/hf_radio/Makefile.am10
-rw-r--r--gnuradio-examples/python/digital-bert/Makefile.am10
-rw-r--r--gnuradio-examples/python/digital-bert/transmit_path.py1
-rw-r--r--gnuradio-examples/python/digital/Makefile.am20
-rw-r--r--gnuradio-examples/python/ofdm/Makefile.am17
5 files changed, 29 insertions, 29 deletions
diff --git a/gnuradio-examples/python/apps/hf_radio/Makefile.am b/gnuradio-examples/python/apps/hf_radio/Makefile.am
index 70b516d5d..e514076f6 100644
--- a/gnuradio-examples/python/apps/hf_radio/Makefile.am
+++ b/gnuradio-examples/python/apps/hf_radio/Makefile.am
@@ -26,14 +26,14 @@ ourdatadir = $(exampledir)/hf_radio
dist_ourdata_DATA = \
hfir.sci \
radio.xml \
- README.TXT \
- ssb_taps
-
-dist_ourdata_SCRIPTS = \
input.py \
output.py \
- radio.py \
+ README.TXT \
ssbagc.py \
ssbdemod.py \
startup.py \
+ ssb_taps
+
+dist_ourdata_SCRIPTS = \
+ radio.py \
ui.py
diff --git a/gnuradio-examples/python/digital-bert/Makefile.am b/gnuradio-examples/python/digital-bert/Makefile.am
index eda014a1c..eac013f09 100644
--- a/gnuradio-examples/python/digital-bert/Makefile.am
+++ b/gnuradio-examples/python/digital-bert/Makefile.am
@@ -23,11 +23,11 @@ include $(top_srcdir)/Makefile.common
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
diff --git a/gnuradio-examples/python/digital-bert/transmit_path.py b/gnuradio-examples/python/digital-bert/transmit_path.py
index 47b6ab229..96834b398 100644
--- a/gnuradio-examples/python/digital-bert/transmit_path.py
+++ b/gnuradio-examples/python/digital-bert/transmit_path.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
#
# Copyright 2008 Free Software Foundation, Inc.
#
diff --git a/gnuradio-examples/python/digital/Makefile.am b/gnuradio-examples/python/digital/Makefile.am
index 64a866590..97e586a70 100644
--- a/gnuradio-examples/python/digital/Makefile.am
+++ b/gnuradio-examples/python/digital/Makefile.am
@@ -23,22 +23,22 @@ include $(top_srcdir)/Makefile.common
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
diff --git a/gnuradio-examples/python/ofdm/Makefile.am b/gnuradio-examples/python/ofdm/Makefile.am
index a42d4017d..fc7156b4c 100644
--- a/gnuradio-examples/python/ofdm/Makefile.am
+++ b/gnuradio-examples/python/ofdm/Makefile.am
@@ -23,19 +23,20 @@ include $(top_srcdir)/Makefile.common
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
+