~ubuntu-branches/ubuntu/raring/flac/raring

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529225636-ljeff8xxip09qaap
Tags: 1.1.4-1
* New upstream release. closes: #405167, #411311
  - libOggFLAC and libOggFLAC++ have been merged into libFLAC, so
    remove their corresponding packages.
  - Because of the API changes required to effect the above, there has
    been yet another soname bump. libflac7 -> libflac8 and
    libflac++5 -> libflac++6. Emails have been dispatched to the
    maintainers of dependent packages.
* Some notes on patches that were removed:
  - 02_stdin_stdout, 06_manpage_mention_utf8_convert: merged upstream
  - 08_manpage_warnings: Upstream has changed the manpage so it defintely
    can't fit in in 80 cols, so just forget about it. We'll live.
  - 05_eof_warnings_are_errors: Upstream decided to add a -w option to
    flac to treat all warnings as errors. I am going to defer to that
    for now, but if people think it's stupid let me know and I'll port
    the patch forward.
  - 04_stack_smasher: was a backport from 1.1.3, so it's obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
#  FLAC - Free Lossless Audio Codec
 
18
#  Copyright (C) 2006,2007  Josh Coalson
 
19
#
 
20
#  This file is part the FLAC project.  FLAC is comprised of several
 
21
#  components distributed under difference licenses.  The codec libraries
 
22
#  are distributed under Xiph.Org's BSD-like license (see the file
 
23
#  COPYING.Xiph in this distribution).  All other programs, libraries, and
 
24
#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
 
25
#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
 
26
#  FLAC distribution contains at the top the terms under which it may be
 
27
#  distributed.
 
28
#
 
29
#  Since this particular file is relevant to all components of FLAC,
 
30
#  it may be distributed under the Xiph.Org license, which is the least
 
31
#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
 
32
#  distribution.
 
33
 
 
34
srcdir = @srcdir@
 
35
top_srcdir = @top_srcdir@
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
top_builddir = ..
 
41
 
 
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
43
INSTALL = @INSTALL@
 
44
install_sh_DATA = $(install_sh) -c -m 644
 
45
install_sh_PROGRAM = $(install_sh) -c
 
46
install_sh_SCRIPT = $(install_sh) -c
 
47
INSTALL_HEADER = $(INSTALL_DATA)
 
48
transform = $(program_transform_name)
 
49
NORMAL_INSTALL = :
 
50
PRE_INSTALL = :
 
51
POST_INSTALL = :
 
52
NORMAL_UNINSTALL = :
 
53
PRE_UNINSTALL = :
 
54
POST_UNINSTALL = :
 
55
host_triplet = @host@
 
56
ACLOCAL = @ACLOCAL@
 
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
58
AMDEP_FALSE = @AMDEP_FALSE@
 
59
AMDEP_TRUE = @AMDEP_TRUE@
 
60
AMTAR = @AMTAR@
 
61
AR = @AR@
 
62
AS = @AS@
 
63
AUTOCONF = @AUTOCONF@
 
64
AUTOHEADER = @AUTOHEADER@
 
65
AUTOMAKE = @AUTOMAKE@
 
66
AWK = @AWK@
 
67
CC = @CC@
 
68
CCAS = @CCAS@
 
69
CCASFLAGS = @CCASFLAGS@
 
70
CCDEPMODE = @CCDEPMODE@
 
71
CFLAGS = @CFLAGS@
 
72
CPP = @CPP@
 
73
CPPFLAGS = @CPPFLAGS@
 
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
 
76
CXXDEPMODE = @CXXDEPMODE@
 
77
CXXFLAGS = @CXXFLAGS@
 
78
CYGPATH_W = @CYGPATH_W@
 
79
DEBUG_FALSE = @DEBUG_FALSE@
 
80
DEBUG_TRUE = @DEBUG_TRUE@
 
81
DEFS = @DEFS@
 
82
DEPDIR = @DEPDIR@
 
83
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
 
84
DOXYGEN = @DOXYGEN@
 
85
ECHO = @ECHO@
 
86
ECHO_C = @ECHO_C@
 
87
ECHO_N = @ECHO_N@
 
88
ECHO_T = @ECHO_T@
 
89
EGREP = @EGREP@
 
90
EXEEXT = @EXEEXT@
 
91
F77 = @F77@
 
92
FFLAGS = @FFLAGS@
 
93
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
 
94
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
 
95
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
 
96
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
 
97
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
 
98
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
 
99
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
 
100
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
 
101
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
 
102
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
 
103
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
 
104
FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@
 
105
FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
 
106
FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
 
107
FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
 
108
FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
 
109
FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@
 
110
FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@
 
111
FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@
 
112
FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@
 
113
FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
 
114
FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
 
115
FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
 
116
FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
 
117
FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
 
118
FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
 
119
FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
 
120
FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
 
121
FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
 
122
FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
 
123
FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
 
124
FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
 
125
FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@
 
126
FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@
 
127
FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@
 
128
FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@
 
129
FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
 
130
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
 
131
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
 
132
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
 
133
GAS = @GAS@
 
134
INSTALL_DATA = @INSTALL_DATA@
 
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
136
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
137
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
138
LDFLAGS = @LDFLAGS@
 
139
LIBICONV = @LIBICONV@
 
140
LIBOBJS = @LIBOBJS@
 
141
LIBS = @LIBS@
 
142
LIBTOOL = @LIBTOOL@
 
143
LN_S = @LN_S@
 
144
LTLIBICONV = @LTLIBICONV@
 
145
LTLIBOBJS = @LTLIBOBJS@
 
146
MAINT = @MAINT@
 
147
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
148
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
149
MAKEINFO = @MAKEINFO@
 
150
NASM = @NASM@
 
151
OBJEXT = @OBJEXT@
 
152
OBJ_FORMAT = @OBJ_FORMAT@
 
153
OGG_CFLAGS = @OGG_CFLAGS@
 
154
OGG_LIBS = @OGG_LIBS@
 
155
PACKAGE = @PACKAGE@
 
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
157
PACKAGE_NAME = @PACKAGE_NAME@
 
158
PACKAGE_STRING = @PACKAGE_STRING@
 
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
160
PACKAGE_VERSION = @PACKAGE_VERSION@
 
161
PATH_SEPARATOR = @PATH_SEPARATOR@
 
162
RANLIB = @RANLIB@
 
163
SET_MAKE = @SET_MAKE@
 
164
SHELL = @SHELL@
 
165
STRIP = @STRIP@
 
166
VERSION = @VERSION@
 
167
XMMS_CFLAGS = @XMMS_CFLAGS@
 
168
XMMS_CONFIG = @XMMS_CONFIG@
 
169
XMMS_DATA_DIR = @XMMS_DATA_DIR@
 
170
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
 
171
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
 
172
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
 
173
XMMS_LIBS = @XMMS_LIBS@
 
174
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
 
175
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
 
176
XMMS_VERSION = @XMMS_VERSION@
 
177
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
178
ac_ct_AR = @ac_ct_AR@
 
179
ac_ct_CC = @ac_ct_CC@
 
180
ac_ct_CXX = @ac_ct_CXX@
 
181
ac_ct_F77 = @ac_ct_F77@
 
182
ac_ct_RANLIB = @ac_ct_RANLIB@
 
183
ac_ct_STRIP = @ac_ct_STRIP@
 
184
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
185
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
186
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
187
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
188
am__include = @am__include@
 
189
am__leading_dot = @am__leading_dot@
 
190
am__quote = @am__quote@
 
191
bindir = @bindir@
 
192
build = @build@
 
193
build_alias = @build_alias@
 
194
build_cpu = @build_cpu@
 
195
build_os = @build_os@
 
196
build_vendor = @build_vendor@
 
197
datadir = @datadir@
 
198
exec_prefix = @exec_prefix@
 
199
host = @host@
 
200
host_alias = @host_alias@
 
201
host_cpu = @host_cpu@
 
202
host_os = @host_os@
 
203
host_vendor = @host_vendor@
 
204
includedir = @includedir@
 
205
infodir = @infodir@
 
206
install_sh = @install_sh@
 
207
libdir = @libdir@
 
208
libexecdir = @libexecdir@
 
209
localstatedir = @localstatedir@
 
210
mandir = @mandir@
 
211
oldincludedir = @oldincludedir@
 
212
prefix = @prefix@
 
213
program_transform_name = @program_transform_name@
 
214
sbindir = @sbindir@
 
215
sharedstatedir = @sharedstatedir@
 
216
sysconfdir = @sysconfdir@
 
217
target_alias = @target_alias@
 
218
 
 
219
EXTRA_DIST = \
 
220
        ogg.m4 \
 
221
        xmms.m4
 
222
 
 
223
subdir = m4
 
224
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
225
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
226
CONFIG_HEADER = $(top_builddir)/config.h
 
227
CONFIG_CLEAN_FILES =
 
228
DIST_SOURCES =
 
229
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
230
all: all-am
 
231
 
 
232
.SUFFIXES:
 
233
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
234
        cd $(top_srcdir) && \
 
235
          $(AUTOMAKE) --gnu  m4/Makefile
 
236
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
237
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
238
 
 
239
mostlyclean-libtool:
 
240
        -rm -f *.lo
 
241
 
 
242
clean-libtool:
 
243
        -rm -rf .libs _libs
 
244
 
 
245
distclean-libtool:
 
246
        -rm -f libtool
 
247
uninstall-info-am:
 
248
tags: TAGS
 
249
TAGS:
 
250
 
 
251
ctags: CTAGS
 
252
CTAGS:
 
253
 
 
254
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
255
 
 
256
top_distdir = ..
 
257
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
258
 
 
259
distdir: $(DISTFILES)
 
260
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
261
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
262
        list='$(DISTFILES)'; for file in $$list; do \
 
263
          case $$file in \
 
264
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
265
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
266
          esac; \
 
267
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
268
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
269
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
270
            dir="/$$dir"; \
 
271
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
272
          else \
 
273
            dir=''; \
 
274
          fi; \
 
275
          if test -d $$d/$$file; then \
 
276
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
277
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
278
            fi; \
 
279
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
280
          else \
 
281
            test -f $(distdir)/$$file \
 
282
            || cp -p $$d/$$file $(distdir)/$$file \
 
283
            || exit 1; \
 
284
          fi; \
 
285
        done
 
286
check-am: all-am
 
287
check: check-am
 
288
all-am: Makefile
 
289
 
 
290
installdirs:
 
291
install: install-am
 
292
install-exec: install-exec-am
 
293
install-data: install-data-am
 
294
uninstall: uninstall-am
 
295
 
 
296
install-am: all-am
 
297
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
298
 
 
299
installcheck: installcheck-am
 
300
install-strip:
 
301
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
302
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
303
          `test -z '$(STRIP)' || \
 
304
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
305
mostlyclean-generic:
 
306
 
 
307
clean-generic:
 
308
 
 
309
distclean-generic:
 
310
        -rm -f $(CONFIG_CLEAN_FILES)
 
311
 
 
312
maintainer-clean-generic:
 
313
        @echo "This command is intended for maintainers to use"
 
314
        @echo "it deletes files that may require special tools to rebuild."
 
315
clean: clean-am
 
316
 
 
317
clean-am: clean-generic clean-libtool mostlyclean-am
 
318
 
 
319
distclean: distclean-am
 
320
        -rm -f Makefile
 
321
distclean-am: clean-am distclean-generic distclean-libtool
 
322
 
 
323
dvi: dvi-am
 
324
 
 
325
dvi-am:
 
326
 
 
327
info: info-am
 
328
 
 
329
info-am:
 
330
 
 
331
install-data-am:
 
332
 
 
333
install-exec-am:
 
334
 
 
335
install-info: install-info-am
 
336
 
 
337
install-man:
 
338
 
 
339
installcheck-am:
 
340
 
 
341
maintainer-clean: maintainer-clean-am
 
342
        -rm -f Makefile
 
343
maintainer-clean-am: distclean-am maintainer-clean-generic
 
344
 
 
345
mostlyclean: mostlyclean-am
 
346
 
 
347
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
348
 
 
349
pdf: pdf-am
 
350
 
 
351
pdf-am:
 
352
 
 
353
ps: ps-am
 
354
 
 
355
ps-am:
 
356
 
 
357
uninstall-am: uninstall-info-am
 
358
 
 
359
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
360
        distclean distclean-generic distclean-libtool distdir dvi \
 
361
        dvi-am info info-am install install-am install-data \
 
362
        install-data-am install-exec install-exec-am install-info \
 
363
        install-info-am install-man install-strip installcheck \
 
364
        installcheck-am installdirs maintainer-clean \
 
365
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
366
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
367
        uninstall-info-am
 
368
 
 
369
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
370
# Otherwise a system limit (for SysV at least) may be exceeded.
 
371
.NOEXPORT: