~ubuntu-branches/ubuntu/precise/flac/precise-updates

« back to all changes in this revision

Viewing changes to src/share/replaygain_synthesis/include/private/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.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
#  replaygain_synthesis - Routines for applying ReplayGain to a signal
18
 
#  Copyright (C) 2002,2003,2004,2005  Josh Coalson
19
 
20
 
#  This program is free software; you can redistribute it and/or
21
 
#  modify it under the terms of the GNU General Public License
22
 
#  as published by the Free Software Foundation; either version 2
23
 
#  of the License, or (at your option) any later version.
24
 
25
 
#  This program is distributed in the hope that it will be useful,
 
18
#  Copyright (C) 2002,2003,2004,2005,2006,2007  Josh Coalson
 
19
 
20
#  This library is free software; you can redistribute it and/or
 
21
#  modify it under the terms of the GNU Lesser General Public
 
22
#  License as published by the Free Software Foundation; either
 
23
#  version 2.1 of the License, or (at your option) any later version.
 
24
#
 
25
#  This library is distributed in the hope that it will be useful,
26
26
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
27
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28
 
#  GNU General Public License for more details.
29
 
30
 
#  You should have received a copy of the GNU General Public License
31
 
#  along with this program; if not, write to the Free Software
32
 
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
27
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
28
#  Lesser General Public License for more details.
 
29
#
 
30
#  You should have received a copy of the GNU Lesser General Public
 
31
#  License along with this library; if not, write to the Free Software
 
32
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
33
33
 
34
34
srcdir = @srcdir@
35
35
top_srcdir = @top_srcdir@
38
38
pkglibdir = $(libdir)/@PACKAGE@
39
39
pkgincludedir = $(includedir)/@PACKAGE@
40
40
top_builddir = ../../../../..
 
41
 
41
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
43
INSTALL = @INSTALL@
43
44
install_sh_DATA = $(install_sh) -c -m 644
52
53
PRE_UNINSTALL = :
53
54
POST_UNINSTALL = :
54
55
host_triplet = @host@
55
 
subdir = src/share/replaygain_synthesis/include/private
56
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
57
 
        $(srcdir)/Makefile.in
58
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
60
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
 
        $(ACLOCAL_M4)
62
 
mkinstalldirs = $(mkdir_p)
63
 
CONFIG_HEADER = $(top_builddir)/config.h
64
 
CONFIG_CLEAN_FILES =
65
 
SOURCES =
66
 
DIST_SOURCES =
67
 
HEADERS = $(noinst_HEADERS)
68
 
ETAGS = etags
69
 
CTAGS = ctags
70
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
56
ACLOCAL = @ACLOCAL@
 
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
72
58
AMDEP_FALSE = @AMDEP_FALSE@
73
59
AMDEP_TRUE = @AMDEP_TRUE@
74
60
AMTAR = @AMTAR@
 
61
AR = @AR@
75
62
AS = @AS@
76
63
AUTOCONF = @AUTOCONF@
77
64
AUTOHEADER = @AUTOHEADER@
85
72
CPP = @CPP@
86
73
CPPFLAGS = @CPPFLAGS@
87
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
88
76
CXXDEPMODE = @CXXDEPMODE@
89
77
CXXFLAGS = @CXXFLAGS@
90
78
CYGPATH_W = @CYGPATH_W@
100
88
ECHO_T = @ECHO_T@
101
89
EGREP = @EGREP@
102
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@
103
95
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
104
96
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
105
97
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
106
98
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
107
99
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
108
100
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
109
 
FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
110
 
FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
111
101
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
112
102
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
113
103
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
140
130
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
141
131
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
142
132
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
143
 
FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
144
 
FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
145
133
GAS = @GAS@
146
134
INSTALL_DATA = @INSTALL_DATA@
147
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
187
175
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
188
176
XMMS_VERSION = @XMMS_VERSION@
189
177
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
178
ac_ct_AR = @ac_ct_AR@
190
179
ac_ct_CC = @ac_ct_CC@
191
180
ac_ct_CXX = @ac_ct_CXX@
 
181
ac_ct_F77 = @ac_ct_F77@
192
182
ac_ct_RANLIB = @ac_ct_RANLIB@
193
183
ac_ct_STRIP = @ac_ct_STRIP@
194
184
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
218
208
libexecdir = @libexecdir@
219
209
localstatedir = @localstatedir@
220
210
mandir = @mandir@
221
 
mkdir_p = @mkdir_p@
222
211
oldincludedir = @oldincludedir@
223
212
prefix = @prefix@
224
213
program_transform_name = @program_transform_name@
226
215
sharedstatedir = @sharedstatedir@
227
216
sysconfdir = @sysconfdir@
228
217
target_alias = @target_alias@
 
218
 
229
219
noinst_HEADERS = \
230
220
        fast_float_math_hack.h
231
221
 
 
222
subdir = src/share/replaygain_synthesis/include/private
 
223
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
224
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
225
CONFIG_HEADER = $(top_builddir)/config.h
 
226
CONFIG_CLEAN_FILES =
 
227
DIST_SOURCES =
 
228
HEADERS = $(noinst_HEADERS)
 
229
 
 
230
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
232
231
all: all-am
233
232
 
234
233
.SUFFIXES:
235
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
236
 
        @for dep in $?; do \
237
 
          case '$(am__configure_deps)' in \
238
 
            *$$dep*) \
239
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
240
 
                && exit 0; \
241
 
              exit 1;; \
242
 
          esac; \
243
 
        done; \
244
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/share/replaygain_synthesis/include/private/Makefile'; \
 
234
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
245
235
        cd $(top_srcdir) && \
246
 
          $(AUTOMAKE) --foreign  src/share/replaygain_synthesis/include/private/Makefile
247
 
.PRECIOUS: Makefile
248
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249
 
        @case '$?' in \
250
 
          *config.status*) \
251
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252
 
          *) \
253
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255
 
        esac;
256
 
 
257
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
 
 
260
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
261
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
263
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
236
          $(AUTOMAKE) --gnu  src/share/replaygain_synthesis/include/private/Makefile
 
237
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
238
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
264
239
 
265
240
mostlyclean-libtool:
266
241
        -rm -f *.lo
272
247
        -rm -f libtool
273
248
uninstall-info-am:
274
249
 
 
250
ETAGS = etags
 
251
ETAGSFLAGS =
 
252
 
 
253
CTAGS = ctags
 
254
CTAGSFLAGS =
 
255
 
 
256
tags: TAGS
 
257
 
275
258
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276
259
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277
260
        unique=`for i in $$list; do \
280
263
          $(AWK) '    { files[$$0] = 1; } \
281
264
               END { for (i in files) print i; }'`; \
282
265
        mkid -fID $$unique
283
 
tags: TAGS
284
266
 
285
267
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
286
268
                $(TAGS_FILES) $(LISP)
292
274
          done | \
293
275
          $(AWK) '    { files[$$0] = 1; } \
294
276
               END { for (i in files) print i; }'`; \
295
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
296
 
          test -n "$$unique" || unique=$$empty_fix; \
297
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
298
 
            $$tags $$unique; \
299
 
        fi
 
277
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
278
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
279
             $$tags $$unique
 
280
 
300
281
ctags: CTAGS
301
282
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
302
283
                $(TAGS_FILES) $(LISP)
319
300
 
320
301
distclean-tags:
321
302
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
303
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
304
 
 
305
top_distdir = ../../../../..
 
306
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
322
307
 
323
308
distdir: $(DISTFILES)
324
309
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
332
317
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
333
318
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
334
319
            dir="/$$dir"; \
335
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
320
            $(mkinstalldirs) "$(distdir)$$dir"; \
336
321
          else \
337
322
            dir=''; \
338
323
          fi; \
350
335
check-am: all-am
351
336
check: check-am
352
337
all-am: Makefile $(HEADERS)
 
338
 
353
339
installdirs:
354
340
install: install-am
355
341
install-exec: install-exec-am
388
374
 
389
375
dvi-am:
390
376
 
391
 
html: html-am
392
 
 
393
377
info: info-am
394
378
 
395
379
info-am:
424
408
 
425
409
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
426
410
        clean-libtool ctags distclean distclean-generic \
427
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
428
 
        html-am info info-am install install-am install-data \
429
 
        install-data-am install-exec install-exec-am install-info \
430
 
        install-info-am install-man install-strip installcheck \
431
 
        installcheck-am installdirs maintainer-clean \
432
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
433
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
434
 
        uninstall-am uninstall-info-am
 
411
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
412
        info-am install install-am install-data install-data-am \
 
413
        install-exec install-exec-am install-info install-info-am \
 
414
        install-man install-strip installcheck installcheck-am \
 
415
        installdirs maintainer-clean maintainer-clean-generic \
 
416
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
417
        ps ps-am tags uninstall uninstall-am uninstall-info-am
435
418
 
436
419
# Tell versions [3.59,3.63) of GNU make to not export all variables.
437
420
# Otherwise a system limit (for SysV at least) may be exceeded.