Imported Upstream version 3.0.3
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / gr / Makefile.am
1 #
2 # Copyright 2004,2005,2006 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 2, 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 = run_tests.in
25
26
27 TESTS =                         \
28         run_tests
29
30
31 grgrpythondir = $(grpythondir)/gr
32
33 grgrpython_PYTHON =             \
34         __init__.py             \
35         basic_flow_graph.py     \
36         exceptions.py           \
37         flow_graph.py           \
38         gr_threading.py         \
39         gr_threading_23.py      \
40         gr_threading_24.py      \
41         hier_block.py           \
42         prefs.py                \
43         scheduler.py            
44
45 noinst_PYTHON =                         \
46         benchmark_filters.py            \
47         qa_add_and_friends.py           \
48         qa_add_v_and_friends.py         \
49         qa_agc.py                       \
50         qa_basic_flow_graph.py          \
51         qa_cma_equalizer.py             \
52         qa_complex_to_xxx.py            \
53         qa_constellation_decoder_cb.py  \
54         qa_correlate_access_code.py     \
55         qa_diff_encoder.py              \
56         qa_diff_phasor_cc.py            \
57         qa_feval.py                     \
58         qa_fft_filter.py                \
59         qa_filter_delay_fc.py           \
60         qa_flow_graph.py                \
61         qa_frequency_modulator.py       \
62         qa_fsk_stuff.py                 \
63         qa_goertzel.py                  \
64         qa_head.py                      \
65         qa_hilbert.py                   \
66         qa_iir.py                       \
67         qa_interleave.py                \
68         qa_interp_fir_filter.py         \
69         qa_kludge_copy.py               \
70         qa_kludged_imports.py           \
71         qa_message.py                   \
72         qa_mute.py                      \
73         qa_nlog10.py                    \
74         qa_noise.py                     \
75         qa_packed_to_unpacked.py        \
76         qa_pipe_fittings.py             \
77         qa_rational_resampler.py        \
78         qa_sig_source.py                \
79         qa_single_pole_iir.py           \
80         qa_single_pole_iir_cc.py        \
81         qa_unpack_k_bits.py             
82
83
84 CLEANFILES = *.pyc