~ubuntu-branches/ubuntu/trusty/flac/trusty-updates

« back to all changes in this revision

Viewing changes to include/share/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.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
 
16
17
srcdir = @srcdir@
17
18
top_srcdir = @top_srcdir@
18
19
VPATH = @srcdir@
20
21
pkglibdir = $(libdir)/@PACKAGE@
21
22
pkgincludedir = $(includedir)/@PACKAGE@
22
23
top_builddir = ../..
 
24
 
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
INSTALL = @INSTALL@
25
27
install_sh_DATA = $(install_sh) -c -m 644
34
36
PRE_UNINSTALL = :
35
37
POST_UNINSTALL = :
36
38
host_triplet = @host@
37
 
subdir = include/share
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
 
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(mkdir_p)
44
 
CONFIG_HEADER = $(top_builddir)/config.h
45
 
CONFIG_CLEAN_FILES =
46
 
SOURCES =
47
 
DIST_SOURCES =
48
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49
 
        html-recursive info-recursive install-data-recursive \
50
 
        install-exec-recursive install-info-recursive \
51
 
        install-recursive installcheck-recursive installdirs-recursive \
52
 
        pdf-recursive ps-recursive uninstall-info-recursive \
53
 
        uninstall-recursive
54
 
ETAGS = etags
55
 
CTAGS = ctags
56
 
DIST_SUBDIRS = $(SUBDIRS)
57
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
58
39
ACLOCAL = @ACLOCAL@
 
40
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
59
41
AMDEP_FALSE = @AMDEP_FALSE@
60
42
AMDEP_TRUE = @AMDEP_TRUE@
61
43
AMTAR = @AMTAR@
 
44
AR = @AR@
62
45
AS = @AS@
63
46
AUTOCONF = @AUTOCONF@
64
47
AUTOHEADER = @AUTOHEADER@
72
55
CPP = @CPP@
73
56
CPPFLAGS = @CPPFLAGS@
74
57
CXX = @CXX@
 
58
CXXCPP = @CXXCPP@
75
59
CXXDEPMODE = @CXXDEPMODE@
76
60
CXXFLAGS = @CXXFLAGS@
77
61
CYGPATH_W = @CYGPATH_W@
87
71
ECHO_T = @ECHO_T@
88
72
EGREP = @EGREP@
89
73
EXEEXT = @EXEEXT@
 
74
F77 = @F77@
 
75
FFLAGS = @FFLAGS@
 
76
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
 
77
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
90
78
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
91
79
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
92
80
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
93
81
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
94
82
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
95
83
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
96
 
FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
97
 
FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
98
84
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
99
85
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
100
86
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
127
113
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
128
114
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
129
115
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
130
 
FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
131
 
FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
 
116
FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
 
117
FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
132
118
GAS = @GAS@
133
119
INSTALL_DATA = @INSTALL_DATA@
134
120
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
132
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
147
133
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
148
134
MAKEINFO = @MAKEINFO@
 
135
MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
149
136
NASM = @NASM@
150
137
OBJEXT = @OBJEXT@
151
138
OBJ_FORMAT = @OBJ_FORMAT@
174
161
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
175
162
XMMS_VERSION = @XMMS_VERSION@
176
163
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
164
ac_ct_AR = @ac_ct_AR@
177
165
ac_ct_CC = @ac_ct_CC@
178
166
ac_ct_CXX = @ac_ct_CXX@
 
167
ac_ct_F77 = @ac_ct_F77@
179
168
ac_ct_RANLIB = @ac_ct_RANLIB@
180
169
ac_ct_STRIP = @ac_ct_STRIP@
181
170
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
205
194
libexecdir = @libexecdir@
206
195
localstatedir = @localstatedir@
207
196
mandir = @mandir@
208
 
mkdir_p = @mkdir_p@
209
197
oldincludedir = @oldincludedir@
210
198
prefix = @prefix@
211
199
program_transform_name = @program_transform_name@
213
201
sharedstatedir = @sharedstatedir@
214
202
sysconfdir = @sysconfdir@
215
203
target_alias = @target_alias@
 
204
 
216
205
AUTOMAKE_OPTIONS = foreign
 
206
 
217
207
SUBDIRS = grabbag
 
208
 
218
209
EXTRA_DIST = \
 
210
        alloc.h \
219
211
        getopt.h \
220
212
        grabbag.h \
221
213
        replaygain_analysis.h \
222
214
        replaygain_synthesis.h \
223
215
        utf8.h
224
216
 
 
217
subdir = include/share
 
218
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
219
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
220
CONFIG_HEADER = $(top_builddir)/config.h
 
221
CONFIG_CLEAN_FILES =
 
222
DIST_SOURCES =
 
223
 
 
224
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
225
        ps-recursive install-info-recursive uninstall-info-recursive \
 
226
        all-recursive install-data-recursive install-exec-recursive \
 
227
        installdirs-recursive install-recursive uninstall-recursive \
 
228
        check-recursive installcheck-recursive
 
229
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
230
DIST_SUBDIRS = $(SUBDIRS)
225
231
all: all-recursive
226
232
 
227
233
.SUFFIXES:
228
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
229
 
        @for dep in $?; do \
230
 
          case '$(am__configure_deps)' in \
231
 
            *$$dep*) \
232
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
233
 
                && exit 0; \
234
 
              exit 1;; \
235
 
          esac; \
236
 
        done; \
237
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/share/Makefile'; \
 
234
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
238
235
        cd $(top_srcdir) && \
239
236
          $(AUTOMAKE) --foreign  include/share/Makefile
240
 
.PRECIOUS: Makefile
241
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242
 
        @case '$?' in \
243
 
          *config.status*) \
244
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245
 
          *) \
246
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248
 
        esac;
249
 
 
250
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
 
 
253
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
254
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
256
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
237
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
238
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
257
239
 
258
240
mostlyclean-libtool:
259
241
        -rm -f *.lo
324
306
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
325
307
        done
326
308
 
 
309
ETAGS = etags
 
310
ETAGSFLAGS =
 
311
 
 
312
CTAGS = ctags
 
313
CTAGSFLAGS =
 
314
 
 
315
tags: TAGS
 
316
 
327
317
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328
318
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329
319
        unique=`for i in $$list; do \
332
322
          $(AWK) '    { files[$$0] = 1; } \
333
323
               END { for (i in files) print i; }'`; \
334
324
        mkid -fID $$unique
335
 
tags: TAGS
336
325
 
337
326
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
327
                $(TAGS_FILES) $(LISP)
339
328
        tags=; \
340
329
        here=`pwd`; \
341
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
330
        if (etags --etags-include --version) >/dev/null 2>&1; then \
342
331
          include_option=--etags-include; \
343
 
          empty_fix=.; \
344
332
        else \
345
333
          include_option=--include; \
346
 
          empty_fix=; \
347
334
        fi; \
348
335
        list='$(SUBDIRS)'; for subdir in $$list; do \
349
336
          if test "$$subdir" = .; then :; else \
350
 
            test ! -f $$subdir/TAGS || \
 
337
            test -f $$subdir/TAGS && \
351
338
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
352
339
          fi; \
353
340
        done; \
357
344
          done | \
358
345
          $(AWK) '    { files[$$0] = 1; } \
359
346
               END { for (i in files) print i; }'`; \
360
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
361
 
          test -n "$$unique" || unique=$$empty_fix; \
362
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363
 
            $$tags $$unique; \
364
 
        fi
 
347
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
348
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
349
             $$tags $$unique
 
350
 
365
351
ctags: CTAGS
366
352
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367
353
                $(TAGS_FILES) $(LISP)
384
370
 
385
371
distclean-tags:
386
372
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
373
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
374
 
 
375
top_distdir = ../..
 
376
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
387
377
 
388
378
distdir: $(DISTFILES)
389
379
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
397
387
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
398
388
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
399
389
            dir="/$$dir"; \
400
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
390
            $(mkinstalldirs) "$(distdir)$$dir"; \
401
391
          else \
402
392
            dir=''; \
403
393
          fi; \
414
404
        done
415
405
        list='$(SUBDIRS)'; for subdir in $$list; do \
416
406
          if test "$$subdir" = .; then :; else \
417
 
            test -d "$(distdir)/$$subdir" \
418
 
            || mkdir "$(distdir)/$$subdir" \
 
407
            test -d $(distdir)/$$subdir \
 
408
            || mkdir $(distdir)/$$subdir \
419
409
            || exit 1; \
420
410
            (cd $$subdir && \
421
411
              $(MAKE) $(AM_MAKEFLAGS) \
422
 
                top_distdir="../$(top_distdir)" \
423
 
                distdir="../$(distdir)/$$subdir" \
 
412
                top_distdir="$(top_distdir)" \
 
413
                distdir=../$(distdir)/$$subdir \
424
414
                distdir) \
425
415
              || exit 1; \
426
416
          fi; \
430
420
all-am: Makefile
431
421
installdirs: installdirs-recursive
432
422
installdirs-am:
 
423
 
433
424
install: install-recursive
434
425
install-exec: install-exec-recursive
435
426
install-data: install-data-recursive
467
458
 
468
459
dvi-am:
469
460
 
470
 
html: html-recursive
471
 
 
472
461
info: info-recursive
473
462
 
474
463
info-am:
503
492
 
504
493
uninstall-info: uninstall-info-recursive
505
494
 
506
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
507
 
        clean clean-generic clean-libtool clean-recursive ctags \
 
495
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
496
        clean-generic clean-libtool clean-recursive ctags \
508
497
        ctags-recursive distclean distclean-generic distclean-libtool \
509
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
510
 
        html-am info info-am install install-am install-data \
511
 
        install-data-am install-exec install-exec-am install-info \
512
 
        install-info-am install-man install-strip installcheck \
513
 
        installcheck-am installdirs installdirs-am maintainer-clean \
514
 
        maintainer-clean-generic maintainer-clean-recursive \
515
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
516
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
517
 
        uninstall uninstall-am uninstall-info-am
 
498
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
499
        dvi-recursive info info-am info-recursive install install-am \
 
500
        install-data install-data-am install-data-recursive \
 
501
        install-exec install-exec-am install-exec-recursive \
 
502
        install-info install-info-am install-info-recursive install-man \
 
503
        install-recursive install-strip installcheck installcheck-am \
 
504
        installdirs installdirs-am installdirs-recursive \
 
505
        maintainer-clean maintainer-clean-generic \
 
506
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
507
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
508
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
509
        uninstall uninstall-am uninstall-info-am \
 
510
        uninstall-info-recursive uninstall-recursive
518
511
 
519
512
# Tell versions [3.59,3.63) of GNU make to not export all variables.
520
513
# Otherwise a system limit (for SysV at least) may be exceeded.