Imported Upstream version 3.0
[debian/gnuradio] / gnuradio-core / src / lib / general / Makefile.am
1 #
2 # Copyright 2001,2002,2004,2006 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 # ----------------------------------------------------------------
29 # these scripts generate code
30
31 CODE_GENERATOR =                        \
32         generate_all.py                 \
33         generate_common.py              \
34         gr_add_XX.cc.t                  \
35         gr_add_XX.h.t                   \
36         gr_add_XX.i.t                   \
37         gr_add_const_XX.cc.t            \
38         gr_add_const_XX.h.t             \
39         gr_add_const_XX.i.t             \
40         gr_chunks_to_symbols_XX.cc.t    \
41         gr_chunks_to_symbols_XX.h.t     \
42         gr_chunks_to_symbols_XX.i.t     \
43         gr_divide_XX.cc.t               \
44         gr_divide_XX.h.t                \
45         gr_divide_XX.i.t                \
46         gr_multiply_XX.cc.t             \
47         gr_multiply_XX.h.t              \
48         gr_multiply_XX.i.t              \
49         gr_multiply_const_XX.cc.t       \
50         gr_multiply_const_XX.h.t        \
51         gr_multiply_const_XX.i.t        \
52         gr_mute_XX.cc.t                 \
53         gr_mute_XX.h.t                  \
54         gr_mute_XX.i.t                  \
55         gr_noise_source_X.cc.t          \
56         gr_noise_source_X.h.t           \
57         gr_noise_source_X.i.t           \
58         gr_packed_to_unpacked_XX.cc.t   \
59         gr_packed_to_unpacked_XX.h.t    \
60         gr_packed_to_unpacked_XX.i.t    \
61         gr_sig_source_X.cc.t            \
62         gr_sig_source_X.h.t             \
63         gr_sig_source_X.i.t             \
64         gr_sub_XX.cc.t                  \
65         gr_sub_XX.h.t                   \
66         gr_sub_XX.i.t                   \
67         gr_unpacked_to_packed_XX.cc.t   \
68         gr_unpacked_to_packed_XX.h.t    \
69         gr_unpacked_to_packed_XX.i.t    \
70         gr_vector_source_X.cc.t         \
71         gr_vector_source_X.h.t          \
72         gr_vector_source_X.i.t          \
73         gr_vector_sink_X.cc.t           \
74         gr_vector_sink_X.h.t            \
75         gr_vector_sink_X.i.t            
76
77 # include $(srcdir)/Makefile.gen
78 include Makefile.gen
79
80
81 $(GENERATED_H) $(GENERATED_I) $(GENERATED_CC): $(CODE_GENERATOR)
82         PYTHONPATH=$(top_srcdir)/gnuradio-core/src/python srcdir=$(srcdir) $(srcdir)/generate_all.py
83
84
85 BUILT_SOURCES = $(GENERATED_H) $(GENERATED_I) $(GENERATED_CC)
86
87 # ----------------------------------------------------------------
88
89 EXTRA_DIST =                            \
90         $(CODE_GENERATOR)               \
91         gen_sine_table.py               \
92         gr_prefix.cc.in                 
93
94 libgeneral_la_SOURCES =                 \
95         $(GENERATED_CC)                 \
96         gr_agc_cc.cc                    \
97         gr_agc_ff.cc                    \
98         gr_agc2_cc.cc                   \
99         gr_agc2_ff.cc                   \
100         gr_align_on_samplenumbers_ss.cc \
101         gr_binary_slicer_fb.cc          \
102         gr_bytes_to_syms.cc             \
103         gr_char_to_float.cc             \
104         gr_check_counting_s.cc          \
105         gr_check_lfsr_32k_s.cc          \
106         gr_circular_file.cc             \
107         gr_clock_recovery_mm_cc.cc      \
108         gr_clock_recovery_mm_ff.cc      \
109         gr_complex_to_interleaved_short.cc \
110         gr_complex_to_xxx.cc            \
111         gr_conjugate_cc.cc              \
112         gr_constellation_decoder_cb.cc  \
113         gr_correlate_access_code_bb.cc  \
114         gr_costas_loop_cc.cc            \
115         gr_count_bits.cc                \
116         gr_crc32.cc                     \
117         gr_ctcss_squelch_ff.cc          \
118         gr_dd_mpsk_sync_cc.cc           \
119         gr_deinterleave.cc              \
120         gr_diff_decoder_bb.cc           \
121         gr_diff_encoder_bb.cc           \
122         gr_diff_phasor_cc.cc            \
123         gr_fake_channel_coder_pp.cc     \
124         gr_fast_atan2f.cc               \
125         gr_feedforward_agc_cc.cc        \
126         gr_feval.cc                     \
127         gr_fft_vcc.cc                   \
128         gr_fft_vfc.cc                   \
129         gr_firdes.cc                    \
130         gr_float_to_char.cc             \
131         gr_float_to_complex.cc          \
132         gr_float_to_short.cc            \
133         gr_float_to_uchar.cc            \
134         gr_frequency_modulator_fc.cc    \
135         gr_fxpt.cc                      \
136         gr_framer_sink_1.cc             \
137         gr_head.cc                      \
138         gr_interleave.cc                \
139         gr_interleaved_short_to_complex.cc \
140         gr_keep_one_in_n.cc             \
141         gr_kludge_copy.cc               \
142         gr_lfsr_32k_source_s.cc         \
143         gr_lms_dfe_cc.cc                \
144         gr_lms_dfe_ff.cc                \
145         gr_map_bb.cc                    \
146         gr_math.cc                      \
147         gr_misc.cc                      \
148         gr_nlog10_ff.cc                 \
149         gr_nop.cc                       \
150         gr_null_sink.cc                 \
151         gr_null_source.cc               \
152         gr_pa_2x2_phase_combiner.cc     \
153         gr_packet_sink.cc               \
154         gr_phase_modulator_fc.cc        \
155         gr_pll_carriertracking_cc.cc    \
156         gr_pll_freqdet_cf.cc            \
157         gr_pll_refout_cc.cc             \
158         gr_prefix.cc                    \
159         gr_prefs.cc                     \
160         gr_probe_avg_mag_sqrd_c.cc      \
161         gr_probe_avg_mag_sqrd_f.cc      \
162         gr_probe_signal_f.cc            \
163         gr_pwr_squelch_cc.cc            \
164         gr_pwr_squelch_ff.cc            \
165         gr_quadrature_demod_cf.cc       \
166         gr_random.cc                    \
167         gr_remez.cc                     \
168         gr_reverse.cc                   \
169         gr_rms_cf.cc                    \
170         gr_rms_ff.cc                    \
171         gr_short_to_float.cc            \
172         gr_simple_correlator.cc         \
173         gr_simple_framer.cc             \
174         gr_simple_squelch_cc.cc         \
175         gr_skiphead.cc                  \
176         gr_squelch_base_cc.cc           \
177         gr_squelch_base_ff.cc           \
178         gr_stream_to_streams.cc         \
179         gr_stream_to_vector.cc          \
180         gr_streams_to_stream.cc         \
181         gr_streams_to_vector.cc         \
182         gr_sync_block.cc                \
183         gr_sync_decimator.cc            \
184         gr_sync_interpolator.cc         \
185         gr_test.cc                      \
186         gr_threshold_ff.cc              \
187         gr_throttle.cc                  \
188         gr_uchar_to_float.cc            \
189         gr_vco_f.cc                     \
190         gr_vector_to_stream.cc          \
191         gr_vector_to_streams.cc         \
192         gri_add_const_ss_generic.cc     \
193         gri_char_to_float.cc            \
194         gri_debugger_hook.cc            \
195         gri_fft.cc                      \
196         gri_float_to_char.cc            \
197         gri_float_to_short.cc           \
198         gri_float_to_uchar.cc           \
199         gri_interleaved_short_to_complex.cc \
200         gri_short_to_float.cc           \
201         gri_uchar_to_float.cc           \
202         malloc16.c                      \
203         gr_unpack_k_bits_bb.cc
204
205 libgeneral_qa_la_SOURCES =              \
206         qa_general.cc                   \
207         qa_gr_circular_file.cc          \
208         qa_gr_firdes.cc                 \
209         qa_gr_fxpt.cc                   \
210         qa_gr_fxpt_nco.cc               \
211         qa_gr_fxpt_vco.cc               
212
213
214
215 grinclude_HEADERS =                     \
216         $(GENERATED_H)                  \
217         gr_agc_cc.h                     \
218         gr_agc_ff.h                     \
219         gr_agc2_cc.h                    \
220         gr_agc2_ff.h                    \
221         gr_align_on_samplenumbers_ss.h  \
222         gr_binary_slicer_fb.h           \
223         gr_bytes_to_syms.h              \
224         gr_char_to_float.h              \
225         gr_check_counting_s.h           \
226         gr_check_lfsr_32k_s.h           \
227         gr_circular_file.h              \
228         gr_clock_recovery_mm_cc.h       \
229         gr_clock_recovery_mm_ff.h       \
230         gr_complex_to_interleaved_short.h \
231         gr_complex_to_xxx.h             \
232         gr_conjugate_cc.h               \
233         gr_constellation_decoder_cb.h   \
234         gr_correlate_access_code_bb.h   \
235         gr_costas_loop_cc.h             \
236         gr_count_bits.h                 \
237         gr_crc32.h                      \
238         gr_ctcss_squelch_ff.h           \
239         gr_dd_mpsk_sync_cc.h            \
240         gr_diff_decoder_bb.h            \
241         gr_diff_encoder_bb.h            \
242         gr_deinterleave.h               \
243         gr_diff_phasor_cc.h             \
244         gr_endianness.h                 \
245         gr_expj.h                       \
246         gr_fake_channel_coder_pp.h      \
247         gr_feedforward_agc_cc.h         \
248         gr_feval.h                      \
249         gr_fft_vcc.h                    \
250         gr_fft_vfc.h                    \
251         gr_firdes.h                     \
252         gr_float_to_char.h              \
253         gr_float_to_complex.h           \
254         gr_float_to_short.h             \
255         gr_float_to_uchar.h             \
256         gr_framer_sink_1.h              \
257         gr_frequency_modulator_fc.h     \
258         gr_fxpt.h                       \
259         gr_fxpt_nco.h                   \
260         gr_fxpt_vco.h                   \
261         gr_head.h                       \
262         gr_interleave.h                 \
263         gr_interleaved_short_to_complex.h \
264         gr_keep_one_in_n.h              \
265         gr_kludge_copy.h                \
266         gr_lfsr_32k_source_s.h          \
267         gr_lms_dfe_cc.h                 \
268         gr_lms_dfe_ff.h                 \
269         gr_log2_const.h                 \
270         gr_map_bb.h                     \
271         gr_math.h                       \
272         gr_misc.h                       \
273         gr_nco.h                        \
274         gr_nlog10_ff.h                  \
275         gr_noise_type.h                 \
276         gr_nop.h                        \
277         gr_null_sink.h                  \
278         gr_null_source.h                \
279         gr_pa_2x2_phase_combiner.h      \
280         gr_packet_sink.h                \
281         gr_phase_modulator_fc.h         \
282         gr_pll_carriertracking_cc.h     \
283         gr_pll_freqdet_cf.h             \
284         gr_pll_refout_cc.h              \
285         gr_prefix.h                     \
286         gr_prefs.h                      \
287         gr_probe_avg_mag_sqrd_c.h       \
288         gr_probe_avg_mag_sqrd_f.h       \
289         gr_probe_signal_f.h             \
290         gr_pwr_squelch_cc.h             \
291         gr_pwr_squelch_ff.h             \
292         gr_quadrature_demod_cf.h        \
293         gr_random.h                     \
294         gr_remez.h                      \
295         gr_reverse.h                    \
296         gr_rms_cf.h                     \
297         gr_rms_ff.h                     \
298         gr_short_to_float.h             \
299         gr_sig_source_waveform.h        \
300         gr_simple_correlator.h          \
301         gr_simple_framer.h              \
302         gr_simple_framer_sync.h         \
303         gr_simple_squelch_cc.h          \
304         gr_skiphead.h                   \
305         gr_squelch_base_cc.h            \
306         gr_squelch_base_ff.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_sync_block.h                 \
312         gr_sync_decimator.h             \
313         gr_sync_interpolator.h          \
314         gr_test_types.h                 \
315         gr_test.h                       \
316         gr_threshold_ff.h               \
317         gr_throttle.h                   \
318         gr_uchar_to_float.h             \
319         gr_vco.h                        \
320         gr_vco_f.h                      \
321         gr_vector_to_stream.h           \
322         gr_vector_to_streams.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_interleaved_short_to_complex.h \
335         gri_lfsr_15_1_0.h               \
336         gri_lfsr_32k.h                  \
337         gri_short_to_float.h            \
338         gri_uchar_to_float.h            \
339         malloc16.h                      \
340         random.h                        \
341         gr_unpack_k_bits_bb.h
342
343
344 noinst_HEADERS =                        \
345         qa_general.h                    \
346         qa_gr_circular_file.h           \
347         qa_gr_firdes.h                  \
348         qa_gr_fxpt.h                    \
349         qa_gr_fxpt_nco.h                \
350         qa_gr_fxpt_vco.h                \
351         sine_table.h                    
352
353 swiginclude_HEADERS =                   \
354         $(GENERATED_I)                  \
355         general.i                       \
356         general_generated.i             \
357         gr_agc_cc.i                     \
358         gr_agc_ff.i                     \
359         gr_agc2_cc.i                    \
360         gr_agc2_ff.i                    \
361         gr_align_on_samplenumbers_ss.i  \
362         gr_binary_slicer_fb.i           \
363         gr_bytes_to_syms.i              \
364         gr_char_to_float.i              \
365         gr_check_counting_s.i           \
366         gr_check_lfsr_32k_s.i           \
367         gr_clock_recovery_mm_cc.i       \
368         gr_clock_recovery_mm_ff.i       \
369         gr_complex_to_interleaved_short.i \
370         gr_complex_to_xxx.i             \
371         gr_conjugate_cc.i               \
372         gr_constellation_decoder_cb.i   \
373         gr_correlate_access_code_bb.i   \
374         gr_costas_loop_cc.i             \
375         gr_crc32.i                      \
376         gr_ctcss_squelch_ff.i           \
377         gr_dd_mpsk_sync_cc.i            \
378         gr_diff_decoder_bb.i            \
379         gr_diff_encoder_bb.i            \
380         gr_diff_phasor_cc.i             \
381         gr_deinterleave.i               \
382         gr_endianness.i                 \
383         gr_fake_channel_coder_pp.i      \
384         gr_feedforward_agc_cc.i         \
385         gr_feval.i                      \
386         gr_fft_vcc.i                    \
387         gr_fft_vfc.i                    \
388         gr_firdes.i                     \
389         gr_float_to_char.i              \
390         gr_float_to_complex.i           \
391         gr_float_to_short.i             \
392         gr_float_to_uchar.i             \
393         gr_frequency_modulator_fc.i     \
394         gr_framer_sink_1.i              \
395         gr_head.i                       \
396         gr_interleave.i                 \
397         gr_interleaved_short_to_complex.i \
398         gr_keep_one_in_n.i              \
399         gr_kludge_copy.i                \
400         gr_lfsr_32k_source_s.i          \
401         gr_lms_dfe_cc.i                 \
402         gr_lms_dfe_ff.i                 \
403         gr_map_bb.i                     \
404         gr_nlog10_ff.i                  \
405         gr_nop.i                        \
406         gr_null_sink.i                  \
407         gr_null_source.i                \
408         gr_pa_2x2_phase_combiner.i      \
409         gr_packet_sink.i                \
410         gr_phase_modulator_fc.i         \
411         gr_pll_carriertracking_cc.i     \
412         gr_pll_freqdet_cf.i             \
413         gr_pll_refout_cc.i              \
414         gr_prefix.i                     \
415         gr_prefs.i                      \
416         gr_probe_avg_mag_sqrd_c.i       \
417         gr_probe_avg_mag_sqrd_f.i       \
418         gr_probe_signal_f.i             \
419         gr_pwr_squelch_cc.i             \
420         gr_pwr_squelch_ff.i             \
421         gr_quadrature_demod_cf.i        \
422         gr_remez.i                      \
423         gr_rms_cf.i                     \
424         gr_rms_ff.i                     \
425         gr_short_to_float.i             \
426         gr_simple_correlator.i          \
427         gr_simple_framer.i              \
428         gr_simple_squelch_cc.i          \
429         gr_skiphead.i                   \
430         gr_squelch_base_cc.i            \
431         gr_squelch_base_ff.i            \
432         gr_stream_to_streams.i          \
433         gr_stream_to_vector.i           \
434         gr_streams_to_stream.i          \
435         gr_streams_to_vector.i          \
436         gr_sync_block.i                 \
437         gr_sync_decimator.i             \
438         gr_sync_interpolator.i          \
439         gr_test.i                       \
440         gr_threshold_ff.i               \
441         gr_throttle.i                   \
442         gr_uchar_to_float.i             \
443         gr_vco_f.i                      \
444         gr_vector_to_stream.i           \
445         gr_vector_to_streams.i          \
446         gr_unpack_k_bits_bb.i           \
447         gri_agc_cc.i                    \
448         gri_agc_ff.i                    \
449         gri_agc2_cc.i                   \
450         gri_agc2_ff.i                   
451
452
453 CLEANFILES = $(BUILT_SOURCES) *.pyc