~ubuntu-branches/ubuntu/precise/gnuradio/precise

« back to all changes in this revision

Viewing changes to config/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright 2001,2006 Free Software Foundation, Inc.
 
2
# Copyright 2001,2006,2008 Free Software Foundation, Inc.
3
3
4
4
# This file is part of GNU Radio
5
5
26
26
 
27
27
# List your m4 macros here
28
28
m4macros = \
 
29
        acx_cblas.m4 \
29
30
        acx_pthread.m4 \
 
31
        ax_boost_base.m4 \
 
32
        ax_boost_date_time.m4 \
 
33
        ax_boost_filesystem.m4 \
 
34
        ax_boost_iostreams.m4 \
 
35
        ax_boost_program_options.m4 \
 
36
        ax_boost_python.m4 \
 
37
        ax_boost_regex.m4 \
 
38
        ax_boost_serialization.m4 \
 
39
        ax_boost_signals.m4 \
 
40
        ax_boost_system.m4 \
 
41
        ax_boost_test_exec_monitor.m4 \
 
42
        ax_boost_thread.m4 \
 
43
        ax_boost_unit_test_framework.m4 \
 
44
        ax_boost_wserialization.m4 \
30
45
        bnv_have_qt.m4 \
31
46
        cppunit.m4 \
32
 
        gr_boost.m4 \
33
47
        grc_build.m4 \
 
48
        grc_docs.m4 \
 
49
        grc_gcell.m4 \
34
50
        grc_gnuradio_core.m4 \
35
51
        grc_gnuradio_examples.m4 \
 
52
        grc_grc.m4 \
 
53
        grc_gr_atsc.m4 \
36
54
        grc_gr_audio_alsa.m4 \
37
55
        grc_gr_audio_jack.m4 \
38
56
        grc_gr_audio_oss.m4 \
39
57
        grc_gr_audio_osx.m4 \
40
58
        grc_gr_audio_portaudio.m4 \
41
59
        grc_gr_audio_windows.m4 \
 
60
        grc_gr_comedi.m4 \
 
61
        grc_gr_gcell.m4 \
 
62
        grc_gr_gpio.m4 \
42
63
        grc_gr_gsm_fr_vocoder.m4 \
 
64
        grc_gr_radar_mono.m4 \
43
65
        grc_gr_radio_astronomy.m4 \
 
66
        grc_gr_sounder.m4 \
44
67
        grc_gr_trellis.m4 \
45
68
        grc_gr_usrp.m4 \
46
69
        grc_gr_video_sdl.m4 \
47
70
        grc_gr_wxgui.m4 \
 
71
        grc_mblock.m4 \
 
72
        grc_gruel.m4 \
48
73
        gr_check_createfilemapping.m4 \
49
74
        gr_check_mc4020.m4 \
50
75
        gr_check_shm_open.m4 \
51
76
        gr_check_usrp.m4 \
 
77
        grc_pmt.m4 \
52
78
        grc_usrp.m4 \
 
79
        grc_usrp2.m4 \
 
80
        grc_gr_msdd6000.m4 \
53
81
        gr_doxygen.m4 \
54
82
        gr_fortran.m4 \
 
83
        gr_gcell.m4 \
55
84
        gr_gprof.m4 \
 
85
        gr_lib64.m4 \
56
86
        gr_libgnuradio_core_extra_ldflags.m4 \
57
87
        gr_no_undefined.m4 \
58
88
        gr_omnithread.m4 \
61
91
        gr_require_mc4020.m4 \
62
92
        gr_scripting.m4 \
63
93
        gr_set_md_cpu.m4 \
 
94
        gr_standalone.m4 \
 
95
        gr_subversion.m4 \
64
96
        gr_swig.m4 \
65
97
        gr_sysv_shm.m4 \
66
 
        gr_x86_64.m4 \
67
98
        lf_cc.m4 \
68
99
        lf_cxx.m4 \
69
100
        lf_warnings.m4 \