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

« back to all changes in this revision

Viewing changes to src/libFLAC/ppc/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
#  libFLAC - Free Lossless Audio Codec library
18
 
#  Copyright (C) 2004,2005  Josh Coalson
 
18
#  Copyright (C) 2004,2005,2006,2007  Josh Coalson
19
19
#
20
20
#  Redistribution and use in source and binary forms, with or without
21
21
#  modification, are permitted provided that the following conditions
43
43
#  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
44
44
#  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
45
45
#  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
46
 
46
47
srcdir = @srcdir@
47
48
top_srcdir = @top_srcdir@
48
49
VPATH = @srcdir@
50
51
pkglibdir = $(libdir)/@PACKAGE@
51
52
pkgincludedir = $(includedir)/@PACKAGE@
52
53
top_builddir = ../../..
 
54
 
53
55
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
54
56
INSTALL = @INSTALL@
55
57
install_sh_DATA = $(install_sh) -c -m 644
64
66
PRE_UNINSTALL = :
65
67
POST_UNINSTALL = :
66
68
host_triplet = @host@
67
 
subdir = src/libFLAC/ppc
68
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
69
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
71
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72
 
        $(ACLOCAL_M4)
73
 
mkinstalldirs = $(mkdir_p)
74
 
CONFIG_HEADER = $(top_builddir)/config.h
75
 
CONFIG_CLEAN_FILES =
76
 
SOURCES =
77
 
DIST_SOURCES =
78
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79
 
        html-recursive info-recursive install-data-recursive \
80
 
        install-exec-recursive install-info-recursive \
81
 
        install-recursive installcheck-recursive installdirs-recursive \
82
 
        pdf-recursive ps-recursive uninstall-info-recursive \
83
 
        uninstall-recursive
84
 
ETAGS = etags
85
 
CTAGS = ctags
86
 
DIST_SUBDIRS = $(SUBDIRS)
87
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
69
ACLOCAL = @ACLOCAL@
 
70
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
89
71
AMDEP_FALSE = @AMDEP_FALSE@
90
72
AMDEP_TRUE = @AMDEP_TRUE@
91
73
AMTAR = @AMTAR@
 
74
AR = @AR@
92
75
AS = @AS@
93
76
AUTOCONF = @AUTOCONF@
94
77
AUTOHEADER = @AUTOHEADER@
102
85
CPP = @CPP@
103
86
CPPFLAGS = @CPPFLAGS@
104
87
CXX = @CXX@
 
88
CXXCPP = @CXXCPP@
105
89
CXXDEPMODE = @CXXDEPMODE@
106
90
CXXFLAGS = @CXXFLAGS@
107
91
CYGPATH_W = @CYGPATH_W@
117
101
ECHO_T = @ECHO_T@
118
102
EGREP = @EGREP@
119
103
EXEEXT = @EXEEXT@
 
104
F77 = @F77@
 
105
FFLAGS = @FFLAGS@
 
106
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
 
107
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
120
108
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
121
109
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
122
110
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
123
111
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
124
112
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
125
113
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
126
 
FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
127
 
FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
128
114
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
129
115
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
130
116
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
157
143
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
158
144
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
159
145
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
160
 
FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
161
 
FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
162
146
GAS = @GAS@
163
147
INSTALL_DATA = @INSTALL_DATA@
164
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
204
188
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
205
189
XMMS_VERSION = @XMMS_VERSION@
206
190
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
191
ac_ct_AR = @ac_ct_AR@
207
192
ac_ct_CC = @ac_ct_CC@
208
193
ac_ct_CXX = @ac_ct_CXX@
 
194
ac_ct_F77 = @ac_ct_F77@
209
195
ac_ct_RANLIB = @ac_ct_RANLIB@
210
196
ac_ct_STRIP = @ac_ct_STRIP@
211
197
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
235
221
libexecdir = @libexecdir@
236
222
localstatedir = @localstatedir@
237
223
mandir = @mandir@
238
 
mkdir_p = @mkdir_p@
239
224
oldincludedir = @oldincludedir@
240
225
prefix = @prefix@
241
226
program_transform_name = @program_transform_name@
243
228
sharedstatedir = @sharedstatedir@
244
229
sysconfdir = @sysconfdir@
245
230
target_alias = @target_alias@
 
231
 
246
232
SUBDIRS = as gas
 
233
subdir = src/libFLAC/ppc
 
234
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
235
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
236
CONFIG_HEADER = $(top_builddir)/config.h
 
237
CONFIG_CLEAN_FILES =
 
238
DIST_SOURCES =
 
239
 
 
240
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
241
        ps-recursive install-info-recursive uninstall-info-recursive \
 
242
        all-recursive install-data-recursive install-exec-recursive \
 
243
        installdirs-recursive install-recursive uninstall-recursive \
 
244
        check-recursive installcheck-recursive
 
245
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
246
DIST_SUBDIRS = $(SUBDIRS)
247
247
all: all-recursive
248
248
 
249
249
.SUFFIXES:
250
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
251
 
        @for dep in $?; do \
252
 
          case '$(am__configure_deps)' in \
253
 
            *$$dep*) \
254
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
255
 
                && exit 0; \
256
 
              exit 1;; \
257
 
          esac; \
258
 
        done; \
259
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/libFLAC/ppc/Makefile'; \
 
250
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
260
251
        cd $(top_srcdir) && \
261
 
          $(AUTOMAKE) --foreign  src/libFLAC/ppc/Makefile
262
 
.PRECIOUS: Makefile
263
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264
 
        @case '$?' in \
265
 
          *config.status*) \
266
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
267
 
          *) \
268
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
269
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
270
 
        esac;
271
 
 
272
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
273
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
 
 
275
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
276
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
278
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
252
          $(AUTOMAKE) --gnu  src/libFLAC/ppc/Makefile
 
253
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
254
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
279
255
 
280
256
mostlyclean-libtool:
281
257
        -rm -f *.lo
346
322
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
347
323
        done
348
324
 
 
325
ETAGS = etags
 
326
ETAGSFLAGS =
 
327
 
 
328
CTAGS = ctags
 
329
CTAGSFLAGS =
 
330
 
 
331
tags: TAGS
 
332
 
349
333
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350
334
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351
335
        unique=`for i in $$list; do \
354
338
          $(AWK) '    { files[$$0] = 1; } \
355
339
               END { for (i in files) print i; }'`; \
356
340
        mkid -fID $$unique
357
 
tags: TAGS
358
341
 
359
342
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360
343
                $(TAGS_FILES) $(LISP)
361
344
        tags=; \
362
345
        here=`pwd`; \
363
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
346
        if (etags --etags-include --version) >/dev/null 2>&1; then \
364
347
          include_option=--etags-include; \
365
 
          empty_fix=.; \
366
348
        else \
367
349
          include_option=--include; \
368
 
          empty_fix=; \
369
350
        fi; \
370
351
        list='$(SUBDIRS)'; for subdir in $$list; do \
371
352
          if test "$$subdir" = .; then :; else \
372
 
            test ! -f $$subdir/TAGS || \
 
353
            test -f $$subdir/TAGS && \
373
354
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
374
355
          fi; \
375
356
        done; \
379
360
          done | \
380
361
          $(AWK) '    { files[$$0] = 1; } \
381
362
               END { for (i in files) print i; }'`; \
382
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
383
 
          test -n "$$unique" || unique=$$empty_fix; \
384
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385
 
            $$tags $$unique; \
386
 
        fi
 
363
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
364
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
365
             $$tags $$unique
 
366
 
387
367
ctags: CTAGS
388
368
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389
369
                $(TAGS_FILES) $(LISP)
406
386
 
407
387
distclean-tags:
408
388
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
389
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
390
 
 
391
top_distdir = ../../..
 
392
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
409
393
 
410
394
distdir: $(DISTFILES)
411
395
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
419
403
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
420
404
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
421
405
            dir="/$$dir"; \
422
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
406
            $(mkinstalldirs) "$(distdir)$$dir"; \
423
407
          else \
424
408
            dir=''; \
425
409
          fi; \
436
420
        done
437
421
        list='$(SUBDIRS)'; for subdir in $$list; do \
438
422
          if test "$$subdir" = .; then :; else \
439
 
            test -d "$(distdir)/$$subdir" \
440
 
            || mkdir "$(distdir)/$$subdir" \
 
423
            test -d $(distdir)/$$subdir \
 
424
            || mkdir $(distdir)/$$subdir \
441
425
            || exit 1; \
442
426
            (cd $$subdir && \
443
427
              $(MAKE) $(AM_MAKEFLAGS) \
444
 
                top_distdir="../$(top_distdir)" \
445
 
                distdir="../$(distdir)/$$subdir" \
 
428
                top_distdir="$(top_distdir)" \
 
429
                distdir=../$(distdir)/$$subdir \
446
430
                distdir) \
447
431
              || exit 1; \
448
432
          fi; \
452
436
all-am: Makefile
453
437
installdirs: installdirs-recursive
454
438
installdirs-am:
 
439
 
455
440
install: install-recursive
456
441
install-exec: install-exec-recursive
457
442
install-data: install-data-recursive
489
474
 
490
475
dvi-am:
491
476
 
492
 
html: html-recursive
493
 
 
494
477
info: info-recursive
495
478
 
496
479
info-am:
525
508
 
526
509
uninstall-info: uninstall-info-recursive
527
510
 
528
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
529
 
        clean clean-generic clean-libtool clean-recursive ctags \
 
511
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
512
        clean-generic clean-libtool clean-recursive ctags \
530
513
        ctags-recursive distclean distclean-generic distclean-libtool \
531
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
532
 
        html-am info info-am install install-am install-data \
533
 
        install-data-am install-exec install-exec-am install-info \
534
 
        install-info-am install-man install-strip installcheck \
535
 
        installcheck-am installdirs installdirs-am maintainer-clean \
536
 
        maintainer-clean-generic maintainer-clean-recursive \
537
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
538
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
539
 
        uninstall uninstall-am uninstall-info-am
 
514
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
515
        dvi-recursive info info-am info-recursive install install-am \
 
516
        install-data install-data-am install-data-recursive \
 
517
        install-exec install-exec-am install-exec-recursive \
 
518
        install-info install-info-am install-info-recursive install-man \
 
519
        install-recursive install-strip installcheck installcheck-am \
 
520
        installdirs installdirs-am installdirs-recursive \
 
521
        maintainer-clean maintainer-clean-generic \
 
522
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
523
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
524
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
525
        uninstall uninstall-am uninstall-info-am \
 
526
        uninstall-info-recursive uninstall-recursive
540
527
 
541
528
# Tell versions [3.59,3.63) of GNU make to not export all variables.
542
529
# Otherwise a system limit (for SysV at least) may be exceeded.