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