~ubuntu-branches/ubuntu/oneiric/ecasound2.2/oneiric

« back to all changes in this revision

Viewing changes to libecasound/plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
@SET_MAKE@
16
16
 
 
17
# ----------------------------------------------------------------------
 
18
# File: ecasound/libecasound/plugins/Makefile.am
 
19
# Description: Audio I/O implementations that depend on external 
 
20
#              libraries
 
21
# License: GPL (see ecasound/{AUTHORS,COPYING})
 
22
# ----------------------------------------------------------------------
 
23
 
17
24
 
18
25
srcdir = @srcdir@
19
26
top_srcdir = @top_srcdir@
186
193
EXEEXT = @EXEEXT@
187
194
F77 = @F77@
188
195
FFLAGS = @FFLAGS@
 
196
GREP = @GREP@
189
197
INSTALL_DATA = @INSTALL_DATA@
190
198
INSTALL_PROGRAM = @INSTALL_PROGRAM@
191
199
INSTALL_SCRIPT = @INSTALL_SCRIPT@
218
226
SHELL = @SHELL@
219
227
STRIP = @STRIP@
220
228
VERSION = @VERSION@
221
 
ac_ct_AR = @ac_ct_AR@
222
229
ac_ct_CC = @ac_ct_CC@
223
230
ac_ct_CXX = @ac_ct_CXX@
224
231
ac_ct_F77 = @ac_ct_F77@
225
 
ac_ct_RANLIB = @ac_ct_RANLIB@
226
 
ac_ct_STRIP = @ac_ct_STRIP@
227
232
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
228
233
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
229
234
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
240
245
build_os = @build_os@
241
246
build_vendor = @build_vendor@
242
247
datadir = @datadir@
 
248
datarootdir = @datarootdir@
 
249
docdir = @docdir@
 
250
dvidir = @dvidir@
243
251
exec_prefix = @exec_prefix@
244
252
host = @host@
245
253
host_alias = @host_alias@
246
254
host_cpu = @host_cpu@
247
255
host_os = @host_os@
248
256
host_vendor = @host_vendor@
 
257
htmldir = @htmldir@
249
258
includedir = @includedir@
250
259
infodir = @infodir@
251
260
install_sh = @install_sh@
252
261
libdir = @libdir@
253
262
libexecdir = @libexecdir@
 
263
localedir = @localedir@
254
264
localstatedir = @localstatedir@
255
265
mandir = @mandir@
256
266
mkdir_p = @mkdir_p@
257
267
oldincludedir = @oldincludedir@
 
268
pdfdir = @pdfdir@
258
269
prefix = @prefix@
259
270
program_transform_name = @program_transform_name@
 
271
psdir = @psdir@
260
272
sbindir = @sbindir@
261
273
sharedstatedir = @sharedstatedir@
262
 
subdirs = @subdirs@
263
274
sysconfdir = @sysconfdir@
264
275
target_alias = @target_alias@
265
276
AUTOMAKE_OPTIONS = foreign