~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to gr-gsm-fr-vocoder/src/lib/Makefile.in

  • 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
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
#
18
 
# Copyright 2004,2005 Free Software Foundation, Inc.
19
 
20
 
# This file is part of GNU Radio
21
 
22
 
# GNU Radio is free software; you can redistribute it and/or modify
23
 
# it under the terms of the GNU General Public License as published by
24
 
# the Free Software Foundation; either version 3, or (at your option)
25
 
# any later version.
26
 
27
 
# GNU Radio is distributed in the hope that it will be useful,
28
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
29
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30
 
# GNU General Public License for more details.
31
 
32
 
# You should have received a copy of the GNU General Public License
33
 
# along with GNU Radio; see the file COPYING.  If not, write to
34
 
# the Free Software Foundation, Inc., 51 Franklin Street,
35
 
# Boston, MA 02110-1301, USA.
36
 
37
 
 
38
 
# -*- Makefile -*-
39
 
#
40
 
# Copyright 2004,2006,2007 Free Software Foundation, Inc.
41
 
42
 
# This file is part of GNU Radio
43
 
44
 
# GNU Radio is free software; you can redistribute it and/or modify
45
 
# it under the terms of the GNU General Public License as published by
46
 
# the Free Software Foundation; either version 3, or (at your option)
47
 
# any later version.
48
 
49
 
# GNU Radio is distributed in the hope that it will be useful,
50
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
51
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52
 
# GNU General Public License for more details.
53
 
54
 
# You should have received a copy of the GNU General Public License
55
 
# along with GNU Radio; see the file COPYING.  If not, write to
56
 
# the Free Software Foundation, Inc., 51 Franklin Street,
57
 
# Boston, MA 02110-1301, USA.
58
 
59
 
 
60
 
 
61
 
srcdir = @srcdir@
62
 
top_srcdir = @top_srcdir@
 
18
# Copyright 2004,2005,2008,2009 Free Software Foundation, Inc.
 
19
 
20
# This file is part of GNU Radio
 
21
 
22
# GNU Radio is free software; you can redistribute it and/or modify
 
23
# it under the terms of the GNU General Public License as published by
 
24
# the Free Software Foundation; either version 3, or (at your option)
 
25
# any later version.
 
26
 
27
# GNU Radio is distributed in the hope that it will be useful,
 
28
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
30
# GNU General Public License for more details.
 
31
 
32
# You should have received a copy of the GNU General Public License
 
33
# along with GNU Radio; see the file COPYING.  If not, write to
 
34
# the Free Software Foundation, Inc., 51 Franklin Street,
 
35
# Boston, MA 02110-1301, USA.
 
36
 
37
 
 
38
# -*- Makefile -*-
 
39
#
 
40
# Copyright 2004,2006,2007,2008,2009 Free Software Foundation, Inc.
 
41
 
42
# This file is part of GNU Radio
 
43
 
44
# GNU Radio is free software; you can redistribute it and/or modify
 
45
# it under the terms of the GNU General Public License as published by
 
46
# the Free Software Foundation; either version 3, or (at your option)
 
47
# any later version.
 
48
 
49
# GNU Radio is distributed in the hope that it will be useful,
 
50
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
51
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
52
# GNU General Public License for more details.
 
53
 
54
# You should have received a copy of the GNU General Public License
 
55
# along with GNU Radio; see the file COPYING.  If not, write to
 
56
# the Free Software Foundation, Inc., 51 Franklin Street,
 
57
# Boston, MA 02110-1301, USA.
 
58
 
59
 
 
60
# -*- Makefile -*-
 
61
#
 
62
# Copyright 2009 Free Software Foundation, Inc.
 
63
 
64
# This file is part of GNU Radio
 
65
 
66
# GNU Radio is free software; you can redistribute it and/or modify
 
67
# it under the terms of the GNU General Public License as published by
 
68
# the Free Software Foundation; either version 3, or (at your option)
 
69
# any later version.
 
70
 
71
# GNU Radio is distributed in the hope that it will be useful,
 
72
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
73
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
74
# GNU General Public License for more details.
 
75
 
76
# You should have received a copy of the GNU General Public License
 
77
# along with GNU Radio; see the file COPYING.  If not, write to
 
78
# the Free Software Foundation, Inc., 51 Franklin Street,
 
79
# Boston, MA 02110-1301, USA.
 
80
 
81
 
 
82
# -*- Makefile -*-
 
83
#
 
84
# Copyright 2009 Free Software Foundation, Inc.
 
85
 
86
# This file is part of GNU Radio
 
87
 
88
# GNU Radio is free software; you can redistribute it and/or modify
 
89
# it under the terms of the GNU General Public License as published by
 
90
# the Free Software Foundation; either version 3, or (at your option)
 
91
# any later version.
 
92
 
93
# GNU Radio is distributed in the hope that it will be useful,
 
94
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
95
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
96
# GNU General Public License for more details.
 
97
 
98
# You should have received a copy of the GNU General Public License
 
99
# along with GNU Radio; see the file COPYING.  If not, write to
 
100
# the Free Software Foundation, Inc., 51 Franklin Street,
 
101
# Boston, MA 02110-1301, USA.
 
102
 
103
 
 
104
# Makefile.swig.gen for gsm_full_rate.i
 
105
 
 
106
 
63
107
VPATH = @srcdir@
64
108
pkgdatadir = $(datadir)/@PACKAGE@
65
109
pkglibdir = $(libdir)/@PACKAGE@
66
110
pkgincludedir = $(includedir)/@PACKAGE@
67
 
top_builddir = ../../..
68
111
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69
 
INSTALL = @INSTALL@
70
112
install_sh_DATA = $(install_sh) -c -m 644
71
113
install_sh_PROGRAM = $(install_sh) -c
72
114
install_sh_SCRIPT = $(install_sh) -c
81
123
build_triplet = @build@
82
124
host_triplet = @host@
83
125
target_triplet = @target@
84
 
DIST_COMMON = $(grinclude_HEADERS) $(ourpython_PYTHON) \
85
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
86
 
        $(swiginclude_HEADERS) $(top_srcdir)/Makefile.common
 
126
DIST_COMMON = $(grinclude_HEADERS) $(gsm_full_rate_python_PYTHON) \
 
127
        $(gsm_full_rate_swiginclude_HEADERS) $(srcdir)/Makefile.am \
 
128
        $(srcdir)/Makefile.in $(srcdir)/Makefile.swig.gen \
 
129
        $(top_srcdir)/Makefile.common $(top_srcdir)/Makefile.swig
87
130
subdir = gr-gsm-fr-vocoder/src/lib
88
131
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89
 
am__aclocal_m4_deps = $(top_srcdir)/config/acx_pthread.m4 \
 
132
am__aclocal_m4_deps = $(top_srcdir)/config/acx_cblas.m4 \
 
133
        $(top_srcdir)/config/acx_pthread.m4 \
 
134
        $(top_srcdir)/config/ax_boost_base.m4 \
 
135
        $(top_srcdir)/config/ax_boost_date_time.m4 \
 
136
        $(top_srcdir)/config/ax_boost_program_options.m4 \
 
137
        $(top_srcdir)/config/ax_boost_thread.m4 \
90
138
        $(top_srcdir)/config/cppunit.m4 \
91
 
        $(top_srcdir)/config/gr_boost.m4 \
92
139
        $(top_srcdir)/config/gr_check_createfilemapping.m4 \
 
140
        $(top_srcdir)/config/gr_check_memalign.m4 \
93
141
        $(top_srcdir)/config/gr_check_shm_open.m4 \
94
142
        $(top_srcdir)/config/gr_doxygen.m4 \
95
143
        $(top_srcdir)/config/gr_fortran.m4 \
96
144
        $(top_srcdir)/config/gr_gprof.m4 \
 
145
        $(top_srcdir)/config/gr_lib64.m4 \
97
146
        $(top_srcdir)/config/gr_libgnuradio_core_extra_ldflags.m4 \
98
147
        $(top_srcdir)/config/gr_no_undefined.m4 \
99
148
        $(top_srcdir)/config/gr_omnithread.m4 \
100
149
        $(top_srcdir)/config/gr_pwin32.m4 \
101
150
        $(top_srcdir)/config/gr_python.m4 \
 
151
        $(top_srcdir)/config/gr_qwt.m4 \
 
152
        $(top_srcdir)/config/gr_qwtplot3d.m4 \
102
153
        $(top_srcdir)/config/gr_scripting.m4 \
103
154
        $(top_srcdir)/config/gr_set_md_cpu.m4 \
 
155
        $(top_srcdir)/config/gr_subversion.m4 \
104
156
        $(top_srcdir)/config/gr_swig.m4 \
105
157
        $(top_srcdir)/config/gr_sysv_shm.m4 \
106
 
        $(top_srcdir)/config/gr_x86_64.m4 \
107
158
        $(top_srcdir)/config/grc_build.m4 \
 
159
        $(top_srcdir)/config/grc_docs.m4 \
 
160
        $(top_srcdir)/config/grc_gcell.m4 \
108
161
        $(top_srcdir)/config/grc_gnuradio_core.m4 \
109
162
        $(top_srcdir)/config/grc_gnuradio_examples.m4 \
110
163
        $(top_srcdir)/config/grc_gr_audio_alsa.m4 \
113
166
        $(top_srcdir)/config/grc_gr_audio_osx.m4 \
114
167
        $(top_srcdir)/config/grc_gr_audio_portaudio.m4 \
115
168
        $(top_srcdir)/config/grc_gr_audio_windows.m4 \
 
169
        $(top_srcdir)/config/grc_gr_cvsd_vocoder.m4 \
 
170
        $(top_srcdir)/config/grc_gr_gcell.m4 \
 
171
        $(top_srcdir)/config/grc_gr_gpio.m4 \
116
172
        $(top_srcdir)/config/grc_gr_gsm_fr_vocoder.m4 \
 
173
        $(top_srcdir)/config/grc_gr_pager.m4 \
 
174
        $(top_srcdir)/config/grc_gr_qtgui.m4 \
 
175
        $(top_srcdir)/config/grc_gr_radar_mono.m4 \
117
176
        $(top_srcdir)/config/grc_gr_radio_astronomy.m4 \
 
177
        $(top_srcdir)/config/grc_gr_sounder.m4 \
118
178
        $(top_srcdir)/config/grc_gr_trellis.m4 \
119
179
        $(top_srcdir)/config/grc_gr_usrp.m4 \
 
180
        $(top_srcdir)/config/grc_gr_usrp2.m4 \
 
181
        $(top_srcdir)/config/grc_gr_utils.m4 \
120
182
        $(top_srcdir)/config/grc_gr_video_sdl.m4 \
121
183
        $(top_srcdir)/config/grc_gr_wxgui.m4 \
122
 
        $(top_srcdir)/config/grc_usrp.m4 $(top_srcdir)/config/lf_cc.m4 \
123
 
        $(top_srcdir)/config/lf_cxx.m4 \
 
184
        $(top_srcdir)/config/grc_grc.m4 \
 
185
        $(top_srcdir)/config/grc_gruel.m4 \
 
186
        $(top_srcdir)/config/grc_mblock.m4 \
 
187
        $(top_srcdir)/config/grc_omnithread.m4 \
 
188
        $(top_srcdir)/config/grc_pmt.m4 \
 
189
        $(top_srcdir)/config/grc_usrp.m4 \
 
190
        $(top_srcdir)/config/grc_usrp2.m4 \
 
191
        $(top_srcdir)/config/lf_cc.m4 $(top_srcdir)/config/lf_cxx.m4 \
124
192
        $(top_srcdir)/config/lf_warnings.m4 \
 
193
        $(top_srcdir)/config/libtool.m4 \
 
194
        $(top_srcdir)/config/ltoptions.m4 \
 
195
        $(top_srcdir)/config/ltsugar.m4 \
 
196
        $(top_srcdir)/config/ltversion.m4 \
 
197
        $(top_srcdir)/config/lt~obsolete.m4 \
125
198
        $(top_srcdir)/config/macosx_audiounit.m4 \
126
199
        $(top_srcdir)/config/mkstemp.m4 \
127
200
        $(top_srcdir)/config/onceonly.m4 $(top_srcdir)/config/pkg.m4 \
140
213
    *) f=$$p;; \
141
214
  esac;
142
215
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
143
 
am__installdirs = "$(DESTDIR)$(ourlibdir)" "$(DESTDIR)$(ourpythondir)" \
144
 
        "$(DESTDIR)$(grincludedir)" "$(DESTDIR)$(swigincludedir)"
145
 
ourlibLTLIBRARIES_INSTALL = $(INSTALL)
146
 
LTLIBRARIES = $(ourlib_LTLIBRARIES)
 
216
am__installdirs = "$(DESTDIR)$(gsm_full_rate_pylibdir)" \
 
217
        "$(DESTDIR)$(gsm_full_rate_pythondir)" \
 
218
        "$(DESTDIR)$(grincludedir)" \
 
219
        "$(DESTDIR)$(gsm_full_rate_swigincludedir)"
 
220
gsm_full_rate_pylibLTLIBRARIES_INSTALL = $(INSTALL)
 
221
LTLIBRARIES = $(gsm_full_rate_pylib_LTLIBRARIES)
147
222
am__DEPENDENCIES_1 =
148
 
am__DEPENDENCIES_2 =  \
149
 
        $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la
150
 
_gsm_full_rate_la_DEPENDENCIES = gsm/libgsm.la $(am__DEPENDENCIES_1) \
 
223
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) gsm/libgsm.la
 
224
_gsm_full_rate_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
151
225
        $(am__DEPENDENCIES_2)
152
 
am__gsm_full_rate_la_OBJECTS = gsm_fr_decode_ps.lo gsm_fr_encode_sp.lo \
153
 
        gsm_full_rate.lo
 
226
am__objects_1 = _gsm_full_rate_la-gsm_fr_decode_ps.lo \
 
227
        _gsm_full_rate_la-gsm_fr_encode_sp.lo
 
228
am__gsm_full_rate_la_OBJECTS = _gsm_full_rate_la-gsm_full_rate.lo \
 
229
        $(am__objects_1)
154
230
_gsm_full_rate_la_OBJECTS = $(am__gsm_full_rate_la_OBJECTS)
155
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
231
_gsm_full_rate_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
232
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
233
        $(_gsm_full_rate_la_CXXFLAGS) $(CXXFLAGS) \
 
234
        $(_gsm_full_rate_la_LDFLAGS) $(LDFLAGS) -o $@
 
235
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
156
236
depcomp = $(SHELL) $(top_srcdir)/depcomp
157
237
am__depfiles_maybe = depfiles
158
238
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
159
239
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
160
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
161
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
240
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
241
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
242
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
163
243
CXXLD = $(CXX)
164
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
165
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
244
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
245
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
246
        $(LDFLAGS) -o $@
166
247
SOURCES = $(_gsm_full_rate_la_SOURCES)
167
248
DIST_SOURCES = $(_gsm_full_rate_la_SOURCES)
168
249
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
169
250
        html-recursive info-recursive install-data-recursive \
170
 
        install-exec-recursive install-info-recursive \
171
 
        install-recursive installcheck-recursive installdirs-recursive \
172
 
        pdf-recursive ps-recursive uninstall-info-recursive \
173
 
        uninstall-recursive
174
 
ourpythonPYTHON_INSTALL = $(INSTALL_DATA)
 
251
        install-dvi-recursive install-exec-recursive \
 
252
        install-html-recursive install-info-recursive \
 
253
        install-pdf-recursive install-ps-recursive install-recursive \
 
254
        installcheck-recursive installdirs-recursive pdf-recursive \
 
255
        ps-recursive uninstall-recursive
 
256
gsm_full_rate_pythonPYTHON_INSTALL = $(INSTALL_DATA)
175
257
py_compile = $(top_srcdir)/py-compile
176
258
grincludeHEADERS_INSTALL = $(INSTALL_HEADER)
177
 
swigincludeHEADERS_INSTALL = $(INSTALL_HEADER)
178
 
HEADERS = $(grinclude_HEADERS) $(swiginclude_HEADERS)
 
259
gsm_full_rate_swigincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
260
HEADERS = $(grinclude_HEADERS) $(gsm_full_rate_swiginclude_HEADERS)
 
261
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
262
  distclean-recursive maintainer-clean-recursive
179
263
ETAGS = etags
180
264
CTAGS = ctags
181
265
DIST_SUBDIRS = $(SUBDIRS)
183
267
ACLOCAL = @ACLOCAL@
184
268
ALLOCA = @ALLOCA@
185
269
ALSA_CFLAGS = @ALSA_CFLAGS@
 
270
ALSA_CPPFLAGS = @ALSA_CPPFLAGS@
186
271
ALSA_INCLUDEDIR = @ALSA_INCLUDEDIR@
187
272
ALSA_LIBS = @ALSA_LIBS@
188
 
AMDEP_FALSE = @AMDEP_FALSE@
189
 
AMDEP_TRUE = @AMDEP_TRUE@
190
273
AMTAR = @AMTAR@
191
274
AR = @AR@
192
275
AS = @AS@
194
277
AUTOHEADER = @AUTOHEADER@
195
278
AUTOMAKE = @AUTOMAKE@
196
279
AWK = @AWK@
197
 
BOOST_CFLAGS = @BOOST_CFLAGS@
 
280
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
281
BOOST_CXXFLAGS = @BOOST_CXXFLAGS@
 
282
BOOST_DATE_TIME_LIB = @BOOST_DATE_TIME_LIB@
 
283
BOOST_LDFLAGS = @BOOST_LDFLAGS@
 
284
BOOST_PROGRAM_OPTIONS_LIB = @BOOST_PROGRAM_OPTIONS_LIB@
 
285
BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
 
286
CBLAS_LIBS = @CBLAS_LIBS@
198
287
CC = @CC@
199
288
CCAS = @CCAS@
 
289
CCASDEPMODE = @CCASDEPMODE@
200
290
CCASFLAGS = @CCASFLAGS@
201
291
CCDEPMODE = @CCDEPMODE@
202
292
CFLAGS = @CFLAGS@
204
294
CPPFLAGS = @CPPFLAGS@
205
295
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
206
296
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
 
297
CPPUNIT_CPPFLAGS = @CPPUNIT_CPPFLAGS@
 
298
CPPUNIT_INCLUDEDIR = @CPPUNIT_INCLUDEDIR@
207
299
CPPUNIT_INCLUDES = @CPPUNIT_INCLUDES@
208
300
CPPUNIT_LIBS = @CPPUNIT_LIBS@
209
301
CXX = @CXX@
216
308
DEFS = @DEFS@
217
309
DEPDIR = @DEPDIR@
218
310
DLLTOOL = @DLLTOOL@
219
 
DOC_FALSE = @DOC_FALSE@
220
 
DOC_TRUE = @DOC_TRUE@
221
311
DOT = @DOT@
222
312
DOXYGEN = @DOXYGEN@
223
 
ECHO = @ECHO@
 
313
DSYMUTIL = @DSYMUTIL@
 
314
DUMPBIN = @DUMPBIN@
224
315
ECHO_C = @ECHO_C@
225
316
ECHO_N = @ECHO_N@
226
317
ECHO_T = @ECHO_T@
227
318
EGREP = @EGREP@
228
 
ENABLE_FORTRAN_FALSE = @ENABLE_FORTRAN_FALSE@
229
 
ENABLE_FORTRAN_TRUE = @ENABLE_FORTRAN_TRUE@
230
319
EXEEXT = @EXEEXT@
231
320
F77 = @F77@
232
321
FFLAGS = @FFLAGS@
233
322
FFTW3F_CFLAGS = @FFTW3F_CFLAGS@
 
323
FFTW3F_CPPFLAGS = @FFTW3F_CPPFLAGS@
234
324
FFTW3F_INCLUDEDIR = @FFTW3F_INCLUDEDIR@
235
325
FFTW3F_LIBS = @FFTW3F_LIBS@
 
326
FGREP = @FGREP@
236
327
FLIBS = @FLIBS@
237
328
FUSB_TECH = @FUSB_TECH@
238
 
FUSB_TECH_darwin_FALSE = @FUSB_TECH_darwin_FALSE@
239
 
FUSB_TECH_darwin_TRUE = @FUSB_TECH_darwin_TRUE@
240
 
FUSB_TECH_generic_FALSE = @FUSB_TECH_generic_FALSE@
241
 
FUSB_TECH_generic_TRUE = @FUSB_TECH_generic_TRUE@
242
 
FUSB_TECH_linux_FALSE = @FUSB_TECH_linux_FALSE@
243
 
FUSB_TECH_linux_TRUE = @FUSB_TECH_linux_TRUE@
244
 
FUSB_TECH_ra_wb_FALSE = @FUSB_TECH_ra_wb_FALSE@
245
 
FUSB_TECH_ra_wb_TRUE = @FUSB_TECH_ra_wb_TRUE@
246
 
FUSB_TECH_win32_FALSE = @FUSB_TECH_win32_FALSE@
247
 
FUSB_TECH_win32_TRUE = @FUSB_TECH_win32_TRUE@
248
329
GREP = @GREP@
249
 
HAS_XMLTO_FALSE = @HAS_XMLTO_FALSE@
250
 
HAS_XMLTO_TRUE = @HAS_XMLTO_TRUE@
251
 
HAVE_CREATEFILEMAPPING_FALSE = @HAVE_CREATEFILEMAPPING_FALSE@
252
 
HAVE_CREATEFILEMAPPING_TRUE = @HAVE_CREATEFILEMAPPING_TRUE@
 
330
GR_ARCH_BIGENDIAN = @GR_ARCH_BIGENDIAN@
 
331
GR_HAVE_ARPA_INET = @GR_HAVE_ARPA_INET@
 
332
GR_HAVE_BYTESWAP = @GR_HAVE_BYTESWAP@
 
333
GR_HAVE_NETINET_IN = @GR_HAVE_NETINET_IN@
 
334
GSL_CFLAGS = @GSL_CFLAGS@
 
335
GSL_CPPFLAGS = @GSL_CPPFLAGS@
 
336
GSL_INCLUDEDIR = @GSL_INCLUDEDIR@
 
337
GSL_LIBS = @GSL_LIBS@
 
338
GUILE = @GUILE@
253
339
HAVE_DOT = @HAVE_DOT@
 
340
INSTALL = @INSTALL@
254
341
INSTALL_DATA = @INSTALL_DATA@
255
342
INSTALL_PROGRAM = @INSTALL_PROGRAM@
256
343
INSTALL_SCRIPT = @INSTALL_SCRIPT@
257
344
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
258
345
IPC_LIBS = @IPC_LIBS@
259
346
JACK_CFLAGS = @JACK_CFLAGS@
 
347
JACK_CPPFLAGS = @JACK_CPPFLAGS@
260
348
JACK_INCLUDEDIR = @JACK_INCLUDEDIR@
261
349
JACK_LIBS = @JACK_LIBS@
 
350
LD = @LD@
262
351
LDFLAGS = @LDFLAGS@
263
352
LIBGNURADIO_CORE_EXTRA_LDFLAGS = @LIBGNURADIO_CORE_EXTRA_LDFLAGS@
264
353
LIBOBJS = @LIBOBJS@
265
354
LIBS = @LIBS@
266
355
LIBTOOL = @LIBTOOL@
 
356
LIPO = @LIPO@
267
357
LN_S = @LN_S@
268
358
LTLIBOBJS = @LTLIBOBJS@
269
359
MAKEINFO = @MAKEINFO@
270
360
MD_CPU = @MD_CPU@
271
 
MD_CPU_generic_FALSE = @MD_CPU_generic_FALSE@
272
 
MD_CPU_generic_TRUE = @MD_CPU_generic_TRUE@
273
 
MD_CPU_x86_FALSE = @MD_CPU_x86_FALSE@
274
 
MD_CPU_x86_TRUE = @MD_CPU_x86_TRUE@
275
361
MD_SUBCPU = @MD_SUBCPU@
276
 
MD_SUBCPU_x86_64_FALSE = @MD_SUBCPU_x86_64_FALSE@
277
 
MD_SUBCPU_x86_64_TRUE = @MD_SUBCPU_x86_64_TRUE@
 
362
MKDIR_P = @MKDIR_P@
 
363
NM = @NM@
 
364
NMEDIT = @NMEDIT@
278
365
NO_UNDEFINED = @NO_UNDEFINED@
279
366
OBJDUMP = @OBJDUMP@
280
367
OBJEXT = @OBJEXT@
281
 
OMNITHREAD_NT_FALSE = @OMNITHREAD_NT_FALSE@
282
 
OMNITHREAD_NT_TRUE = @OMNITHREAD_NT_TRUE@
283
 
OMNITHREAD_POSIX_FALSE = @OMNITHREAD_POSIX_FALSE@
284
 
OMNITHREAD_POSIX_TRUE = @OMNITHREAD_POSIX_TRUE@
285
368
OSS_LIBS = @OSS_LIBS@
 
369
OTOOL = @OTOOL@
 
370
OTOOL64 = @OTOOL64@
286
371
PACKAGE = @PACKAGE@
287
372
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288
373
PACKAGE_NAME = @PACKAGE_NAME@
292
377
PATH_SEPARATOR = @PATH_SEPARATOR@
293
378
PKG_CONFIG = @PKG_CONFIG@
294
379
PORTAUDIO_CFLAGS = @PORTAUDIO_CFLAGS@
 
380
PORTAUDIO_CPPFLAGS = @PORTAUDIO_CPPFLAGS@
295
381
PORTAUDIO_INCLUDEDIR = @PORTAUDIO_INCLUDEDIR@
296
382
PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
297
383
PTHREAD_CC = @PTHREAD_CC@
298
384
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
299
385
PTHREAD_LIBS = @PTHREAD_LIBS@
300
386
PYTHON = @PYTHON@
 
387
PYTHONW = @PYTHONW@
301
388
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
302
389
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
303
390
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
304
391
PYTHON_PLATFORM = @PYTHON_PLATFORM@
305
392
PYTHON_PREFIX = @PYTHON_PREFIX@
306
393
PYTHON_VERSION = @PYTHON_VERSION@
 
394
QMAKE_INCLUDES = @QMAKE_INCLUDES@
 
395
QTCORE_CFLAGS = @QTCORE_CFLAGS@
 
396
QTCORE_CPPFLAGS = @QTCORE_CPPFLAGS@
 
397
QTCORE_INCLUDEDIR = @QTCORE_INCLUDEDIR@
 
398
QTCORE_LIBS = @QTCORE_LIBS@
 
399
QTGUI_CFLAGS = @QTGUI_CFLAGS@
 
400
QTGUI_CPPFLAGS = @QTGUI_CPPFLAGS@
 
401
QTGUI_INCLUDEDIR = @QTGUI_INCLUDEDIR@
 
402
QTGUI_LIBS = @QTGUI_LIBS@
 
403
QTOPENGL_CFLAGS = @QTOPENGL_CFLAGS@
 
404
QTOPENGL_CPPFLAGS = @QTOPENGL_CPPFLAGS@
 
405
QTOPENGL_INCLUDEDIR = @QTOPENGL_INCLUDEDIR@
 
406
QTOPENGL_LIBS = @QTOPENGL_LIBS@
 
407
QT_INCLUDES = @QT_INCLUDES@
 
408
QT_LIBS = @QT_LIBS@
 
409
QT_MOC_EXEC = @QT_MOC_EXEC@
 
410
QT_UIC_EXEC = @QT_UIC_EXEC@
 
411
QWTPLOT3D_CFLAGS = @QWTPLOT3D_CFLAGS@
 
412
QWTPLOT3D_LIBS = @QWTPLOT3D_LIBS@
 
413
QWT_CFLAGS = @QWT_CFLAGS@
 
414
QWT_LIBS = @QWT_LIBS@
307
415
RANLIB = @RANLIB@
308
416
RM_PROG = @RM_PROG@
309
417
SDL_CFLAGS = @SDL_CFLAGS@
310
418
SDL_CONFIG = @SDL_CONFIG@
 
419
SDL_CPPFLAGS = @SDL_CPPFLAGS@
 
420
SDL_INCLUDEDIR = @SDL_INCLUDEDIR@
311
421
SDL_LIBS = @SDL_LIBS@
 
422
SED = @SED@
312
423
SET_MAKE = @SET_MAKE@
313
424
SHELL = @SHELL@
314
425
SHM_OPEN_LIBS = @SHM_OPEN_LIBS@
 
426
SPU_GCC_PROG = @SPU_GCC_PROG@
315
427
STRIP = @STRIP@
 
428
SVN = @SVN@
 
429
SVNDATE = @SVNDATE@
 
430
SVNVERSION = @SVNVERSION@
316
431
SWIG = @SWIG@
317
432
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
318
433
SWIG_PYTHON_LIB = @SWIG_PYTHON_LIB@
319
434
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
 
435
USB_CFLAGS = @USB_CFLAGS@
 
436
USB_CPPFLAGS = @USB_CPPFLAGS@
 
437
USB_INCLUDEDIR = @USB_INCLUDEDIR@
320
438
USB_LIBS = @USB_LIBS@
 
439
USRP2_INCLUDES = @USRP2_INCLUDES@
 
440
USRP2_LA = @USRP2_LA@
321
441
VERSION = @VERSION@
322
442
WINAUDIO_LIBS = @WINAUDIO_LIBS@
323
443
XAS = @XAS@
324
444
XCC = @XCC@
 
445
XDG_UTILS = @XDG_UTILS@
325
446
XMLTO = @XMLTO@
 
447
abs_builddir = @abs_builddir@
 
448
abs_srcdir = @abs_srcdir@
 
449
abs_top_builddir = @abs_top_builddir@
 
450
abs_top_srcdir = @abs_top_srcdir@
326
451
ac_ct_CC = @ac_ct_CC@
327
452
ac_ct_CXX = @ac_ct_CXX@
 
453
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328
454
ac_ct_F77 = @ac_ct_F77@
329
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
330
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
331
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
332
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
455
acx_pthread_config = @acx_pthread_config@
333
456
am__include = @am__include@
334
457
am__leading_dot = @am__leading_dot@
335
458
am__quote = @am__quote@
336
459
am__tar = @am__tar@
337
460
am__untar = @am__untar@
 
461
autoconf_default_CFLAGS = @autoconf_default_CFLAGS@
 
462
autoconf_default_CXXFLAGS = @autoconf_default_CXXFLAGS@
338
463
bindir = @bindir@
339
464
build = @build@
340
465
build_alias = @build_alias@
342
467
build_dirs = @build_dirs@
343
468
build_os = @build_os@
344
469
build_vendor = @build_vendor@
 
470
builddir = @builddir@
345
471
datadir = @datadir@
346
472
datarootdir = @datarootdir@
347
473
docdir = @docdir@
 
474
docs_INCLUDEDIR = @docs_INCLUDEDIR@
 
475
docs_INCLUDES = @docs_INCLUDES@
 
476
docs_LA = @docs_LA@
 
477
docs_LDFLAG = @docs_LDFLAG@
 
478
docs_LIBDIRPATH = @docs_LIBDIRPATH@
348
479
dvidir = @dvidir@
349
480
enable_dot = @enable_dot@
350
481
enable_html_docs = @enable_html_docs@
351
482
enable_latex_docs = @enable_latex_docs@
 
483
enable_xml_docs = @enable_xml_docs@
352
484
exec_prefix = @exec_prefix@
 
485
gcell_INCLUDEDIR = @gcell_INCLUDEDIR@
 
486
gcell_INCLUDES = @gcell_INCLUDES@
 
487
gcell_LA = @gcell_LA@
 
488
gcell_LDFLAG = @gcell_LDFLAG@
 
489
gcell_LIBDIRPATH = @gcell_LIBDIRPATH@
 
490
gcell_spu_INCLUDES = @gcell_spu_INCLUDES@
 
491
gcell_spu_LA = @gcell_spu_LA@
353
492
generate_docs = @generate_docs@
 
493
gnuradio_core_I = @gnuradio_core_I@
 
494
gnuradio_core_INCLUDEDIR = @gnuradio_core_INCLUDEDIR@
 
495
gnuradio_core_INCLUDES = @gnuradio_core_INCLUDES@
 
496
gnuradio_core_LA = @gnuradio_core_LA@
 
497
gnuradio_core_LDFLAG = @gnuradio_core_LDFLAG@
 
498
gnuradio_core_LIBDIRPATH = @gnuradio_core_LIBDIRPATH@
 
499
gnuradio_core_PYDIRPATH = @gnuradio_core_PYDIRPATH@
 
500
gnuradio_core_SWIGDIRPATH = @gnuradio_core_SWIGDIRPATH@
 
501
gnuradio_examples_INCLUDEDIR = @gnuradio_examples_INCLUDEDIR@
 
502
gnuradio_examples_INCLUDES = @gnuradio_examples_INCLUDES@
 
503
gnuradio_examples_LA = @gnuradio_examples_LA@
 
504
gnuradio_examples_LDFLAG = @gnuradio_examples_LDFLAG@
 
505
gnuradio_examples_LIBDIRPATH = @gnuradio_examples_LIBDIRPATH@
 
506
gr_audio_alsa_INCLUDEDIR = @gr_audio_alsa_INCLUDEDIR@
 
507
gr_audio_alsa_INCLUDES = @gr_audio_alsa_INCLUDES@
 
508
gr_audio_alsa_LA = @gr_audio_alsa_LA@
 
509
gr_audio_alsa_LDFLAG = @gr_audio_alsa_LDFLAG@
 
510
gr_audio_alsa_LIBDIRPATH = @gr_audio_alsa_LIBDIRPATH@
 
511
gr_audio_jack_INCLUDEDIR = @gr_audio_jack_INCLUDEDIR@
 
512
gr_audio_jack_INCLUDES = @gr_audio_jack_INCLUDES@
 
513
gr_audio_jack_LA = @gr_audio_jack_LA@
 
514
gr_audio_jack_LDFLAG = @gr_audio_jack_LDFLAG@
 
515
gr_audio_jack_LIBDIRPATH = @gr_audio_jack_LIBDIRPATH@
 
516
gr_audio_oss_INCLUDEDIR = @gr_audio_oss_INCLUDEDIR@
 
517
gr_audio_oss_INCLUDES = @gr_audio_oss_INCLUDES@
 
518
gr_audio_oss_LA = @gr_audio_oss_LA@
 
519
gr_audio_oss_LDFLAG = @gr_audio_oss_LDFLAG@
 
520
gr_audio_oss_LIBDIRPATH = @gr_audio_oss_LIBDIRPATH@
 
521
gr_audio_osx_INCLUDEDIR = @gr_audio_osx_INCLUDEDIR@
 
522
gr_audio_osx_INCLUDES = @gr_audio_osx_INCLUDES@
 
523
gr_audio_osx_LA = @gr_audio_osx_LA@
 
524
gr_audio_osx_LDFLAG = @gr_audio_osx_LDFLAG@
 
525
gr_audio_osx_LIBDIRPATH = @gr_audio_osx_LIBDIRPATH@
 
526
gr_audio_portaudio_INCLUDEDIR = @gr_audio_portaudio_INCLUDEDIR@
 
527
gr_audio_portaudio_INCLUDES = @gr_audio_portaudio_INCLUDES@
 
528
gr_audio_portaudio_LA = @gr_audio_portaudio_LA@
 
529
gr_audio_portaudio_LDFLAG = @gr_audio_portaudio_LDFLAG@
 
530
gr_audio_portaudio_LIBDIRPATH = @gr_audio_portaudio_LIBDIRPATH@
 
531
gr_audio_windows_INCLUDEDIR = @gr_audio_windows_INCLUDEDIR@
 
532
gr_audio_windows_INCLUDES = @gr_audio_windows_INCLUDES@
 
533
gr_audio_windows_LA = @gr_audio_windows_LA@
 
534
gr_audio_windows_LDFLAG = @gr_audio_windows_LDFLAG@
 
535
gr_audio_windows_LIBDIRPATH = @gr_audio_windows_LIBDIRPATH@
 
536
gr_cvsd_vocoder_INCLUDEDIR = @gr_cvsd_vocoder_INCLUDEDIR@
 
537
gr_cvsd_vocoder_INCLUDES = @gr_cvsd_vocoder_INCLUDES@
 
538
gr_cvsd_vocoder_LA = @gr_cvsd_vocoder_LA@
 
539
gr_cvsd_vocoder_LDFLAG = @gr_cvsd_vocoder_LDFLAG@
 
540
gr_cvsd_vocoder_LIBDIRPATH = @gr_cvsd_vocoder_LIBDIRPATH@
 
541
gr_gcell_INCLUDEDIR = @gr_gcell_INCLUDEDIR@
 
542
gr_gcell_INCLUDES = @gr_gcell_INCLUDES@
 
543
gr_gcell_LA = @gr_gcell_LA@
 
544
gr_gcell_LDFLAG = @gr_gcell_LDFLAG@
 
545
gr_gcell_LIBDIRPATH = @gr_gcell_LIBDIRPATH@
 
546
gr_gpio_INCLUDEDIR = @gr_gpio_INCLUDEDIR@
 
547
gr_gpio_INCLUDES = @gr_gpio_INCLUDES@
 
548
gr_gpio_LA = @gr_gpio_LA@
 
549
gr_gpio_LDFLAG = @gr_gpio_LDFLAG@
 
550
gr_gpio_LIBDIRPATH = @gr_gpio_LIBDIRPATH@
 
551
gr_gsm_fr_vocoder_INCLUDEDIR = @gr_gsm_fr_vocoder_INCLUDEDIR@
 
552
gr_gsm_fr_vocoder_INCLUDES = @gr_gsm_fr_vocoder_INCLUDES@
 
553
gr_gsm_fr_vocoder_LA = @gr_gsm_fr_vocoder_LA@
 
554
gr_gsm_fr_vocoder_LDFLAG = @gr_gsm_fr_vocoder_LDFLAG@
 
555
gr_gsm_fr_vocoder_LIBDIRPATH = @gr_gsm_fr_vocoder_LIBDIRPATH@
 
556
gr_libdir_suffix = @gr_libdir_suffix@
 
557
gr_pager_INCLUDEDIR = @gr_pager_INCLUDEDIR@
 
558
gr_pager_INCLUDES = @gr_pager_INCLUDES@
 
559
gr_pager_LA = @gr_pager_LA@
 
560
gr_pager_LDFLAG = @gr_pager_LDFLAG@
 
561
gr_pager_LIBDIRPATH = @gr_pager_LIBDIRPATH@
 
562
gr_qtgui_INCLUDEDIR = @gr_qtgui_INCLUDEDIR@
 
563
gr_qtgui_INCLUDES = @gr_qtgui_INCLUDES@
 
564
gr_qtgui_LA = @gr_qtgui_LA@
 
565
gr_qtgui_LDFLAG = @gr_qtgui_LDFLAG@
 
566
gr_qtgui_LIBDIRPATH = @gr_qtgui_LIBDIRPATH@
 
567
gr_radar_mono_INCLUDEDIR = @gr_radar_mono_INCLUDEDIR@
 
568
gr_radar_mono_INCLUDES = @gr_radar_mono_INCLUDES@
 
569
gr_radar_mono_LA = @gr_radar_mono_LA@
 
570
gr_radar_mono_LDFLAG = @gr_radar_mono_LDFLAG@
 
571
gr_radar_mono_LIBDIRPATH = @gr_radar_mono_LIBDIRPATH@
 
572
gr_radio_astronomy_INCLUDEDIR = @gr_radio_astronomy_INCLUDEDIR@
 
573
gr_radio_astronomy_INCLUDES = @gr_radio_astronomy_INCLUDES@
 
574
gr_radio_astronomy_LA = @gr_radio_astronomy_LA@
 
575
gr_radio_astronomy_LDFLAG = @gr_radio_astronomy_LDFLAG@
 
576
gr_radio_astronomy_LIBDIRPATH = @gr_radio_astronomy_LIBDIRPATH@
 
577
gr_sounder_INCLUDEDIR = @gr_sounder_INCLUDEDIR@
 
578
gr_sounder_INCLUDES = @gr_sounder_INCLUDES@
 
579
gr_sounder_LA = @gr_sounder_LA@
 
580
gr_sounder_LDFLAG = @gr_sounder_LDFLAG@
 
581
gr_sounder_LIBDIRPATH = @gr_sounder_LIBDIRPATH@
 
582
gr_trellis_INCLUDEDIR = @gr_trellis_INCLUDEDIR@
 
583
gr_trellis_INCLUDES = @gr_trellis_INCLUDES@
 
584
gr_trellis_LA = @gr_trellis_LA@
 
585
gr_trellis_LDFLAG = @gr_trellis_LDFLAG@
 
586
gr_trellis_LIBDIRPATH = @gr_trellis_LIBDIRPATH@
 
587
gr_usrp2_INCLUDEDIR = @gr_usrp2_INCLUDEDIR@
 
588
gr_usrp2_INCLUDES = @gr_usrp2_INCLUDES@
 
589
gr_usrp2_LA = @gr_usrp2_LA@
 
590
gr_usrp2_LDFLAG = @gr_usrp2_LDFLAG@
 
591
gr_usrp2_LIBDIRPATH = @gr_usrp2_LIBDIRPATH@
 
592
gr_usrp_INCLUDEDIR = @gr_usrp_INCLUDEDIR@
 
593
gr_usrp_INCLUDES = @gr_usrp_INCLUDES@
 
594
gr_usrp_LA = @gr_usrp_LA@
 
595
gr_usrp_LDFLAG = @gr_usrp_LDFLAG@
 
596
gr_usrp_LIBDIRPATH = @gr_usrp_LIBDIRPATH@
 
597
gr_utils_INCLUDEDIR = @gr_utils_INCLUDEDIR@
 
598
gr_utils_INCLUDES = @gr_utils_INCLUDES@
 
599
gr_utils_LA = @gr_utils_LA@
 
600
gr_utils_LDFLAG = @gr_utils_LDFLAG@
 
601
gr_utils_LIBDIRPATH = @gr_utils_LIBDIRPATH@
 
602
gr_video_sdl_INCLUDEDIR = @gr_video_sdl_INCLUDEDIR@
 
603
gr_video_sdl_INCLUDES = @gr_video_sdl_INCLUDES@
 
604
gr_video_sdl_LA = @gr_video_sdl_LA@
 
605
gr_video_sdl_LDFLAG = @gr_video_sdl_LDFLAG@
 
606
gr_video_sdl_LIBDIRPATH = @gr_video_sdl_LIBDIRPATH@
 
607
gr_wxgui_INCLUDEDIR = @gr_wxgui_INCLUDEDIR@
 
608
gr_wxgui_INCLUDES = @gr_wxgui_INCLUDES@
 
609
gr_wxgui_LA = @gr_wxgui_LA@
 
610
gr_wxgui_LDFLAG = @gr_wxgui_LDFLAG@
 
611
gr_wxgui_LIBDIRPATH = @gr_wxgui_LIBDIRPATH@
 
612
grc_INCLUDEDIR = @grc_INCLUDEDIR@
 
613
grc_INCLUDES = @grc_INCLUDES@
 
614
grc_LA = @grc_LA@
 
615
grc_LDFLAG = @grc_LDFLAG@
 
616
grc_LIBDIRPATH = @grc_LIBDIRPATH@
 
617
gruel_INCLUDEDIR = @gruel_INCLUDEDIR@
 
618
gruel_INCLUDES = @gruel_INCLUDES@
 
619
gruel_LA = @gruel_LA@
 
620
gruel_LDFLAG = @gruel_LDFLAG@
 
621
gruel_LIBDIRPATH = @gruel_LIBDIRPATH@
354
622
host = @host@
355
623
host_alias = @host_alias@
356
624
host_cpu = @host_cpu@
360
628
includedir = @includedir@
361
629
infodir = @infodir@
362
630
install_sh = @install_sh@
 
631
lf_CFLAGS = @lf_CFLAGS@
 
632
lf_CXXFLAGS = @lf_CXXFLAGS@
363
633
libdir = @libdir@
364
634
libexecdir = @libexecdir@
365
635
localedir = @localedir@
366
636
localstatedir = @localstatedir@
 
637
lt_ECHO = @lt_ECHO@
367
638
mandir = @mandir@
 
639
mblock_INCLUDEDIR = @mblock_INCLUDEDIR@
 
640
mblock_INCLUDES = @mblock_INCLUDES@
 
641
mblock_LA = @mblock_LA@
 
642
mblock_LDFLAG = @mblock_LDFLAG@
 
643
mblock_LIBDIRPATH = @mblock_LIBDIRPATH@
368
644
mkdir_p = @mkdir_p@
369
645
oldincludedir = @oldincludedir@
 
646
omnithread_INCLUDEDIR = @omnithread_INCLUDEDIR@
 
647
omnithread_INCLUDES = @omnithread_INCLUDES@
 
648
omnithread_LA = @omnithread_LA@
 
649
omnithread_LDFLAG = @omnithread_LDFLAG@
 
650
omnithread_LIBDIRPATH = @omnithread_LIBDIRPATH@
370
651
pdfdir = @pdfdir@
371
652
pkgpyexecdir = @pkgpyexecdir@
372
653
pkgpythondir = @pkgpythondir@
 
654
pmt_INCLUDEDIR = @pmt_INCLUDEDIR@
 
655
pmt_INCLUDES = @pmt_INCLUDES@
 
656
pmt_LA = @pmt_LA@
 
657
pmt_LDFLAG = @pmt_LDFLAG@
 
658
pmt_LIBDIRPATH = @pmt_LIBDIRPATH@
373
659
prefix = @prefix@
374
660
program_transform_name = @program_transform_name@
375
661
psdir = @psdir@
378
664
sbindir = @sbindir@
379
665
sharedstatedir = @sharedstatedir@
380
666
skipped_dirs = @skipped_dirs@
 
667
srcdir = @srcdir@
 
668
subdirs = @subdirs@
 
669
swig_CXXFLAGS = @swig_CXXFLAGS@
381
670
sysconfdir = @sysconfdir@
382
671
target = @target@
383
672
target_alias = @target_alias@
384
673
target_cpu = @target_cpu@
385
674
target_os = @target_os@
386
675
target_vendor = @target_vendor@
 
676
top_build_prefix = @top_build_prefix@
 
677
top_builddir = @top_builddir@
 
678
top_srcdir = @top_srcdir@
 
679
usrp2_INCLUDEDIR = @usrp2_INCLUDEDIR@
 
680
usrp2_INCLUDES = @usrp2_INCLUDES@
 
681
usrp2_LA = @usrp2_LA@
 
682
usrp2_LDFLAG = @usrp2_LDFLAG@
 
683
usrp2_LIBDIRPATH = @usrp2_LIBDIRPATH@
 
684
usrp_INCLUDEDIR = @usrp_INCLUDEDIR@
 
685
usrp_INCLUDES = @usrp_INCLUDES@
 
686
usrp_LA = @usrp_LA@
 
687
usrp_LDFLAG = @usrp_LDFLAG@
 
688
usrp_LIBDIRPATH = @usrp_LIBDIRPATH@
 
689
usrp_darwin_omnithread_pc_requires = @usrp_darwin_omnithread_pc_requires@
 
690
with_INCLUDES = @with_INCLUDES@
 
691
with_LIBDIRPATH = @with_LIBDIRPATH@
 
692
with_PYDIRPATH = @with_PYDIRPATH@
 
693
with_SWIGDIRPATH = @with_SWIGDIRPATH@
 
694
with_SWIG_INCLUDES = @with_SWIG_INCLUDES@
 
695
with_dirs = @with_dirs@
 
696
AM_CFLAGS = @autoconf_default_CFLAGS@ @lf_CFLAGS@
 
697
AM_CXXFLAGS = @autoconf_default_CXXFLAGS@ @lf_CXXFLAGS@
387
698
 
388
699
# includes
389
700
grincludedir = $(includedir)/gnuradio
390
701
 
391
 
# swig includes 
 
702
# swig includes
392
703
swigincludedir = $(grincludedir)/swig
393
704
 
394
 
# Install this stuff in the appropriate subdirectory
 
705
# Install the gnuradio stuff in the appropriate subdirectory
395
706
# This usually ends up at:
396
707
#   ${prefix}/lib/python${python_version}/site-packages/gnuradio
397
708
grpythondir = $(pythondir)/gnuradio
398
709
grpyexecdir = $(pyexecdir)/gnuradio
399
710
 
400
 
# swig flags
401
 
SWIGPYTHONFLAGS = -fvirtual -python -modern
 
711
# Install the non-gnuradio usrp stuff in the appropriate subdirectory
 
712
# This usually ends up at:
 
713
#   ${prefix}/lib/python${python_version}/site-packages/usrpm
 
714
usrppythondir = $(pythondir)/usrpm
 
715
usrppyexecdir = $(pyexecdir)/usrpm
 
716
 
 
717
# gcell includes
 
718
gcellincludedir = $(includedir)/gcell
 
719
gcellspuincludedir = $(includedir)/gcell/spu
 
720
 
 
721
# Cell spu libs
 
722
libspudir = $(libdir)spu
 
723
 
 
724
# This used to be set in configure.ac but is now defined here for all 
 
725
# Makefiles when this fragment is included.
 
726
STD_DEFINES_AND_INCLUDES = $(DEFINES) $(BOOST_CPPFLAGS) \
 
727
        $(OMNITHREAD_INCLUDES) $(GNURADIO_INCLUDES) $(GRUEL_INCLUDES)
 
728
 
 
729
 
 
730
# when including for compilation from pre-installed libraries and such,
 
731
# need to make sure those are put last on the compile command
 
732
WITH_INCLUDES = @with_INCLUDES@
 
733
WITH_SWIG_INCLUDES = @with_SWIG_INCLUDES@
 
734
 
 
735
# How to link in the top-level omnithreads library from inside the tree
 
736
OMNITHREAD_INCLUDES = @omnithread_INCLUDES@
 
737
OMNITHREAD_LA = @omnithread_LA@
402
738
 
403
739
# Where to find gnuradio include files in the current build tree
404
740
# top_srcdir for original stuff, top_builddir for generated files
405
 
GNURADIO_INCLUDES = -I$(top_srcdir)/gnuradio-core/src/lib/runtime \
406
 
                    -I$(top_srcdir)/gnuradio-core/src/lib/general \
407
 
                    -I$(top_builddir)/gnuradio-core/src/lib/general \
408
 
                    -I$(top_srcdir)/gnuradio-core/src/lib/filter \
409
 
                    -I$(top_builddir)/gnuradio-core/src/lib/filter \
410
 
                    -I$(top_srcdir)/gnuradio-core/src/lib/reed-solomon \
411
 
                    -I$(top_srcdir)/gnuradio-core/src/lib/io \
412
 
                    -I$(top_srcdir)/gnuradio-core/src/lib/g72x \
413
 
                    -I$(top_srcdir)/gnuradio-core/src/lib/omnithread \
414
 
                    -I$(top_srcdir)/gnuradio-core/src/lib/swig \
415
 
                    -I$(top_builddir)/gnuradio-core/src/lib/swig \
416
 
                    $(FFTW3F_CFLAGS)
417
 
 
 
741
GNURADIO_INCLUDES = @gnuradio_core_INCLUDES@
418
742
 
419
743
# How to link in GNU Radio core library from inside the tree
420
 
GNURADIO_CORE_LA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la
421
 
 
422
 
# This is a dependency for many swig operations
423
 
GNURADIO_I = $(top_srcdir)/gnuradio-core/src/lib/swig/gnuradio.i
424
 
 
425
 
# How to link in the USRP library from inside the tree
426
 
USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \
427
 
                -I$(top_srcdir)/usrp/firmware/include
428
 
 
429
 
USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la
430
 
 
431
 
# This used to be set in configure.ac but is now defined here for all 
432
 
# Makefiles when this fragment is included.
433
 
STD_DEFINES_AND_INCLUDES = $(DEFINES) $(GNURADIO_INCLUDES) $(BOOST_CFLAGS)
 
744
GNURADIO_CORE_LA = @gnuradio_core_LA@
 
745
 
 
746
# How to link in the USRP library from inside the tree
 
747
GRUEL_INCLUDES = @gruel_INCLUDES@
 
748
GRUEL_LA = @gruel_LA@
 
749
 
 
750
# How to link in the USRP library from inside the tree
 
751
USRP_INCLUDES = @usrp_INCLUDES@
 
752
USRP_LA = @usrp_LA@
 
753
 
 
754
# How to link in usrp-inband library from inside the tree
 
755
USRP_INBAND_INCLUDES = @usrp_inband_INCLUDES@
 
756
USRP_INBAND_LA = @usrp_inband_LA@
 
757
 
 
758
# How to link the PMT library from inside the tree
 
759
PMT_INCLUDES = @pmt_INCLUDES@
 
760
PMT_LA = @pmt_LA@
 
761
 
 
762
# How to link the mblock library from inside the tree
 
763
MBLOCK_INCLUDES = @mblock_INCLUDES@
 
764
MBLOCK_LA = @mblock_LA@
 
765
 
 
766
# How to link the gcell library from inside the tree (the PPU part)
 
767
GCELL_INCLUDES = @gcell_INCLUDES@
 
768
GCELL_LA = @gcell_LA@
 
769
 
 
770
# How to link the gcell library from inside the tree (the SPU part)
 
771
GCELL_SPU_INCLUDES = @gcell_spu_INCLUDES@
 
772
GCELL_SPU_LA = @gcell_spu_LA@
 
773
 
 
774
# libtool aware wrapper for ppu-embedspu
 
775
GCELL_EMBEDSPU_LIBTOOL = @abs_top_srcdir@/gcell/lib/runtime/gcell-embedspu-libtool
434
776
 
435
777
# Fix for BSD make not defining $(RM).  We define it now in configure.ac
436
778
# using AM_PATH_PROG, but now here have to add a -f to be like GNU make
437
779
RM = $(RM_PROG) -f
 
780
RUN_GUILE = GUILE_LOAD_PATH="@abs_top_srcdir@/pmt/src/scheme:@abs_top_srcdir@/mblock/src/scheme" @GUILE@ -e main -s
 
781
COMPILE_MBH = $(RUN_GUILE) $(top_srcdir)/mblock/src/scheme/gnuradio/compile-mbh.scm
 
782
 
 
783
# Base directory for example applications
 
784
exampledir = $(datadir)/gnuradio/examples
 
785
gr_docdir = $(docdir)-$(VERSION)
 
786
 
 
787
# System configuration files
 
788
gr_sysconfdir = $(sysconfdir)/$(PACKAGE)/conf.d
 
789
 
 
790
# Other common defines; use "+=" to add to these
 
791
STAMPS = $(DEPDIR)/gsm_full_rate-generate-*
 
792
MOSTLYCLEANFILES = $(BUILT_SOURCES) $(STAMPS) *.pyc *.pyo *~ *.tmp \
 
793
        *.loT $(DEPDIR)/*.S*
438
794
SUBDIRS = gsm .
439
 
 
440
 
# Install this stuff so that it ends up as the gnuradio.vocoder module
441
 
# This usually ends up at:
 
795
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES)
 
796
 
 
797
# C/C++ headers get installed in ${prefix}/include/gnuradio
 
798
grinclude_HEADERS = \
 
799
        gsm_fr_decode_ps.h              \
 
800
        gsm_fr_encode_sp.h
 
801
 
 
802
 
 
803
# SWIG interface and library
 
804
TOP_SWIG_IFILES = \
 
805
        gsm_full_rate.i
 
806
 
 
807
 
 
808
# Install so that they end up available as:
 
809
#   import gnuradio.vocoder.gsm_full_rate
 
810
# This ends up at:
442
811
#   ${prefix}/lib/python${python_version}/site-packages/gnuradio/vocoder
443
 
ourpythondir = $(grpythondir)/vocoder
444
 
ourlibdir = $(grpyexecdir)/vocoder
445
 
INCLUDES = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS)
446
 
SWIGPYTHONARGS = $(SWIGPYTHONFLAGS) $(STD_DEFINES_AND_INCLUDES)
447
 
ALL_IFILES = \
448
 
        $(LOCAL_IFILES)                 \
449
 
        $(NON_LOCAL_IFILES)             
450
 
 
451
 
NON_LOCAL_IFILES = \
452
 
        $(GNURADIO_I)
453
 
 
454
 
LOCAL_IFILES = \
455
 
        $(top_srcdir)/gr-gsm-fr-vocoder/src/lib/gsm_full_rate.i                         
456
 
 
457
 
 
458
 
# These files are built by SWIG.  The first is the C++ glue.
459
 
# The second is the python wrapper that loads the _howto shared library
460
 
# and knows how to call our extensions.
461
 
BUILT_SOURCES = \
462
 
        gsm_full_rate.cc                \
463
 
        gsm_full_rate.py                                
464
 
 
465
 
 
466
 
# This gets gsm_full_rate.py installed in the right place
467
 
ourpython_PYTHON = \
468
 
        __init__.py                     \
469
 
        gsm_full_rate.py
470
 
 
471
 
ourlib_LTLIBRARIES = _gsm_full_rate.la
472
 
 
473
 
# These are the source files that go into the shared library
 
812
gsm_full_rate_pythondir_category = \
 
813
        gnuradio/vocoder
 
814
 
 
815
 
 
816
# additional sources for the SWIG-generated library
 
817
gsm_full_rate_la_swig_sources = \
 
818
        gsm_fr_decode_ps.cc             \
 
819
        gsm_fr_encode_sp.cc
 
820
 
 
821
 
 
822
# additional libraries for linking with the SWIG-generated library
 
823
gsm_full_rate_la_swig_libadd = \
 
824
        $(GNURADIO_CORE_LA)             \
 
825
        gsm/libgsm.la
 
826
 
 
827
SWIG_PYTHON_FLAGS = \
 
828
        -fvirtual       \
 
829
        -python         \
 
830
        -modern         \
 
831
        -keyword        \
 
832
        -w511           \
 
833
        -outdir .
 
834
 
 
835
STD_SWIG_PYTHON_ARGS = \
 
836
        $(SWIG_PYTHON_FLAGS)                    \
 
837
        $(STD_DEFINES_AND_INCLUDES)             \
 
838
        $(WITH_SWIG_INCLUDES)                   \
 
839
        $(WITH_INCLUDES)
 
840
 
 
841
STD_SWIG_LA_LD_FLAGS = \
 
842
        $(PYTHON_LDFLAGS)       \
 
843
        -module                 \
 
844
        -avoid-version          \
 
845
        $(NO_UNDEFINED)
 
846
 
 
847
STD_SWIG_LA_LIB_ADD = \
 
848
        -lstdc++
 
849
 
 
850
STD_SWIG_CXX_FLAGS = @swig_CXXFLAGS@
 
851
SUFFIXES = .i
 
852
swig_built_sources = gsm_full_rate.py gsm_full_rate.cc
 
853
gsm_full_rate_pythondir = $(pythondir)/$(gsm_full_rate_pythondir_category)
 
854
gsm_full_rate_pylibdir = $(pyexecdir)/$(gsm_full_rate_pylibdir_category)
 
855
gsm_full_rate_swigincludedir = $(swigincludedir)
 
856
gsm_full_rate_swiginclude_HEADERS = \
 
857
        gsm_full_rate.i                 \
 
858
        $(gsm_full_rate_swiginclude_headers)
 
859
 
 
860
gsm_full_rate_pylib_LTLIBRARIES = \
 
861
        _gsm_full_rate.la
 
862
 
474
863
_gsm_full_rate_la_SOURCES = \
475
 
        gsm_fr_decode_ps.cc             \
476
 
        gsm_fr_encode_sp.cc             \
477
 
        gsm_full_rate.cc                
478
 
 
479
 
 
480
 
# magic flags
481
 
_gsm_full_rate_la_LDFLAGS = $(NO_UNDEFINED) -module -avoid-version
482
 
 
483
 
# link the library against the gsm library and the
484
 
# c++ standard library
 
864
        gsm_full_rate.cc                        \
 
865
        $(gsm_full_rate_la_swig_sources)
 
866
 
485
867
_gsm_full_rate_la_LIBADD = \
486
 
        gsm/libgsm.la           \
487
 
        $(PYTHON_LDFLAGS)       \
488
 
        $(GNURADIO_CORE_LA)     \
489
 
        -lstdc++                        
490
 
 
491
 
 
492
 
# These headers get installed in ${prefix}/include/gnuradio
493
 
grinclude_HEADERS = \
494
 
        gsm_fr_decode_ps.h              \
495
 
        gsm_fr_encode_sp.h              
496
 
 
497
 
 
498
 
# These swig headers get installed in ${prefix}/include/gnuradio/swig
499
 
swiginclude_HEADERS = \
500
 
        $(LOCAL_IFILES)
501
 
 
502
 
MOSTLYCLEANFILES = $(BUILT_SOURCES) *.pyc
 
868
        $(STD_SWIG_LA_LIB_ADD)          \
 
869
        $(gsm_full_rate_la_swig_libadd)
 
870
 
 
871
_gsm_full_rate_la_LDFLAGS = \
 
872
        $(STD_SWIG_LA_LD_FLAGS)         \
 
873
        $(gsm_full_rate_la_swig_ldflags)
 
874
 
 
875
_gsm_full_rate_la_CXXFLAGS = \
 
876
        $(STD_SWIG_CXX_FLAGS)           \
 
877
        $(gsm_full_rate_la_swig_cxxflags)
 
878
 
 
879
gsm_full_rate_python_PYTHON = \
 
880
        gsm_full_rate.py                        \
 
881
        $(gsm_full_rate_python)
 
882
 
 
883
 
 
884
# add some of the variables generated inside the Makefile.swig.gen
 
885
BUILT_SOURCES = $(swig_built_sources)
 
886
 
 
887
# Do not distribute the output of SWIG
 
888
no_dist_files = $(swig_built_sources)
503
889
all: $(BUILT_SOURCES)
504
890
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
505
891
 
506
892
.SUFFIXES:
507
 
.SUFFIXES: .cc .lo .o .obj
508
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
 
893
.SUFFIXES: .i .cc .lo .o .obj
 
894
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(top_srcdir)/Makefile.swig $(srcdir)/Makefile.swig.gen $(am__configure_deps)
509
895
        @for dep in $?; do \
510
896
          case '$(am__configure_deps)' in \
511
897
            *$$dep*) \
512
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
513
 
                && exit 0; \
 
898
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
899
                && { if test -f $@; then exit 0; else break; fi; }; \
514
900
              exit 1;; \
515
901
          esac; \
516
902
        done; \
534
920
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
535
921
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
536
922
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
537
 
install-ourlibLTLIBRARIES: $(ourlib_LTLIBRARIES)
 
923
install-gsm_full_rate_pylibLTLIBRARIES: $(gsm_full_rate_pylib_LTLIBRARIES)
538
924
        @$(NORMAL_INSTALL)
539
 
        test -z "$(ourlibdir)" || $(mkdir_p) "$(DESTDIR)$(ourlibdir)"
540
 
        @list='$(ourlib_LTLIBRARIES)'; for p in $$list; do \
 
925
        test -z "$(gsm_full_rate_pylibdir)" || $(MKDIR_P) "$(DESTDIR)$(gsm_full_rate_pylibdir)"
 
926
        @list='$(gsm_full_rate_pylib_LTLIBRARIES)'; for p in $$list; do \
541
927
          if test -f $$p; then \
542
928
            f=$(am__strip_dir) \
543
 
            echo " $(LIBTOOL) --mode=install $(ourlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(ourlibdir)/$$f'"; \
544
 
            $(LIBTOOL) --mode=install $(ourlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(ourlibdir)/$$f"; \
 
929
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(gsm_full_rate_pylibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(gsm_full_rate_pylibdir)/$$f'"; \
 
930
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(gsm_full_rate_pylibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(gsm_full_rate_pylibdir)/$$f"; \
545
931
          else :; fi; \
546
932
        done
547
933
 
548
 
uninstall-ourlibLTLIBRARIES:
 
934
uninstall-gsm_full_rate_pylibLTLIBRARIES:
549
935
        @$(NORMAL_UNINSTALL)
550
 
        @set -x; list='$(ourlib_LTLIBRARIES)'; for p in $$list; do \
 
936
        @list='$(gsm_full_rate_pylib_LTLIBRARIES)'; for p in $$list; do \
551
937
          p=$(am__strip_dir) \
552
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(ourlibdir)/$$p'"; \
553
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(ourlibdir)/$$p"; \
 
938
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(gsm_full_rate_pylibdir)/$$p'"; \
 
939
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(gsm_full_rate_pylibdir)/$$p"; \
554
940
        done
555
941
 
556
 
clean-ourlibLTLIBRARIES:
557
 
        -test -z "$(ourlib_LTLIBRARIES)" || rm -f $(ourlib_LTLIBRARIES)
558
 
        @list='$(ourlib_LTLIBRARIES)'; for p in $$list; do \
 
942
clean-gsm_full_rate_pylibLTLIBRARIES:
 
943
        -test -z "$(gsm_full_rate_pylib_LTLIBRARIES)" || rm -f $(gsm_full_rate_pylib_LTLIBRARIES)
 
944
        @list='$(gsm_full_rate_pylib_LTLIBRARIES)'; for p in $$list; do \
559
945
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
560
946
          test "$$dir" != "$$p" || dir=.; \
561
947
          echo "rm -f \"$${dir}/so_locations\""; \
562
948
          rm -f "$${dir}/so_locations"; \
563
949
        done
564
950
_gsm_full_rate.la: $(_gsm_full_rate_la_OBJECTS) $(_gsm_full_rate_la_DEPENDENCIES) 
565
 
        $(CXXLINK) -rpath $(ourlibdir) $(_gsm_full_rate_la_LDFLAGS) $(_gsm_full_rate_la_OBJECTS) $(_gsm_full_rate_la_LIBADD) $(LIBS)
 
951
        $(_gsm_full_rate_la_LINK) -rpath $(gsm_full_rate_pylibdir) $(_gsm_full_rate_la_OBJECTS) $(_gsm_full_rate_la_LIBADD) $(LIBS)
566
952
 
567
953
mostlyclean-compile:
568
954
        -rm -f *.$(OBJEXT)
570
956
distclean-compile:
571
957
        -rm -f *.tab.c
572
958
 
573
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_fr_decode_ps.Plo@am__quote@
574
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_fr_encode_sp.Plo@am__quote@
575
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_full_rate.Plo@am__quote@
 
959
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_gsm_full_rate_la-gsm_fr_decode_ps.Plo@am__quote@
 
960
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_gsm_full_rate_la-gsm_fr_encode_sp.Plo@am__quote@
 
961
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_gsm_full_rate_la-gsm_full_rate.Plo@am__quote@
576
962
 
577
963
.cc.o:
578
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
579
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
964
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
965
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
580
966
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
581
967
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582
968
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
583
969
 
584
970
.cc.obj:
585
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
586
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
971
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
972
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
587
973
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
588
974
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589
975
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
590
976
 
591
977
.cc.lo:
592
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
593
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
978
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
979
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
594
980
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
595
981
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596
982
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
597
983
 
 
984
_gsm_full_rate_la-gsm_full_rate.lo: gsm_full_rate.cc
 
985
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_gsm_full_rate_la_CXXFLAGS) $(CXXFLAGS) -MT _gsm_full_rate_la-gsm_full_rate.lo -MD -MP -MF $(DEPDIR)/_gsm_full_rate_la-gsm_full_rate.Tpo -c -o _gsm_full_rate_la-gsm_full_rate.lo `test -f 'gsm_full_rate.cc' || echo '$(srcdir)/'`gsm_full_rate.cc
 
986
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/_gsm_full_rate_la-gsm_full_rate.Tpo $(DEPDIR)/_gsm_full_rate_la-gsm_full_rate.Plo
 
987
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gsm_full_rate.cc' object='_gsm_full_rate_la-gsm_full_rate.lo' libtool=yes @AMDEPBACKSLASH@
 
988
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
989
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_gsm_full_rate_la_CXXFLAGS) $(CXXFLAGS) -c -o _gsm_full_rate_la-gsm_full_rate.lo `test -f 'gsm_full_rate.cc' || echo '$(srcdir)/'`gsm_full_rate.cc
 
990
 
 
991
_gsm_full_rate_la-gsm_fr_decode_ps.lo: gsm_fr_decode_ps.cc
 
992
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_gsm_full_rate_la_CXXFLAGS) $(CXXFLAGS) -MT _gsm_full_rate_la-gsm_fr_decode_ps.lo -MD -MP -MF $(DEPDIR)/_gsm_full_rate_la-gsm_fr_decode_ps.Tpo -c -o _gsm_full_rate_la-gsm_fr_decode_ps.lo `test -f 'gsm_fr_decode_ps.cc' || echo '$(srcdir)/'`gsm_fr_decode_ps.cc
 
993
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/_gsm_full_rate_la-gsm_fr_decode_ps.Tpo $(DEPDIR)/_gsm_full_rate_la-gsm_fr_decode_ps.Plo
 
994
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gsm_fr_decode_ps.cc' object='_gsm_full_rate_la-gsm_fr_decode_ps.lo' libtool=yes @AMDEPBACKSLASH@
 
995
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
996
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_gsm_full_rate_la_CXXFLAGS) $(CXXFLAGS) -c -o _gsm_full_rate_la-gsm_fr_decode_ps.lo `test -f 'gsm_fr_decode_ps.cc' || echo '$(srcdir)/'`gsm_fr_decode_ps.cc
 
997
 
 
998
_gsm_full_rate_la-gsm_fr_encode_sp.lo: gsm_fr_encode_sp.cc
 
999
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_gsm_full_rate_la_CXXFLAGS) $(CXXFLAGS) -MT _gsm_full_rate_la-gsm_fr_encode_sp.lo -MD -MP -MF $(DEPDIR)/_gsm_full_rate_la-gsm_fr_encode_sp.Tpo -c -o _gsm_full_rate_la-gsm_fr_encode_sp.lo `test -f 'gsm_fr_encode_sp.cc' || echo '$(srcdir)/'`gsm_fr_encode_sp.cc
 
1000
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/_gsm_full_rate_la-gsm_fr_encode_sp.Tpo $(DEPDIR)/_gsm_full_rate_la-gsm_fr_encode_sp.Plo
 
1001
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gsm_fr_encode_sp.cc' object='_gsm_full_rate_la-gsm_fr_encode_sp.lo' libtool=yes @AMDEPBACKSLASH@
 
1002
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1003
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_gsm_full_rate_la_CXXFLAGS) $(CXXFLAGS) -c -o _gsm_full_rate_la-gsm_fr_encode_sp.lo `test -f 'gsm_fr_encode_sp.cc' || echo '$(srcdir)/'`gsm_fr_encode_sp.cc
 
1004
 
598
1005
mostlyclean-libtool:
599
1006
        -rm -f *.lo
600
1007
 
601
1008
clean-libtool:
602
1009
        -rm -rf .libs _libs
603
 
 
604
 
distclean-libtool:
605
 
        -rm -f libtool
606
 
uninstall-info-am:
607
 
install-ourpythonPYTHON: $(ourpython_PYTHON)
 
1010
install-gsm_full_rate_pythonPYTHON: $(gsm_full_rate_python_PYTHON)
608
1011
        @$(NORMAL_INSTALL)
609
 
        test -z "$(ourpythondir)" || $(mkdir_p) "$(DESTDIR)$(ourpythondir)"
610
 
        @list='$(ourpython_PYTHON)'; dlist=''; for p in $$list; do\
 
1012
        test -z "$(gsm_full_rate_pythondir)" || $(MKDIR_P) "$(DESTDIR)$(gsm_full_rate_pythondir)"
 
1013
        @list='$(gsm_full_rate_python_PYTHON)'; dlist=''; for p in $$list; do\
611
1014
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
612
1015
          if test -f $$b$$p; then \
613
1016
            f=$(am__strip_dir) \
614
1017
            dlist="$$dlist $$f"; \
615
 
            echo " $(ourpythonPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(ourpythondir)/$$f'"; \
616
 
            $(ourpythonPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(ourpythondir)/$$f"; \
 
1018
            echo " $(gsm_full_rate_pythonPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(gsm_full_rate_pythondir)/$$f'"; \
 
1019
            $(gsm_full_rate_pythonPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(gsm_full_rate_pythondir)/$$f"; \
617
1020
          else :; fi; \
618
1021
        done; \
619
1022
        if test -n "$$dlist"; then \
620
1023
          if test -z "$(DESTDIR)"; then \
621
 
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(ourpythondir)" $$dlist; \
 
1024
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(gsm_full_rate_pythondir)" $$dlist; \
622
1025
          else \
623
 
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(ourpythondir)" $$dlist; \
 
1026
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(gsm_full_rate_pythondir)" $$dlist; \
624
1027
          fi; \
625
1028
        else :; fi
626
1029
 
627
 
uninstall-ourpythonPYTHON:
 
1030
uninstall-gsm_full_rate_pythonPYTHON:
628
1031
        @$(NORMAL_UNINSTALL)
629
 
        @list='$(ourpython_PYTHON)'; dlist=''; for p in $$list; do\
 
1032
        @list='$(gsm_full_rate_python_PYTHON)'; dlist=''; for p in $$list; do\
630
1033
          f=$(am__strip_dir) \
631
 
          rm -f "$(DESTDIR)$(ourpythondir)/$$f"; \
632
 
          rm -f "$(DESTDIR)$(ourpythondir)/$${f}c"; \
633
 
          rm -f "$(DESTDIR)$(ourpythondir)/$${f}o"; \
 
1034
          rm -f "$(DESTDIR)$(gsm_full_rate_pythondir)/$$f"; \
 
1035
          rm -f "$(DESTDIR)$(gsm_full_rate_pythondir)/$${f}c"; \
 
1036
          rm -f "$(DESTDIR)$(gsm_full_rate_pythondir)/$${f}o"; \
634
1037
        done
635
1038
install-grincludeHEADERS: $(grinclude_HEADERS)
636
1039
        @$(NORMAL_INSTALL)
637
 
        test -z "$(grincludedir)" || $(mkdir_p) "$(DESTDIR)$(grincludedir)"
 
1040
        test -z "$(grincludedir)" || $(MKDIR_P) "$(DESTDIR)$(grincludedir)"
638
1041
        @list='$(grinclude_HEADERS)'; for p in $$list; do \
639
1042
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
640
1043
          f=$(am__strip_dir) \
649
1052
          echo " rm -f '$(DESTDIR)$(grincludedir)/$$f'"; \
650
1053
          rm -f "$(DESTDIR)$(grincludedir)/$$f"; \
651
1054
        done
652
 
install-swigincludeHEADERS: $(swiginclude_HEADERS)
 
1055
install-gsm_full_rate_swigincludeHEADERS: $(gsm_full_rate_swiginclude_HEADERS)
653
1056
        @$(NORMAL_INSTALL)
654
 
        test -z "$(swigincludedir)" || $(mkdir_p) "$(DESTDIR)$(swigincludedir)"
655
 
        @list='$(swiginclude_HEADERS)'; for p in $$list; do \
 
1057
        test -z "$(gsm_full_rate_swigincludedir)" || $(MKDIR_P) "$(DESTDIR)$(gsm_full_rate_swigincludedir)"
 
1058
        @list='$(gsm_full_rate_swiginclude_HEADERS)'; for p in $$list; do \
656
1059
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
657
1060
          f=$(am__strip_dir) \
658
 
          echo " $(swigincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(swigincludedir)/$$f'"; \
659
 
          $(swigincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(swigincludedir)/$$f"; \
 
1061
          echo " $(gsm_full_rate_swigincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(gsm_full_rate_swigincludedir)/$$f'"; \
 
1062
          $(gsm_full_rate_swigincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(gsm_full_rate_swigincludedir)/$$f"; \
660
1063
        done
661
1064
 
662
 
uninstall-swigincludeHEADERS:
 
1065
uninstall-gsm_full_rate_swigincludeHEADERS:
663
1066
        @$(NORMAL_UNINSTALL)
664
 
        @list='$(swiginclude_HEADERS)'; for p in $$list; do \
 
1067
        @list='$(gsm_full_rate_swiginclude_HEADERS)'; for p in $$list; do \
665
1068
          f=$(am__strip_dir) \
666
 
          echo " rm -f '$(DESTDIR)$(swigincludedir)/$$f'"; \
667
 
          rm -f "$(DESTDIR)$(swigincludedir)/$$f"; \
 
1069
          echo " rm -f '$(DESTDIR)$(gsm_full_rate_swigincludedir)/$$f'"; \
 
1070
          rm -f "$(DESTDIR)$(gsm_full_rate_swigincludedir)/$$f"; \
668
1071
        done
669
1072
 
670
1073
# This directory's subdirectories are mostly independent; you can cd
698
1101
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
699
1102
        fi; test -z "$$fail"
700
1103
 
701
 
mostlyclean-recursive clean-recursive distclean-recursive \
702
 
maintainer-clean-recursive:
 
1104
$(RECURSIVE_CLEAN_TARGETS):
703
1105
        @failcom='exit 1'; \
704
1106
        for f in x $$MAKEFLAGS; do \
705
1107
          case $$f in \
743
1145
        unique=`for i in $$list; do \
744
1146
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
745
1147
          done | \
746
 
          $(AWK) '    { files[$$0] = 1; } \
747
 
               END { for (i in files) print i; }'`; \
 
1148
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1149
              END { if (nonempty) { for (i in files) print i; }; }'`; \
748
1150
        mkid -fID $$unique
749
1151
tags: TAGS
750
1152
 
769
1171
        unique=`for i in $$list; do \
770
1172
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
771
1173
          done | \
772
 
          $(AWK) '    { files[$$0] = 1; } \
773
 
               END { for (i in files) print i; }'`; \
 
1174
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1175
              END { if (nonempty) { for (i in files) print i; }; }'`; \
774
1176
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
775
1177
          test -n "$$unique" || unique=$$empty_fix; \
776
1178
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
780
1182
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
781
1183
                $(TAGS_FILES) $(LISP)
782
1184
        tags=; \
783
 
        here=`pwd`; \
784
1185
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
785
1186
        unique=`for i in $$list; do \
786
1187
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
787
1188
          done | \
788
 
          $(AWK) '    { files[$$0] = 1; } \
789
 
               END { for (i in files) print i; }'`; \
 
1189
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1190
              END { if (nonempty) { for (i in files) print i; }; }'`; \
790
1191
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
791
1192
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
792
1193
             $$tags $$unique
800
1201
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
801
1202
 
802
1203
distdir: $(DISTFILES)
803
 
        $(mkdir_p) $(distdir)/../../.. $(distdir)/../../../gr-gsm-fr-vocoder/src/lib
804
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
805
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
806
 
        list='$(DISTFILES)'; for file in $$list; do \
807
 
          case $$file in \
808
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
809
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
810
 
          esac; \
 
1204
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1205
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1206
        list='$(DISTFILES)'; \
 
1207
          dist_files=`for file in $$list; do echo $$file; done | \
 
1208
          sed -e "s|^$$srcdirstrip/||;t" \
 
1209
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1210
        case $$dist_files in \
 
1211
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1212
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1213
                           sort -u` ;; \
 
1214
        esac; \
 
1215
        for file in $$dist_files; do \
811
1216
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
812
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
813
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
814
 
            dir="/$$dir"; \
815
 
            $(mkdir_p) "$(distdir)$$dir"; \
816
 
          else \
817
 
            dir=''; \
818
 
          fi; \
819
1217
          if test -d $$d/$$file; then \
 
1218
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
820
1219
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
821
1220
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
822
1221
            fi; \
830
1229
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
831
1230
          if test "$$subdir" = .; then :; else \
832
1231
            test -d "$(distdir)/$$subdir" \
833
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
1232
            || $(MKDIR_P) "$(distdir)/$$subdir" \
834
1233
            || exit 1; \
835
1234
            distdir=`$(am__cd) $(distdir) && pwd`; \
836
1235
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
838
1237
              $(MAKE) $(AM_MAKEFLAGS) \
839
1238
                top_distdir="$$top_distdir" \
840
1239
                distdir="$$distdir/$$subdir" \
 
1240
                am__remove_distdir=: \
 
1241
                am__skip_length_check=: \
841
1242
                distdir) \
842
1243
              || exit 1; \
843
1244
          fi; \
851
1252
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
852
1253
installdirs: installdirs-recursive
853
1254
installdirs-am:
854
 
        for dir in "$(DESTDIR)$(ourlibdir)" "$(DESTDIR)$(ourpythondir)" "$(DESTDIR)$(grincludedir)" "$(DESTDIR)$(swigincludedir)"; do \
855
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
1255
        for dir in "$(DESTDIR)$(gsm_full_rate_pylibdir)" "$(DESTDIR)$(gsm_full_rate_pythondir)" "$(DESTDIR)$(grincludedir)" "$(DESTDIR)$(gsm_full_rate_swigincludedir)"; do \
 
1256
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
856
1257
        done
857
1258
install: $(BUILT_SOURCES)
858
1259
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
883
1284
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
884
1285
clean: clean-recursive
885
1286
 
886
 
clean-am: clean-generic clean-libtool clean-ourlibLTLIBRARIES \
887
 
        mostlyclean-am
 
1287
clean-am: clean-generic clean-gsm_full_rate_pylibLTLIBRARIES \
 
1288
        clean-libtool mostlyclean-am
888
1289
 
889
1290
distclean: distclean-recursive
890
1291
        -rm -rf ./$(DEPDIR)
891
1292
        -rm -f Makefile
892
1293
distclean-am: clean-am distclean-compile distclean-generic \
893
 
        distclean-libtool distclean-tags
 
1294
        distclean-tags
894
1295
 
895
1296
dvi: dvi-recursive
896
1297
 
902
1303
 
903
1304
info-am:
904
1305
 
905
 
install-data-am: install-grincludeHEADERS install-ourlibLTLIBRARIES \
906
 
        install-ourpythonPYTHON install-swigincludeHEADERS
 
1306
install-data-am: install-grincludeHEADERS \
 
1307
        install-gsm_full_rate_pylibLTLIBRARIES \
 
1308
        install-gsm_full_rate_pythonPYTHON \
 
1309
        install-gsm_full_rate_swigincludeHEADERS
 
1310
 
 
1311
install-dvi: install-dvi-recursive
907
1312
 
908
1313
install-exec-am:
909
1314
 
 
1315
install-html: install-html-recursive
 
1316
 
910
1317
install-info: install-info-recursive
911
1318
 
912
1319
install-man:
913
1320
 
 
1321
install-pdf: install-pdf-recursive
 
1322
 
 
1323
install-ps: install-ps-recursive
 
1324
 
914
1325
installcheck-am:
915
1326
 
916
1327
maintainer-clean: maintainer-clean-recursive
931
1342
 
932
1343
ps-am:
933
1344
 
934
 
uninstall-am: uninstall-grincludeHEADERS uninstall-info-am \
935
 
        uninstall-ourlibLTLIBRARIES uninstall-ourpythonPYTHON \
936
 
        uninstall-swigincludeHEADERS
937
 
 
938
 
uninstall-info: uninstall-info-recursive
939
 
 
940
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
941
 
        clean clean-generic clean-libtool clean-ourlibLTLIBRARIES \
942
 
        clean-recursive ctags ctags-recursive dist-hook distclean \
943
 
        distclean-compile distclean-generic distclean-libtool \
944
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
945
 
        html-am info info-am install install-am install-data \
946
 
        install-data-am install-exec install-exec-am \
947
 
        install-grincludeHEADERS install-info install-info-am \
948
 
        install-man install-ourlibLTLIBRARIES install-ourpythonPYTHON \
949
 
        install-strip install-swigincludeHEADERS installcheck \
950
 
        installcheck-am installdirs installdirs-am maintainer-clean \
951
 
        maintainer-clean-generic maintainer-clean-recursive \
 
1345
uninstall-am: uninstall-grincludeHEADERS \
 
1346
        uninstall-gsm_full_rate_pylibLTLIBRARIES \
 
1347
        uninstall-gsm_full_rate_pythonPYTHON \
 
1348
        uninstall-gsm_full_rate_swigincludeHEADERS
 
1349
 
 
1350
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
1351
        install-strip
 
1352
 
 
1353
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1354
        all all-am check check-am clean clean-generic \
 
1355
        clean-gsm_full_rate_pylibLTLIBRARIES clean-libtool ctags \
 
1356
        ctags-recursive dist-hook distclean distclean-compile \
 
1357
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
1358
        dvi-am html html-am info info-am install install-am \
 
1359
        install-data install-data-am install-dvi install-dvi-am \
 
1360
        install-exec install-exec-am install-grincludeHEADERS \
 
1361
        install-gsm_full_rate_pylibLTLIBRARIES \
 
1362
        install-gsm_full_rate_pythonPYTHON \
 
1363
        install-gsm_full_rate_swigincludeHEADERS install-html \
 
1364
        install-html-am install-info install-info-am install-man \
 
1365
        install-pdf install-pdf-am install-ps install-ps-am \
 
1366
        install-strip installcheck installcheck-am installdirs \
 
1367
        installdirs-am maintainer-clean maintainer-clean-generic \
952
1368
        mostlyclean mostlyclean-compile mostlyclean-generic \
953
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
954
 
        tags tags-recursive uninstall uninstall-am \
955
 
        uninstall-grincludeHEADERS uninstall-info-am \
956
 
        uninstall-ourlibLTLIBRARIES uninstall-ourpythonPYTHON \
957
 
        uninstall-swigincludeHEADERS
958
 
 
959
 
 
960
 
gsm_full_rate.cc gsm_full_rate.py: gsm_full_rate.i $(ALL_IFILES)
961
 
        $(SWIG) $(SWIGPYTHONARGS) -module gsm_full_rate -o gsm_full_rate.cc $(LOCAL_IFILES)
962
 
 
963
 
# Don't distribute output of swig
 
1369
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
1370
        uninstall uninstall-am uninstall-grincludeHEADERS \
 
1371
        uninstall-gsm_full_rate_pylibLTLIBRARIES \
 
1372
        uninstall-gsm_full_rate_pythonPYTHON \
 
1373
        uninstall-gsm_full_rate_swigincludeHEADERS
 
1374
 
 
1375
 
 
1376
# Base directory for documentation (docdir undefined in autoconf < 1.60)
 
1377
docdir ?= $(datadir)/doc/$(PACKAGE)
 
1378
 
 
1379
# Don't distribute the files defined in the variable 'no_dist_files'
964
1380
dist-hook:
965
 
        @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
966
 
        @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done
 
1381
        @for file in $(no_dist_files); do \
 
1382
                echo $(RM) $(distdir)/$$file; \
 
1383
                $(RM) $(distdir)/$$file; \
 
1384
        done;
 
1385
 
 
1386
generate-makefile-swig $(srcdir)/Makefile.swig.gen: $(top_srcdir)/Makefile.swig.gen.t
 
1387
        @do_recreate=0; \
 
1388
        if test -f $(srcdir)/Makefile.swig.gen; then \
 
1389
                if $(RM) $(srcdir)/Makefile.swig.gen 2>/dev/null; then \
 
1390
                        if touch $(srcdir)/Makefile.swig.gen 2>/dev/null; then \
 
1391
                                do_recreate=1; \
 
1392
                        fi; \
 
1393
                fi; \
 
1394
        else \
 
1395
                if touch $(srcdir)/Makefile.swig.gen 2>/dev/null; then \
 
1396
                        do_recreate=1; \
 
1397
                fi; \
 
1398
        fi; \
 
1399
        if test "$$do_recreate" == "1"; then \
 
1400
                echo "Regenerating $(srcdir)/Makefile.swig.gen"; \
 
1401
                for TFILE in $(TOP_SWIG_IFILES); do \
 
1402
                        TNAME=`python -c "import os.path as op; (dN, fN) = op.split ('$$TFILE'); (fbN, fE) = op.splitext (fN); print fbN;"`; \
 
1403
                        $(SED) -e 's|@NAME@|'$$TNAME'|g;' < $(top_srcdir)/Makefile.swig.gen.t >> $(srcdir)/Makefile.swig.gen; \
 
1404
                        echo "" >> $(srcdir)/Makefile.swig.gen; \
 
1405
                done; \
 
1406
        else \
 
1407
                echo "Cannot recreate $(srcdir)/Makefile.swig.gen because the directory or file is write-protected."; \
 
1408
                exit -1; \
 
1409
        fi;
 
1410
 
 
1411
gsm_full_rate_pythondir_category ?= gnuradio/gsm_full_rate
 
1412
gsm_full_rate_pylibdir_category ?= $(gsm_full_rate_pythondir_category)
 
1413
 
 
1414
gsm_full_rate.h gsm_full_rate.py gsm_full_rate.cc: gsm_full_rate.i
 
1415
        trap 'rm -rf $(DEPDIR)/gsm_full_rate-generate-*' 1 2 13 15; \
 
1416
        if mkdir $(DEPDIR)/gsm_full_rate-generate-lock 2>/dev/null; then \
 
1417
                rm -f $(DEPDIR)/gsm_full_rate-generate-stamp; \
 
1418
                $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/gsm_full_rate-generate-stamp WHAT=$<; \
 
1419
                rmdir $(DEPDIR)/gsm_full_rate-generate-lock; \
 
1420
        else \
 
1421
                while test -d $(DEPDIR)/gsm_full_rate-generate-lock; do \
 
1422
                        sleep 1; \
 
1423
                done; \
 
1424
                test -f $(DEPDIR)/gsm_full_rate-generate-stamp; \
 
1425
                exit $$?; \
 
1426
        fi;
 
1427
 
 
1428
$(DEPDIR)/gsm_full_rate-generate-stamp:
 
1429
        if $(SWIG) $(STD_SWIG_PYTHON_ARGS) $(gsm_full_rate_swig_args) \
 
1430
                -MD -MF $(DEPDIR)/gsm_full_rate.Std \
 
1431
                -module gsm_full_rate -o gsm_full_rate.cc $(WHAT); then \
 
1432
            if test $(host_os) = mingw32; then \
 
1433
                $(RM) $(DEPDIR)/gsm_full_rate.Sd; \
 
1434
                $(SED) 's,\\\\,/,g' < $(DEPDIR)/gsm_full_rate.Std \
 
1435
                        > $(DEPDIR)/gsm_full_rate.Sd; \
 
1436
                $(RM) $(DEPDIR)/gsm_full_rate.Std; \
 
1437
                $(MV) $(DEPDIR)/gsm_full_rate.Sd $(DEPDIR)/gsm_full_rate.Std; \
 
1438
            fi; \
 
1439
        else \
 
1440
            $(RM) $(DEPDIR)/gsm_full_rate.S*; exit 1; \
 
1441
        fi;
 
1442
        $(RM) $(DEPDIR)/gsm_full_rate.d
 
1443
        cp $(DEPDIR)/gsm_full_rate.Std $(DEPDIR)/gsm_full_rate.d
 
1444
        echo "" >> $(DEPDIR)/gsm_full_rate.d
 
1445
        $(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/gsm_full_rate.Std | \
 
1446
                awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/gsm_full_rate.d
 
1447
        $(RM) $(DEPDIR)/gsm_full_rate.Std
 
1448
        touch $(DEPDIR)/gsm_full_rate-generate-stamp
 
1449
 
 
1450
# KLUDGE: Force runtime include of a SWIG dependency file.  This is
 
1451
# not guaranteed to be portable, but will probably work.  If it works,
 
1452
# we have accurate dependencies for our swig stuff, which is good.
 
1453
 
 
1454
@am__include@ @am__quote@./$(DEPDIR)/gsm_full_rate.d@am__quote@
967
1455
# Tell versions [3.59,3.63) of GNU make to not export all variables.
968
1456
# Otherwise a system limit (for SysV at least) may be exceeded.
969
1457
.NOEXPORT: