libvrt: remove from 3.3 API.
[debian/gnuradio] / config / Makefile.am
1 #
2 # Copyright 2001,2006,2008,2009,2010 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 # Install m4 macros in this directory
25 m4datadir = $(datadir)/aclocal
26
27 # List your m4 macros here
28 m4macros = \
29         acx_cblas.m4 \
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 \
45         bnv_have_qt.m4 \
46         cppunit.m4 \
47         grc_build.m4 \
48         grc_docs.m4 \
49         grc_gcell.m4 \
50         grc_gnuradio_core.m4 \
51         grc_gnuradio_examples.m4 \
52         grc_grc.m4 \
53         grc_gr_atsc.m4 \
54         grc_gr_audio_alsa.m4 \
55         grc_gr_audio_jack.m4 \
56         grc_gr_audio_oss.m4 \
57         grc_gr_audio_osx.m4 \
58         grc_gr_audio_portaudio.m4 \
59         grc_gr_audio_windows.m4 \
60         grc_gr_comedi.m4 \
61         grc_gr_gcell.m4 \
62         grc_gr_gpio.m4 \
63         grc_gr_gsm_fr_vocoder.m4 \
64         grc_gr_noaa.m4 \
65         grc_gr_radar_mono.m4 \
66         grc_gr_radio_astronomy.m4 \
67         grc_gr_sounder.m4 \
68         grc_gr_trellis.m4 \
69         grc_gr_usrp.m4 \
70         grc_gr_video_sdl.m4 \
71         grc_gr_wxgui.m4 \
72         grc_gruel.m4 \
73         gr_check_createfilemapping.m4 \
74         gr_check_mc4020.m4 \
75         gr_check_shm_open.m4 \
76         gr_check_usrp.m4 \
77         grc_usrp.m4 \
78         grc_usrp2.m4 \
79         grc_gr_msdd6000.m4 \
80         gr_doxygen.m4 \
81         gr_fortran.m4 \
82         gr_gcell.m4 \
83         gr_git.m4 \
84         gr_gprof.m4 \
85         gr_lib64.m4 \
86         gr_libgnuradio_core_extra_ldflags.m4 \
87         gr_no_undefined.m4 \
88         gr_pwin32.m4 \
89         gr_python.m4 \
90         gr_require_mc4020.m4 \
91         gr_scripting.m4 \
92         gr_set_md_cpu.m4 \
93         gr_standalone.m4 \
94         gr_subversion.m4 \
95         gr_swig.m4 \
96         gr_sysv_shm.m4 \
97         gr_version.m4 \
98         lf_cc.m4 \
99         lf_cxx.m4 \
100         lf_warnings.m4 \
101         lf_x11.m4 \
102         macosx_audiounit.m4 \
103         mkstemp.m4 \
104         onceonly.m4 \
105         pkg.m4 \
106         sdl.m4 \
107         usrp_fusb_tech.m4 \
108         usrp_libusb.m4 \
109         usrp_sdcc.m4
110
111 EXTRA_DIST = $(m4macros)