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

« back to all changes in this revision

Viewing changes to mblock/doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-04-16 12:49:11 UTC
  • Revision ID: james.westby@ubuntu.com-20110416124911-1hidxslsprlfd3wa
Tags: 3.2.2.dfsg-1ubuntu6
* config/gr_fortran.m4: call LT_LANG(Fortran 77) instead of the 
  lower-level autoconf macro directly; otherwise we get a double-invocation
  that causes recent versions of autoconf to wind up with wrong language
  selection.
* update config/pkg.m4 to the current version and re-autoconf, fixing 
  a build failure from trying to find libraries not needed at all for 
  dynamic linking.  LP: #749214.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
140
141
ACLOCAL = @ACLOCAL@
141
142
ALLOCA = @ALLOCA@
142
143
ALSA_CFLAGS = @ALSA_CFLAGS@
143
 
ALSA_CPPFLAGS = @ALSA_CPPFLAGS@
144
 
ALSA_INCLUDEDIR = @ALSA_INCLUDEDIR@
145
144
ALSA_LIBS = @ALSA_LIBS@
146
145
AMTAR = @AMTAR@
147
146
AR = @AR@
167
166
CPPFLAGS = @CPPFLAGS@
168
167
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
169
168
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
170
 
CPPUNIT_CPPFLAGS = @CPPUNIT_CPPFLAGS@
171
 
CPPUNIT_INCLUDEDIR = @CPPUNIT_INCLUDEDIR@
172
169
CPPUNIT_INCLUDES = @CPPUNIT_INCLUDES@
173
170
CPPUNIT_LIBS = @CPPUNIT_LIBS@
174
171
CXX = @CXX@
193
190
F77 = @F77@
194
191
FFLAGS = @FFLAGS@
195
192
FFTW3F_CFLAGS = @FFTW3F_CFLAGS@
196
 
FFTW3F_CPPFLAGS = @FFTW3F_CPPFLAGS@
197
 
FFTW3F_INCLUDEDIR = @FFTW3F_INCLUDEDIR@
198
193
FFTW3F_LIBS = @FFTW3F_LIBS@
199
194
FGREP = @FGREP@
200
 
FLIBS = @FLIBS@
201
195
FUSB_TECH = @FUSB_TECH@
202
196
GREP = @GREP@
203
197
GR_ARCH_BIGENDIAN = @GR_ARCH_BIGENDIAN@
205
199
GR_HAVE_BYTESWAP = @GR_HAVE_BYTESWAP@
206
200
GR_HAVE_NETINET_IN = @GR_HAVE_NETINET_IN@
207
201
GSL_CFLAGS = @GSL_CFLAGS@
208
 
GSL_CPPFLAGS = @GSL_CPPFLAGS@
209
 
GSL_INCLUDEDIR = @GSL_INCLUDEDIR@
210
202
GSL_LIBS = @GSL_LIBS@
211
203
GUILE = @GUILE@
212
204
HAVE_DOT = @HAVE_DOT@
217
209
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
218
210
IPC_LIBS = @IPC_LIBS@
219
211
JACK_CFLAGS = @JACK_CFLAGS@
220
 
JACK_CPPFLAGS = @JACK_CPPFLAGS@
221
 
JACK_INCLUDEDIR = @JACK_INCLUDEDIR@
222
212
JACK_LIBS = @JACK_LIBS@
223
213
LD = @LD@
224
214
LDFLAGS = @LDFLAGS@
246
236
PACKAGE_NAME = @PACKAGE_NAME@
247
237
PACKAGE_STRING = @PACKAGE_STRING@
248
238
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
239
PACKAGE_URL = @PACKAGE_URL@
249
240
PACKAGE_VERSION = @PACKAGE_VERSION@
250
241
PATH_SEPARATOR = @PATH_SEPARATOR@
251
242
PKG_CONFIG = @PKG_CONFIG@
 
243
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
244
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
252
245
PORTAUDIO_CFLAGS = @PORTAUDIO_CFLAGS@
253
 
PORTAUDIO_CPPFLAGS = @PORTAUDIO_CPPFLAGS@
254
 
PORTAUDIO_INCLUDEDIR = @PORTAUDIO_INCLUDEDIR@
255
246
PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
256
247
PTHREAD_CC = @PTHREAD_CC@
257
248
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
266
257
PYTHON_VERSION = @PYTHON_VERSION@
267
258
QMAKE_INCLUDES = @QMAKE_INCLUDES@
268
259
QTCORE_CFLAGS = @QTCORE_CFLAGS@
269
 
QTCORE_CPPFLAGS = @QTCORE_CPPFLAGS@
270
 
QTCORE_INCLUDEDIR = @QTCORE_INCLUDEDIR@
271
260
QTCORE_LIBS = @QTCORE_LIBS@
272
261
QTGUI_CFLAGS = @QTGUI_CFLAGS@
273
 
QTGUI_CPPFLAGS = @QTGUI_CPPFLAGS@
274
 
QTGUI_INCLUDEDIR = @QTGUI_INCLUDEDIR@
275
262
QTGUI_LIBS = @QTGUI_LIBS@
276
263
QTOPENGL_CFLAGS = @QTOPENGL_CFLAGS@
277
 
QTOPENGL_CPPFLAGS = @QTOPENGL_CPPFLAGS@
278
 
QTOPENGL_INCLUDEDIR = @QTOPENGL_INCLUDEDIR@
279
264
QTOPENGL_LIBS = @QTOPENGL_LIBS@
280
265
QT_INCLUDES = @QT_INCLUDES@
281
266
QT_LIBS = @QT_LIBS@
289
274
RM_PROG = @RM_PROG@
290
275
SDL_CFLAGS = @SDL_CFLAGS@
291
276
SDL_CONFIG = @SDL_CONFIG@
292
 
SDL_CPPFLAGS = @SDL_CPPFLAGS@
293
 
SDL_INCLUDEDIR = @SDL_INCLUDEDIR@
294
277
SDL_LIBS = @SDL_LIBS@
295
278
SED = @SED@
296
279
SET_MAKE = @SET_MAKE@
306
289
SWIG_PYTHON_LIB = @SWIG_PYTHON_LIB@
307
290
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
308
291
USB_CFLAGS = @USB_CFLAGS@
309
 
USB_CPPFLAGS = @USB_CPPFLAGS@
310
 
USB_INCLUDEDIR = @USB_INCLUDEDIR@
311
292
USB_LIBS = @USB_LIBS@
312
293
USRP2_INCLUDES = @USRP2_INCLUDES@
313
294
USRP2_LA = @USRP2_LA@
680
661
 
681
662
html: html-am
682
663
 
 
664
html-am:
 
665
 
683
666
info: info-am
684
667
 
685
668
info-am:
688
671
 
689
672
install-dvi: install-dvi-am
690
673
 
 
674
install-dvi-am:
 
675
 
691
676
install-exec-am:
692
677
 
693
678
install-html: install-html-am
694
679
 
 
680
install-html-am:
 
681
 
695
682
install-info: install-info-am
696
683
 
 
684
install-info-am:
 
685
 
697
686
install-man:
698
687
 
699
688
install-pdf: install-pdf-am
700
689
 
 
690
install-pdf-am:
 
691
 
701
692
install-ps: install-ps-am
702
693
 
 
694
install-ps-am:
 
695
 
703
696
installcheck-am:
704
697
 
705
698
maintainer-clean: maintainer-clean-am