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

« back to all changes in this revision

Viewing changes to pyecasound/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/pyecasound/Makefile.am
 
19
# Description: Python implmentation of the Ecasound Control Interface
 
20
# License: LGPL (see ecasound/{AUTHORS,COPYING})
 
21
# ----------------------------------------------------------------------
 
22
 
17
23
 
18
24
srcdir = @srcdir@
19
25
top_srcdir = @top_srcdir@
152
158
EXEEXT = @EXEEXT@
153
159
F77 = @F77@
154
160
FFLAGS = @FFLAGS@
 
161
GREP = @GREP@
155
162
INSTALL_DATA = @INSTALL_DATA@
156
163
INSTALL_PROGRAM = @INSTALL_PROGRAM@
157
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
184
191
SHELL = @SHELL@
185
192
STRIP = @STRIP@
186
193
VERSION = @VERSION@
187
 
ac_ct_AR = @ac_ct_AR@
188
194
ac_ct_CC = @ac_ct_CC@
189
195
ac_ct_CXX = @ac_ct_CXX@
190
196
ac_ct_F77 = @ac_ct_F77@
191
 
ac_ct_RANLIB = @ac_ct_RANLIB@
192
 
ac_ct_STRIP = @ac_ct_STRIP@
193
197
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
194
198
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
195
199
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
206
210
build_os = @build_os@
207
211
build_vendor = @build_vendor@
208
212
datadir = @datadir@
 
213
datarootdir = @datarootdir@
 
214
docdir = @docdir@
 
215
dvidir = @dvidir@
209
216
exec_prefix = @exec_prefix@
210
217
host = @host@
211
218
host_alias = @host_alias@
212
219
host_cpu = @host_cpu@
213
220
host_os = @host_os@
214
221
host_vendor = @host_vendor@
 
222
htmldir = @htmldir@
215
223
includedir = @includedir@
216
224
infodir = @infodir@
217
225
install_sh = @install_sh@
218
226
libdir = @libdir@
219
227
libexecdir = @libexecdir@
 
228
localedir = @localedir@
220
229
localstatedir = @localstatedir@
221
230
mandir = @mandir@
222
231
mkdir_p = @mkdir_p@
223
232
oldincludedir = @oldincludedir@
 
233
pdfdir = @pdfdir@
224
234
prefix = @prefix@
225
235
program_transform_name = @program_transform_name@
 
236
psdir = @psdir@
226
237
sbindir = @sbindir@
227
238
sharedstatedir = @sharedstatedir@
228
 
subdirs = @subdirs@
229
239
sysconfdir = @sysconfdir@
230
240
target_alias = @target_alias@
231
241
AUTOMAKE_OPTIONS = foreign