Added ability to log receive path power to file in digital examples.
[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_delay.cc                     \
63         gr_diff_decoder_bb.cc           \
64         gr_diff_encoder_bb.cc           \
65         gr_diff_phasor_cc.cc            \
66         gr_dpll_ff.cc                   \
67         gr_fake_channel_coder_pp.cc     \
68         gr_fast_atan2f.cc               \
69         gr_feedforward_agc_cc.cc        \
70         gr_feval.cc                     \
71         gr_fft_vcc.cc                   \
72         gr_fft_vfc.cc                   \
73         gr_firdes.cc                    \
74         gr_float_to_char.cc             \
75         gr_float_to_complex.cc          \
76         gr_float_to_short.cc            \
77         gr_float_to_uchar.cc            \
78         gr_frequency_modulator_fc.cc    \
79         gr_fxpt.cc                      \
80         gr_framer_sink_1.cc             \
81         gr_glfsr_source_b.cc            \
82         gr_glfsr_source_f.cc            \
83         gr_head.cc                      \
84         gr_interleave.cc                \
85         gr_interleaved_short_to_complex.cc \
86         gr_keep_one_in_n.cc             \
87         gr_kludge_copy.cc               \
88         gr_lfsr_32k_source_s.cc         \
89         gr_lms_dfe_cc.cc                \
90         gr_lms_dfe_ff.cc                \
91         gr_map_bb.cc                    \
92         gr_math.cc                      \
93         gr_misc.cc                      \
94         gr_mpsk_receiver_cc.cc          \
95         gr_nlog10_ff.cc                 \
96         gr_nop.cc                       \
97         gr_null_sink.cc                 \
98         gr_null_source.cc               \
99         gr_ofdm_correlator.cc           \
100         gr_ofdm_cyclic_prefixer.cc      \
101         gr_ofdm_demapper_vcb.cc         \
102         gr_ofdm_mapper_bcv.cc           \
103         gr_ofdm_bpsk_demapper.cc        \
104         gr_ofdm_bpsk_mapper.cc          \
105         gr_ofdm_sampler.cc              \
106         gr_pa_2x2_phase_combiner.cc     \
107         gr_packet_sink.cc               \
108         gr_phase_modulator_fc.cc        \
109         gr_pll_carriertracking_cc.cc    \
110         gr_pll_freqdet_cf.cc            \
111         gr_pll_refout_cc.cc             \
112         gr_pn_correlator_cc.cc          \
113         gr_prefix.cc                    \
114         gr_prefs.cc                     \
115         gr_probe_avg_mag_sqrd_c.cc      \
116         gr_probe_avg_mag_sqrd_cf.cc     \
117         gr_probe_avg_mag_sqrd_f.cc      \
118         gr_probe_signal_f.cc            \
119         gr_pwr_squelch_cc.cc            \
120         gr_pwr_squelch_ff.cc            \
121         gr_quadrature_demod_cf.cc       \
122         gr_random.cc                    \
123         gr_remez.cc                     \
124         gr_reverse.cc                   \
125         gr_rms_cf.cc                    \
126         gr_rms_ff.cc                    \
127         gr_short_to_float.cc            \
128         gr_simple_correlator.cc         \
129         gr_simple_framer.cc             \
130         gr_simple_squelch_cc.cc         \
131         gr_skiphead.cc                  \
132         gr_squelch_base_cc.cc           \
133         gr_squelch_base_ff.cc           \
134         gr_stream_mux.cc                \
135         gr_stream_to_streams.cc         \
136         gr_stream_to_vector.cc          \
137         gr_streams_to_stream.cc         \
138         gr_streams_to_vector.cc         \
139         gr_test.cc                      \
140         gr_threshold_ff.cc              \
141         gr_throttle.cc                  \
142         gr_uchar_to_float.cc            \
143         gr_vco_f.cc                     \
144         gr_vector_to_stream.cc          \
145         gr_vector_to_streams.cc         \
146         gri_add_const_ss_generic.cc     \
147         gri_char_to_float.cc            \
148         gri_debugger_hook.cc            \
149         gri_fft.cc                      \
150         gri_float_to_char.cc            \
151         gri_float_to_short.cc           \
152         gri_float_to_uchar.cc           \
153         gri_glfsr.cc                    \
154         gri_interleaved_short_to_complex.cc \
155         gri_short_to_float.cc           \
156         gri_uchar_to_float.cc           \
157         malloc16.c                      \
158         gr_unpack_k_bits_bb.cc
159
160 libgeneral_qa_la_SOURCES =              \
161         qa_general.cc                   \
162         qa_gr_circular_file.cc          \
163         qa_gr_firdes.cc                 \
164         qa_gr_fxpt.cc                   \
165         qa_gr_fxpt_nco.cc               \
166         qa_gr_fxpt_vco.cc               
167
168
169
170 grinclude_HEADERS =                     \
171         gr_agc_cc.h                     \
172         gr_agc_ff.h                     \
173         gr_agc2_cc.h                    \
174         gr_agc2_ff.h                    \
175         gr_align_on_samplenumbers_ss.h  \
176         gr_bin_statistics_f.h           \
177         gr_binary_slicer_fb.h           \
178         gr_bytes_to_syms.h              \
179         gr_char_to_float.h              \
180         gr_check_counting_s.h           \
181         gr_check_lfsr_32k_s.h           \
182         gr_circular_file.h              \
183         gr_clock_recovery_mm_cc.h       \
184         gr_clock_recovery_mm_ff.h       \
185         gr_complex_to_interleaved_short.h \
186         gr_complex_to_xxx.h             \
187         gr_conjugate_cc.h               \
188         gr_constellation_decoder_cb.h   \
189         gr_correlate_access_code_bb.h   \
190         gr_costas_loop_cc.h             \
191         gr_count_bits.h                 \
192         gr_crc32.h                      \
193         gr_ctcss_squelch_ff.h           \
194         gr_dd_mpsk_sync_cc.h            \
195         gr_diff_decoder_bb.h            \
196         gr_diff_encoder_bb.h            \
197         gr_deinterleave.h               \
198         gr_delay.h                      \
199         gr_diff_phasor_cc.h             \
200         gr_dpll_ff.h                    \
201         gr_expj.h                       \
202         gr_fake_channel_coder_pp.h      \
203         gr_feedforward_agc_cc.h         \
204         gr_feval.h                      \
205         gr_fft_vcc.h                    \
206         gr_fft_vfc.h                    \
207         gr_firdes.h                     \
208         gr_float_to_char.h              \
209         gr_float_to_complex.h           \
210         gr_float_to_short.h             \
211         gr_float_to_uchar.h             \
212         gr_framer_sink_1.h              \
213         gr_frequency_modulator_fc.h     \
214         gr_fxpt.h                       \
215         gr_fxpt_nco.h                   \
216         gr_fxpt_vco.h                   \
217         gr_glfsr_source_b.h             \
218         gr_glfsr_source_f.h             \
219         gr_head.h                       \
220         gr_interleave.h                 \
221         gr_interleaved_short_to_complex.h \
222         gr_keep_one_in_n.h              \
223         gr_kludge_copy.h                \
224         gr_lfsr_32k_source_s.h          \
225         gr_lms_dfe_cc.h                 \
226         gr_lms_dfe_ff.h                 \
227         gr_log2_const.h                 \
228         gr_map_bb.h                     \
229         gr_math.h                       \
230         gr_misc.h                       \
231         gr_mpsk_receiver_cc.h           \
232         gr_nco.h                        \
233         gr_nlog10_ff.h                  \
234         gr_nop.h                        \
235         gr_null_sink.h                  \
236         gr_null_source.h                \
237         gr_ofdm_correlator.h            \
238         gr_ofdm_cyclic_prefixer.h       \
239         gr_ofdm_demapper_vcb.h          \
240         gr_ofdm_mapper_bcv.h            \
241         gr_ofdm_bpsk_mapper.h           \
242         gr_ofdm_bpsk_demapper.h         \
243         gr_ofdm_sampler.h               \
244         gr_pa_2x2_phase_combiner.h      \
245         gr_packet_sink.h                \
246         gr_phase_modulator_fc.h         \
247         gr_pll_carriertracking_cc.h     \
248         gr_pll_freqdet_cf.h             \
249         gr_pll_refout_cc.h              \
250         gr_pn_correlator_cc.h           \
251         gr_prefix.h                     \
252         gr_prefs.h                      \
253         gr_probe_avg_mag_sqrd_c.h       \
254         gr_probe_avg_mag_sqrd_cf.h      \
255         gr_probe_avg_mag_sqrd_f.h       \
256         gr_probe_signal_f.h             \
257         gr_pwr_squelch_cc.h             \
258         gr_pwr_squelch_ff.h             \
259         gr_quadrature_demod_cf.h        \
260         gr_random.h                     \
261         gr_remez.h                      \
262         gr_reverse.h                    \
263         gr_rms_cf.h                     \
264         gr_rms_ff.h                     \
265         gr_short_to_float.h             \
266         gr_simple_correlator.h          \
267         gr_simple_framer.h              \
268         gr_simple_framer_sync.h         \
269         gr_simple_squelch_cc.h          \
270         gr_skiphead.h                   \
271         gr_squelch_base_cc.h            \
272         gr_squelch_base_ff.h            \
273         gr_stream_mux.h                 \
274         gr_stream_to_streams.h          \
275         gr_stream_to_vector.h           \
276         gr_streams_to_stream.h          \
277         gr_streams_to_vector.h          \
278         gr_test_types.h                 \
279         gr_test.h                       \
280         gr_threshold_ff.h               \
281         gr_throttle.h                   \
282         gr_uchar_to_float.h             \
283         gr_vco.h                        \
284         gr_vco_f.h                      \
285         gr_vector_to_stream.h           \
286         gr_vector_to_streams.h          \
287         gri_add_const_ss.h              \
288         gri_agc_cc.h                    \
289         gri_agc_ff.h                    \
290         gri_agc2_cc.h                   \
291         gri_agc2_ff.h                   \
292         gri_char_to_float.h             \
293         gri_debugger_hook.h             \
294         gri_fft.h                       \
295         gri_float_to_char.h             \
296         gri_float_to_short.h            \
297         gri_float_to_uchar.h            \
298         gri_glfsr.h                     \
299         gri_interleaved_short_to_complex.h \
300         gri_lfsr_15_1_0.h               \
301         gri_lfsr_32k.h                  \
302         gri_short_to_float.h            \
303         gri_uchar_to_float.h            \
304         malloc16.h                      \
305         random.h                        \
306         gr_unpack_k_bits_bb.h
307
308
309 noinst_HEADERS =                        \
310         qa_general.h                    \
311         qa_gr_circular_file.h           \
312         qa_gr_firdes.h                  \
313         qa_gr_fxpt.h                    \
314         qa_gr_fxpt_nco.h                \
315         qa_gr_fxpt_vco.h                \
316         sine_table.h                    
317
318 swiginclude_HEADERS =                   \
319         general.i                       \
320         gr_agc_cc.i                     \
321         gr_agc_ff.i                     \
322         gr_agc2_cc.i                    \
323         gr_agc2_ff.i                    \
324         gr_align_on_samplenumbers_ss.i  \
325         gr_bin_statistics_f.i           \
326         gr_binary_slicer_fb.i           \
327         gr_bytes_to_syms.i              \
328         gr_char_to_float.i              \
329         gr_check_counting_s.i           \
330         gr_check_lfsr_32k_s.i           \
331         gr_clock_recovery_mm_cc.i       \
332         gr_clock_recovery_mm_ff.i       \
333         gr_complex_to_interleaved_short.i \
334         gr_complex_to_xxx.i             \
335         gr_conjugate_cc.i               \
336         gr_constellation_decoder_cb.i   \
337         gr_correlate_access_code_bb.i   \
338         gr_costas_loop_cc.i             \
339         gr_crc32.i                      \
340         gr_ctcss_squelch_ff.i           \
341         gr_dd_mpsk_sync_cc.i            \
342         gr_diff_decoder_bb.i            \
343         gr_diff_encoder_bb.i            \
344         gr_diff_phasor_cc.i             \
345         gr_dpll_ff.i                    \
346         gr_deinterleave.i               \
347         gr_delay.i                      \
348         gr_fake_channel_coder_pp.i      \
349         gr_feedforward_agc_cc.i         \
350         gr_feval.i                      \
351         gr_fft_vcc.i                    \
352         gr_fft_vfc.i                    \
353         gr_firdes.i                     \
354         gr_float_to_char.i              \
355         gr_float_to_complex.i           \
356         gr_float_to_short.i             \
357         gr_float_to_uchar.i             \
358         gr_frequency_modulator_fc.i     \
359         gr_framer_sink_1.i              \
360         gr_glfsr_source_b.i             \
361         gr_glfsr_source_f.i             \
362         gr_head.i                       \
363         gr_interleave.i                 \
364         gr_interleaved_short_to_complex.i \
365         gr_keep_one_in_n.i              \
366         gr_kludge_copy.i                \
367         gr_lfsr_32k_source_s.i          \
368         gr_lms_dfe_cc.i                 \
369         gr_lms_dfe_ff.i                 \
370         gr_map_bb.i                     \
371         gr_mpsk_receiver_cc.i           \
372         gr_nlog10_ff.i                  \
373         gr_nop.i                        \
374         gr_null_sink.i                  \
375         gr_null_source.i                \
376         gr_ofdm_correlator.i            \
377         gr_ofdm_cyclic_prefixer.i       \
378         gr_ofdm_demapper_vcb.i          \
379         gr_ofdm_mapper_bcv.i            \
380         gr_ofdm_bpsk_demapper.i         \
381         gr_ofdm_bpsk_mapper.i           \
382         gr_ofdm_sampler.i               \
383         gr_pa_2x2_phase_combiner.i      \
384         gr_packet_sink.i                \
385         gr_phase_modulator_fc.i         \
386         gr_pll_carriertracking_cc.i     \
387         gr_pll_freqdet_cf.i             \
388         gr_pll_refout_cc.i              \
389         gr_pn_correlator_cc.i           \
390         gr_prefix.i                     \
391         gr_prefs.i                      \
392         gr_probe_avg_mag_sqrd_c.i       \
393         gr_probe_avg_mag_sqrd_cf.i      \
394         gr_probe_avg_mag_sqrd_f.i       \
395         gr_probe_signal_f.i             \
396         gr_pwr_squelch_cc.i             \
397         gr_pwr_squelch_ff.i             \
398         gr_quadrature_demod_cf.i        \
399         gr_remez.i                      \
400         gr_rms_cf.i                     \
401         gr_rms_ff.i                     \
402         gr_short_to_float.i             \
403         gr_simple_correlator.i          \
404         gr_simple_framer.i              \
405         gr_simple_squelch_cc.i          \
406         gr_skiphead.i                   \
407         gr_squelch_base_cc.i            \
408         gr_squelch_base_ff.i            \
409         gr_stream_mux.i                 \
410         gr_stream_to_streams.i          \
411         gr_stream_to_vector.i           \
412         gr_streams_to_stream.i          \
413         gr_streams_to_vector.i          \
414         gr_test.i                       \
415         gr_threshold_ff.i               \
416         gr_throttle.i                   \
417         gr_uchar_to_float.i             \
418         gr_vco_f.i                      \
419         gr_vector_to_stream.i           \
420         gr_vector_to_streams.i          \
421         gr_unpack_k_bits_bb.i           \
422         gri_agc_cc.i                    \
423         gri_agc_ff.i                    \
424         gri_agc2_cc.i                   \
425         gri_agc2_ff.i                   
426
427
428 CLEANFILES = $(BUILT_SOURCES) *.pyc