root / gr-utils / src / python / Makefile.am @ d692a41f
History | View | Annotate | Download (1.6 kB)
| 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 | create-gnuradio-out-of-tree-project \ |
| 39 | gr_plot_char.py \ |
| 40 | gr_plot_const.py \ |
| 41 | gr_plot_fft.py \ |
| 42 | gr_plot_fft_c.py \ |
| 43 | gr_plot_fft_f.py \ |
| 44 | gr_plot_psd.py \ |
| 45 | gr_plot_psd_c.py \ |
| 46 | gr_plot_psd_f.py \ |
| 47 | gr_plot_float.py \ |
| 48 | gr_plot_int.py \ |
| 49 | gr_plot_iq.py \ |
| 50 | gr_plot_short.py \ |
| 51 | gr_plot_qt.py \ |
| 52 | gr_filter_design.py \ |
| 53 | lsusrp \ |
| 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_siggen_gui.py \ |
| 61 | usrp_test_counting.py \ |
| 62 | usrp_test_loopback.py \ |
| 63 | usrp2_fft.py \ |
| 64 | usrp2_rx_cfile.py |
| 65 |