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

« back to all changes in this revision

Viewing changes to include/share/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.
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@
132
116
GAS = @GAS@
133
117
INSTALL_DATA = @INSTALL_DATA@
134
118
INSTALL_PROGRAM = @INSTALL_PROGRAM@
174
158
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
175
159
XMMS_VERSION = @XMMS_VERSION@
176
160
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
161
ac_ct_AR = @ac_ct_AR@
177
162
ac_ct_CC = @ac_ct_CC@
178
163
ac_ct_CXX = @ac_ct_CXX@
 
164
ac_ct_F77 = @ac_ct_F77@
179
165
ac_ct_RANLIB = @ac_ct_RANLIB@
180
166
ac_ct_STRIP = @ac_ct_STRIP@
181
167
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
205
191
libexecdir = @libexecdir@
206
192
localstatedir = @localstatedir@
207
193
mandir = @mandir@
208
 
mkdir_p = @mkdir_p@
209
194
oldincludedir = @oldincludedir@
210
195
prefix = @prefix@
211
196
program_transform_name = @program_transform_name@
213
198
sharedstatedir = @sharedstatedir@
214
199
sysconfdir = @sysconfdir@
215
200
target_alias = @target_alias@
 
201
 
216
202
AUTOMAKE_OPTIONS = foreign
 
203
 
217
204
SUBDIRS = grabbag
 
205
 
218
206
EXTRA_DIST = \
219
207
        getopt.h \
220
208
        grabbag.h \
222
210
        replaygain_synthesis.h \
223
211
        utf8.h
224
212
 
 
213
subdir = include/share
 
214
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
215
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
216
CONFIG_HEADER = $(top_builddir)/config.h
 
217
CONFIG_CLEAN_FILES =
 
218
DIST_SOURCES =
 
219
 
 
220
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
221
        ps-recursive install-info-recursive uninstall-info-recursive \
 
222
        all-recursive install-data-recursive install-exec-recursive \
 
223
        installdirs-recursive install-recursive uninstall-recursive \
 
224
        check-recursive installcheck-recursive
 
225
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
226
DIST_SUBDIRS = $(SUBDIRS)
225
227
all: all-recursive
226
228
 
227
229
.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'; \
 
230
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
238
231
        cd $(top_srcdir) && \
239
232
          $(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
 
233
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
234
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
257
235
 
258
236
mostlyclean-libtool:
259
237
        -rm -f *.lo
324
302
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
325
303
        done
326
304
 
 
305
ETAGS = etags
 
306
ETAGSFLAGS =
 
307
 
 
308
CTAGS = ctags
 
309
CTAGSFLAGS =
 
310
 
 
311
tags: TAGS
 
312
 
327
313
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328
314
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329
315
        unique=`for i in $$list; do \
332
318
          $(AWK) '    { files[$$0] = 1; } \
333
319
               END { for (i in files) print i; }'`; \
334
320
        mkid -fID $$unique
335
 
tags: TAGS
336
321
 
337
322
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
323
                $(TAGS_FILES) $(LISP)
339
324
        tags=; \
340
325
        here=`pwd`; \
341
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
326
        if (etags --etags-include --version) >/dev/null 2>&1; then \
342
327
          include_option=--etags-include; \
343
 
          empty_fix=.; \
344
328
        else \
345
329
          include_option=--include; \
346
 
          empty_fix=; \
347
330
        fi; \
348
331
        list='$(SUBDIRS)'; for subdir in $$list; do \
349
332
          if test "$$subdir" = .; then :; else \
350
 
            test ! -f $$subdir/TAGS || \
 
333
            test -f $$subdir/TAGS && \
351
334
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
352
335
          fi; \
353
336
        done; \
357
340
          done | \
358
341
          $(AWK) '    { files[$$0] = 1; } \
359
342
               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
 
343
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
344
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
345
             $$tags $$unique
 
346
 
365
347
ctags: CTAGS
366
348
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367
349
                $(TAGS_FILES) $(LISP)
384
366
 
385
367
distclean-tags:
386
368
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
369
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
370
 
 
371
top_distdir = ../..
 
372
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
387
373
 
388
374
distdir: $(DISTFILES)
389
375
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
397
383
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
398
384
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
399
385
            dir="/$$dir"; \
400
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
386
            $(mkinstalldirs) "$(distdir)$$dir"; \
401
387
          else \
402
388
            dir=''; \
403
389
          fi; \
414
400
        done
415
401
        list='$(SUBDIRS)'; for subdir in $$list; do \
416
402
          if test "$$subdir" = .; then :; else \
417
 
            test -d "$(distdir)/$$subdir" \
418
 
            || mkdir "$(distdir)/$$subdir" \
 
403
            test -d $(distdir)/$$subdir \
 
404
            || mkdir $(distdir)/$$subdir \
419
405
            || exit 1; \
420
406
            (cd $$subdir && \
421
407
              $(MAKE) $(AM_MAKEFLAGS) \
422
 
                top_distdir="../$(top_distdir)" \
423
 
                distdir="../$(distdir)/$$subdir" \
 
408
                top_distdir="$(top_distdir)" \
 
409
                distdir=../$(distdir)/$$subdir \
424
410
                distdir) \
425
411
              || exit 1; \
426
412
          fi; \
430
416
all-am: Makefile
431
417
installdirs: installdirs-recursive
432
418
installdirs-am:
 
419
 
433
420
install: install-recursive
434
421
install-exec: install-exec-recursive
435
422
install-data: install-data-recursive
467
454
 
468
455
dvi-am:
469
456
 
470
 
html: html-recursive
471
 
 
472
457
info: info-recursive
473
458
 
474
459
info-am:
503
488
 
504
489
uninstall-info: uninstall-info-recursive
505
490
 
506
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
507
 
        clean clean-generic clean-libtool clean-recursive ctags \
 
491
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
492
        clean-generic clean-libtool clean-recursive ctags \
508
493
        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
 
494
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
495
        dvi-recursive info info-am info-recursive install install-am \
 
496
        install-data install-data-am install-data-recursive \
 
497
        install-exec install-exec-am install-exec-recursive \
 
498
        install-info install-info-am install-info-recursive install-man \
 
499
        install-recursive install-strip installcheck installcheck-am \
 
500
        installdirs installdirs-am installdirs-recursive \
 
501
        maintainer-clean maintainer-clean-generic \
 
502
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
503
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
504
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
505
        uninstall uninstall-am uninstall-info-am \
 
506
        uninstall-info-recursive uninstall-recursive
518
507
 
519
508
# Tell versions [3.59,3.63) of GNU make to not export all variables.
520
509
# Otherwise a system limit (for SysV at least) may be exceeded.