Imported Upstream version 3.2.2
[debian/gnuradio] / gr-utils / src / python / Makefile.am
1 #
2 # Copyright 2007,2009 Free Software Foundation, Inc.
3
4 # This file is part of GNU Radio
5
6 # GNU Radio is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option)
9 # any later version.
10
11 # GNU Radio is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with GNU Radio; see the file COPYING.  If not, write to
18 # the Free Software Foundation, Inc., 51 Franklin Street,
19 # Boston, MA 02110-1301, USA.
20
21
22 include $(top_srcdir)/Makefile.common
23
24 EXTRA_DIST = \
25     $(bin_SCRIPTS) \
26     README.plot
27
28 ourpythondir = $(grpythondir)
29
30 ourpython_PYTHON = \
31     plot_data.py
32
33 bin_SCRIPTS = \
34     gr_plot_char.py \
35     gr_plot_const.py \
36     gr_plot_fft.py \
37     gr_plot_fft_c.py \
38     gr_plot_fft_f.py \
39     gr_plot_psd.py \
40     gr_plot_psd_c.py \
41     gr_plot_psd_f.py \
42     gr_plot_float.py \
43     gr_plot_int.py \
44     gr_plot_iq.py \
45     gr_plot_short.py \
46     lsusrp \
47     usrp_fft.py \
48     usrp_oscope.py \
49     usrp_print_db.py \
50     usrp_rx_cfile.py \
51     usrp_rx_nogui.py \
52     usrp_siggen.py \
53     usrp_test_counting.py \
54     usrp_test_loopback.py \
55     usrp2_fft.py \
56     usrp2_rx_cfile.py \
57     usrp2_siggen.py \
58     usrp2_siggen_gui.py