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

« back to all changes in this revision

Viewing changes to src/plugin_winamp2/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
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 = include
 
220
 
234
221
EXTRA_DIST = \
235
 
        config.h \
236
 
        config.c \
 
222
        configure.h \
 
223
        configure.c \
237
224
        in_flac.c \
238
225
        in_flac.dsp \
239
226
        infobox.c \
245
232
        tagz.cpp \
246
233
        tagz.h
247
234
 
 
235
subdir = src/plugin_winamp2
 
236
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
237
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
238
CONFIG_HEADER = $(top_builddir)/config.h
 
239
CONFIG_CLEAN_FILES =
 
240
DIST_SOURCES =
 
241
 
 
242
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
243
        ps-recursive install-info-recursive uninstall-info-recursive \
 
244
        all-recursive install-data-recursive install-exec-recursive \
 
245
        installdirs-recursive install-recursive uninstall-recursive \
 
246
        check-recursive installcheck-recursive
 
247
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
248
DIST_SUBDIRS = $(SUBDIRS)
248
249
all: all-recursive
249
250
 
250
251
.SUFFIXES:
251
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
252
 
        @for dep in $?; do \
253
 
          case '$(am__configure_deps)' in \
254
 
            *$$dep*) \
255
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
256
 
                && exit 0; \
257
 
              exit 1;; \
258
 
          esac; \
259
 
        done; \
260
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugin_winamp2/Makefile'; \
 
252
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
261
253
        cd $(top_srcdir) && \
262
 
          $(AUTOMAKE) --foreign  src/plugin_winamp2/Makefile
263
 
.PRECIOUS: Makefile
264
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265
 
        @case '$?' in \
266
 
          *config.status*) \
267
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
268
 
          *) \
269
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
270
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
271
 
        esac;
272
 
 
273
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
274
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
 
 
276
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
277
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
279
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
254
          $(AUTOMAKE) --gnu  src/plugin_winamp2/Makefile
 
255
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
256
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
280
257
 
281
258
mostlyclean-libtool:
282
259
        -rm -f *.lo
347
324
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
348
325
        done
349
326
 
 
327
ETAGS = etags
 
328
ETAGSFLAGS =
 
329
 
 
330
CTAGS = ctags
 
331
CTAGSFLAGS =
 
332
 
 
333
tags: TAGS
 
334
 
350
335
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
351
336
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352
337
        unique=`for i in $$list; do \
355
340
          $(AWK) '    { files[$$0] = 1; } \
356
341
               END { for (i in files) print i; }'`; \
357
342
        mkid -fID $$unique
358
 
tags: TAGS
359
343
 
360
344
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
361
345
                $(TAGS_FILES) $(LISP)
362
346
        tags=; \
363
347
        here=`pwd`; \
364
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
348
        if (etags --etags-include --version) >/dev/null 2>&1; then \
365
349
          include_option=--etags-include; \
366
 
          empty_fix=.; \
367
350
        else \
368
351
          include_option=--include; \
369
 
          empty_fix=; \
370
352
        fi; \
371
353
        list='$(SUBDIRS)'; for subdir in $$list; do \
372
354
          if test "$$subdir" = .; then :; else \
373
 
            test ! -f $$subdir/TAGS || \
 
355
            test -f $$subdir/TAGS && \
374
356
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
375
357
          fi; \
376
358
        done; \
380
362
          done | \
381
363
          $(AWK) '    { files[$$0] = 1; } \
382
364
               END { for (i in files) print i; }'`; \
383
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
384
 
          test -n "$$unique" || unique=$$empty_fix; \
385
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386
 
            $$tags $$unique; \
387
 
        fi
 
365
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
366
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
367
             $$tags $$unique
 
368
 
388
369
ctags: CTAGS
389
370
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390
371
                $(TAGS_FILES) $(LISP)
407
388
 
408
389
distclean-tags:
409
390
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
391
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
392
 
 
393
top_distdir = ../..
 
394
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
410
395
 
411
396
distdir: $(DISTFILES)
412
397
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
420
405
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
421
406
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
422
407
            dir="/$$dir"; \
423
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
408
            $(mkinstalldirs) "$(distdir)$$dir"; \
424
409
          else \
425
410
            dir=''; \
426
411
          fi; \
437
422
        done
438
423
        list='$(SUBDIRS)'; for subdir in $$list; do \
439
424
          if test "$$subdir" = .; then :; else \
440
 
            test -d "$(distdir)/$$subdir" \
441
 
            || mkdir "$(distdir)/$$subdir" \
 
425
            test -d $(distdir)/$$subdir \
 
426
            || mkdir $(distdir)/$$subdir \
442
427
            || exit 1; \
443
428
            (cd $$subdir && \
444
429
              $(MAKE) $(AM_MAKEFLAGS) \
445
 
                top_distdir="../$(top_distdir)" \
446
 
                distdir="../$(distdir)/$$subdir" \
 
430
                top_distdir="$(top_distdir)" \
 
431
                distdir=../$(distdir)/$$subdir \
447
432
                distdir) \
448
433
              || exit 1; \
449
434
          fi; \
453
438
all-am: Makefile
454
439
installdirs: installdirs-recursive
455
440
installdirs-am:
 
441
 
456
442
install: install-recursive
457
443
install-exec: install-exec-recursive
458
444
install-data: install-data-recursive
490
476
 
491
477
dvi-am:
492
478
 
493
 
html: html-recursive
494
 
 
495
479
info: info-recursive
496
480
 
497
481
info-am:
526
510
 
527
511
uninstall-info: uninstall-info-recursive
528
512
 
529
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
530
 
        clean clean-generic clean-libtool clean-recursive ctags \
 
513
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
514
        clean-generic clean-libtool clean-recursive ctags \
531
515
        ctags-recursive distclean distclean-generic distclean-libtool \
532
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
533
 
        html-am info info-am install install-am install-data \
534
 
        install-data-am install-exec install-exec-am install-info \
535
 
        install-info-am install-man install-strip installcheck \
536
 
        installcheck-am installdirs installdirs-am maintainer-clean \
537
 
        maintainer-clean-generic maintainer-clean-recursive \
538
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
539
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
540
 
        uninstall uninstall-am uninstall-info-am
 
516
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
517
        dvi-recursive info info-am info-recursive install install-am \
 
518
        install-data install-data-am install-data-recursive \
 
519
        install-exec install-exec-am install-exec-recursive \
 
520
        install-info install-info-am install-info-recursive install-man \
 
521
        install-recursive install-strip installcheck installcheck-am \
 
522
        installdirs installdirs-am installdirs-recursive \
 
523
        maintainer-clean maintainer-clean-generic \
 
524
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
525
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
526
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
527
        uninstall uninstall-am uninstall-info-am \
 
528
        uninstall-info-recursive uninstall-recursive
541
529
 
542
530
# Tell versions [3.59,3.63) of GNU make to not export all variables.
543
531
# Otherwise a system limit (for SysV at least) may be exceeded.