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

« back to all changes in this revision

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