1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
#
# Copyright 2004,2005 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 = \
am_rcv.py \
ayfabtu.py \
benchmark_usb.py \
dsb_tx.py \
flexrf_debug.py \
flexrf_siggen.py \
fm_tx_2_daughterboards.py \
fm_tx4.py \
max_power.py \
siggen_min2.py \
test_counting.py \
test_dft_analysis.py \
test_dft_synth.py \
test_digital_loopback_counting.py \
test_digital_loopback_lfsr.py \
tvrx_am_rcv_gui.py \
usrp_fft_old.py \
usrp_fft.py \
usrp_nbfm_ptt.py \
usrp_nbfm_rcv.py \
usrp_oscope.py \
usrp_rx_cfile.py \
usrp_rx_nogui.py \
usrp_siggen.py \
usrp_tv_rcv_nogui.py \
usrp_tv_rcv.py \
usrp_wfm_rcv2_nogui.py \
usrp_wfm_rcv_nogui.py \
usrp_wfm_rcv_pll.py \
usrp_wfm_rcv.py \
usrp_wxapt_rcv.py \
wfm_rcv_file.py
|