merge ordm/receiver branch -r5574:5659. Reworks OFDM receiver with refactored OFDM...
[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         hier_block2.py          \
43         prefs.py                \
44         scheduler.py            
45
46 noinst_PYTHON =                         \
47         benchmark_filters.py            \
48         qa_add_and_friends.py           \
49         qa_add_v_and_friends.py         \
50         qa_agc.py                       \
51         qa_argmax.py                    \
52         qa_basic_flow_graph.py          \
53         qa_bin_statistics.py            \
54         qa_cma_equalizer.py             \
55         qa_complex_to_xxx.py            \
56         qa_constellation_decoder_cb.py  \
57         qa_correlate_access_code.py     \
58         qa_delay.py                     \
59         qa_diff_encoder.py              \
60         qa_diff_phasor_cc.py            \
61         qa_feval.py                     \
62         qa_fft_filter.py                \
63         qa_filter_delay_fc.py           \
64         qa_flow_graph.py                \
65         qa_fractional_interpolator.py   \
66         qa_frequency_modulator.py       \
67         qa_fsk_stuff.py                 \
68         qa_glfsr_source.py              \
69         qa_goertzel.py                  \
70         qa_head.py                      \
71         qa_hier_block2.py               \
72         qa_hilbert.py                   \
73         qa_iir.py                       \
74         qa_interleave.py                \
75         qa_interp_fir_filter.py         \
76         qa_kludge_copy.py               \
77         qa_kludged_imports.py           \
78         qa_max.py                       \
79         qa_message.py                   \
80         qa_mute.py                      \
81         qa_nlog10.py                    \
82         qa_noise.py                     \
83         qa_packed_to_unpacked.py        \
84         qa_pipe_fittings.py             \
85         qa_pll_carriertracking.py       \
86         qa_pll_freqdet.py               \
87         qa_pll_refout.py                \
88         qa_pn_correlator_cc.py          \
89         qa_rational_resampler.py        \
90         qa_sig_source.py                \
91         qa_single_pole_iir.py           \
92         qa_single_pole_iir_cc.py        \
93         qa_skiphead.py                  \
94         qa_unpack_k_bits.py             
95
96
97 CLEANFILES = *.pyc