~ubuntu-branches/ubuntu/karmic/flac/karmic

« back to all changes in this revision

Viewing changes to src/libFLAC/ppc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 18:02:56 UTC
  • mfrom: (1.1.5 upstream) (10 gutsy)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20080316180256-qhf3wk704rp165pm
* 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.
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@
 
146
FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
 
147
FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
162
148
GAS = @GAS@
163
149
INSTALL_DATA = @INSTALL_DATA@
164
150
INSTALL_PROGRAM = @INSTALL_PROGRAM@
176
162
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
177
163
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
178
164
MAKEINFO = @MAKEINFO@
 
165
MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
179
166
NASM = @NASM@
180
167
OBJEXT = @OBJEXT@
181
168
OBJ_FORMAT = @OBJ_FORMAT@
204
191
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
205
192
XMMS_VERSION = @XMMS_VERSION@
206
193
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
194
ac_ct_AR = @ac_ct_AR@
207
195
ac_ct_CC = @ac_ct_CC@
208
196
ac_ct_CXX = @ac_ct_CXX@
 
197
ac_ct_F77 = @ac_ct_F77@
209
198
ac_ct_RANLIB = @ac_ct_RANLIB@
210
199
ac_ct_STRIP = @ac_ct_STRIP@
211
200
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
235
224
libexecdir = @libexecdir@
236
225
localstatedir = @localstatedir@
237
226
mandir = @mandir@
238
 
mkdir_p = @mkdir_p@
239
227
oldincludedir = @oldincludedir@
240
228
prefix = @prefix@
241
229
program_transform_name = @program_transform_name@
243
231
sharedstatedir = @sharedstatedir@
244
232
sysconfdir = @sysconfdir@
245
233
target_alias = @target_alias@
 
234
 
246
235
SUBDIRS = as gas
 
236
subdir = src/libFLAC/ppc
 
237
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
238
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
239
CONFIG_HEADER = $(top_builddir)/config.h
 
240
CONFIG_CLEAN_FILES =
 
241
DIST_SOURCES =
 
242
 
 
243
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
244
        ps-recursive install-info-recursive uninstall-info-recursive \
 
245
        all-recursive install-data-recursive install-exec-recursive \
 
246
        installdirs-recursive install-recursive uninstall-recursive \
 
247
        check-recursive installcheck-recursive
 
248
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
249
DIST_SUBDIRS = $(SUBDIRS)
247
250
all: all-recursive
248
251
 
249
252
.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'; \
 
253
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
260
254
        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
 
255
          $(AUTOMAKE) --gnu  src/libFLAC/ppc/Makefile
 
256
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
257
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
279
258
 
280
259
mostlyclean-libtool:
281
260
        -rm -f *.lo
346
325
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
347
326
        done
348
327
 
 
328
ETAGS = etags
 
329
ETAGSFLAGS =
 
330
 
 
331
CTAGS = ctags
 
332
CTAGSFLAGS =
 
333
 
 
334
tags: TAGS
 
335
 
349
336
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350
337
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351
338
        unique=`for i in $$list; do \
354
341
          $(AWK) '    { files[$$0] = 1; } \
355
342
               END { for (i in files) print i; }'`; \
356
343
        mkid -fID $$unique
357
 
tags: TAGS
358
344
 
359
345
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360
346
                $(TAGS_FILES) $(LISP)
361
347
        tags=; \
362
348
        here=`pwd`; \
363
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
349
        if (etags --etags-include --version) >/dev/null 2>&1; then \
364
350
          include_option=--etags-include; \
365
 
          empty_fix=.; \
366
351
        else \
367
352
          include_option=--include; \
368
 
          empty_fix=; \
369
353
        fi; \
370
354
        list='$(SUBDIRS)'; for subdir in $$list; do \
371
355
          if test "$$subdir" = .; then :; else \
372
 
            test ! -f $$subdir/TAGS || \
 
356
            test -f $$subdir/TAGS && \
373
357
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
374
358
          fi; \
375
359
        done; \
379
363
          done | \
380
364
          $(AWK) '    { files[$$0] = 1; } \
381
365
               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
 
366
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
367
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
368
             $$tags $$unique
 
369
 
387
370
ctags: CTAGS
388
371
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389
372
                $(TAGS_FILES) $(LISP)
406
389
 
407
390
distclean-tags:
408
391
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
392
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
393
 
 
394
top_distdir = ../../..
 
395
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
409
396
 
410
397
distdir: $(DISTFILES)
411
398
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
419
406
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
420
407
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
421
408
            dir="/$$dir"; \
422
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
409
            $(mkinstalldirs) "$(distdir)$$dir"; \
423
410
          else \
424
411
            dir=''; \
425
412
          fi; \
436
423
        done
437
424
        list='$(SUBDIRS)'; for subdir in $$list; do \
438
425
          if test "$$subdir" = .; then :; else \
439
 
            test -d "$(distdir)/$$subdir" \
440
 
            || mkdir "$(distdir)/$$subdir" \
 
426
            test -d $(distdir)/$$subdir \
 
427
            || mkdir $(distdir)/$$subdir \
441
428
            || exit 1; \
442
429
            (cd $$subdir && \
443
430
              $(MAKE) $(AM_MAKEFLAGS) \
444
 
                top_distdir="../$(top_distdir)" \
445
 
                distdir="../$(distdir)/$$subdir" \
 
431
                top_distdir="$(top_distdir)" \
 
432
                distdir=../$(distdir)/$$subdir \
446
433
                distdir) \
447
434
              || exit 1; \
448
435
          fi; \
452
439
all-am: Makefile
453
440
installdirs: installdirs-recursive
454
441
installdirs-am:
 
442
 
455
443
install: install-recursive
456
444
install-exec: install-exec-recursive
457
445
install-data: install-data-recursive
489
477
 
490
478
dvi-am:
491
479
 
492
 
html: html-recursive
493
 
 
494
480
info: info-recursive
495
481
 
496
482
info-am:
525
511
 
526
512
uninstall-info: uninstall-info-recursive
527
513
 
528
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
529
 
        clean clean-generic clean-libtool clean-recursive ctags \
 
514
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
515
        clean-generic clean-libtool clean-recursive ctags \
530
516
        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
 
517
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
518
        dvi-recursive info info-am info-recursive install install-am \
 
519
        install-data install-data-am install-data-recursive \
 
520
        install-exec install-exec-am install-exec-recursive \
 
521
        install-info install-info-am install-info-recursive install-man \
 
522
        install-recursive install-strip installcheck installcheck-am \
 
523
        installdirs installdirs-am installdirs-recursive \
 
524
        maintainer-clean maintainer-clean-generic \
 
525
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
526
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
527
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
528
        uninstall uninstall-am uninstall-info-am \
 
529
        uninstall-info-recursive uninstall-recursive
540
530
 
541
531
# Tell versions [3.59,3.63) of GNU make to not export all variables.
542
532
# Otherwise a system limit (for SysV at least) may be exceeded.