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

« back to all changes in this revision

Viewing changes to gr-qtgui/Makefile.in

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2012-02-26 21:26:16 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120226212616-vsfkbi1158xshdql
Tags: 3.5.1-1
* new upstream version, re-packaged from scratch with modern tools
    closes: #642716, #645332, #394849, #616832, #590048, #642580,
    #647018, #557050, #559640, #631863
* CMake build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
#
18
 
# Copyright 2008 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
 
VPATH = @srcdir@
60
 
pkgdatadir = $(datadir)/@PACKAGE@
61
 
pkglibdir = $(libdir)/@PACKAGE@
62
 
pkgincludedir = $(includedir)/@PACKAGE@
63
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64
 
install_sh_DATA = $(install_sh) -c -m 644
65
 
install_sh_PROGRAM = $(install_sh) -c
66
 
install_sh_SCRIPT = $(install_sh) -c
67
 
INSTALL_HEADER = $(INSTALL_DATA)
68
 
transform = $(program_transform_name)
69
 
NORMAL_INSTALL = :
70
 
PRE_INSTALL = :
71
 
POST_INSTALL = :
72
 
NORMAL_UNINSTALL = :
73
 
PRE_UNINSTALL = :
74
 
POST_UNINSTALL = :
75
 
build_triplet = @build@
76
 
host_triplet = @host@
77
 
target_triplet = @target@
78
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
79
 
        $(top_srcdir)/Makefile.common
80
 
subdir = gr-qtgui
81
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82
 
am__aclocal_m4_deps = $(top_srcdir)/config/acx_cblas.m4 \
83
 
        $(top_srcdir)/config/acx_pthread.m4 \
84
 
        $(top_srcdir)/config/ax_boost_base.m4 \
85
 
        $(top_srcdir)/config/ax_boost_date_time.m4 \
86
 
        $(top_srcdir)/config/ax_boost_program_options.m4 \
87
 
        $(top_srcdir)/config/ax_boost_thread.m4 \
88
 
        $(top_srcdir)/config/cppunit.m4 \
89
 
        $(top_srcdir)/config/gr_check_createfilemapping.m4 \
90
 
        $(top_srcdir)/config/gr_check_memalign.m4 \
91
 
        $(top_srcdir)/config/gr_check_shm_open.m4 \
92
 
        $(top_srcdir)/config/gr_doxygen.m4 \
93
 
        $(top_srcdir)/config/gr_fortran.m4 \
94
 
        $(top_srcdir)/config/gr_gprof.m4 \
95
 
        $(top_srcdir)/config/gr_lib64.m4 \
96
 
        $(top_srcdir)/config/gr_libgnuradio_core_extra_ldflags.m4 \
97
 
        $(top_srcdir)/config/gr_no_undefined.m4 \
98
 
        $(top_srcdir)/config/gr_omnithread.m4 \
99
 
        $(top_srcdir)/config/gr_pwin32.m4 \
100
 
        $(top_srcdir)/config/gr_python.m4 \
101
 
        $(top_srcdir)/config/gr_qwt.m4 \
102
 
        $(top_srcdir)/config/gr_qwtplot3d.m4 \
103
 
        $(top_srcdir)/config/gr_scripting.m4 \
104
 
        $(top_srcdir)/config/gr_set_md_cpu.m4 \
105
 
        $(top_srcdir)/config/gr_subversion.m4 \
106
 
        $(top_srcdir)/config/gr_swig.m4 \
107
 
        $(top_srcdir)/config/gr_sysv_shm.m4 \
108
 
        $(top_srcdir)/config/grc_build.m4 \
109
 
        $(top_srcdir)/config/grc_docs.m4 \
110
 
        $(top_srcdir)/config/grc_gcell.m4 \
111
 
        $(top_srcdir)/config/grc_gnuradio_core.m4 \
112
 
        $(top_srcdir)/config/grc_gnuradio_examples.m4 \
113
 
        $(top_srcdir)/config/grc_gr_audio_alsa.m4 \
114
 
        $(top_srcdir)/config/grc_gr_audio_jack.m4 \
115
 
        $(top_srcdir)/config/grc_gr_audio_oss.m4 \
116
 
        $(top_srcdir)/config/grc_gr_audio_osx.m4 \
117
 
        $(top_srcdir)/config/grc_gr_audio_portaudio.m4 \
118
 
        $(top_srcdir)/config/grc_gr_audio_windows.m4 \
119
 
        $(top_srcdir)/config/grc_gr_cvsd_vocoder.m4 \
120
 
        $(top_srcdir)/config/grc_gr_gcell.m4 \
121
 
        $(top_srcdir)/config/grc_gr_gpio.m4 \
122
 
        $(top_srcdir)/config/grc_gr_gsm_fr_vocoder.m4 \
123
 
        $(top_srcdir)/config/grc_gr_pager.m4 \
124
 
        $(top_srcdir)/config/grc_gr_qtgui.m4 \
125
 
        $(top_srcdir)/config/grc_gr_radar_mono.m4 \
126
 
        $(top_srcdir)/config/grc_gr_radio_astronomy.m4 \
127
 
        $(top_srcdir)/config/grc_gr_sounder.m4 \
128
 
        $(top_srcdir)/config/grc_gr_trellis.m4 \
129
 
        $(top_srcdir)/config/grc_gr_usrp.m4 \
130
 
        $(top_srcdir)/config/grc_gr_usrp2.m4 \
131
 
        $(top_srcdir)/config/grc_gr_utils.m4 \
132
 
        $(top_srcdir)/config/grc_gr_video_sdl.m4 \
133
 
        $(top_srcdir)/config/grc_gr_wxgui.m4 \
134
 
        $(top_srcdir)/config/grc_grc.m4 \
135
 
        $(top_srcdir)/config/grc_gruel.m4 \
136
 
        $(top_srcdir)/config/grc_mblock.m4 \
137
 
        $(top_srcdir)/config/grc_omnithread.m4 \
138
 
        $(top_srcdir)/config/grc_pmt.m4 \
139
 
        $(top_srcdir)/config/grc_usrp.m4 \
140
 
        $(top_srcdir)/config/grc_usrp2.m4 \
141
 
        $(top_srcdir)/config/lf_cc.m4 $(top_srcdir)/config/lf_cxx.m4 \
142
 
        $(top_srcdir)/config/lf_warnings.m4 \
143
 
        $(top_srcdir)/config/libtool.m4 \
144
 
        $(top_srcdir)/config/ltoptions.m4 \
145
 
        $(top_srcdir)/config/ltsugar.m4 \
146
 
        $(top_srcdir)/config/ltversion.m4 \
147
 
        $(top_srcdir)/config/lt~obsolete.m4 \
148
 
        $(top_srcdir)/config/macosx_audiounit.m4 \
149
 
        $(top_srcdir)/config/mkstemp.m4 \
150
 
        $(top_srcdir)/config/onceonly.m4 $(top_srcdir)/config/pkg.m4 \
151
 
        $(top_srcdir)/config/sdl.m4 \
152
 
        $(top_srcdir)/config/usrp_fusb_tech.m4 \
153
 
        $(top_srcdir)/config/usrp_libusb.m4 \
154
 
        $(top_srcdir)/config/usrp_sdcc.m4 $(top_srcdir)/configure.ac
155
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
156
 
        $(ACLOCAL_M4)
157
 
mkinstalldirs = $(install_sh) -d
158
 
CONFIG_HEADER = $(top_builddir)/config.h
159
 
CONFIG_CLEAN_FILES =
160
 
SOURCES =
161
 
DIST_SOURCES =
162
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
163
 
        html-recursive info-recursive install-data-recursive \
164
 
        install-dvi-recursive install-exec-recursive \
165
 
        install-html-recursive install-info-recursive \
166
 
        install-pdf-recursive install-ps-recursive install-recursive \
167
 
        installcheck-recursive installdirs-recursive pdf-recursive \
168
 
        ps-recursive uninstall-recursive
169
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
170
 
  distclean-recursive maintainer-clean-recursive
171
 
ETAGS = etags
172
 
CTAGS = ctags
173
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174
 
ACLOCAL = @ACLOCAL@
175
 
ALLOCA = @ALLOCA@
176
 
ALSA_CFLAGS = @ALSA_CFLAGS@
177
 
ALSA_CPPFLAGS = @ALSA_CPPFLAGS@
178
 
ALSA_INCLUDEDIR = @ALSA_INCLUDEDIR@
179
 
ALSA_LIBS = @ALSA_LIBS@
180
 
AMTAR = @AMTAR@
181
 
AR = @AR@
182
 
AS = @AS@
183
 
AUTOCONF = @AUTOCONF@
184
 
AUTOHEADER = @AUTOHEADER@
185
 
AUTOMAKE = @AUTOMAKE@
186
 
AWK = @AWK@
187
 
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
188
 
BOOST_CXXFLAGS = @BOOST_CXXFLAGS@
189
 
BOOST_DATE_TIME_LIB = @BOOST_DATE_TIME_LIB@
190
 
BOOST_LDFLAGS = @BOOST_LDFLAGS@
191
 
BOOST_PROGRAM_OPTIONS_LIB = @BOOST_PROGRAM_OPTIONS_LIB@
192
 
BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
193
 
CBLAS_LIBS = @CBLAS_LIBS@
194
 
CC = @CC@
195
 
CCAS = @CCAS@
196
 
CCASDEPMODE = @CCASDEPMODE@
197
 
CCASFLAGS = @CCASFLAGS@
198
 
CCDEPMODE = @CCDEPMODE@
199
 
CFLAGS = @CFLAGS@
200
 
CPP = @CPP@
201
 
CPPFLAGS = @CPPFLAGS@
202
 
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
203
 
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
204
 
CPPUNIT_CPPFLAGS = @CPPUNIT_CPPFLAGS@
205
 
CPPUNIT_INCLUDEDIR = @CPPUNIT_INCLUDEDIR@
206
 
CPPUNIT_INCLUDES = @CPPUNIT_INCLUDES@
207
 
CPPUNIT_LIBS = @CPPUNIT_LIBS@
208
 
CXX = @CXX@
209
 
CXXCPP = @CXXCPP@
210
 
CXXDEPMODE = @CXXDEPMODE@
211
 
CXXFLAGS = @CXXFLAGS@
212
 
CXX_FOR_BUILD = @CXX_FOR_BUILD@
213
 
CYGPATH_W = @CYGPATH_W@
214
 
DEFINES = @DEFINES@
215
 
DEFS = @DEFS@
216
 
DEPDIR = @DEPDIR@
217
 
DLLTOOL = @DLLTOOL@
218
 
DOT = @DOT@
219
 
DOXYGEN = @DOXYGEN@
220
 
DSYMUTIL = @DSYMUTIL@
221
 
DUMPBIN = @DUMPBIN@
222
 
ECHO_C = @ECHO_C@
223
 
ECHO_N = @ECHO_N@
224
 
ECHO_T = @ECHO_T@
225
 
EGREP = @EGREP@
226
 
EXEEXT = @EXEEXT@
227
 
F77 = @F77@
228
 
FFLAGS = @FFLAGS@
229
 
FFTW3F_CFLAGS = @FFTW3F_CFLAGS@
230
 
FFTW3F_CPPFLAGS = @FFTW3F_CPPFLAGS@
231
 
FFTW3F_INCLUDEDIR = @FFTW3F_INCLUDEDIR@
232
 
FFTW3F_LIBS = @FFTW3F_LIBS@
233
 
FGREP = @FGREP@
234
 
FLIBS = @FLIBS@
235
 
FUSB_TECH = @FUSB_TECH@
236
 
GREP = @GREP@
237
 
GR_ARCH_BIGENDIAN = @GR_ARCH_BIGENDIAN@
238
 
GR_HAVE_ARPA_INET = @GR_HAVE_ARPA_INET@
239
 
GR_HAVE_BYTESWAP = @GR_HAVE_BYTESWAP@
240
 
GR_HAVE_NETINET_IN = @GR_HAVE_NETINET_IN@
241
 
GSL_CFLAGS = @GSL_CFLAGS@
242
 
GSL_CPPFLAGS = @GSL_CPPFLAGS@
243
 
GSL_INCLUDEDIR = @GSL_INCLUDEDIR@
244
 
GSL_LIBS = @GSL_LIBS@
245
 
GUILE = @GUILE@
246
 
HAVE_DOT = @HAVE_DOT@
247
 
INSTALL = @INSTALL@
248
 
INSTALL_DATA = @INSTALL_DATA@
249
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
250
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
251
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252
 
IPC_LIBS = @IPC_LIBS@
253
 
JACK_CFLAGS = @JACK_CFLAGS@
254
 
JACK_CPPFLAGS = @JACK_CPPFLAGS@
255
 
JACK_INCLUDEDIR = @JACK_INCLUDEDIR@
256
 
JACK_LIBS = @JACK_LIBS@
257
 
LD = @LD@
258
 
LDFLAGS = @LDFLAGS@
259
 
LIBGNURADIO_CORE_EXTRA_LDFLAGS = @LIBGNURADIO_CORE_EXTRA_LDFLAGS@
260
 
LIBOBJS = @LIBOBJS@
261
 
LIBS = @LIBS@
262
 
LIBTOOL = @LIBTOOL@
263
 
LIPO = @LIPO@
264
 
LN_S = @LN_S@
265
 
LTLIBOBJS = @LTLIBOBJS@
266
 
MAKEINFO = @MAKEINFO@
267
 
MD_CPU = @MD_CPU@
268
 
MD_SUBCPU = @MD_SUBCPU@
269
 
MKDIR_P = @MKDIR_P@
270
 
NM = @NM@
271
 
NMEDIT = @NMEDIT@
272
 
NO_UNDEFINED = @NO_UNDEFINED@
273
 
OBJDUMP = @OBJDUMP@
274
 
OBJEXT = @OBJEXT@
275
 
OSS_LIBS = @OSS_LIBS@
276
 
OTOOL = @OTOOL@
277
 
OTOOL64 = @OTOOL64@
278
 
PACKAGE = @PACKAGE@
279
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280
 
PACKAGE_NAME = @PACKAGE_NAME@
281
 
PACKAGE_STRING = @PACKAGE_STRING@
282
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
283
 
PACKAGE_VERSION = @PACKAGE_VERSION@
284
 
PATH_SEPARATOR = @PATH_SEPARATOR@
285
 
PKG_CONFIG = @PKG_CONFIG@
286
 
PORTAUDIO_CFLAGS = @PORTAUDIO_CFLAGS@
287
 
PORTAUDIO_CPPFLAGS = @PORTAUDIO_CPPFLAGS@
288
 
PORTAUDIO_INCLUDEDIR = @PORTAUDIO_INCLUDEDIR@
289
 
PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
290
 
PTHREAD_CC = @PTHREAD_CC@
291
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
292
 
PTHREAD_LIBS = @PTHREAD_LIBS@
293
 
PYTHON = @PYTHON@
294
 
PYTHONW = @PYTHONW@
295
 
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
296
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
297
 
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
298
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
299
 
PYTHON_PREFIX = @PYTHON_PREFIX@
300
 
PYTHON_VERSION = @PYTHON_VERSION@
301
 
QMAKE_INCLUDES = @QMAKE_INCLUDES@
302
 
QTCORE_CFLAGS = @QTCORE_CFLAGS@
303
 
QTCORE_CPPFLAGS = @QTCORE_CPPFLAGS@
304
 
QTCORE_INCLUDEDIR = @QTCORE_INCLUDEDIR@
305
 
QTCORE_LIBS = @QTCORE_LIBS@
306
 
QTGUI_CFLAGS = @QTGUI_CFLAGS@
307
 
QTGUI_CPPFLAGS = @QTGUI_CPPFLAGS@
308
 
QTGUI_INCLUDEDIR = @QTGUI_INCLUDEDIR@
309
 
QTGUI_LIBS = @QTGUI_LIBS@
310
 
QTOPENGL_CFLAGS = @QTOPENGL_CFLAGS@
311
 
QTOPENGL_CPPFLAGS = @QTOPENGL_CPPFLAGS@
312
 
QTOPENGL_INCLUDEDIR = @QTOPENGL_INCLUDEDIR@
313
 
QTOPENGL_LIBS = @QTOPENGL_LIBS@
314
 
QT_INCLUDES = @QT_INCLUDES@
315
 
QT_LIBS = @QT_LIBS@
316
 
QT_MOC_EXEC = @QT_MOC_EXEC@
317
 
QT_UIC_EXEC = @QT_UIC_EXEC@
318
 
QWTPLOT3D_CFLAGS = @QWTPLOT3D_CFLAGS@
319
 
QWTPLOT3D_LIBS = @QWTPLOT3D_LIBS@
320
 
QWT_CFLAGS = @QWT_CFLAGS@
321
 
QWT_LIBS = @QWT_LIBS@
322
 
RANLIB = @RANLIB@
323
 
RM_PROG = @RM_PROG@
324
 
SDL_CFLAGS = @SDL_CFLAGS@
325
 
SDL_CONFIG = @SDL_CONFIG@
326
 
SDL_CPPFLAGS = @SDL_CPPFLAGS@
327
 
SDL_INCLUDEDIR = @SDL_INCLUDEDIR@
328
 
SDL_LIBS = @SDL_LIBS@
329
 
SED = @SED@
330
 
SET_MAKE = @SET_MAKE@
331
 
SHELL = @SHELL@
332
 
SHM_OPEN_LIBS = @SHM_OPEN_LIBS@
333
 
SPU_GCC_PROG = @SPU_GCC_PROG@
334
 
STRIP = @STRIP@
335
 
SVN = @SVN@
336
 
SVNDATE = @SVNDATE@
337
 
SVNVERSION = @SVNVERSION@
338
 
SWIG = @SWIG@
339
 
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
340
 
SWIG_PYTHON_LIB = @SWIG_PYTHON_LIB@
341
 
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
342
 
USB_CFLAGS = @USB_CFLAGS@
343
 
USB_CPPFLAGS = @USB_CPPFLAGS@
344
 
USB_INCLUDEDIR = @USB_INCLUDEDIR@
345
 
USB_LIBS = @USB_LIBS@
346
 
USRP2_INCLUDES = @USRP2_INCLUDES@
347
 
USRP2_LA = @USRP2_LA@
348
 
VERSION = @VERSION@
349
 
WINAUDIO_LIBS = @WINAUDIO_LIBS@
350
 
XAS = @XAS@
351
 
XCC = @XCC@
352
 
XDG_UTILS = @XDG_UTILS@
353
 
XMLTO = @XMLTO@
354
 
abs_builddir = @abs_builddir@
355
 
abs_srcdir = @abs_srcdir@
356
 
abs_top_builddir = @abs_top_builddir@
357
 
abs_top_srcdir = @abs_top_srcdir@
358
 
ac_ct_CC = @ac_ct_CC@
359
 
ac_ct_CXX = @ac_ct_CXX@
360
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
361
 
ac_ct_F77 = @ac_ct_F77@
362
 
acx_pthread_config = @acx_pthread_config@
363
 
am__include = @am__include@
364
 
am__leading_dot = @am__leading_dot@
365
 
am__quote = @am__quote@
366
 
am__tar = @am__tar@
367
 
am__untar = @am__untar@
368
 
autoconf_default_CFLAGS = @autoconf_default_CFLAGS@
369
 
autoconf_default_CXXFLAGS = @autoconf_default_CXXFLAGS@
370
 
bindir = @bindir@
371
 
build = @build@
372
 
build_alias = @build_alias@
373
 
build_cpu = @build_cpu@
374
 
build_dirs = @build_dirs@
375
 
build_os = @build_os@
376
 
build_vendor = @build_vendor@
377
 
builddir = @builddir@
378
 
datadir = @datadir@
379
 
datarootdir = @datarootdir@
380
 
docdir = @docdir@
381
 
docs_INCLUDEDIR = @docs_INCLUDEDIR@
382
 
docs_INCLUDES = @docs_INCLUDES@
383
 
docs_LA = @docs_LA@
384
 
docs_LDFLAG = @docs_LDFLAG@
385
 
docs_LIBDIRPATH = @docs_LIBDIRPATH@
386
 
dvidir = @dvidir@
387
 
enable_dot = @enable_dot@
388
 
enable_html_docs = @enable_html_docs@
389
 
enable_latex_docs = @enable_latex_docs@
390
 
enable_xml_docs = @enable_xml_docs@
391
 
exec_prefix = @exec_prefix@
392
 
gcell_INCLUDEDIR = @gcell_INCLUDEDIR@
393
 
gcell_INCLUDES = @gcell_INCLUDES@
394
 
gcell_LA = @gcell_LA@
395
 
gcell_LDFLAG = @gcell_LDFLAG@
396
 
gcell_LIBDIRPATH = @gcell_LIBDIRPATH@
397
 
gcell_spu_INCLUDES = @gcell_spu_INCLUDES@
398
 
gcell_spu_LA = @gcell_spu_LA@
399
 
generate_docs = @generate_docs@
400
 
gnuradio_core_I = @gnuradio_core_I@
401
 
gnuradio_core_INCLUDEDIR = @gnuradio_core_INCLUDEDIR@
402
 
gnuradio_core_INCLUDES = @gnuradio_core_INCLUDES@
403
 
gnuradio_core_LA = @gnuradio_core_LA@
404
 
gnuradio_core_LDFLAG = @gnuradio_core_LDFLAG@
405
 
gnuradio_core_LIBDIRPATH = @gnuradio_core_LIBDIRPATH@
406
 
gnuradio_core_PYDIRPATH = @gnuradio_core_PYDIRPATH@
407
 
gnuradio_core_SWIGDIRPATH = @gnuradio_core_SWIGDIRPATH@
408
 
gnuradio_examples_INCLUDEDIR = @gnuradio_examples_INCLUDEDIR@
409
 
gnuradio_examples_INCLUDES = @gnuradio_examples_INCLUDES@
410
 
gnuradio_examples_LA = @gnuradio_examples_LA@
411
 
gnuradio_examples_LDFLAG = @gnuradio_examples_LDFLAG@
412
 
gnuradio_examples_LIBDIRPATH = @gnuradio_examples_LIBDIRPATH@
413
 
gr_audio_alsa_INCLUDEDIR = @gr_audio_alsa_INCLUDEDIR@
414
 
gr_audio_alsa_INCLUDES = @gr_audio_alsa_INCLUDES@
415
 
gr_audio_alsa_LA = @gr_audio_alsa_LA@
416
 
gr_audio_alsa_LDFLAG = @gr_audio_alsa_LDFLAG@
417
 
gr_audio_alsa_LIBDIRPATH = @gr_audio_alsa_LIBDIRPATH@
418
 
gr_audio_jack_INCLUDEDIR = @gr_audio_jack_INCLUDEDIR@
419
 
gr_audio_jack_INCLUDES = @gr_audio_jack_INCLUDES@
420
 
gr_audio_jack_LA = @gr_audio_jack_LA@
421
 
gr_audio_jack_LDFLAG = @gr_audio_jack_LDFLAG@
422
 
gr_audio_jack_LIBDIRPATH = @gr_audio_jack_LIBDIRPATH@
423
 
gr_audio_oss_INCLUDEDIR = @gr_audio_oss_INCLUDEDIR@
424
 
gr_audio_oss_INCLUDES = @gr_audio_oss_INCLUDES@
425
 
gr_audio_oss_LA = @gr_audio_oss_LA@
426
 
gr_audio_oss_LDFLAG = @gr_audio_oss_LDFLAG@
427
 
gr_audio_oss_LIBDIRPATH = @gr_audio_oss_LIBDIRPATH@
428
 
gr_audio_osx_INCLUDEDIR = @gr_audio_osx_INCLUDEDIR@
429
 
gr_audio_osx_INCLUDES = @gr_audio_osx_INCLUDES@
430
 
gr_audio_osx_LA = @gr_audio_osx_LA@
431
 
gr_audio_osx_LDFLAG = @gr_audio_osx_LDFLAG@
432
 
gr_audio_osx_LIBDIRPATH = @gr_audio_osx_LIBDIRPATH@
433
 
gr_audio_portaudio_INCLUDEDIR = @gr_audio_portaudio_INCLUDEDIR@
434
 
gr_audio_portaudio_INCLUDES = @gr_audio_portaudio_INCLUDES@
435
 
gr_audio_portaudio_LA = @gr_audio_portaudio_LA@
436
 
gr_audio_portaudio_LDFLAG = @gr_audio_portaudio_LDFLAG@
437
 
gr_audio_portaudio_LIBDIRPATH = @gr_audio_portaudio_LIBDIRPATH@
438
 
gr_audio_windows_INCLUDEDIR = @gr_audio_windows_INCLUDEDIR@
439
 
gr_audio_windows_INCLUDES = @gr_audio_windows_INCLUDES@
440
 
gr_audio_windows_LA = @gr_audio_windows_LA@
441
 
gr_audio_windows_LDFLAG = @gr_audio_windows_LDFLAG@
442
 
gr_audio_windows_LIBDIRPATH = @gr_audio_windows_LIBDIRPATH@
443
 
gr_cvsd_vocoder_INCLUDEDIR = @gr_cvsd_vocoder_INCLUDEDIR@
444
 
gr_cvsd_vocoder_INCLUDES = @gr_cvsd_vocoder_INCLUDES@
445
 
gr_cvsd_vocoder_LA = @gr_cvsd_vocoder_LA@
446
 
gr_cvsd_vocoder_LDFLAG = @gr_cvsd_vocoder_LDFLAG@
447
 
gr_cvsd_vocoder_LIBDIRPATH = @gr_cvsd_vocoder_LIBDIRPATH@
448
 
gr_gcell_INCLUDEDIR = @gr_gcell_INCLUDEDIR@
449
 
gr_gcell_INCLUDES = @gr_gcell_INCLUDES@
450
 
gr_gcell_LA = @gr_gcell_LA@
451
 
gr_gcell_LDFLAG = @gr_gcell_LDFLAG@
452
 
gr_gcell_LIBDIRPATH = @gr_gcell_LIBDIRPATH@
453
 
gr_gpio_INCLUDEDIR = @gr_gpio_INCLUDEDIR@
454
 
gr_gpio_INCLUDES = @gr_gpio_INCLUDES@
455
 
gr_gpio_LA = @gr_gpio_LA@
456
 
gr_gpio_LDFLAG = @gr_gpio_LDFLAG@
457
 
gr_gpio_LIBDIRPATH = @gr_gpio_LIBDIRPATH@
458
 
gr_gsm_fr_vocoder_INCLUDEDIR = @gr_gsm_fr_vocoder_INCLUDEDIR@
459
 
gr_gsm_fr_vocoder_INCLUDES = @gr_gsm_fr_vocoder_INCLUDES@
460
 
gr_gsm_fr_vocoder_LA = @gr_gsm_fr_vocoder_LA@
461
 
gr_gsm_fr_vocoder_LDFLAG = @gr_gsm_fr_vocoder_LDFLAG@
462
 
gr_gsm_fr_vocoder_LIBDIRPATH = @gr_gsm_fr_vocoder_LIBDIRPATH@
463
 
gr_libdir_suffix = @gr_libdir_suffix@
464
 
gr_pager_INCLUDEDIR = @gr_pager_INCLUDEDIR@
465
 
gr_pager_INCLUDES = @gr_pager_INCLUDES@
466
 
gr_pager_LA = @gr_pager_LA@
467
 
gr_pager_LDFLAG = @gr_pager_LDFLAG@
468
 
gr_pager_LIBDIRPATH = @gr_pager_LIBDIRPATH@
469
 
gr_qtgui_INCLUDEDIR = @gr_qtgui_INCLUDEDIR@
470
 
gr_qtgui_INCLUDES = @gr_qtgui_INCLUDES@
471
 
gr_qtgui_LA = @gr_qtgui_LA@
472
 
gr_qtgui_LDFLAG = @gr_qtgui_LDFLAG@
473
 
gr_qtgui_LIBDIRPATH = @gr_qtgui_LIBDIRPATH@
474
 
gr_radar_mono_INCLUDEDIR = @gr_radar_mono_INCLUDEDIR@
475
 
gr_radar_mono_INCLUDES = @gr_radar_mono_INCLUDES@
476
 
gr_radar_mono_LA = @gr_radar_mono_LA@
477
 
gr_radar_mono_LDFLAG = @gr_radar_mono_LDFLAG@
478
 
gr_radar_mono_LIBDIRPATH = @gr_radar_mono_LIBDIRPATH@
479
 
gr_radio_astronomy_INCLUDEDIR = @gr_radio_astronomy_INCLUDEDIR@
480
 
gr_radio_astronomy_INCLUDES = @gr_radio_astronomy_INCLUDES@
481
 
gr_radio_astronomy_LA = @gr_radio_astronomy_LA@
482
 
gr_radio_astronomy_LDFLAG = @gr_radio_astronomy_LDFLAG@
483
 
gr_radio_astronomy_LIBDIRPATH = @gr_radio_astronomy_LIBDIRPATH@
484
 
gr_sounder_INCLUDEDIR = @gr_sounder_INCLUDEDIR@
485
 
gr_sounder_INCLUDES = @gr_sounder_INCLUDES@
486
 
gr_sounder_LA = @gr_sounder_LA@
487
 
gr_sounder_LDFLAG = @gr_sounder_LDFLAG@
488
 
gr_sounder_LIBDIRPATH = @gr_sounder_LIBDIRPATH@
489
 
gr_trellis_INCLUDEDIR = @gr_trellis_INCLUDEDIR@
490
 
gr_trellis_INCLUDES = @gr_trellis_INCLUDES@
491
 
gr_trellis_LA = @gr_trellis_LA@
492
 
gr_trellis_LDFLAG = @gr_trellis_LDFLAG@
493
 
gr_trellis_LIBDIRPATH = @gr_trellis_LIBDIRPATH@
494
 
gr_usrp2_INCLUDEDIR = @gr_usrp2_INCLUDEDIR@
495
 
gr_usrp2_INCLUDES = @gr_usrp2_INCLUDES@
496
 
gr_usrp2_LA = @gr_usrp2_LA@
497
 
gr_usrp2_LDFLAG = @gr_usrp2_LDFLAG@
498
 
gr_usrp2_LIBDIRPATH = @gr_usrp2_LIBDIRPATH@
499
 
gr_usrp_INCLUDEDIR = @gr_usrp_INCLUDEDIR@
500
 
gr_usrp_INCLUDES = @gr_usrp_INCLUDES@
501
 
gr_usrp_LA = @gr_usrp_LA@
502
 
gr_usrp_LDFLAG = @gr_usrp_LDFLAG@
503
 
gr_usrp_LIBDIRPATH = @gr_usrp_LIBDIRPATH@
504
 
gr_utils_INCLUDEDIR = @gr_utils_INCLUDEDIR@
505
 
gr_utils_INCLUDES = @gr_utils_INCLUDES@
506
 
gr_utils_LA = @gr_utils_LA@
507
 
gr_utils_LDFLAG = @gr_utils_LDFLAG@
508
 
gr_utils_LIBDIRPATH = @gr_utils_LIBDIRPATH@
509
 
gr_video_sdl_INCLUDEDIR = @gr_video_sdl_INCLUDEDIR@
510
 
gr_video_sdl_INCLUDES = @gr_video_sdl_INCLUDES@
511
 
gr_video_sdl_LA = @gr_video_sdl_LA@
512
 
gr_video_sdl_LDFLAG = @gr_video_sdl_LDFLAG@
513
 
gr_video_sdl_LIBDIRPATH = @gr_video_sdl_LIBDIRPATH@
514
 
gr_wxgui_INCLUDEDIR = @gr_wxgui_INCLUDEDIR@
515
 
gr_wxgui_INCLUDES = @gr_wxgui_INCLUDES@
516
 
gr_wxgui_LA = @gr_wxgui_LA@
517
 
gr_wxgui_LDFLAG = @gr_wxgui_LDFLAG@
518
 
gr_wxgui_LIBDIRPATH = @gr_wxgui_LIBDIRPATH@
519
 
grc_INCLUDEDIR = @grc_INCLUDEDIR@
520
 
grc_INCLUDES = @grc_INCLUDES@
521
 
grc_LA = @grc_LA@
522
 
grc_LDFLAG = @grc_LDFLAG@
523
 
grc_LIBDIRPATH = @grc_LIBDIRPATH@
524
 
gruel_INCLUDEDIR = @gruel_INCLUDEDIR@
525
 
gruel_INCLUDES = @gruel_INCLUDES@
526
 
gruel_LA = @gruel_LA@
527
 
gruel_LDFLAG = @gruel_LDFLAG@
528
 
gruel_LIBDIRPATH = @gruel_LIBDIRPATH@
529
 
host = @host@
530
 
host_alias = @host_alias@
531
 
host_cpu = @host_cpu@
532
 
host_os = @host_os@
533
 
host_vendor = @host_vendor@
534
 
htmldir = @htmldir@
535
 
includedir = @includedir@
536
 
infodir = @infodir@
537
 
install_sh = @install_sh@
538
 
lf_CFLAGS = @lf_CFLAGS@
539
 
lf_CXXFLAGS = @lf_CXXFLAGS@
540
 
libdir = @libdir@
541
 
libexecdir = @libexecdir@
542
 
localedir = @localedir@
543
 
localstatedir = @localstatedir@
544
 
lt_ECHO = @lt_ECHO@
545
 
mandir = @mandir@
546
 
mblock_INCLUDEDIR = @mblock_INCLUDEDIR@
547
 
mblock_INCLUDES = @mblock_INCLUDES@
548
 
mblock_LA = @mblock_LA@
549
 
mblock_LDFLAG = @mblock_LDFLAG@
550
 
mblock_LIBDIRPATH = @mblock_LIBDIRPATH@
551
 
mkdir_p = @mkdir_p@
552
 
oldincludedir = @oldincludedir@
553
 
omnithread_INCLUDEDIR = @omnithread_INCLUDEDIR@
554
 
omnithread_INCLUDES = @omnithread_INCLUDES@
555
 
omnithread_LA = @omnithread_LA@
556
 
omnithread_LDFLAG = @omnithread_LDFLAG@
557
 
omnithread_LIBDIRPATH = @omnithread_LIBDIRPATH@
558
 
pdfdir = @pdfdir@
559
 
pkgpyexecdir = @pkgpyexecdir@
560
 
pkgpythondir = @pkgpythondir@
561
 
pmt_INCLUDEDIR = @pmt_INCLUDEDIR@
562
 
pmt_INCLUDES = @pmt_INCLUDES@
563
 
pmt_LA = @pmt_LA@
564
 
pmt_LDFLAG = @pmt_LDFLAG@
565
 
pmt_LIBDIRPATH = @pmt_LIBDIRPATH@
566
 
prefix = @prefix@
567
 
program_transform_name = @program_transform_name@
568
 
psdir = @psdir@
569
 
pyexecdir = @pyexecdir@
570
 
pythondir = @pythondir@
571
 
sbindir = @sbindir@
572
 
sharedstatedir = @sharedstatedir@
573
 
skipped_dirs = @skipped_dirs@
574
 
srcdir = @srcdir@
575
 
subdirs = @subdirs@
576
 
swig_CXXFLAGS = @swig_CXXFLAGS@
577
 
sysconfdir = @sysconfdir@
578
 
target = @target@
579
 
target_alias = @target_alias@
580
 
target_cpu = @target_cpu@
581
 
target_os = @target_os@
582
 
target_vendor = @target_vendor@
583
 
top_build_prefix = @top_build_prefix@
584
 
top_builddir = @top_builddir@
585
 
top_srcdir = @top_srcdir@
586
 
usrp2_INCLUDEDIR = @usrp2_INCLUDEDIR@
587
 
usrp2_INCLUDES = @usrp2_INCLUDES@
588
 
usrp2_LA = @usrp2_LA@
589
 
usrp2_LDFLAG = @usrp2_LDFLAG@
590
 
usrp2_LIBDIRPATH = @usrp2_LIBDIRPATH@
591
 
usrp_INCLUDEDIR = @usrp_INCLUDEDIR@
592
 
usrp_INCLUDES = @usrp_INCLUDES@
593
 
usrp_LA = @usrp_LA@
594
 
usrp_LDFLAG = @usrp_LDFLAG@
595
 
usrp_LIBDIRPATH = @usrp_LIBDIRPATH@
596
 
usrp_darwin_omnithread_pc_requires = @usrp_darwin_omnithread_pc_requires@
597
 
with_INCLUDES = @with_INCLUDES@
598
 
with_LIBDIRPATH = @with_LIBDIRPATH@
599
 
with_PYDIRPATH = @with_PYDIRPATH@
600
 
with_SWIGDIRPATH = @with_SWIGDIRPATH@
601
 
with_SWIG_INCLUDES = @with_SWIG_INCLUDES@
602
 
with_dirs = @with_dirs@
603
 
AM_CFLAGS = @autoconf_default_CFLAGS@ @lf_CFLAGS@
604
 
AM_CXXFLAGS = @autoconf_default_CXXFLAGS@ @lf_CXXFLAGS@
605
 
 
606
 
# includes
607
 
grincludedir = $(includedir)/gnuradio
608
 
 
609
 
# swig includes
610
 
swigincludedir = $(grincludedir)/swig
611
 
 
612
 
# Install the gnuradio stuff in the appropriate subdirectory
613
 
# This usually ends up at:
614
 
#   ${prefix}/lib/python${python_version}/site-packages/gnuradio
615
 
grpythondir = $(pythondir)/gnuradio
616
 
grpyexecdir = $(pyexecdir)/gnuradio
617
 
 
618
 
# Install the non-gnuradio usrp stuff in the appropriate subdirectory
619
 
# This usually ends up at:
620
 
#   ${prefix}/lib/python${python_version}/site-packages/usrpm
621
 
usrppythondir = $(pythondir)/usrpm
622
 
usrppyexecdir = $(pyexecdir)/usrpm
623
 
 
624
 
# gcell includes
625
 
gcellincludedir = $(includedir)/gcell
626
 
gcellspuincludedir = $(includedir)/gcell/spu
627
 
 
628
 
# Cell spu libs
629
 
libspudir = $(libdir)spu
630
 
 
631
 
# This used to be set in configure.ac but is now defined here for all 
632
 
# Makefiles when this fragment is included.
633
 
STD_DEFINES_AND_INCLUDES = $(DEFINES) $(BOOST_CPPFLAGS) \
634
 
        $(OMNITHREAD_INCLUDES) $(GNURADIO_INCLUDES) $(GRUEL_INCLUDES)
635
 
 
636
 
 
637
 
# when including for compilation from pre-installed libraries and such,
638
 
# need to make sure those are put last on the compile command
639
 
WITH_INCLUDES = @with_INCLUDES@
640
 
WITH_SWIG_INCLUDES = @with_SWIG_INCLUDES@
641
 
 
642
 
# How to link in the top-level omnithreads library from inside the tree
643
 
OMNITHREAD_INCLUDES = @omnithread_INCLUDES@
644
 
OMNITHREAD_LA = @omnithread_LA@
645
 
 
646
 
# Where to find gnuradio include files in the current build tree
647
 
# top_srcdir for original stuff, top_builddir for generated files
648
 
GNURADIO_INCLUDES = @gnuradio_core_INCLUDES@
649
 
 
650
 
# How to link in GNU Radio core library from inside the tree
651
 
GNURADIO_CORE_LA = @gnuradio_core_LA@
652
 
 
653
 
# How to link in the USRP library from inside the tree
654
 
GRUEL_INCLUDES = @gruel_INCLUDES@
655
 
GRUEL_LA = @gruel_LA@
656
 
 
657
 
# How to link in the USRP library from inside the tree
658
 
USRP_INCLUDES = @usrp_INCLUDES@
659
 
USRP_LA = @usrp_LA@
660
 
 
661
 
# How to link in usrp-inband library from inside the tree
662
 
USRP_INBAND_INCLUDES = @usrp_inband_INCLUDES@
663
 
USRP_INBAND_LA = @usrp_inband_LA@
664
 
 
665
 
# How to link the PMT library from inside the tree
666
 
PMT_INCLUDES = @pmt_INCLUDES@
667
 
PMT_LA = @pmt_LA@
668
 
 
669
 
# How to link the mblock library from inside the tree
670
 
MBLOCK_INCLUDES = @mblock_INCLUDES@
671
 
MBLOCK_LA = @mblock_LA@
672
 
 
673
 
# How to link the gcell library from inside the tree (the PPU part)
674
 
GCELL_INCLUDES = @gcell_INCLUDES@
675
 
GCELL_LA = @gcell_LA@
676
 
 
677
 
# How to link the gcell library from inside the tree (the SPU part)
678
 
GCELL_SPU_INCLUDES = @gcell_spu_INCLUDES@
679
 
GCELL_SPU_LA = @gcell_spu_LA@
680
 
 
681
 
# libtool aware wrapper for ppu-embedspu
682
 
GCELL_EMBEDSPU_LIBTOOL = @abs_top_srcdir@/gcell/lib/runtime/gcell-embedspu-libtool
683
 
 
684
 
# Fix for BSD make not defining $(RM).  We define it now in configure.ac
685
 
# using AM_PATH_PROG, but now here have to add a -f to be like GNU make
686
 
RM = $(RM_PROG) -f
687
 
RUN_GUILE = GUILE_LOAD_PATH="@abs_top_srcdir@/pmt/src/scheme:@abs_top_srcdir@/mblock/src/scheme" @GUILE@ -e main -s
688
 
COMPILE_MBH = $(RUN_GUILE) $(top_srcdir)/mblock/src/scheme/gnuradio/compile-mbh.scm
689
 
 
690
 
# Base directory for example applications
691
 
exampledir = $(datadir)/gnuradio/examples
692
 
gr_docdir = $(docdir)-$(VERSION)
693
 
 
694
 
# System configuration files
695
 
gr_sysconfdir = $(sysconfdir)/$(PACKAGE)/conf.d
696
 
 
697
 
# Other common defines; use "+=" to add to these
698
 
STAMPS = 
699
 
MOSTLYCLEANFILES = $(BUILT_SOURCES) $(STAMPS) *.pyc *.pyo *~ *.tmp *.loT
700
 
SUBDIRS = src
701
 
DIST_SUBDIRS = src
702
 
all: all-recursive
703
 
 
704
 
.SUFFIXES:
705
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
706
 
        @for dep in $?; do \
707
 
          case '$(am__configure_deps)' in \
708
 
            *$$dep*) \
709
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
710
 
                && { if test -f $@; then exit 0; else break; fi; }; \
711
 
              exit 1;; \
712
 
          esac; \
713
 
        done; \
714
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gr-qtgui/Makefile'; \
715
 
        cd $(top_srcdir) && \
716
 
          $(AUTOMAKE) --gnu  gr-qtgui/Makefile
717
 
.PRECIOUS: Makefile
718
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
719
 
        @case '$?' in \
720
 
          *config.status*) \
721
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
722
 
          *) \
723
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
724
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
725
 
        esac;
726
 
 
727
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
728
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
729
 
 
730
 
$(top_srcdir)/configure:  $(am__configure_deps)
731
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
732
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
733
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
734
 
 
735
 
mostlyclean-libtool:
736
 
        -rm -f *.lo
737
 
 
738
 
clean-libtool:
739
 
        -rm -rf .libs _libs
740
 
 
741
 
# This directory's subdirectories are mostly independent; you can cd
742
 
# into them and run `make' without going through this Makefile.
743
 
# To change the values of `make' variables: instead of editing Makefiles,
744
 
# (1) if the variable is set in `config.status', edit `config.status'
745
 
#     (which will cause the Makefiles to be regenerated when you run `make');
746
 
# (2) otherwise, pass the desired values on the `make' command line.
747
 
$(RECURSIVE_TARGETS):
748
 
        @failcom='exit 1'; \
749
 
        for f in x $$MAKEFLAGS; do \
750
 
          case $$f in \
751
 
            *=* | --[!k]*);; \
752
 
            *k*) failcom='fail=yes';; \
753
 
          esac; \
754
 
        done; \
755
 
        dot_seen=no; \
756
 
        target=`echo $@ | sed s/-recursive//`; \
757
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
758
 
          echo "Making $$target in $$subdir"; \
759
 
          if test "$$subdir" = "."; then \
760
 
            dot_seen=yes; \
761
 
            local_target="$$target-am"; \
762
 
          else \
763
 
            local_target="$$target"; \
764
 
          fi; \
765
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
766
 
          || eval $$failcom; \
767
 
        done; \
768
 
        if test "$$dot_seen" = "no"; then \
769
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
770
 
        fi; test -z "$$fail"
771
 
 
772
 
$(RECURSIVE_CLEAN_TARGETS):
773
 
        @failcom='exit 1'; \
774
 
        for f in x $$MAKEFLAGS; do \
775
 
          case $$f in \
776
 
            *=* | --[!k]*);; \
777
 
            *k*) failcom='fail=yes';; \
778
 
          esac; \
779
 
        done; \
780
 
        dot_seen=no; \
781
 
        case "$@" in \
782
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
783
 
          *) list='$(SUBDIRS)' ;; \
784
 
        esac; \
785
 
        rev=''; for subdir in $$list; do \
786
 
          if test "$$subdir" = "."; then :; else \
787
 
            rev="$$subdir $$rev"; \
788
 
          fi; \
789
 
        done; \
790
 
        rev="$$rev ."; \
791
 
        target=`echo $@ | sed s/-recursive//`; \
792
 
        for subdir in $$rev; do \
793
 
          echo "Making $$target in $$subdir"; \
794
 
          if test "$$subdir" = "."; then \
795
 
            local_target="$$target-am"; \
796
 
          else \
797
 
            local_target="$$target"; \
798
 
          fi; \
799
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
800
 
          || eval $$failcom; \
801
 
        done && test -z "$$fail"
802
 
tags-recursive:
803
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
804
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
805
 
        done
806
 
ctags-recursive:
807
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
808
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
809
 
        done
810
 
 
811
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
812
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
813
 
        unique=`for i in $$list; do \
814
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
815
 
          done | \
816
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
817
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
818
 
        mkid -fID $$unique
819
 
tags: TAGS
820
 
 
821
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
822
 
                $(TAGS_FILES) $(LISP)
823
 
        tags=; \
824
 
        here=`pwd`; \
825
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
826
 
          include_option=--etags-include; \
827
 
          empty_fix=.; \
828
 
        else \
829
 
          include_option=--include; \
830
 
          empty_fix=; \
831
 
        fi; \
832
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
833
 
          if test "$$subdir" = .; then :; else \
834
 
            test ! -f $$subdir/TAGS || \
835
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
836
 
          fi; \
837
 
        done; \
838
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
839
 
        unique=`for i in $$list; do \
840
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
841
 
          done | \
842
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
843
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
844
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
845
 
          test -n "$$unique" || unique=$$empty_fix; \
846
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
847
 
            $$tags $$unique; \
848
 
        fi
849
 
ctags: CTAGS
850
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
851
 
                $(TAGS_FILES) $(LISP)
852
 
        tags=; \
853
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
854
 
        unique=`for i in $$list; do \
855
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
856
 
          done | \
857
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
858
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
859
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
860
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
861
 
             $$tags $$unique
862
 
 
863
 
GTAGS:
864
 
        here=`$(am__cd) $(top_builddir) && pwd` \
865
 
          && cd $(top_srcdir) \
866
 
          && gtags -i $(GTAGS_ARGS) $$here
867
 
 
868
 
distclean-tags:
869
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
870
 
 
871
 
distdir: $(DISTFILES)
872
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
873
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
874
 
        list='$(DISTFILES)'; \
875
 
          dist_files=`for file in $$list; do echo $$file; done | \
876
 
          sed -e "s|^$$srcdirstrip/||;t" \
877
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
878
 
        case $$dist_files in \
879
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
880
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
881
 
                           sort -u` ;; \
882
 
        esac; \
883
 
        for file in $$dist_files; do \
884
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
885
 
          if test -d $$d/$$file; then \
886
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
887
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
888
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
889
 
            fi; \
890
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
891
 
          else \
892
 
            test -f $(distdir)/$$file \
893
 
            || cp -p $$d/$$file $(distdir)/$$file \
894
 
            || exit 1; \
895
 
          fi; \
896
 
        done
897
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
898
 
          if test "$$subdir" = .; then :; else \
899
 
            test -d "$(distdir)/$$subdir" \
900
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
901
 
            || exit 1; \
902
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
903
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
904
 
            (cd $$subdir && \
905
 
              $(MAKE) $(AM_MAKEFLAGS) \
906
 
                top_distdir="$$top_distdir" \
907
 
                distdir="$$distdir/$$subdir" \
908
 
                am__remove_distdir=: \
909
 
                am__skip_length_check=: \
910
 
                distdir) \
911
 
              || exit 1; \
912
 
          fi; \
913
 
        done
914
 
        $(MAKE) $(AM_MAKEFLAGS) \
915
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
916
 
          dist-hook
917
 
check-am: all-am
918
 
check: check-recursive
919
 
all-am: Makefile
920
 
installdirs: installdirs-recursive
921
 
installdirs-am:
922
 
install: install-recursive
923
 
install-exec: install-exec-recursive
924
 
install-data: install-data-recursive
925
 
uninstall: uninstall-recursive
926
 
 
927
 
install-am: all-am
928
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
929
 
 
930
 
installcheck: installcheck-recursive
931
 
install-strip:
932
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
933
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
934
 
          `test -z '$(STRIP)' || \
935
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
936
 
mostlyclean-generic:
937
 
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
938
 
 
939
 
clean-generic:
940
 
 
941
 
distclean-generic:
942
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
943
 
 
944
 
maintainer-clean-generic:
945
 
        @echo "This command is intended for maintainers to use"
946
 
        @echo "it deletes files that may require special tools to rebuild."
947
 
clean: clean-recursive
948
 
 
949
 
clean-am: clean-generic clean-libtool mostlyclean-am
950
 
 
951
 
distclean: distclean-recursive
952
 
        -rm -f Makefile
953
 
distclean-am: clean-am distclean-generic distclean-tags
954
 
 
955
 
dvi: dvi-recursive
956
 
 
957
 
dvi-am:
958
 
 
959
 
html: html-recursive
960
 
 
961
 
info: info-recursive
962
 
 
963
 
info-am:
964
 
 
965
 
install-data-am:
966
 
 
967
 
install-dvi: install-dvi-recursive
968
 
 
969
 
install-exec-am:
970
 
 
971
 
install-html: install-html-recursive
972
 
 
973
 
install-info: install-info-recursive
974
 
 
975
 
install-man:
976
 
 
977
 
install-pdf: install-pdf-recursive
978
 
 
979
 
install-ps: install-ps-recursive
980
 
 
981
 
installcheck-am:
982
 
 
983
 
maintainer-clean: maintainer-clean-recursive
984
 
        -rm -f Makefile
985
 
maintainer-clean-am: distclean-am maintainer-clean-generic
986
 
 
987
 
mostlyclean: mostlyclean-recursive
988
 
 
989
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
990
 
 
991
 
pdf: pdf-recursive
992
 
 
993
 
pdf-am:
994
 
 
995
 
ps: ps-recursive
996
 
 
997
 
ps-am:
998
 
 
999
 
uninstall-am:
1000
 
 
1001
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1002
 
        install-strip
1003
 
 
1004
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1005
 
        all all-am check check-am clean clean-generic clean-libtool \
1006
 
        ctags ctags-recursive dist-hook distclean distclean-generic \
1007
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
1008
 
        html-am info info-am install install-am install-data \
1009
 
        install-data-am install-dvi install-dvi-am install-exec \
1010
 
        install-exec-am install-html install-html-am install-info \
1011
 
        install-info-am install-man install-pdf install-pdf-am \
1012
 
        install-ps install-ps-am install-strip installcheck \
1013
 
        installcheck-am installdirs installdirs-am maintainer-clean \
1014
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
1015
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1016
 
        uninstall uninstall-am
1017
 
 
1018
 
 
1019
 
# Base directory for documentation (docdir undefined in autoconf < 1.60)
1020
 
docdir ?= $(datadir)/doc/$(PACKAGE)
1021
 
 
1022
 
# Don't distribute the files defined in the variable 'no_dist_files'
1023
 
dist-hook:
1024
 
        @for file in $(no_dist_files); do \
1025
 
                echo $(RM) $(distdir)/$$file; \
1026
 
                $(RM) $(distdir)/$$file; \
1027
 
        done;
1028
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1029
 
# Otherwise a system limit (for SysV at least) may be exceeded.
1030
 
.NOEXPORT: