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