Fixed to pass distcheck, except QA test operates differently during distcheck vs...
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / gr / Makefile.am
1 #
2 # Copyright 2004,2005,2006,2008 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         run_tests.in            \
26         test_16bit_1chunk.wav
27
28 TESTS =                         \
29         run_tests
30
31
32 grgrpythondir = $(grpythondir)/gr
33
34 grgrpython_PYTHON =             \
35         __init__.py             \
36         exceptions.py           \
37         gr_threading.py         \
38         gr_threading_23.py      \
39         gr_threading_24.py      \
40         hier_block2.py          \
41         prefs.py                \
42         scheduler.py            \
43         top_block.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_argmax.py                    \
51         qa_bin_statistics.py            \
52         qa_cma_equalizer.py             \
53         qa_complex_to_xxx.py            \
54         qa_constellation_decoder_cb.py  \
55         qa_correlate_access_code.py     \
56         qa_delay.py                     \
57         qa_diff_encoder.py              \
58         qa_diff_phasor_cc.py            \
59         qa_ecc_ccsds_27.py              \
60         qa_feval.py                     \
61         qa_fft_filter.py                \
62         qa_filter_delay_fc.py           \
63         qa_fractional_interpolator.py   \
64         qa_frequency_modulator.py       \
65         qa_fsk_stuff.py                 \
66         qa_glfsr_source.py              \
67         qa_goertzel.py                  \
68         qa_head.py                      \
69         qa_hier_block2.py               \
70         qa_hilbert.py                   \
71         qa_iir.py                       \
72         qa_interleave.py                \
73         qa_interp_fir_filter.py         \
74         qa_kludge_copy.py               \
75         qa_kludged_imports.py           \
76         qa_max.py                       \
77         qa_message.py                   \
78         qa_mute.py                      \
79         qa_nlog10.py                    \
80         qa_noise.py                     \
81         qa_ofdm_insert_preamble.py      \
82         qa_packed_to_unpacked.py        \
83         qa_pipe_fittings.py             \
84         qa_pll_carriertracking.py       \
85         qa_pll_freqdet.py               \
86         qa_pll_refout.py                \
87         qa_pn_correlator_cc.py          \
88         qa_rational_resampler.py        \
89         qa_sig_source.py                \
90         qa_single_pole_iir.py           \
91         qa_single_pole_iir_cc.py        \
92         qa_skiphead.py                  \
93         qa_unpack_k_bits.py             
94
95
96 CLEANFILES = *.pyc