|
|
|
|
@@ -1,9 +1,8 @@
|
|
|
|
|
# Makefile.in generated by automake 1.11.6 from Makefile.am.
|
|
|
|
|
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
|
|
|
|
# @configure_input@
|
|
|
|
|
|
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
|
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
|
|
|
|
# Foundation, Inc.
|
|
|
|
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
|
@@ -17,7 +16,7 @@
|
|
|
|
|
|
|
|
|
|
# libFLAC++ - Free Lossless Audio Codec library
|
|
|
|
|
# Copyright (C) 2002-2009 Josh Coalson
|
|
|
|
|
# Copyright (C) 2011-2013 Xiph.Org Foundation
|
|
|
|
|
# Copyright (C) 2011-2014 Xiph.Org Foundation
|
|
|
|
|
#
|
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
|
# modification, are permitted provided that the following conditions
|
|
|
|
|
@@ -47,23 +46,51 @@
|
|
|
|
|
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
am__make_dryrun = \
|
|
|
|
|
{ \
|
|
|
|
|
am__dry=no; \
|
|
|
|
|
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
|
|
|
|
am__make_running_with_option = \
|
|
|
|
|
case $${target_option-} in \
|
|
|
|
|
?) ;; \
|
|
|
|
|
*) echo "am__make_running_with_option: internal error: invalid" \
|
|
|
|
|
"target option '$${target_option-}' specified" >&2; \
|
|
|
|
|
exit 1;; \
|
|
|
|
|
esac; \
|
|
|
|
|
has_opt=no; \
|
|
|
|
|
sane_makeflags=$$MAKEFLAGS; \
|
|
|
|
|
if $(am__is_gnu_make); then \
|
|
|
|
|
sane_makeflags=$$MFLAGS; \
|
|
|
|
|
else \
|
|
|
|
|
case $$MAKEFLAGS in \
|
|
|
|
|
*\\[\ \ ]*) \
|
|
|
|
|
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
|
|
|
|
|
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
|
|
|
|
|
*) \
|
|
|
|
|
for am__flg in $$MAKEFLAGS; do \
|
|
|
|
|
case $$am__flg in \
|
|
|
|
|
*=*|--*) ;; \
|
|
|
|
|
*n*) am__dry=yes; break;; \
|
|
|
|
|
esac; \
|
|
|
|
|
done;; \
|
|
|
|
|
bs=\\; \
|
|
|
|
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
|
|
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
|
|
|
esac; \
|
|
|
|
|
test $$am__dry = yes; \
|
|
|
|
|
}
|
|
|
|
|
fi; \
|
|
|
|
|
skip_next=no; \
|
|
|
|
|
strip_trailopt () \
|
|
|
|
|
{ \
|
|
|
|
|
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
|
|
|
}; \
|
|
|
|
|
for flg in $$sane_makeflags; do \
|
|
|
|
|
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
|
|
|
case $$flg in \
|
|
|
|
|
*=*|--*) continue;; \
|
|
|
|
|
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
|
|
|
-*I?*) strip_trailopt 'I';; \
|
|
|
|
|
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
|
|
|
-*O?*) strip_trailopt 'O';; \
|
|
|
|
|
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
|
|
|
-*l?*) strip_trailopt 'l';; \
|
|
|
|
|
-[dEDm]) skip_next=yes;; \
|
|
|
|
|
-[JT]) skip_next=yes;; \
|
|
|
|
|
esac; \
|
|
|
|
|
case $$flg in \
|
|
|
|
|
*$$target_option*) has_opt=yes; break;; \
|
|
|
|
|
esac; \
|
|
|
|
|
done; \
|
|
|
|
|
test $$has_opt = yes
|
|
|
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
|
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
|
@@ -83,30 +110,38 @@ POST_UNINSTALL = :
|
|
|
|
|
build_triplet = @build@
|
|
|
|
|
host_triplet = @host@
|
|
|
|
|
subdir = include/FLAC++
|
|
|
|
|
DIST_COMMON = $(flaccppinclude_HEADERS) $(srcdir)/Makefile.am \
|
|
|
|
|
$(srcdir)/Makefile.in
|
|
|
|
|
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
|
|
|
$(flaccppinclude_HEADERS)
|
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
|
|
|
|
|
$(top_srcdir)/m4/bswap.m4 $(top_srcdir)/m4/codeset.m4 \
|
|
|
|
|
$(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
|
|
|
|
|
$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
|
|
|
|
|
$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
|
|
|
|
|
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
|
|
|
|
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
|
|
|
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
|
|
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
|
|
|
|
$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/stack_protect.m4 \
|
|
|
|
|
$(top_srcdir)/m4/xmms.m4 $(top_srcdir)/configure.ac
|
|
|
|
|
$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
|
|
|
|
|
$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
|
|
|
|
|
$(top_srcdir)/configure.ac
|
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
|
mkinstalldirs = $(install_sh) -d
|
|
|
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
|
|
|
AM_V_P = $(am__v_P_@AM_V@)
|
|
|
|
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
|
|
|
am__v_P_0 = false
|
|
|
|
|
am__v_P_1 = :
|
|
|
|
|
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
|
|
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
|
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
|
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
|
|
|
am__v_GEN_1 =
|
|
|
|
|
AM_V_at = $(am__v_at_@AM_V@)
|
|
|
|
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
|
|
|
am__v_at_0 = @
|
|
|
|
|
am__v_at_1 =
|
|
|
|
|
SOURCES =
|
|
|
|
|
DIST_SOURCES =
|
|
|
|
|
am__can_run_installinfo = \
|
|
|
|
|
@@ -143,6 +178,23 @@ am__uninstall_files_from_dir = { \
|
|
|
|
|
}
|
|
|
|
|
am__installdirs = "$(DESTDIR)$(flaccppincludedir)"
|
|
|
|
|
HEADERS = $(flaccppinclude_HEADERS)
|
|
|
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
|
|
|
# Read a list of newline-separated strings from the standard input,
|
|
|
|
|
# and print each of them once, without duplicates. Input order is
|
|
|
|
|
# *not* preserved.
|
|
|
|
|
am__uniquify_input = $(AWK) '\
|
|
|
|
|
BEGIN { nonempty = 0; } \
|
|
|
|
|
{ items[$$0] = 1; nonempty = 1; } \
|
|
|
|
|
END { if (nonempty) { for (i in items) print i; }; } \
|
|
|
|
|
'
|
|
|
|
|
# Make sure the list of sources is unique. This is necessary because,
|
|
|
|
|
# e.g., the same source file might be shared among _SOURCES variables
|
|
|
|
|
# for different programs/libraries.
|
|
|
|
|
am__define_uniq_tagged_files = \
|
|
|
|
|
list='$(am__tagged_files)'; \
|
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
|
done | $(am__uniquify_input)`
|
|
|
|
|
ETAGS = etags
|
|
|
|
|
CTAGS = ctags
|
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
|
@@ -183,7 +235,6 @@ EXEEXT = @EXEEXT@
|
|
|
|
|
FGREP = @FGREP@
|
|
|
|
|
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
|
|
|
|
|
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
|
|
|
|
|
GAS = @GAS@
|
|
|
|
|
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
|
|
|
|
|
GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
|
|
|
|
|
GCC_VERSION = @GCC_VERSION@
|
|
|
|
|
@@ -203,8 +254,6 @@ LIPO = @LIPO@
|
|
|
|
|
LN_S = @LN_S@
|
|
|
|
|
LTLIBICONV = @LTLIBICONV@
|
|
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
|
|
|
LT_NO_UNDEFINED = @LT_NO_UNDEFINED@
|
|
|
|
|
MAINT = @MAINT@
|
|
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
|
|
|
MKDIR_P = @MKDIR_P@
|
|
|
|
|
@@ -309,7 +358,7 @@ flaccppinclude_HEADERS = \
|
|
|
|
|
all: all-am
|
|
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
|
@for dep in $?; do \
|
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
|
*$$dep*) \
|
|
|
|
|
@@ -334,9 +383,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
|
|
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(am__aclocal_m4_deps):
|
|
|
|
|
|
|
|
|
|
@@ -367,26 +416,15 @@ uninstall-flaccppincludeHEADERS:
|
|
|
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
|
|
|
dir='$(DESTDIR)$(flaccppincludedir)'; $(am__uninstall_files_from_dir)
|
|
|
|
|
|
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
|
done | \
|
|
|
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
|
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
|
|
|
mkid -fID $$unique
|
|
|
|
|
tags: TAGS
|
|
|
|
|
ID: $(am__tagged_files)
|
|
|
|
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
|
|
|
tags: tags-am
|
|
|
|
|
TAGS: tags
|
|
|
|
|
|
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
|
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
|
|
set x; \
|
|
|
|
|
here=`pwd`; \
|
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
|
done | \
|
|
|
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
|
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
|
|
|
$(am__define_uniq_tagged_files); \
|
|
|
|
|
shift; \
|
|
|
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
|
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
|
|
|
@@ -398,15 +436,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
|
$$unique; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi
|
|
|
|
|
ctags: CTAGS
|
|
|
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
|
done | \
|
|
|
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
|
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
|
|
|
ctags: ctags-am
|
|
|
|
|
|
|
|
|
|
CTAGS: ctags
|
|
|
|
|
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
|
|
$(am__define_uniq_tagged_files); \
|
|
|
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
|
|
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
|
|
|
$$unique
|
|
|
|
|
@@ -415,6 +449,21 @@ GTAGS:
|
|
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
|
|
|
&& $(am__cd) $(top_srcdir) \
|
|
|
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
|
|
|
cscopelist: cscopelist-am
|
|
|
|
|
|
|
|
|
|
cscopelist-am: $(am__tagged_files)
|
|
|
|
|
list='$(am__tagged_files)'; \
|
|
|
|
|
case "$(srcdir)" in \
|
|
|
|
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
|
|
|
*) sdir=$(subdir)/$(srcdir) ;; \
|
|
|
|
|
esac; \
|
|
|
|
|
for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then \
|
|
|
|
|
echo "$(subdir)/$$i"; \
|
|
|
|
|
else \
|
|
|
|
|
echo "$$sdir/$$i"; \
|
|
|
|
|
fi; \
|
|
|
|
|
done >> $(top_builddir)/cscope.files
|
|
|
|
|
|
|
|
|
|
distclean-tags:
|
|
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
|
@@ -554,18 +603,19 @@ uninstall-am: uninstall-flaccppincludeHEADERS
|
|
|
|
|
|
|
|
|
|
.MAKE: install-am install-strip
|
|
|
|
|
|
|
|
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
|
|
|
|
clean-libtool ctags distclean distclean-generic \
|
|
|
|
|
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
|
|
|
|
html-am info info-am install install-am install-data \
|
|
|
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
|
|
|
|
install-exec-am install-flaccppincludeHEADERS install-html \
|
|
|
|
|
install-html-am install-info install-info-am install-man \
|
|
|
|
|
install-pdf install-pdf-am install-ps install-ps-am \
|
|
|
|
|
install-strip installcheck installcheck-am installdirs \
|
|
|
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
|
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
|
|
tags uninstall uninstall-am uninstall-flaccppincludeHEADERS
|
|
|
|
|
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
|
|
|
|
|
clean-libtool cscopelist-am ctags ctags-am distclean \
|
|
|
|
|
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
|
|
|
|
dvi-am html html-am info info-am install install-am \
|
|
|
|
|
install-data install-data-am install-dvi install-dvi-am \
|
|
|
|
|
install-exec install-exec-am install-flaccppincludeHEADERS \
|
|
|
|
|
install-html install-html-am install-info install-info-am \
|
|
|
|
|
install-man install-pdf install-pdf-am install-ps \
|
|
|
|
|
install-ps-am install-strip installcheck installcheck-am \
|
|
|
|
|
installdirs maintainer-clean maintainer-clean-generic \
|
|
|
|
|
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
|
|
|
|
ps ps-am tags tags-am uninstall uninstall-am \
|
|
|
|
|
uninstall-flaccppincludeHEADERS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
|
|