~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to gnuradio-core/src/python/gnuradio/gr/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright 2004,2005,2006 Free Software Foundation, Inc.
 
2
# Copyright 2004,2005,2006,2008 Free Software Foundation, Inc.
3
3
4
4
# This file is part of GNU Radio
5
5
21
21
 
22
22
include $(top_srcdir)/Makefile.common
23
23
 
24
 
EXTRA_DIST = run_tests.in
25
 
 
 
24
EXTRA_DIST =                    \
 
25
        run_tests.in            \
 
26
        test_16bit_1chunk.wav
26
27
 
27
28
TESTS =                         \
28
29
        run_tests
32
33
 
33
34
grgrpython_PYTHON =             \
34
35
        __init__.py             \
35
 
        basic_flow_graph.py     \
36
36
        exceptions.py           \
37
 
        flow_graph.py           \
38
37
        gr_threading.py         \
39
38
        gr_threading_23.py      \
40
39
        gr_threading_24.py      \
41
 
        hier_block.py           \
 
40
        hier_block2.py          \
42
41
        prefs.py                \
43
 
        scheduler.py            
 
42
        scheduler.py            \
 
43
        top_block.py            \
 
44
        pubsub.py
44
45
 
45
46
noinst_PYTHON =                         \
46
47
        benchmark_filters.py            \
47
48
        qa_add_and_friends.py           \
48
49
        qa_add_v_and_friends.py         \
49
50
        qa_agc.py                       \
50
 
        qa_basic_flow_graph.py          \
 
51
        qa_argmax.py                    \
 
52
        qa_bin_statistics.py            \
 
53
        qa_classify.py                  \
51
54
        qa_cma_equalizer.py             \
52
55
        qa_complex_to_xxx.py            \
53
56
        qa_constellation_decoder_cb.py  \
54
57
        qa_correlate_access_code.py     \
 
58
        qa_delay.py                     \
55
59
        qa_diff_encoder.py              \
56
60
        qa_diff_phasor_cc.py            \
 
61
        qa_ecc_ccsds_27.py              \
57
62
        qa_feval.py                     \
 
63
        qa_fft.py                       \
58
64
        qa_fft_filter.py                \
59
65
        qa_filter_delay_fc.py           \
60
 
        qa_flow_graph.py                \
 
66
        qa_fractional_interpolator.py   \
61
67
        qa_frequency_modulator.py       \
62
68
        qa_fsk_stuff.py                 \
 
69
        qa_glfsr_source.py              \
63
70
        qa_goertzel.py                  \
64
71
        qa_head.py                      \
 
72
        qa_hier_block2.py               \
65
73
        qa_hilbert.py                   \
66
74
        qa_iir.py                       \
67
75
        qa_interleave.py                \
68
76
        qa_interp_fir_filter.py         \
69
77
        qa_kludge_copy.py               \
70
78
        qa_kludged_imports.py           \
 
79
        qa_max.py                       \
71
80
        qa_message.py                   \
72
81
        qa_mute.py                      \
73
82
        qa_nlog10.py                    \
74
83
        qa_noise.py                     \
 
84
        qa_ofdm_insert_preamble.py      \
75
85
        qa_packed_to_unpacked.py        \
76
86
        qa_pipe_fittings.py             \
 
87
        qa_pll_carriertracking.py       \
 
88
        qa_pll_freqdet.py               \
 
89
        qa_pll_refout.py                \
 
90
        qa_pn_correlator_cc.py          \
77
91
        qa_rational_resampler.py        \
78
92
        qa_sig_source.py                \
79
93
        qa_single_pole_iir.py           \
80
94
        qa_single_pole_iir_cc.py        \
81
 
        qa_unpack_k_bits.py             
82
 
 
83
 
 
84
 
CLEANFILES = *.pyc
 
95
        qa_skiphead.py                  \
 
96
        qa_unpack_k_bits.py             \
 
97
        qa_repeat.py                    \
 
98
        qa_scrambler.py                 \
 
99
        qa_vector_sink_source.py