~ubuntu-branches/ubuntu/raring/flac/raring

« back to all changes in this revision

Viewing changes to src/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.
15
15
@SET_MAKE@
16
16
 
17
17
#  FLAC - Free Lossless Audio Codec
18
 
#  Copyright (C) 2002,2003,2004,2005  Josh Coalson
 
18
#  Copyright (C) 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 = src/share
55
 
DIST_COMMON = README $(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 = $(SUBDIRS)
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@
 
218
 
233
219
SUBDIRS = getopt replaygain_analysis replaygain_synthesis grabbag utf8
 
220
 
234
221
EXTRA_DIST = \
235
222
        Makefile.lite \
236
223
        README
237
224
 
 
225
subdir = src/share
 
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
 
 
232
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
233
        ps-recursive install-info-recursive uninstall-info-recursive \
 
234
        all-recursive install-data-recursive install-exec-recursive \
 
235
        installdirs-recursive install-recursive uninstall-recursive \
 
236
        check-recursive installcheck-recursive
 
237
DIST_COMMON = README $(srcdir)/Makefile.in Makefile.am
 
238
DIST_SUBDIRS = $(SUBDIRS)
238
239
all: all-recursive
239
240
 
240
241
.SUFFIXES:
241
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
242
 
        @for dep in $?; do \
243
 
          case '$(am__configure_deps)' in \
244
 
            *$$dep*) \
245
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
246
 
                && exit 0; \
247
 
              exit 1;; \
248
 
          esac; \
249
 
        done; \
250
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/share/Makefile'; \
 
242
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
251
243
        cd $(top_srcdir) && \
252
 
          $(AUTOMAKE) --foreign  src/share/Makefile
253
 
.PRECIOUS: Makefile
254
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255
 
        @case '$?' in \
256
 
          *config.status*) \
257
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258
 
          *) \
259
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261
 
        esac;
262
 
 
263
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
 
 
266
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
267
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
269
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
244
          $(AUTOMAKE) --gnu  src/share/Makefile
 
245
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
246
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
270
247
 
271
248
mostlyclean-libtool:
272
249
        -rm -f *.lo
337
314
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
338
315
        done
339
316
 
 
317
ETAGS = etags
 
318
ETAGSFLAGS =
 
319
 
 
320
CTAGS = ctags
 
321
CTAGSFLAGS =
 
322
 
 
323
tags: TAGS
 
324
 
340
325
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341
326
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342
327
        unique=`for i in $$list; do \
345
330
          $(AWK) '    { files[$$0] = 1; } \
346
331
               END { for (i in files) print i; }'`; \
347
332
        mkid -fID $$unique
348
 
tags: TAGS
349
333
 
350
334
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351
335
                $(TAGS_FILES) $(LISP)
352
336
        tags=; \
353
337
        here=`pwd`; \
354
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
338
        if (etags --etags-include --version) >/dev/null 2>&1; then \
355
339
          include_option=--etags-include; \
356
 
          empty_fix=.; \
357
340
        else \
358
341
          include_option=--include; \
359
 
          empty_fix=; \
360
342
        fi; \
361
343
        list='$(SUBDIRS)'; for subdir in $$list; do \
362
344
          if test "$$subdir" = .; then :; else \
363
 
            test ! -f $$subdir/TAGS || \
 
345
            test -f $$subdir/TAGS && \
364
346
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
365
347
          fi; \
366
348
        done; \
370
352
          done | \
371
353
          $(AWK) '    { files[$$0] = 1; } \
372
354
               END { for (i in files) print i; }'`; \
373
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
374
 
          test -n "$$unique" || unique=$$empty_fix; \
375
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376
 
            $$tags $$unique; \
377
 
        fi
 
355
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
356
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
357
             $$tags $$unique
 
358
 
378
359
ctags: CTAGS
379
360
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
380
361
                $(TAGS_FILES) $(LISP)
397
378
 
398
379
distclean-tags:
399
380
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
381
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
382
 
 
383
top_distdir = ../..
 
384
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
400
385
 
401
386
distdir: $(DISTFILES)
402
387
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
410
395
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
411
396
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
412
397
            dir="/$$dir"; \
413
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
398
            $(mkinstalldirs) "$(distdir)$$dir"; \
414
399
          else \
415
400
            dir=''; \
416
401
          fi; \
427
412
        done
428
413
        list='$(SUBDIRS)'; for subdir in $$list; do \
429
414
          if test "$$subdir" = .; then :; else \
430
 
            test -d "$(distdir)/$$subdir" \
431
 
            || mkdir "$(distdir)/$$subdir" \
 
415
            test -d $(distdir)/$$subdir \
 
416
            || mkdir $(distdir)/$$subdir \
432
417
            || exit 1; \
433
418
            (cd $$subdir && \
434
419
              $(MAKE) $(AM_MAKEFLAGS) \
435
 
                top_distdir="../$(top_distdir)" \
436
 
                distdir="../$(distdir)/$$subdir" \
 
420
                top_distdir="$(top_distdir)" \
 
421
                distdir=../$(distdir)/$$subdir \
437
422
                distdir) \
438
423
              || exit 1; \
439
424
          fi; \
443
428
all-am: Makefile
444
429
installdirs: installdirs-recursive
445
430
installdirs-am:
 
431
 
446
432
install: install-recursive
447
433
install-exec: install-exec-recursive
448
434
install-data: install-data-recursive
480
466
 
481
467
dvi-am:
482
468
 
483
 
html: html-recursive
484
 
 
485
469
info: info-recursive
486
470
 
487
471
info-am:
516
500
 
517
501
uninstall-info: uninstall-info-recursive
518
502
 
519
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
520
 
        clean clean-generic clean-libtool clean-recursive ctags \
 
503
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
504
        clean-generic clean-libtool clean-recursive ctags \
521
505
        ctags-recursive distclean distclean-generic distclean-libtool \
522
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
523
 
        html-am info info-am install install-am install-data \
524
 
        install-data-am install-exec install-exec-am install-info \
525
 
        install-info-am install-man install-strip installcheck \
526
 
        installcheck-am installdirs installdirs-am maintainer-clean \
527
 
        maintainer-clean-generic maintainer-clean-recursive \
528
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
529
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
530
 
        uninstall uninstall-am uninstall-info-am
 
506
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
507
        dvi-recursive info info-am info-recursive install install-am \
 
508
        install-data install-data-am install-data-recursive \
 
509
        install-exec install-exec-am install-exec-recursive \
 
510
        install-info install-info-am install-info-recursive install-man \
 
511
        install-recursive install-strip installcheck installcheck-am \
 
512
        installdirs installdirs-am installdirs-recursive \
 
513
        maintainer-clean maintainer-clean-generic \
 
514
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
515
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
516
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
517
        uninstall uninstall-am uninstall-info-am \
 
518
        uninstall-info-recursive uninstall-recursive
531
519
 
532
520
# Tell versions [3.59,3.63) of GNU make to not export all variables.
533
521
# Otherwise a system limit (for SysV at least) may be exceeded.