Merge vrt of http://gnuradio.org/git/jblum.git into master
[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     pyqt_plot.ui \
28     pyqt_filter.ui
29
30 ourpythondir = $(grpythondir)
31
32 ourpython_PYTHON = \
33     plot_data.py   \
34     pyqt_plot.py   \
35     pyqt_filter.py
36
37 bin_SCRIPTS = \
38     gr_plot_char.py \
39     gr_plot_const.py \
40     gr_plot_fft.py \
41     gr_plot_fft_c.py \
42     gr_plot_fft_f.py \
43     gr_plot_psd.py \
44     gr_plot_psd_c.py \
45     gr_plot_psd_f.py \
46     gr_plot_float.py \
47     gr_plot_int.py \
48     gr_plot_iq.py \
49     gr_plot_short.py \
50     gr_plot_qt.py \
51     gr_filter_design.py \
52     lsusrp \
53     qr_fft.py \
54     usrp_fft.py \
55     usrp_oscope.py \
56     usrp_print_db.py \
57     usrp_rx_cfile.py \
58     usrp_rx_nogui.py \
59     usrp_siggen.py \
60     usrp_test_counting.py \
61     usrp_test_loopback.py \
62     usrp2_fft.py \
63     usrp2_rx_cfile.py \
64     usrp2_siggen.py \
65     usrp2_siggen_gui.py
66