~ubuntu-branches/ubuntu/trusty/flac/trusty-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): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 18:02:56 UTC
  • mfrom: (1.1.5 upstream) (8.1.2 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080316180256-qhf3wk704rp165pm
Tags: 1.2.1-1.2
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455304)

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@
 
133
FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
 
134
FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
145
135
GAS = @GAS@
146
136
INSTALL_DATA = @INSTALL_DATA@
147
137
INSTALL_PROGRAM = @INSTALL_PROGRAM@
159
149
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
160
150
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
161
151
MAKEINFO = @MAKEINFO@
 
152
MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
162
153
NASM = @NASM@
163
154
OBJEXT = @OBJEXT@
164
155
OBJ_FORMAT = @OBJ_FORMAT@
187
178
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
188
179
XMMS_VERSION = @XMMS_VERSION@
189
180
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
181
ac_ct_AR = @ac_ct_AR@
190
182
ac_ct_CC = @ac_ct_CC@
191
183
ac_ct_CXX = @ac_ct_CXX@
 
184
ac_ct_F77 = @ac_ct_F77@
192
185
ac_ct_RANLIB = @ac_ct_RANLIB@
193
186
ac_ct_STRIP = @ac_ct_STRIP@
194
187
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
218
211
libexecdir = @libexecdir@
219
212
localstatedir = @localstatedir@
220
213
mandir = @mandir@
221
 
mkdir_p = @mkdir_p@
222
214
oldincludedir = @oldincludedir@
223
215
prefix = @prefix@
224
216
program_transform_name = @program_transform_name@
226
218
sharedstatedir = @sharedstatedir@
227
219
sysconfdir = @sysconfdir@
228
220
target_alias = @target_alias@
 
221
 
229
222
noinst_HEADERS = \
230
223
        fast_float_math_hack.h
231
224
 
 
225
subdir = src/share/replaygain_synthesis/include/private
 
226
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
227
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
228
CONFIG_HEADER = $(top_builddir)/config.h
 
229
CONFIG_CLEAN_FILES =
 
230
DIST_SOURCES =
 
231
HEADERS = $(noinst_HEADERS)
 
232
 
 
233
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
232
234
all: all-am
233
235
 
234
236
.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'; \
 
237
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
245
238
        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
 
239
          $(AUTOMAKE) --gnu  src/share/replaygain_synthesis/include/private/Makefile
 
240
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
241
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
264
242
 
265
243
mostlyclean-libtool:
266
244
        -rm -f *.lo
272
250
        -rm -f libtool
273
251
uninstall-info-am:
274
252
 
 
253
ETAGS = etags
 
254
ETAGSFLAGS =
 
255
 
 
256
CTAGS = ctags
 
257
CTAGSFLAGS =
 
258
 
 
259
tags: TAGS
 
260
 
275
261
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276
262
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277
263
        unique=`for i in $$list; do \
280
266
          $(AWK) '    { files[$$0] = 1; } \
281
267
               END { for (i in files) print i; }'`; \
282
268
        mkid -fID $$unique
283
 
tags: TAGS
284
269
 
285
270
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
286
271
                $(TAGS_FILES) $(LISP)
292
277
          done | \
293
278
          $(AWK) '    { files[$$0] = 1; } \
294
279
               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
 
280
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
281
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
282
             $$tags $$unique
 
283
 
300
284
ctags: CTAGS
301
285
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
302
286
                $(TAGS_FILES) $(LISP)
319
303
 
320
304
distclean-tags:
321
305
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
306
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
307
 
 
308
top_distdir = ../../../../..
 
309
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
322
310
 
323
311
distdir: $(DISTFILES)
324
312
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
332
320
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
333
321
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
334
322
            dir="/$$dir"; \
335
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
323
            $(mkinstalldirs) "$(distdir)$$dir"; \
336
324
          else \
337
325
            dir=''; \
338
326
          fi; \
350
338
check-am: all-am
351
339
check: check-am
352
340
all-am: Makefile $(HEADERS)
 
341
 
353
342
installdirs:
354
343
install: install-am
355
344
install-exec: install-exec-am
388
377
 
389
378
dvi-am:
390
379
 
391
 
html: html-am
392
 
 
393
380
info: info-am
394
381
 
395
382
info-am:
424
411
 
425
412
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
426
413
        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
 
414
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
415
        info-am install install-am install-data install-data-am \
 
416
        install-exec install-exec-am install-info install-info-am \
 
417
        install-man install-strip installcheck installcheck-am \
 
418
        installdirs maintainer-clean maintainer-clean-generic \
 
419
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
420
        ps ps-am tags uninstall uninstall-am uninstall-info-am
435
421
 
436
422
# Tell versions [3.59,3.63) of GNU make to not export all variables.
437
423
# Otherwise a system limit (for SysV at least) may be exceeded.