~ubuntu-branches/ubuntu/karmic/flac/karmic

« back to all changes in this revision

Viewing changes to test/flac-to-flac-metadata-test-files/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
        case00a-expect.meta \
 
221
        case01a-expect.meta \
 
222
        case01b-expect.meta \
 
223
        case01c-expect.meta \
 
224
        case01d-expect.meta \
 
225
        case01e-expect.meta \
 
226
        case02a-expect.meta \
 
227
        case02b-expect.meta \
 
228
        case02c-expect.meta \
 
229
        case03a-expect.meta \
 
230
        case03b-expect.meta \
 
231
        case03c-expect.meta \
 
232
        case04a-expect.meta \
 
233
        case04b-expect.meta \
 
234
        case04c-expect.meta \
 
235
        case04d-expect.meta \
 
236
        case04e-expect.meta \
 
237
        input-SCPAP.flac \
 
238
        input-SCVA.flac \
 
239
        input-SCVAUP.flac \
 
240
        input-SCVPAP.flac \
 
241
        input-SVAUP.flac \
 
242
        input-VA.flac \
 
243
        input0.cue
 
244
 
 
245
 
 
246
CLEANFILES = \
 
247
        $(wildcard out.*)
 
248
 
 
249
subdir = test/flac-to-flac-metadata-test-files
 
250
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
251
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
252
CONFIG_HEADER = $(top_builddir)/config.h
 
253
CONFIG_CLEAN_FILES =
 
254
DIST_SOURCES =
 
255
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
256
all: all-am
 
257
 
 
258
.SUFFIXES:
 
259
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
260
        cd $(top_srcdir) && \
 
261
          $(AUTOMAKE) --gnu  test/flac-to-flac-metadata-test-files/Makefile
 
262
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
263
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
264
 
 
265
mostlyclean-libtool:
 
266
        -rm -f *.lo
 
267
 
 
268
clean-libtool:
 
269
        -rm -rf .libs _libs
 
270
 
 
271
distclean-libtool:
 
272
        -rm -f libtool
 
273
uninstall-info-am:
 
274
tags: TAGS
 
275
TAGS:
 
276
 
 
277
ctags: CTAGS
 
278
CTAGS:
 
279
 
 
280
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
281
 
 
282
top_distdir = ../..
 
283
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
284
 
 
285
distdir: $(DISTFILES)
 
286
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
287
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
288
        list='$(DISTFILES)'; for file in $$list; do \
 
289
          case $$file in \
 
290
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
291
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
292
          esac; \
 
293
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
294
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
295
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
296
            dir="/$$dir"; \
 
297
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
298
          else \
 
299
            dir=''; \
 
300
          fi; \
 
301
          if test -d $$d/$$file; then \
 
302
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
303
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
304
            fi; \
 
305
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
306
          else \
 
307
            test -f $(distdir)/$$file \
 
308
            || cp -p $$d/$$file $(distdir)/$$file \
 
309
            || exit 1; \
 
310
          fi; \
 
311
        done
 
312
check-am: all-am
 
313
check: check-am
 
314
all-am: Makefile
 
315
 
 
316
installdirs:
 
317
install: install-am
 
318
install-exec: install-exec-am
 
319
install-data: install-data-am
 
320
uninstall: uninstall-am
 
321
 
 
322
install-am: all-am
 
323
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
324
 
 
325
installcheck: installcheck-am
 
326
install-strip:
 
327
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
328
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
329
          `test -z '$(STRIP)' || \
 
330
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
331
mostlyclean-generic:
 
332
 
 
333
clean-generic:
 
334
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
335
 
 
336
distclean-generic:
 
337
        -rm -f $(CONFIG_CLEAN_FILES)
 
338
 
 
339
maintainer-clean-generic:
 
340
        @echo "This command is intended for maintainers to use"
 
341
        @echo "it deletes files that may require special tools to rebuild."
 
342
clean: clean-am
 
343
 
 
344
clean-am: clean-generic clean-libtool mostlyclean-am
 
345
 
 
346
distclean: distclean-am
 
347
        -rm -f Makefile
 
348
distclean-am: clean-am distclean-generic distclean-libtool
 
349
 
 
350
dvi: dvi-am
 
351
 
 
352
dvi-am:
 
353
 
 
354
info: info-am
 
355
 
 
356
info-am:
 
357
 
 
358
install-data-am:
 
359
 
 
360
install-exec-am:
 
361
 
 
362
install-info: install-info-am
 
363
 
 
364
install-man:
 
365
 
 
366
installcheck-am:
 
367
 
 
368
maintainer-clean: maintainer-clean-am
 
369
        -rm -f Makefile
 
370
maintainer-clean-am: distclean-am maintainer-clean-generic
 
371
 
 
372
mostlyclean: mostlyclean-am
 
373
 
 
374
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
375
 
 
376
pdf: pdf-am
 
377
 
 
378
pdf-am:
 
379
 
 
380
ps: ps-am
 
381
 
 
382
ps-am:
 
383
 
 
384
uninstall-am: uninstall-info-am
 
385
 
 
386
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
387
        distclean distclean-generic distclean-libtool distdir dvi \
 
388
        dvi-am info info-am install install-am install-data \
 
389
        install-data-am install-exec install-exec-am install-info \
 
390
        install-info-am install-man install-strip installcheck \
 
391
        installcheck-am installdirs maintainer-clean \
 
392
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
393
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
394
        uninstall-info-am
 
395
 
 
396
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
397
# Otherwise a system limit (for SysV at least) may be exceeded.
 
398
.NOEXPORT: