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

« 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) 2002,2003,2004,2005  Josh Coalson
 
18
#  Copyright (C) 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 = $(flaccppinclude_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)$(flaccppincludedir)"
81
 
flaccppincludeHEADERS_INSTALL = $(INSTALL_HEADER)
82
 
HEADERS = $(flaccppinclude_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
flaccppincludedir = $(includedir)/FLAC++
 
233
 
245
234
flaccppinclude_HEADERS = \
246
235
        all.h \
247
236
        decoder.h \
249
238
        export.h \
250
239
        metadata.h
251
240
 
 
241
subdir = include/FLAC++
 
242
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
243
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
244
CONFIG_HEADER = $(top_builddir)/config.h
 
245
CONFIG_CLEAN_FILES =
 
246
DIST_SOURCES =
 
247
HEADERS = $(flaccppinclude_HEADERS)
 
248
 
 
249
DIST_COMMON = $(flaccppinclude_HEADERS) $(srcdir)/Makefile.in \
 
250
        Makefile.am
252
251
all: all-am
253
252
 
254
253
.SUFFIXES:
255
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
256
 
        @for dep in $?; do \
257
 
          case '$(am__configure_deps)' in \
258
 
            *$$dep*) \
259
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
260
 
                && exit 0; \
261
 
              exit 1;; \
262
 
          esac; \
263
 
        done; \
264
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/FLAC++/Makefile'; \
 
254
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
265
255
        cd $(top_srcdir) && \
266
 
          $(AUTOMAKE) --foreign  include/FLAC++/Makefile
267
 
.PRECIOUS: Makefile
268
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269
 
        @case '$?' in \
270
 
          *config.status*) \
271
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
272
 
          *) \
273
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
274
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
275
 
        esac;
276
 
 
277
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
 
 
280
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
256
          $(AUTOMAKE) --gnu  include/FLAC++/Makefile
 
257
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
258
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
284
259
 
285
260
mostlyclean-libtool:
286
261
        -rm -f *.lo
291
266
distclean-libtool:
292
267
        -rm -f libtool
293
268
uninstall-info-am:
 
269
flaccppincludeHEADERS_INSTALL = $(INSTALL_HEADER)
294
270
install-flaccppincludeHEADERS: $(flaccppinclude_HEADERS)
295
271
        @$(NORMAL_INSTALL)
296
 
        test -z "$(flaccppincludedir)" || $(mkdir_p) "$(DESTDIR)$(flaccppincludedir)"
 
272
        $(mkinstalldirs) $(DESTDIR)$(flaccppincludedir)
297
273
        @list='$(flaccppinclude_HEADERS)'; for p in $$list; do \
298
274
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
299
275
          f="`echo $$p | sed -e 's|^.*/||'`"; \
300
 
          echo " $(flaccppincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(flaccppincludedir)/$$f'"; \
301
 
          $(flaccppincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(flaccppincludedir)/$$f"; \
 
276
          echo " $(flaccppincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccppincludedir)/$$f"; \
 
277
          $(flaccppincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccppincludedir)/$$f; \
302
278
        done
303
279
 
304
280
uninstall-flaccppincludeHEADERS:
305
281
        @$(NORMAL_UNINSTALL)
306
282
        @list='$(flaccppinclude_HEADERS)'; for p in $$list; do \
307
283
          f="`echo $$p | sed -e 's|^.*/||'`"; \
308
 
          echo " rm -f '$(DESTDIR)$(flaccppincludedir)/$$f'"; \
309
 
          rm -f "$(DESTDIR)$(flaccppincludedir)/$$f"; \
 
284
          echo " rm -f $(DESTDIR)$(flaccppincludedir)/$$f"; \
 
285
          rm -f $(DESTDIR)$(flaccppincludedir)/$$f; \
310
286
        done
311
287
 
 
288
ETAGS = etags
 
289
ETAGSFLAGS =
 
290
 
 
291
CTAGS = ctags
 
292
CTAGSFLAGS =
 
293
 
 
294
tags: TAGS
 
295
 
312
296
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
313
297
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314
298
        unique=`for i in $$list; do \
317
301
          $(AWK) '    { files[$$0] = 1; } \
318
302
               END { for (i in files) print i; }'`; \
319
303
        mkid -fID $$unique
320
 
tags: TAGS
321
304
 
322
305
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
323
306
                $(TAGS_FILES) $(LISP)
329
312
          done | \
330
313
          $(AWK) '    { files[$$0] = 1; } \
331
314
               END { for (i in files) print i; }'`; \
332
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
333
 
          test -n "$$unique" || unique=$$empty_fix; \
334
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
335
 
            $$tags $$unique; \
336
 
        fi
 
315
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
316
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
317
             $$tags $$unique
 
318
 
337
319
ctags: CTAGS
338
320
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
339
321
                $(TAGS_FILES) $(LISP)
356
338
 
357
339
distclean-tags:
358
340
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
341
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
342
 
 
343
top_distdir = ../..
 
344
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
359
345
 
360
346
distdir: $(DISTFILES)
361
347
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
369
355
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
370
356
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
371
357
            dir="/$$dir"; \
372
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
358
            $(mkinstalldirs) "$(distdir)$$dir"; \
373
359
          else \
374
360
            dir=''; \
375
361
          fi; \
387
373
check-am: all-am
388
374
check: check-am
389
375
all-am: Makefile $(HEADERS)
 
376
 
390
377
installdirs:
391
 
        for dir in "$(DESTDIR)$(flaccppincludedir)"; do \
392
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
393
 
        done
 
378
        $(mkinstalldirs) $(DESTDIR)$(flaccppincludedir)
394
379
install: install-am
395
380
install-exec: install-exec-am
396
381
install-data: install-data-am
428
413
 
429
414
dvi-am:
430
415
 
431
 
html: html-am
432
 
 
433
416
info: info-am
434
417
 
435
418
info-am:
464
447
 
465
448
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
466
449
        clean-libtool ctags distclean distclean-generic \
467
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
468
 
        html-am info info-am install install-am install-data \
469
 
        install-data-am install-exec install-exec-am \
470
 
        install-flaccppincludeHEADERS install-info install-info-am \
471
 
        install-man install-strip installcheck installcheck-am \
472
 
        installdirs maintainer-clean maintainer-clean-generic \
473
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
474
 
        ps ps-am tags uninstall uninstall-am \
475
 
        uninstall-flaccppincludeHEADERS uninstall-info-am
 
450
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
451
        info-am install install-am install-data install-data-am \
 
452
        install-exec install-exec-am install-flaccppincludeHEADERS \
 
453
        install-info install-info-am install-man install-strip \
 
454
        installcheck installcheck-am installdirs maintainer-clean \
 
455
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
456
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
457
        uninstall-am uninstall-flaccppincludeHEADERS uninstall-info-am
476
458
 
477
459
# Tell versions [3.59,3.63) of GNU make to not export all variables.
478
460
# Otherwise a system limit (for SysV at least) may be exceeded.