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

« back to all changes in this revision

Viewing changes to include/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
#  FLAC - Free Lossless Audio Codec
18
 
#  Copyright (C) 2001,2002,2003,2004,2005  Josh Coalson
 
18
#  Copyright (C) 2001,2002,2003,2004,2005,2006,2007  Josh Coalson
19
19
#
20
20
#  This file is part the FLAC project.  FLAC is comprised of several
21
21
#  components distributed under difference licenses.  The codec libraries
30
30
#  it may be distributed under the Xiph.Org license, which is the least
31
31
#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
32
32
#  distribution.
 
33
 
33
34
srcdir = @srcdir@
34
35
top_srcdir = @top_srcdir@
35
36
VPATH = @srcdir@
37
38
pkglibdir = $(libdir)/@PACKAGE@
38
39
pkgincludedir = $(includedir)/@PACKAGE@
39
40
top_builddir = ..
 
41
 
40
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
43
INSTALL = @INSTALL@
42
44
install_sh_DATA = $(install_sh) -c -m 644
51
53
PRE_UNINSTALL = :
52
54
POST_UNINSTALL = :
53
55
host_triplet = @host@
54
 
subdir = include
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
58
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
 
        $(ACLOCAL_M4)
60
 
mkinstalldirs = $(mkdir_p)
61
 
CONFIG_HEADER = $(top_builddir)/config.h
62
 
CONFIG_CLEAN_FILES =
63
 
SOURCES =
64
 
DIST_SOURCES =
65
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66
 
        html-recursive info-recursive install-data-recursive \
67
 
        install-exec-recursive install-info-recursive \
68
 
        install-recursive installcheck-recursive installdirs-recursive \
69
 
        pdf-recursive ps-recursive uninstall-info-recursive \
70
 
        uninstall-recursive
71
 
ETAGS = etags
72
 
CTAGS = ctags
73
 
DIST_SUBDIRS = FLAC FLAC++ OggFLAC OggFLAC++ share
74
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
56
ACLOCAL = @ACLOCAL@
 
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
76
58
AMDEP_FALSE = @AMDEP_FALSE@
77
59
AMDEP_TRUE = @AMDEP_TRUE@
78
60
AMTAR = @AMTAR@
 
61
AR = @AR@
79
62
AS = @AS@
80
63
AUTOCONF = @AUTOCONF@
81
64
AUTOHEADER = @AUTOHEADER@
89
72
CPP = @CPP@
90
73
CPPFLAGS = @CPPFLAGS@
91
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
92
76
CXXDEPMODE = @CXXDEPMODE@
93
77
CXXFLAGS = @CXXFLAGS@
94
78
CYGPATH_W = @CYGPATH_W@
104
88
ECHO_T = @ECHO_T@
105
89
EGREP = @EGREP@
106
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@
107
95
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
108
96
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
109
97
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
110
98
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
111
99
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
112
100
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
113
 
FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
114
 
FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
115
101
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
116
102
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
117
103
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
144
130
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
145
131
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
146
132
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
147
 
FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
148
 
FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
149
133
GAS = @GAS@
150
134
INSTALL_DATA = @INSTALL_DATA@
151
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
191
175
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
192
176
XMMS_VERSION = @XMMS_VERSION@
193
177
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
178
ac_ct_AR = @ac_ct_AR@
194
179
ac_ct_CC = @ac_ct_CC@
195
180
ac_ct_CXX = @ac_ct_CXX@
 
181
ac_ct_F77 = @ac_ct_F77@
196
182
ac_ct_RANLIB = @ac_ct_RANLIB@
197
183
ac_ct_STRIP = @ac_ct_STRIP@
198
184
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
222
208
libexecdir = @libexecdir@
223
209
localstatedir = @localstatedir@
224
210
mandir = @mandir@
225
 
mkdir_p = @mkdir_p@
226
211
oldincludedir = @oldincludedir@
227
212
prefix = @prefix@
228
213
program_transform_name = @program_transform_name@
230
215
sharedstatedir = @sharedstatedir@
231
216
sysconfdir = @sysconfdir@
232
217
target_alias = @target_alias@
233
 
@FLaC__HAS_OGG_TRUE@OGGFLAC_DIRS = OggFLAC OggFLAC++
234
 
SUBDIRS = FLAC FLAC++ $(OGGFLAC_DIRS) share
 
218
 
 
219
SUBDIRS = FLAC FLAC++ share test_libs_common
 
220
subdir = include
 
221
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
222
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
223
CONFIG_HEADER = $(top_builddir)/config.h
 
224
CONFIG_CLEAN_FILES =
 
225
DIST_SOURCES =
 
226
 
 
227
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
228
        ps-recursive install-info-recursive uninstall-info-recursive \
 
229
        all-recursive install-data-recursive install-exec-recursive \
 
230
        installdirs-recursive install-recursive uninstall-recursive \
 
231
        check-recursive installcheck-recursive
 
232
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
233
DIST_SUBDIRS = $(SUBDIRS)
235
234
all: all-recursive
236
235
 
237
236
.SUFFIXES:
238
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
239
 
        @for dep in $?; do \
240
 
          case '$(am__configure_deps)' in \
241
 
            *$$dep*) \
242
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
243
 
                && exit 0; \
244
 
              exit 1;; \
245
 
          esac; \
246
 
        done; \
247
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; \
 
237
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
248
238
        cd $(top_srcdir) && \
249
 
          $(AUTOMAKE) --foreign  include/Makefile
250
 
.PRECIOUS: Makefile
251
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252
 
        @case '$?' in \
253
 
          *config.status*) \
254
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
255
 
          *) \
256
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
257
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
258
 
        esac;
259
 
 
260
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
261
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
 
 
263
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
264
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
266
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
239
          $(AUTOMAKE) --gnu  include/Makefile
 
240
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
241
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
267
242
 
268
243
mostlyclean-libtool:
269
244
        -rm -f *.lo
334
309
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
335
310
        done
336
311
 
 
312
ETAGS = etags
 
313
ETAGSFLAGS =
 
314
 
 
315
CTAGS = ctags
 
316
CTAGSFLAGS =
 
317
 
 
318
tags: TAGS
 
319
 
337
320
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
338
321
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
339
322
        unique=`for i in $$list; do \
342
325
          $(AWK) '    { files[$$0] = 1; } \
343
326
               END { for (i in files) print i; }'`; \
344
327
        mkid -fID $$unique
345
 
tags: TAGS
346
328
 
347
329
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
348
330
                $(TAGS_FILES) $(LISP)
349
331
        tags=; \
350
332
        here=`pwd`; \
351
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
333
        if (etags --etags-include --version) >/dev/null 2>&1; then \
352
334
          include_option=--etags-include; \
353
 
          empty_fix=.; \
354
335
        else \
355
336
          include_option=--include; \
356
 
          empty_fix=; \
357
337
        fi; \
358
338
        list='$(SUBDIRS)'; for subdir in $$list; do \
359
339
          if test "$$subdir" = .; then :; else \
360
 
            test ! -f $$subdir/TAGS || \
 
340
            test -f $$subdir/TAGS && \
361
341
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
362
342
          fi; \
363
343
        done; \
367
347
          done | \
368
348
          $(AWK) '    { files[$$0] = 1; } \
369
349
               END { for (i in files) print i; }'`; \
370
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
371
 
          test -n "$$unique" || unique=$$empty_fix; \
372
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373
 
            $$tags $$unique; \
374
 
        fi
 
350
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
351
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
352
             $$tags $$unique
 
353
 
375
354
ctags: CTAGS
376
355
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377
356
                $(TAGS_FILES) $(LISP)
394
373
 
395
374
distclean-tags:
396
375
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
376
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
377
 
 
378
top_distdir = ..
 
379
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
397
380
 
398
381
distdir: $(DISTFILES)
399
382
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
407
390
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
408
391
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
409
392
            dir="/$$dir"; \
410
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
393
            $(mkinstalldirs) "$(distdir)$$dir"; \
411
394
          else \
412
395
            dir=''; \
413
396
          fi; \
422
405
            || exit 1; \
423
406
          fi; \
424
407
        done
425
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
408
        list='$(SUBDIRS)'; for subdir in $$list; do \
426
409
          if test "$$subdir" = .; then :; else \
427
 
            test -d "$(distdir)/$$subdir" \
428
 
            || mkdir "$(distdir)/$$subdir" \
 
410
            test -d $(distdir)/$$subdir \
 
411
            || mkdir $(distdir)/$$subdir \
429
412
            || exit 1; \
430
413
            (cd $$subdir && \
431
414
              $(MAKE) $(AM_MAKEFLAGS) \
432
 
                top_distdir="../$(top_distdir)" \
433
 
                distdir="../$(distdir)/$$subdir" \
 
415
                top_distdir="$(top_distdir)" \
 
416
                distdir=../$(distdir)/$$subdir \
434
417
                distdir) \
435
418
              || exit 1; \
436
419
          fi; \
440
423
all-am: Makefile
441
424
installdirs: installdirs-recursive
442
425
installdirs-am:
 
426
 
443
427
install: install-recursive
444
428
install-exec: install-exec-recursive
445
429
install-data: install-data-recursive
477
461
 
478
462
dvi-am:
479
463
 
480
 
html: html-recursive
481
 
 
482
464
info: info-recursive
483
465
 
484
466
info-am:
513
495
 
514
496
uninstall-info: uninstall-info-recursive
515
497
 
516
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
517
 
        clean clean-generic clean-libtool clean-recursive ctags \
 
498
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
499
        clean-generic clean-libtool clean-recursive ctags \
518
500
        ctags-recursive distclean distclean-generic distclean-libtool \
519
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
520
 
        html-am info info-am install install-am install-data \
521
 
        install-data-am install-exec install-exec-am install-info \
522
 
        install-info-am install-man install-strip installcheck \
523
 
        installcheck-am installdirs installdirs-am maintainer-clean \
524
 
        maintainer-clean-generic maintainer-clean-recursive \
525
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
526
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
527
 
        uninstall uninstall-am uninstall-info-am
 
501
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
502
        dvi-recursive info info-am info-recursive install install-am \
 
503
        install-data install-data-am install-data-recursive \
 
504
        install-exec install-exec-am install-exec-recursive \
 
505
        install-info install-info-am install-info-recursive install-man \
 
506
        install-recursive install-strip installcheck installcheck-am \
 
507
        installdirs installdirs-am installdirs-recursive \
 
508
        maintainer-clean maintainer-clean-generic \
 
509
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
510
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
511
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
512
        uninstall uninstall-am uninstall-info-am \
 
513
        uninstall-info-recursive uninstall-recursive
528
514
 
529
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
530
516
# Otherwise a system limit (for SysV at least) may be exceeded.