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

« back to all changes in this revision

Viewing changes to include/FLAC/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) 2000,2001,2002,2003,2004,2005  Josh Coalson
 
18
#  Copyright (C) 2000,2001,2002,2003,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
51
51
pkglibdir = $(libdir)/@PACKAGE@
52
52
pkgincludedir = $(includedir)/@PACKAGE@
53
53
top_builddir = ../..
 
54
 
54
55
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
55
56
INSTALL = @INSTALL@
56
57
install_sh_DATA = $(install_sh) -c -m 644
65
66
PRE_UNINSTALL = :
66
67
POST_UNINSTALL = :
67
68
host_triplet = @host@
68
 
subdir = include/FLAC
69
 
DIST_COMMON = $(flaccinclude_HEADERS) $(srcdir)/Makefile.am \
70
 
        $(srcdir)/Makefile.in
71
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
73
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74
 
        $(ACLOCAL_M4)
75
 
mkinstalldirs = $(mkdir_p)
76
 
CONFIG_HEADER = $(top_builddir)/config.h
77
 
CONFIG_CLEAN_FILES =
78
 
SOURCES =
79
 
DIST_SOURCES =
80
 
am__installdirs = "$(DESTDIR)$(flaccincludedir)"
81
 
flaccincludeHEADERS_INSTALL = $(INSTALL_HEADER)
82
 
HEADERS = $(flaccinclude_HEADERS)
83
 
ETAGS = etags
84
 
CTAGS = ctags
85
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
69
ACLOCAL = @ACLOCAL@
 
70
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
87
71
AMDEP_FALSE = @AMDEP_FALSE@
88
72
AMDEP_TRUE = @AMDEP_TRUE@
89
73
AMTAR = @AMTAR@
 
74
AR = @AR@
90
75
AS = @AS@
91
76
AUTOCONF = @AUTOCONF@
92
77
AUTOHEADER = @AUTOHEADER@
100
85
CPP = @CPP@
101
86
CPPFLAGS = @CPPFLAGS@
102
87
CXX = @CXX@
 
88
CXXCPP = @CXXCPP@
103
89
CXXDEPMODE = @CXXDEPMODE@
104
90
CXXFLAGS = @CXXFLAGS@
105
91
CYGPATH_W = @CYGPATH_W@
115
101
ECHO_T = @ECHO_T@
116
102
EGREP = @EGREP@
117
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@
118
108
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
119
109
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
120
110
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
121
111
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
122
112
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
123
113
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
124
 
FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
125
 
FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
126
114
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
127
115
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
128
116
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
155
143
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
156
144
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
157
145
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
158
 
FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
159
 
FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
160
146
GAS = @GAS@
161
147
INSTALL_DATA = @INSTALL_DATA@
162
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
202
188
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
203
189
XMMS_VERSION = @XMMS_VERSION@
204
190
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
191
ac_ct_AR = @ac_ct_AR@
205
192
ac_ct_CC = @ac_ct_CC@
206
193
ac_ct_CXX = @ac_ct_CXX@
 
194
ac_ct_F77 = @ac_ct_F77@
207
195
ac_ct_RANLIB = @ac_ct_RANLIB@
208
196
ac_ct_STRIP = @ac_ct_STRIP@
209
197
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
233
221
libexecdir = @libexecdir@
234
222
localstatedir = @localstatedir@
235
223
mandir = @mandir@
236
 
mkdir_p = @mkdir_p@
237
224
oldincludedir = @oldincludedir@
238
225
prefix = @prefix@
239
226
program_transform_name = @program_transform_name@
241
228
sharedstatedir = @sharedstatedir@
242
229
sysconfdir = @sysconfdir@
243
230
target_alias = @target_alias@
 
231
 
244
232
flaccincludedir = $(includedir)/FLAC
 
233
 
245
234
flaccinclude_HEADERS = \
246
235
        all.h \
247
236
        assert.h \
248
237
        callback.h \
249
238
        export.h \
250
 
        file_decoder.h \
251
 
        file_encoder.h \
252
239
        format.h \
253
240
        metadata.h \
254
241
        ordinals.h \
255
 
        seekable_stream_decoder.h \
256
 
        seekable_stream_encoder.h \
257
242
        stream_decoder.h \
258
243
        stream_encoder.h
259
244
 
 
245
subdir = include/FLAC
 
246
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
247
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
248
CONFIG_HEADER = $(top_builddir)/config.h
 
249
CONFIG_CLEAN_FILES =
 
250
DIST_SOURCES =
 
251
HEADERS = $(flaccinclude_HEADERS)
 
252
 
 
253
DIST_COMMON = $(flaccinclude_HEADERS) $(srcdir)/Makefile.in Makefile.am
260
254
all: all-am
261
255
 
262
256
.SUFFIXES:
263
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
264
 
        @for dep in $?; do \
265
 
          case '$(am__configure_deps)' in \
266
 
            *$$dep*) \
267
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
268
 
                && exit 0; \
269
 
              exit 1;; \
270
 
          esac; \
271
 
        done; \
272
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/FLAC/Makefile'; \
 
257
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
273
258
        cd $(top_srcdir) && \
274
 
          $(AUTOMAKE) --foreign  include/FLAC/Makefile
275
 
.PRECIOUS: Makefile
276
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277
 
        @case '$?' in \
278
 
          *config.status*) \
279
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280
 
          *) \
281
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283
 
        esac;
284
 
 
285
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
 
 
288
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
289
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
291
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
259
          $(AUTOMAKE) --gnu  include/FLAC/Makefile
 
260
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
261
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
292
262
 
293
263
mostlyclean-libtool:
294
264
        -rm -f *.lo
299
269
distclean-libtool:
300
270
        -rm -f libtool
301
271
uninstall-info-am:
 
272
flaccincludeHEADERS_INSTALL = $(INSTALL_HEADER)
302
273
install-flaccincludeHEADERS: $(flaccinclude_HEADERS)
303
274
        @$(NORMAL_INSTALL)
304
 
        test -z "$(flaccincludedir)" || $(mkdir_p) "$(DESTDIR)$(flaccincludedir)"
 
275
        $(mkinstalldirs) $(DESTDIR)$(flaccincludedir)
305
276
        @list='$(flaccinclude_HEADERS)'; for p in $$list; do \
306
277
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
307
278
          f="`echo $$p | sed -e 's|^.*/||'`"; \
308
 
          echo " $(flaccincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(flaccincludedir)/$$f'"; \
309
 
          $(flaccincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(flaccincludedir)/$$f"; \
 
279
          echo " $(flaccincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccincludedir)/$$f"; \
 
280
          $(flaccincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccincludedir)/$$f; \
310
281
        done
311
282
 
312
283
uninstall-flaccincludeHEADERS:
313
284
        @$(NORMAL_UNINSTALL)
314
285
        @list='$(flaccinclude_HEADERS)'; for p in $$list; do \
315
286
          f="`echo $$p | sed -e 's|^.*/||'`"; \
316
 
          echo " rm -f '$(DESTDIR)$(flaccincludedir)/$$f'"; \
317
 
          rm -f "$(DESTDIR)$(flaccincludedir)/$$f"; \
 
287
          echo " rm -f $(DESTDIR)$(flaccincludedir)/$$f"; \
 
288
          rm -f $(DESTDIR)$(flaccincludedir)/$$f; \
318
289
        done
319
290
 
 
291
ETAGS = etags
 
292
ETAGSFLAGS =
 
293
 
 
294
CTAGS = ctags
 
295
CTAGSFLAGS =
 
296
 
 
297
tags: TAGS
 
298
 
320
299
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321
300
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322
301
        unique=`for i in $$list; do \
325
304
          $(AWK) '    { files[$$0] = 1; } \
326
305
               END { for (i in files) print i; }'`; \
327
306
        mkid -fID $$unique
328
 
tags: TAGS
329
307
 
330
308
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331
309
                $(TAGS_FILES) $(LISP)
337
315
          done | \
338
316
          $(AWK) '    { files[$$0] = 1; } \
339
317
               END { for (i in files) print i; }'`; \
340
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
341
 
          test -n "$$unique" || unique=$$empty_fix; \
342
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343
 
            $$tags $$unique; \
344
 
        fi
 
318
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
319
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
320
             $$tags $$unique
 
321
 
345
322
ctags: CTAGS
346
323
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347
324
                $(TAGS_FILES) $(LISP)
364
341
 
365
342
distclean-tags:
366
343
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
344
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
345
 
 
346
top_distdir = ../..
 
347
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
367
348
 
368
349
distdir: $(DISTFILES)
369
350
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
377
358
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
378
359
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
379
360
            dir="/$$dir"; \
380
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
361
            $(mkinstalldirs) "$(distdir)$$dir"; \
381
362
          else \
382
363
            dir=''; \
383
364
          fi; \
395
376
check-am: all-am
396
377
check: check-am
397
378
all-am: Makefile $(HEADERS)
 
379
 
398
380
installdirs:
399
 
        for dir in "$(DESTDIR)$(flaccincludedir)"; do \
400
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
401
 
        done
 
381
        $(mkinstalldirs) $(DESTDIR)$(flaccincludedir)
402
382
install: install-am
403
383
install-exec: install-exec-am
404
384
install-data: install-data-am
436
416
 
437
417
dvi-am:
438
418
 
439
 
html: html-am
440
 
 
441
419
info: info-am
442
420
 
443
421
info-am:
472
450
 
473
451
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
474
452
        clean-libtool ctags distclean distclean-generic \
475
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
476
 
        html-am info info-am install install-am install-data \
477
 
        install-data-am install-exec install-exec-am \
478
 
        install-flaccincludeHEADERS install-info install-info-am \
479
 
        install-man install-strip installcheck installcheck-am \
480
 
        installdirs maintainer-clean maintainer-clean-generic \
481
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
482
 
        ps ps-am tags uninstall uninstall-am \
483
 
        uninstall-flaccincludeHEADERS uninstall-info-am
 
453
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
454
        info-am install install-am install-data install-data-am \
 
455
        install-exec install-exec-am install-flaccincludeHEADERS \
 
456
        install-info install-info-am install-man install-strip \
 
457
        installcheck installcheck-am installdirs maintainer-clean \
 
458
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
459
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
460
        uninstall-am uninstall-flaccincludeHEADERS uninstall-info-am
484
461
 
485
462
# Tell versions [3.59,3.63) of GNU make to not export all variables.
486
463
# Otherwise a system limit (for SysV at least) may be exceeded.