gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete
[debian/gnuradio] / gnuradio-core / src / lib / general / Makefile.am
1 #
2 # Copyright 2001,2002,2004,2006,2007,2008,2009 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 AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(CPPUNIT_INCLUDES) $(WITH_INCLUDES)
25
26 noinst_LTLIBRARIES = libgeneral.la libgeneral-qa.la
27
28 BUILT_SOURCES = 
29
30 # ----------------------------------------------------------------
31
32 EXTRA_DIST =                            \
33         gen_sine_table.py               \
34         gr_constants.cc.in                      
35
36 libgeneral_la_SOURCES =                 \
37         gr_additive_scrambler_bb.cc     \
38         gr_agc_cc.cc                    \
39         gr_agc_ff.cc                    \
40         gr_agc2_cc.cc                   \
41         gr_agc2_ff.cc                   \
42         gr_align_on_samplenumbers_ss.cc \
43         gr_bin_statistics_f.cc          \
44         gr_binary_slicer_fb.cc          \
45         gr_bytes_to_syms.cc             \
46         gr_char_to_float.cc             \
47         gr_check_counting_s.cc          \
48         gr_check_lfsr_32k_s.cc          \
49         gr_circular_file.cc             \
50         gr_clock_recovery_mm_cc.cc      \
51         gr_clock_recovery_mm_ff.cc      \
52         gr_complex_to_interleaved_short.cc \
53         gr_complex_to_xxx.cc            \
54         gr_conjugate_cc.cc              \
55         gr_copy.cc                      \
56         gr_constellation_decoder_cb.cc  \
57         gr_correlate_access_code_bb.cc  \
58         gr_costas_loop_cc.cc            \
59         gr_count_bits.cc                \
60         gr_cpfsk_bc.cc                  \
61         gr_crc32.cc                     \
62         gr_ctcss_squelch_ff.cc          \
63         gr_decode_ccsds_27_fb.cc        \
64         gr_deinterleave.cc              \
65         gr_delay.cc                     \
66         gr_diff_decoder_bb.cc           \
67         gr_diff_encoder_bb.cc           \
68         gr_diff_phasor_cc.cc            \
69         gr_dpll_bb.cc                   \
70         gr_encode_ccsds_27_bb.cc        \
71         gr_fake_channel_coder_pp.cc     \
72         gr_fast_atan2f.cc               \
73         gr_feedforward_agc_cc.cc        \
74         gr_feval.cc                     \
75         gr_fft_vcc.cc                   \
76         gr_fft_vcc_fftw.cc              \
77         gr_fft_vfc.cc                   \
78         gr_firdes.cc                    \
79         gr_fll_band_edge_cc.cc          \
80         gr_float_to_char.cc             \
81         gr_float_to_complex.cc          \
82         gr_float_to_short.cc            \
83         gr_float_to_uchar.cc            \
84         gr_fmdet_cf.cc                  \
85         gr_frequency_modulator_fc.cc    \
86         gr_fxpt.cc                      \
87         gr_framer_sink_1.cc             \
88         gr_glfsr_source_b.cc            \
89         gr_glfsr_source_f.cc            \
90         gr_head.cc                      \
91         gr_interleave.cc                \
92         gr_interleaved_short_to_complex.cc \
93         gr_iqcomp_cc.cc                 \
94         gr_keep_one_in_n.cc             \
95         gr_kludge_copy.cc               \
96         gr_lfsr_32k_source_s.cc         \
97         gr_lms_dfe_cc.cc                \
98         gr_lms_dfe_ff.cc                \
99         gr_map_bb.cc                    \
100         gr_math.cc                      \
101         gr_misc.cc                      \
102         gr_mpsk_receiver_cc.cc          \
103         gr_nlog10_ff.cc                 \
104         gr_nop.cc                       \
105         gr_null_sink.cc                 \
106         gr_null_source.cc               \
107         gr_ofdm_frame_acquisition.cc    \
108         gr_ofdm_cyclic_prefixer.cc      \
109         gr_ofdm_demapper_vcb.cc         \
110         gr_ofdm_mapper_bcv.cc           \
111         gr_ofdm_frame_sink.cc           \
112         gr_ofdm_insert_preamble.cc      \
113         gr_ofdm_sampler.cc              \
114         gr_pa_2x2_phase_combiner.cc     \
115         gr_packet_sink.cc               \
116         gr_peak_detector2_fb.cc         \
117         gr_phase_modulator_fc.cc        \
118         gr_pll_carriertracking_cc.cc    \
119         gr_pll_freqdet_cf.cc            \
120         gr_pll_refout_cc.cc             \
121         gr_pn_correlator_cc.cc          \
122         gr_constants.cc                 \
123         gr_prefs.cc                     \
124         gr_probe_avg_mag_sqrd_c.cc      \
125         gr_probe_avg_mag_sqrd_cf.cc     \
126         gr_probe_avg_mag_sqrd_f.cc      \
127         gr_probe_signal_f.cc            \
128         gr_pwr_squelch_cc.cc            \
129         gr_pwr_squelch_ff.cc            \
130         gr_quadrature_demod_cf.cc       \
131         gr_rail_ff.cc                   \
132         gr_random.cc                    \
133         gr_regenerate_bb.cc             \
134         gr_remez.cc                     \
135         gr_repeat.cc                    \
136         gr_reverse.cc                   \
137         gr_rms_cf.cc                    \
138         gr_rms_ff.cc                    \
139         gr_short_to_float.cc            \
140         gr_simple_correlator.cc         \
141         gr_simple_framer.cc             \
142         gr_simple_squelch_cc.cc         \
143         gr_skiphead.cc                  \
144         gr_squash_ff.cc                 \
145         gr_squelch_base_cc.cc           \
146         gr_squelch_base_ff.cc           \
147         gr_stream_mux.cc                \
148         gr_stream_to_streams.cc         \
149         gr_stream_to_vector.cc          \
150         gr_streams_to_stream.cc         \
151         gr_streams_to_vector.cc         \
152         gr_stretch_ff.cc                \
153         gr_test.cc                      \
154         gr_threshold_ff.cc              \
155         gr_throttle.cc                  \
156         gr_uchar_to_float.cc            \
157         gr_vco_f.cc                     \
158         gr_vector_to_stream.cc          \
159         gr_vector_to_streams.cc         \
160         gr_wavelet_ff.cc                \
161         gr_wvps_ff.cc                   \
162         gri_add_const_ss_generic.cc     \
163         gri_char_to_float.cc            \
164         gri_debugger_hook.cc            \
165         gri_fft.cc                      \
166         gri_float_to_char.cc            \
167         gri_float_to_short.cc           \
168         gri_float_to_uchar.cc           \
169         gri_glfsr.cc                    \
170         gri_interleaved_short_to_complex.cc \
171         gri_short_to_float.cc           \
172         gri_uchar_to_float.cc           \
173         malloc16.c                      \
174         gr_unpack_k_bits_bb.cc          \
175         gr_descrambler_bb.cc            \
176         gr_scrambler_bb.cc              \
177         gr_probe_mpsk_snr_c.cc          \
178         gr_probe_density_b.cc
179
180 libgeneral_qa_la_SOURCES =              \
181         qa_general.cc                   \
182         qa_gr_circular_file.cc          \
183         qa_gr_firdes.cc                 \
184         qa_gr_fxpt.cc                   \
185         qa_gr_fxpt_nco.cc               \
186         qa_gr_fxpt_vco.cc               \
187         qa_gr_math.cc                   \
188         qa_gri_lfsr.cc
189
190 grinclude_HEADERS =                     \
191         gr_additive_scrambler_bb.h      \
192         gr_agc_cc.h                     \
193         gr_agc_ff.h                     \
194         gr_agc2_cc.h                    \
195         gr_agc2_ff.h                    \
196         gr_align_on_samplenumbers_ss.h  \
197         gr_bin_statistics_f.h           \
198         gr_binary_slicer_fb.h           \
199         gr_bytes_to_syms.h              \
200         gr_char_to_float.h              \
201         gr_check_counting_s.h           \
202         gr_check_lfsr_32k_s.h           \
203         gr_circular_file.h              \
204         gr_clock_recovery_mm_cc.h       \
205         gr_clock_recovery_mm_ff.h       \
206         gr_complex_to_interleaved_short.h \
207         gr_complex_to_xxx.h             \
208         gr_conjugate_cc.h               \
209         gr_constellation_decoder_cb.h   \
210         gr_copy.h                       \
211         gr_correlate_access_code_bb.h   \
212         gr_costas_loop_cc.h             \
213         gr_count_bits.h                 \
214         gr_cpfsk_bc.h                   \
215         gr_crc32.h                      \
216         gr_ctcss_squelch_ff.h           \
217         gr_decode_ccsds_27_fb.h         \
218         gr_diff_decoder_bb.h            \
219         gr_diff_encoder_bb.h            \
220         gr_deinterleave.h               \
221         gr_delay.h                      \
222         gr_diff_phasor_cc.h             \
223         gr_dpll_bb.h                    \
224         gr_encode_ccsds_27_bb.h         \
225         gr_expj.h                       \
226         gr_fake_channel_coder_pp.h      \
227         gr_feedforward_agc_cc.h         \
228         gr_feval.h                      \
229         gr_fft_vcc.h                    \
230         gr_fft_vcc_fftw.h               \
231         gr_fft_vfc.h                    \
232         gr_firdes.h                     \
233         gr_fll_band_edge_cc.h           \
234         gr_float_to_char.h              \
235         gr_float_to_complex.h           \
236         gr_float_to_short.h             \
237         gr_float_to_uchar.h             \
238         gr_fmdet_cf.h                   \
239         gr_framer_sink_1.h              \
240         gr_frequency_modulator_fc.h     \
241         gr_fxpt.h                       \
242         gr_fxpt_nco.h                   \
243         gr_fxpt_vco.h                   \
244         gr_glfsr_source_b.h             \
245         gr_glfsr_source_f.h             \
246         gr_head.h                       \
247         gr_interleave.h                 \
248         gr_interleaved_short_to_complex.h \
249         gr_iqcomp_cc.h                  \
250         gr_keep_one_in_n.h              \
251         gr_kludge_copy.h                \
252         gr_lfsr_32k_source_s.h          \
253         gr_lms_dfe_cc.h                 \
254         gr_lms_dfe_ff.h                 \
255         gr_log2_const.h                 \
256         gr_map_bb.h                     \
257         gr_math.h                       \
258         gr_misc.h                       \
259         gr_mpsk_receiver_cc.h           \
260         gr_nco.h                        \
261         gr_nlog10_ff.h                  \
262         gr_nop.h                        \
263         gr_null_sink.h                  \
264         gr_null_source.h                \
265         gr_ofdm_frame_acquisition.h     \
266         gr_ofdm_cyclic_prefixer.h       \
267         gr_ofdm_demapper_vcb.h          \
268         gr_ofdm_mapper_bcv.h            \
269         gr_ofdm_frame_sink.h            \
270         gr_ofdm_insert_preamble.h       \
271         gr_ofdm_sampler.h               \
272         gr_pa_2x2_phase_combiner.h      \
273         gr_packet_sink.h                \
274         gr_peak_detector2_fb.h          \
275         gr_phase_modulator_fc.h         \
276         gr_pll_carriertracking_cc.h     \
277         gr_pll_freqdet_cf.h             \
278         gr_pll_refout_cc.h              \
279         gr_pn_correlator_cc.h           \
280         gr_constants.h                  \
281         gr_prefs.h                      \
282         gr_probe_avg_mag_sqrd_c.h       \
283         gr_probe_avg_mag_sqrd_cf.h      \
284         gr_probe_avg_mag_sqrd_f.h       \
285         gr_probe_signal_f.h             \
286         gr_pwr_squelch_cc.h             \
287         gr_pwr_squelch_ff.h             \
288         gr_quadrature_demod_cf.h        \
289         gr_rail_ff.h                    \
290         gr_random.h                     \
291         gr_regenerate_bb.h              \
292         gr_remez.h                      \
293         gr_repeat.h                     \
294         gr_reverse.h                    \
295         gr_rms_cf.h                     \
296         gr_rms_ff.h                     \
297         gr_short_to_float.h             \
298         gr_simple_correlator.h          \
299         gr_simple_framer.h              \
300         gr_simple_framer_sync.h         \
301         gr_simple_squelch_cc.h          \
302         gr_squash_ff.h                  \
303         gr_skiphead.h                   \
304         gr_squelch_base_cc.h            \
305         gr_squelch_base_ff.h            \
306         gr_stream_mux.h                 \
307         gr_stream_to_streams.h          \
308         gr_stream_to_vector.h           \
309         gr_streams_to_stream.h          \
310         gr_streams_to_vector.h          \
311         gr_stretch_ff.h                 \
312         gr_test_types.h                 \
313         gr_test.h                       \
314         gr_threshold_ff.h               \
315         gr_throttle.h                   \
316         gr_uchar_to_float.h             \
317         gr_vco.h                        \
318         gr_vco_f.h                      \
319         gr_vector_to_stream.h           \
320         gr_vector_to_streams.h          \
321         gr_wavelet_ff.h                 \
322         gr_wvps_ff.h                    \
323         gri_add_const_ss.h              \
324         gri_agc_cc.h                    \
325         gri_agc_ff.h                    \
326         gri_agc2_cc.h                   \
327         gri_agc2_ff.h                   \
328         gri_char_to_float.h             \
329         gri_debugger_hook.h             \
330         gri_fft.h                       \
331         gri_float_to_char.h             \
332         gri_float_to_short.h            \
333         gri_float_to_uchar.h            \
334         gri_lfsr.h                      \
335         gri_glfsr.h                     \
336         gri_interleaved_short_to_complex.h \
337         gri_lfsr_15_1_0.h               \
338         gri_lfsr_32k.h                  \
339         gri_short_to_float.h            \
340         gri_uchar_to_float.h            \
341         malloc16.h                      \
342         random.h                        \
343         gr_unpack_k_bits_bb.h           \
344         gr_descrambler_bb.h             \
345         gr_scrambler_bb.h               \
346         gr_probe_mpsk_snr_c.h           \
347         gr_probe_density_b.h
348
349 noinst_HEADERS =                        \
350         qa_general.h                    \
351         qa_gr_circular_file.h           \
352         qa_gr_firdes.h                  \
353         qa_gr_fxpt.h                    \
354         qa_gr_fxpt_nco.h                \
355         qa_gr_fxpt_vco.h                \
356         qa_gri_lfsr.h                   \
357         sine_table.h                    \
358         qa_gr_math.h
359
360 if PYTHON
361 swiginclude_HEADERS =                   \
362         general.i                       \
363         gr_additive_scrambler_bb.i      \
364         gr_agc_cc.i                     \
365         gr_agc_ff.i                     \
366         gr_agc2_cc.i                    \
367         gr_agc2_ff.i                    \
368         gr_align_on_samplenumbers_ss.i  \
369         gr_bin_statistics_f.i           \
370         gr_binary_slicer_fb.i           \
371         gr_bytes_to_syms.i              \
372         gr_char_to_float.i              \
373         gr_check_counting_s.i           \
374         gr_check_lfsr_32k_s.i           \
375         gr_clock_recovery_mm_cc.i       \
376         gr_clock_recovery_mm_ff.i       \
377         gr_complex_to_interleaved_short.i \
378         gr_complex_to_xxx.i             \
379         gr_conjugate_cc.i               \
380         gr_constellation_decoder_cb.i   \
381         gr_copy.i                       \
382         gr_correlate_access_code_bb.i   \
383         gr_costas_loop_cc.i             \
384         gr_cpfsk_bc.i                   \
385         gr_crc32.i                      \
386         gr_ctcss_squelch_ff.i           \
387         gr_decode_ccsds_27_fb.i         \
388         gr_diff_decoder_bb.i            \
389         gr_diff_encoder_bb.i            \
390         gr_diff_phasor_cc.i             \
391         gr_dpll_bb.i                    \
392         gr_deinterleave.i               \
393         gr_delay.i                      \
394         gr_encode_ccsds_27_bb.i         \
395         gr_fake_channel_coder_pp.i      \
396         gr_feedforward_agc_cc.i         \
397         gr_feval.i                      \
398         gr_fft_vcc.i                    \
399         gr_fft_vfc.i                    \
400         gr_firdes.i                     \
401         gr_fll_band_edge_cc.i           \
402         gr_float_to_char.i              \
403         gr_float_to_complex.i           \
404         gr_float_to_short.i             \
405         gr_float_to_uchar.i             \
406         gr_fmdet_cf.i                   \
407         gr_frequency_modulator_fc.i     \
408         gr_framer_sink_1.i              \
409         gr_glfsr_source_b.i             \
410         gr_glfsr_source_f.i             \
411         gr_head.i                       \
412         gr_interleave.i                 \
413         gr_interleaved_short_to_complex.i \
414         gr_iqcomp_cc.i                  \
415         gr_keep_one_in_n.i              \
416         gr_kludge_copy.i                \
417         gr_lfsr_32k_source_s.i          \
418         gr_lms_dfe_cc.i                 \
419         gr_lms_dfe_ff.i                 \
420         gr_map_bb.i                     \
421         gr_mpsk_receiver_cc.i           \
422         gr_nlog10_ff.i                  \
423         gr_nop.i                        \
424         gr_null_sink.i                  \
425         gr_null_source.i                \
426         gr_ofdm_frame_acquisition.i     \
427         gr_ofdm_cyclic_prefixer.i       \
428         gr_ofdm_demapper_vcb.i          \
429         gr_ofdm_mapper_bcv.i            \
430         gr_ofdm_frame_sink.i            \
431         gr_ofdm_insert_preamble.i       \
432         gr_ofdm_sampler.i               \
433         gr_pa_2x2_phase_combiner.i      \
434         gr_packet_sink.i                \
435         gr_peak_detector2_fb.i          \
436         gr_phase_modulator_fc.i         \
437         gr_pll_carriertracking_cc.i     \
438         gr_pll_freqdet_cf.i             \
439         gr_pll_refout_cc.i              \
440         gr_pn_correlator_cc.i           \
441         gr_constants.i                  \
442         gr_prefs.i                      \
443         gr_probe_avg_mag_sqrd_c.i       \
444         gr_probe_avg_mag_sqrd_cf.i      \
445         gr_probe_avg_mag_sqrd_f.i       \
446         gr_probe_signal_f.i             \
447         gr_pwr_squelch_cc.i             \
448         gr_pwr_squelch_ff.i             \
449         gr_quadrature_demod_cf.i        \
450         gr_rail_ff.i                    \
451         gr_regenerate_bb.i              \
452         gr_remez.i                      \
453         gr_rms_cf.i                     \
454         gr_rms_ff.i                     \
455         gr_repeat.i                     \
456         gr_short_to_float.i             \
457         gr_simple_correlator.i          \
458         gr_simple_framer.i              \
459         gr_simple_squelch_cc.i          \
460         gr_skiphead.i                   \
461         gr_squash_ff.i                  \
462         gr_squelch_base_cc.i            \
463         gr_squelch_base_ff.i            \
464         gr_stream_mux.i                 \
465         gr_stream_to_streams.i          \
466         gr_stream_to_vector.i           \
467         gr_streams_to_stream.i          \
468         gr_streams_to_vector.i          \
469         gr_stretch_ff.i                 \
470         gr_test.i                       \
471         gr_threshold_ff.i               \
472         gr_throttle.i                   \
473         gr_uchar_to_float.i             \
474         gr_vco_f.i                      \
475         gr_vector_to_stream.i           \
476         gr_vector_to_streams.i          \
477         gr_unpack_k_bits_bb.i           \
478         gr_wavelet_ff.i                 \
479         gr_wvps_ff.i                    \
480         gri_agc_cc.i                    \
481         gri_agc_ff.i                    \
482         gri_agc2_cc.i                   \
483         gri_agc2_ff.i                   \
484         gr_descrambler_bb.i             \
485         gr_scrambler_bb.i               \
486         gr_probe_mpsk_snr_c.i           \
487         gr_probe_density_b.i
488 endif