74c46afb1050a6b04d2e9cae412ed1b6834af243
[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         pubsub.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_bin_statistics.py            \
53         qa_classify.py                  \
54         qa_cma_equalizer.py             \
55         qa_complex_to_xxx.py            \
56         qa_constellation_decoder_cb.py  \
57         qa_copy.py                      \
58         qa_correlate_access_code.py     \
59         qa_delay.py                     \
60         qa_diff_encoder.py              \
61         qa_diff_phasor_cc.py            \
62         qa_ecc_ccsds_27.py              \
63         qa_feval.py                     \
64         qa_fft.py                       \
65         qa_fft_filter.py                \
66         qa_filter_delay_fc.py           \
67         qa_fractional_interpolator.py   \
68         qa_frequency_modulator.py       \
69         qa_fsk_stuff.py                 \
70         qa_glfsr_source.py              \
71         qa_goertzel.py                  \
72         qa_head.py                      \
73         qa_hier_block2.py               \
74         qa_hilbert.py                   \
75         qa_iir.py                       \
76         qa_interleave.py                \
77         qa_interp_fir_filter.py         \
78         qa_kludge_copy.py               \
79         qa_kludged_imports.py           \
80         qa_max.py                       \
81         qa_message.py                   \
82         qa_mute.py                      \
83         qa_nlog10.py                    \
84         qa_noise.py                     \
85         qa_ofdm_insert_preamble.py      \
86         qa_packed_to_unpacked.py        \
87         qa_pipe_fittings.py             \
88         qa_pll_carriertracking.py       \
89         qa_pll_freqdet.py               \
90         qa_pll_refout.py                \
91         qa_pn_correlator_cc.py          \
92         qa_rational_resampler.py        \
93         qa_sig_source.py                \
94         qa_single_pole_iir.py           \
95         qa_single_pole_iir_cc.py        \
96         qa_skiphead.py                  \
97         qa_unpack_k_bits.py             \
98         qa_repeat.py                    \
99         qa_scrambler.py                 \
100         qa_udp_sink_source.py           \
101         qa_vector_sink_source.py