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

« back to all changes in this revision

Viewing changes to libecasound/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/Makefile.am
 
19
# Description: Ecasound main library
 
20
# License: GPL (see ecasound/{AUTHORS,COPYING})
 
21
# ----------------------------------------------------------------------
 
22
 
17
23
 
18
24
srcdir = @srcdir@
19
25
top_srcdir = @top_srcdir@
301
307
EXEEXT = @EXEEXT@
302
308
F77 = @F77@
303
309
FFLAGS = @FFLAGS@
 
310
GREP = @GREP@
304
311
INSTALL_DATA = @INSTALL_DATA@
305
312
INSTALL_PROGRAM = @INSTALL_PROGRAM@
306
313
INSTALL_SCRIPT = @INSTALL_SCRIPT@
333
340
SHELL = @SHELL@
334
341
STRIP = @STRIP@
335
342
VERSION = @VERSION@
336
 
ac_ct_AR = @ac_ct_AR@
337
343
ac_ct_CC = @ac_ct_CC@
338
344
ac_ct_CXX = @ac_ct_CXX@
339
345
ac_ct_F77 = @ac_ct_F77@
340
 
ac_ct_RANLIB = @ac_ct_RANLIB@
341
 
ac_ct_STRIP = @ac_ct_STRIP@
342
346
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
343
347
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
344
348
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
355
359
build_os = @build_os@
356
360
build_vendor = @build_vendor@
357
361
datadir = @datadir@
 
362
datarootdir = @datarootdir@
 
363
docdir = @docdir@
 
364
dvidir = @dvidir@
358
365
exec_prefix = @exec_prefix@
359
366
host = @host@
360
367
host_alias = @host_alias@
361
368
host_cpu = @host_cpu@
362
369
host_os = @host_os@
363
370
host_vendor = @host_vendor@
 
371
htmldir = @htmldir@
364
372
includedir = @includedir@
365
373
infodir = @infodir@
366
374
install_sh = @install_sh@
367
375
libdir = @libdir@
368
376
libexecdir = @libexecdir@
 
377
localedir = @localedir@
369
378
localstatedir = @localstatedir@
370
379
mandir = @mandir@
371
380
mkdir_p = @mkdir_p@
372
381
oldincludedir = @oldincludedir@
 
382
pdfdir = @pdfdir@
373
383
prefix = @prefix@
374
384
program_transform_name = @program_transform_name@
 
385
psdir = @psdir@
375
386
sbindir = @sbindir@
376
387
sharedstatedir = @sharedstatedir@
377
 
subdirs = @subdirs@
378
388
sysconfdir = @sysconfdir@
379
389
target_alias = @target_alias@
380
390
EXTRA_DIST = ChangeLog
690
700
 
691
701
libecasound_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
692
702
libecasound_debug_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
693
 
#libecasound_la_CFLAGS =  $(AM_CFLAGS)
 
703
libecasound_la_CFLAGS = $(ECA_S_EXTRA_CFLAGS)
694
704
libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags) -static
695
705
libecasound_la_LIBADD = $(eca_libadd)
696
 
#libecasound_debug_la_CFLAGS = $(libecasound_la_CFLAGS)
 
706
libecasound_debug_la_CFLAGS = $(libecasound_la_CFLAGS)
697
707
libecasound_debug_la_LDFLAGS = $(libecasound_la_LDFLAGS)
698
708
libecasound_debug_la_LIBADD = $(libecasound_la_LIBADD)
699
709
libecasound_tester_SOURCES = $(libecasound_tester_src)