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

« back to all changes in this revision

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