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

« back to all changes in this revision

Viewing changes to src/plugin_winamp2/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
#  in_flac - Winamp2 FLAC input plugin
18
 
#  Copyright (C) 2000,2001,2002,2003,2004,2005  Josh Coalson
19
 
#
20
 
#  This program is free software; you can redistribute it and/or
21
 
#  modify it under the terms of the GNU General Public License
22
 
#  as published by the Free Software Foundation; either version 2
23
 
#  of the License, or (at your option) any later version.
24
 
#
25
 
#  This program is distributed in the hope that it will be useful,
 
18
#  Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007  Josh Coalson
 
19
#
 
20
#  This library is free software; you can redistribute it and/or
 
21
#  modify it under the terms of the GNU Lesser General Public
 
22
#  License as published by the Free Software Foundation; either
 
23
#  version 2.1 of the License, or (at your option) any later version.
 
24
#
 
25
#  This library is distributed in the hope that it will be useful,
26
26
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
27
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28
 
#  GNU General Public License for more details.
 
27
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
28
#  Lesser General Public License for more details.
29
29
#
30
 
#  You should have received a copy of the GNU General Public License
31
 
#  along with this program; if not, write to the Free Software
32
 
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
30
#  You should have received a copy of the GNU Lesser General Public
 
31
#  License along with this library; if not, write to the Free Software
 
32
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
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/plugin_winamp2/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 = $(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 = winamp2
 
220
subdir = src/plugin_winamp2/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)
234
234
all: all-recursive
235
235
 
236
236
.SUFFIXES:
237
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
238
 
        @for dep in $?; do \
239
 
          case '$(am__configure_deps)' in \
240
 
            *$$dep*) \
241
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
242
 
                && exit 0; \
243
 
              exit 1;; \
244
 
          esac; \
245
 
        done; \
246
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugin_winamp2/include/Makefile'; \
 
237
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
247
238
        cd $(top_srcdir) && \
248
 
          $(AUTOMAKE) --foreign  src/plugin_winamp2/include/Makefile
249
 
.PRECIOUS: Makefile
250
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251
 
        @case '$?' in \
252
 
          *config.status*) \
253
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
254
 
          *) \
255
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
256
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
257
 
        esac;
258
 
 
259
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
260
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
 
 
262
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
263
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
265
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
239
          $(AUTOMAKE) --gnu  src/plugin_winamp2/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)
266
242
 
267
243
mostlyclean-libtool:
268
244
        -rm -f *.lo
333
309
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
334
310
        done
335
311
 
 
312
ETAGS = etags
 
313
ETAGSFLAGS =
 
314
 
 
315
CTAGS = ctags
 
316
CTAGSFLAGS =
 
317
 
 
318
tags: TAGS
 
319
 
336
320
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
337
321
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
338
322
        unique=`for i in $$list; do \
341
325
          $(AWK) '    { files[$$0] = 1; } \
342
326
               END { for (i in files) print i; }'`; \
343
327
        mkid -fID $$unique
344
 
tags: TAGS
345
328
 
346
329
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347
330
                $(TAGS_FILES) $(LISP)
348
331
        tags=; \
349
332
        here=`pwd`; \
350
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
333
        if (etags --etags-include --version) >/dev/null 2>&1; then \
351
334
          include_option=--etags-include; \
352
 
          empty_fix=.; \
353
335
        else \
354
336
          include_option=--include; \
355
 
          empty_fix=; \
356
337
        fi; \
357
338
        list='$(SUBDIRS)'; for subdir in $$list; do \
358
339
          if test "$$subdir" = .; then :; else \
359
 
            test ! -f $$subdir/TAGS || \
 
340
            test -f $$subdir/TAGS && \
360
341
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
361
342
          fi; \
362
343
        done; \
366
347
          done | \
367
348
          $(AWK) '    { files[$$0] = 1; } \
368
349
               END { for (i in files) print i; }'`; \
369
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
370
 
          test -n "$$unique" || unique=$$empty_fix; \
371
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372
 
            $$tags $$unique; \
373
 
        fi
 
350
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
351
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
352
             $$tags $$unique
 
353
 
374
354
ctags: CTAGS
375
355
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
356
                $(TAGS_FILES) $(LISP)
393
373
 
394
374
distclean-tags:
395
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)
396
380
 
397
381
distdir: $(DISTFILES)
398
382
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
406
390
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
407
391
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
408
392
            dir="/$$dir"; \
409
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
393
            $(mkinstalldirs) "$(distdir)$$dir"; \
410
394
          else \
411
395
            dir=''; \
412
396
          fi; \
423
407
        done
424
408
        list='$(SUBDIRS)'; for subdir in $$list; do \
425
409
          if test "$$subdir" = .; then :; else \
426
 
            test -d "$(distdir)/$$subdir" \
427
 
            || mkdir "$(distdir)/$$subdir" \
 
410
            test -d $(distdir)/$$subdir \
 
411
            || mkdir $(distdir)/$$subdir \
428
412
            || exit 1; \
429
413
            (cd $$subdir && \
430
414
              $(MAKE) $(AM_MAKEFLAGS) \
431
 
                top_distdir="../$(top_distdir)" \
432
 
                distdir="../$(distdir)/$$subdir" \
 
415
                top_distdir="$(top_distdir)" \
 
416
                distdir=../$(distdir)/$$subdir \
433
417
                distdir) \
434
418
              || exit 1; \
435
419
          fi; \
439
423
all-am: Makefile
440
424
installdirs: installdirs-recursive
441
425
installdirs-am:
 
426
 
442
427
install: install-recursive
443
428
install-exec: install-exec-recursive
444
429
install-data: install-data-recursive
476
461
 
477
462
dvi-am:
478
463
 
479
 
html: html-recursive
480
 
 
481
464
info: info-recursive
482
465
 
483
466
info-am:
512
495
 
513
496
uninstall-info: uninstall-info-recursive
514
497
 
515
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
516
 
        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 \
517
500
        ctags-recursive distclean distclean-generic distclean-libtool \
518
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
519
 
        html-am info info-am install install-am install-data \
520
 
        install-data-am install-exec install-exec-am install-info \
521
 
        install-info-am install-man install-strip installcheck \
522
 
        installcheck-am installdirs installdirs-am maintainer-clean \
523
 
        maintainer-clean-generic maintainer-clean-recursive \
524
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
525
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
526
 
        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
527
514
 
528
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
529
516
# Otherwise a system limit (for SysV at least) may be exceeded.