merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital receiver and...
[debian/gnuradio] / gnuradio-core / src / lib / general / Makefile.am
1 #
2 # Copyright 2001,2002,2004,2006,2007 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 INCLUDES = $(STD_DEFINES_AND_INCLUDES) $(CPPUNIT_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_prefix.cc.in                 
35
36 libgeneral_la_SOURCES =                 \
37         gr_agc_cc.cc                    \
38         gr_agc_ff.cc                    \
39         gr_agc2_cc.cc                   \
40         gr_agc2_ff.cc                   \
41         gr_align_on_samplenumbers_ss.cc \
42         gr_bin_statistics_f.cc          \
43         gr_binary_slicer_fb.cc          \
44         gr_bytes_to_syms.cc             \
45         gr_char_to_float.cc             \
46         gr_check_counting_s.cc          \
47         gr_check_lfsr_32k_s.cc          \
48         gr_circular_file.cc             \
49         gr_clock_recovery_mm_cc.cc      \
50         gr_clock_recovery_mm_ff.cc      \
51         gr_complex_to_interleaved_short.cc \
52         gr_complex_to_xxx.cc            \
53         gr_conjugate_cc.cc              \
54         gr_constellation_decoder_cb.cc  \
55         gr_correlate_access_code_bb.cc  \
56         gr_costas_loop_cc.cc            \
57         gr_count_bits.cc                \
58         gr_crc32.cc                     \
59         gr_ctcss_squelch_ff.cc          \
60         gr_dd_mpsk_sync_cc.cc           \
61         gr_deinterleave.cc              \
62         gr_diff_decoder_bb.cc           \
63         gr_diff_encoder_bb.cc           \
64         gr_diff_phasor_cc.cc            \
65         gr_fake_channel_coder_pp.cc     \
66         gr_fast_atan2f.cc               \
67         gr_feedforward_agc_cc.cc        \
68         gr_feval.cc                     \
69         gr_fft_vcc.cc                   \
70         gr_fft_vfc.cc                   \
71         gr_firdes.cc                    \
72         gr_float_to_char.cc             \
73         gr_float_to_complex.cc          \
74         gr_float_to_short.cc            \
75         gr_float_to_uchar.cc            \
76         gr_frequency_modulator_fc.cc    \
77         gr_fxpt.cc                      \
78         gr_framer_sink_1.cc             \
79         gr_glfsr_source_b.cc            \
80         gr_head.cc                      \
81         gr_interleave.cc                \
82         gr_interleaved_short_to_complex.cc \
83         gr_keep_one_in_n.cc             \
84         gr_kludge_copy.cc               \
85         gr_lfsr_32k_source_s.cc         \
86         gr_lms_dfe_cc.cc                \
87         gr_lms_dfe_ff.cc                \
88         gr_map_bb.cc                    \
89         gr_math.cc                      \
90         gr_misc.cc                      \
91         gr_mpsk_receiver_cc.cc          \
92         gr_nlog10_ff.cc                 \
93         gr_nop.cc                       \
94         gr_null_sink.cc                 \
95         gr_null_source.cc               \
96         gr_pa_2x2_phase_combiner.cc     \
97         gr_packet_sink.cc               \
98         gr_phase_modulator_fc.cc        \
99         gr_pll_carriertracking_cc.cc    \
100         gr_pll_freqdet_cf.cc            \
101         gr_pll_refout_cc.cc             \
102         gr_prefix.cc                    \
103         gr_prefs.cc                     \
104         gr_probe_avg_mag_sqrd_c.cc      \
105         gr_probe_avg_mag_sqrd_f.cc      \
106         gr_probe_signal_f.cc            \
107         gr_pwr_squelch_cc.cc            \
108         gr_pwr_squelch_ff.cc            \
109         gr_quadrature_demod_cf.cc       \
110         gr_random.cc                    \
111         gr_remez.cc                     \
112         gr_reverse.cc                   \
113         gr_rms_cf.cc                    \
114         gr_rms_ff.cc                    \
115         gr_short_to_float.cc            \
116         gr_simple_correlator.cc         \
117         gr_simple_framer.cc             \
118         gr_simple_squelch_cc.cc         \
119         gr_skiphead.cc                  \
120         gr_squelch_base_cc.cc           \
121         gr_squelch_base_ff.cc           \
122         gr_stream_to_streams.cc         \
123         gr_stream_to_vector.cc          \
124         gr_streams_to_stream.cc         \
125         gr_streams_to_vector.cc         \
126         gr_test.cc                      \
127         gr_threshold_ff.cc              \
128         gr_throttle.cc                  \
129         gr_uchar_to_float.cc            \
130         gr_vco_f.cc                     \
131         gr_vector_to_stream.cc          \
132         gr_vector_to_streams.cc         \
133         gri_add_const_ss_generic.cc     \
134         gri_char_to_float.cc            \
135         gri_debugger_hook.cc            \
136         gri_fft.cc                      \
137         gri_float_to_char.cc            \
138         gri_float_to_short.cc           \
139         gri_float_to_uchar.cc           \
140         gri_glfsr.cc                    \
141         gri_interleaved_short_to_complex.cc \
142         gri_short_to_float.cc           \
143         gri_uchar_to_float.cc           \
144         malloc16.c                      \
145         gr_unpack_k_bits_bb.cc
146
147 libgeneral_qa_la_SOURCES =              \
148         qa_general.cc                   \
149         qa_gr_circular_file.cc          \
150         qa_gr_firdes.cc                 \
151         qa_gr_fxpt.cc                   \
152         qa_gr_fxpt_nco.cc               \
153         qa_gr_fxpt_vco.cc               
154
155
156
157 grinclude_HEADERS =                     \
158         gr_agc_cc.h                     \
159         gr_agc_ff.h                     \
160         gr_agc2_cc.h                    \
161         gr_agc2_ff.h                    \
162         gr_align_on_samplenumbers_ss.h  \
163         gr_bin_statistics_f.h           \
164         gr_binary_slicer_fb.h           \
165         gr_bytes_to_syms.h              \
166         gr_char_to_float.h              \
167         gr_check_counting_s.h           \
168         gr_check_lfsr_32k_s.h           \
169         gr_circular_file.h              \
170         gr_clock_recovery_mm_cc.h       \
171         gr_clock_recovery_mm_ff.h       \
172         gr_complex_to_interleaved_short.h \
173         gr_complex_to_xxx.h             \
174         gr_conjugate_cc.h               \
175         gr_constellation_decoder_cb.h   \
176         gr_correlate_access_code_bb.h   \
177         gr_costas_loop_cc.h             \
178         gr_count_bits.h                 \
179         gr_crc32.h                      \
180         gr_ctcss_squelch_ff.h           \
181         gr_dd_mpsk_sync_cc.h            \
182         gr_diff_decoder_bb.h            \
183         gr_diff_encoder_bb.h            \
184         gr_deinterleave.h               \
185         gr_diff_phasor_cc.h             \
186         gr_expj.h                       \
187         gr_fake_channel_coder_pp.h      \
188         gr_feedforward_agc_cc.h         \
189         gr_feval.h                      \
190         gr_fft_vcc.h                    \
191         gr_fft_vfc.h                    \
192         gr_firdes.h                     \
193         gr_float_to_char.h              \
194         gr_float_to_complex.h           \
195         gr_float_to_short.h             \
196         gr_float_to_uchar.h             \
197         gr_framer_sink_1.h              \
198         gr_frequency_modulator_fc.h     \
199         gr_fxpt.h                       \
200         gr_fxpt_nco.h                   \
201         gr_fxpt_vco.h                   \
202         gr_glfsr_source_b.h             \
203         gr_head.h                       \
204         gr_interleave.h                 \
205         gr_interleaved_short_to_complex.h \
206         gr_keep_one_in_n.h              \
207         gr_kludge_copy.h                \
208         gr_lfsr_32k_source_s.h          \
209         gr_lms_dfe_cc.h                 \
210         gr_lms_dfe_ff.h                 \
211         gr_log2_const.h                 \
212         gr_map_bb.h                     \
213         gr_math.h                       \
214         gr_misc.h                       \
215         gr_mpsk_receiver_cc.h           \
216         gr_nco.h                        \
217         gr_nlog10_ff.h                  \
218         gr_nop.h                        \
219         gr_null_sink.h                  \
220         gr_null_source.h                \
221         gr_pa_2x2_phase_combiner.h      \
222         gr_packet_sink.h                \
223         gr_phase_modulator_fc.h         \
224         gr_pll_carriertracking_cc.h     \
225         gr_pll_freqdet_cf.h             \
226         gr_pll_refout_cc.h              \
227         gr_prefix.h                     \
228         gr_prefs.h                      \
229         gr_probe_avg_mag_sqrd_c.h       \
230         gr_probe_avg_mag_sqrd_f.h       \
231         gr_probe_signal_f.h             \
232         gr_pwr_squelch_cc.h             \
233         gr_pwr_squelch_ff.h             \
234         gr_quadrature_demod_cf.h        \
235         gr_random.h                     \
236         gr_remez.h                      \
237         gr_reverse.h                    \
238         gr_rms_cf.h                     \
239         gr_rms_ff.h                     \
240         gr_short_to_float.h             \
241         gr_simple_correlator.h          \
242         gr_simple_framer.h              \
243         gr_simple_framer_sync.h         \
244         gr_simple_squelch_cc.h          \
245         gr_skiphead.h                   \
246         gr_squelch_base_cc.h            \
247         gr_squelch_base_ff.h            \
248         gr_stream_to_streams.h          \
249         gr_stream_to_vector.h           \
250         gr_streams_to_stream.h          \
251         gr_streams_to_vector.h          \
252         gr_test_types.h                 \
253         gr_test.h                       \
254         gr_threshold_ff.h               \
255         gr_throttle.h                   \
256         gr_uchar_to_float.h             \
257         gr_vco.h                        \
258         gr_vco_f.h                      \
259         gr_vector_to_stream.h           \
260         gr_vector_to_streams.h          \
261         gri_add_const_ss.h              \
262         gri_agc_cc.h                    \
263         gri_agc_ff.h                    \
264         gri_agc2_cc.h                   \
265         gri_agc2_ff.h                   \
266         gri_char_to_float.h             \
267         gri_debugger_hook.h             \
268         gri_fft.h                       \
269         gri_float_to_char.h             \
270         gri_float_to_short.h            \
271         gri_float_to_uchar.h            \
272         gri_glfsr.h                     \
273         gri_interleaved_short_to_complex.h \
274         gri_lfsr_15_1_0.h               \
275         gri_lfsr_32k.h                  \
276         gri_short_to_float.h            \
277         gri_uchar_to_float.h            \
278         malloc16.h                      \
279         random.h                        \
280         gr_unpack_k_bits_bb.h
281
282
283 noinst_HEADERS =                        \
284         qa_general.h                    \
285         qa_gr_circular_file.h           \
286         qa_gr_firdes.h                  \
287         qa_gr_fxpt.h                    \
288         qa_gr_fxpt_nco.h                \
289         qa_gr_fxpt_vco.h                \
290         sine_table.h                    
291
292 swiginclude_HEADERS =                   \
293         general.i                       \
294         gr_agc_cc.i                     \
295         gr_agc_ff.i                     \
296         gr_agc2_cc.i                    \
297         gr_agc2_ff.i                    \
298         gr_align_on_samplenumbers_ss.i  \
299         gr_bin_statistics_f.i           \
300         gr_binary_slicer_fb.i           \
301         gr_bytes_to_syms.i              \
302         gr_char_to_float.i              \
303         gr_check_counting_s.i           \
304         gr_check_lfsr_32k_s.i           \
305         gr_clock_recovery_mm_cc.i       \
306         gr_clock_recovery_mm_ff.i       \
307         gr_complex_to_interleaved_short.i \
308         gr_complex_to_xxx.i             \
309         gr_conjugate_cc.i               \
310         gr_constellation_decoder_cb.i   \
311         gr_correlate_access_code_bb.i   \
312         gr_costas_loop_cc.i             \
313         gr_crc32.i                      \
314         gr_ctcss_squelch_ff.i           \
315         gr_dd_mpsk_sync_cc.i            \
316         gr_diff_decoder_bb.i            \
317         gr_diff_encoder_bb.i            \
318         gr_diff_phasor_cc.i             \
319         gr_deinterleave.i               \
320         gr_fake_channel_coder_pp.i      \
321         gr_feedforward_agc_cc.i         \
322         gr_feval.i                      \
323         gr_fft_vcc.i                    \
324         gr_fft_vfc.i                    \
325         gr_firdes.i                     \
326         gr_float_to_char.i              \
327         gr_float_to_complex.i           \
328         gr_float_to_short.i             \
329         gr_float_to_uchar.i             \
330         gr_frequency_modulator_fc.i     \
331         gr_framer_sink_1.i              \
332         gr_glfsr_source_b.i             \
333         gr_head.i                       \
334         gr_interleave.i                 \
335         gr_interleaved_short_to_complex.i \
336         gr_keep_one_in_n.i              \
337         gr_kludge_copy.i                \
338         gr_lfsr_32k_source_s.i          \
339         gr_lms_dfe_cc.i                 \
340         gr_lms_dfe_ff.i                 \
341         gr_map_bb.i                     \
342         gr_mpsk_receiver_cc.i           \
343         gr_nlog10_ff.i                  \
344         gr_nop.i                        \
345         gr_null_sink.i                  \
346         gr_null_source.i                \
347         gr_pa_2x2_phase_combiner.i      \
348         gr_packet_sink.i                \
349         gr_phase_modulator_fc.i         \
350         gr_pll_carriertracking_cc.i     \
351         gr_pll_freqdet_cf.i             \
352         gr_pll_refout_cc.i              \
353         gr_prefix.i                     \
354         gr_prefs.i                      \
355         gr_probe_avg_mag_sqrd_c.i       \
356         gr_probe_avg_mag_sqrd_f.i       \
357         gr_probe_signal_f.i             \
358         gr_pwr_squelch_cc.i             \
359         gr_pwr_squelch_ff.i             \
360         gr_quadrature_demod_cf.i        \
361         gr_remez.i                      \
362         gr_rms_cf.i                     \
363         gr_rms_ff.i                     \
364         gr_short_to_float.i             \
365         gr_simple_correlator.i          \
366         gr_simple_framer.i              \
367         gr_simple_squelch_cc.i          \
368         gr_skiphead.i                   \
369         gr_squelch_base_cc.i            \
370         gr_squelch_base_ff.i            \
371         gr_stream_to_streams.i          \
372         gr_stream_to_vector.i           \
373         gr_streams_to_stream.i          \
374         gr_streams_to_vector.i          \
375         gr_test.i                       \
376         gr_threshold_ff.i               \
377         gr_throttle.i                   \
378         gr_uchar_to_float.i             \
379         gr_vco_f.i                      \
380         gr_vector_to_stream.i           \
381         gr_vector_to_streams.i          \
382         gr_unpack_k_bits_bb.i           \
383         gri_agc_cc.i                    \
384         gri_agc_ff.i                    \
385         gri_agc2_cc.i                   \
386         gri_agc2_ff.i                   
387
388
389 CLEANFILES = $(BUILT_SOURCES) *.pyc