1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#  FLAC - Free Lossless Audio Codec
18#  Copyright (C) 2002-2009  Josh Coalson
19#  Copyright (C) 2011-2016  Xiph.Org Foundation
20#
21#  This file is part the FLAC project.  FLAC is comprised of several
22#  components distributed under different licenses.  The codec libraries
23#  are distributed under Xiph.Org's BSD-like license (see the file
24#  COPYING.Xiph in this distribution).  All other programs, libraries, and
25#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
26#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
27#  FLAC distribution contains at the top the terms under which it may be
28#  distributed.
29#
30#  Since this particular file is relevant to all components of FLAC,
31#  it may be distributed under the Xiph.Org license, which is the least
32#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
33#  distribution.
34
35VPATH = @srcdir@
36am__is_gnu_make = { \
37  if test -z '$(MAKELEVEL)'; then \
38    false; \
39  elif test -n '$(MAKE_HOST)'; then \
40    true; \
41  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42    true; \
43  else \
44    false; \
45  fi; \
46}
47am__make_running_with_option = \
48  case $${target_option-} in \
49      ?) ;; \
50      *) echo "am__make_running_with_option: internal error: invalid" \
51              "target option '$${target_option-}' specified" >&2; \
52         exit 1;; \
53  esac; \
54  has_opt=no; \
55  sane_makeflags=$$MAKEFLAGS; \
56  if $(am__is_gnu_make); then \
57    sane_makeflags=$$MFLAGS; \
58  else \
59    case $$MAKEFLAGS in \
60      *\\[\ \	]*) \
61        bs=\\; \
62        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
64    esac; \
65  fi; \
66  skip_next=no; \
67  strip_trailopt () \
68  { \
69    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70  }; \
71  for flg in $$sane_makeflags; do \
72    test $$skip_next = yes && { skip_next=no; continue; }; \
73    case $$flg in \
74      *=*|--*) continue;; \
75        -*I) strip_trailopt 'I'; skip_next=yes;; \
76      -*I?*) strip_trailopt 'I';; \
77        -*O) strip_trailopt 'O'; skip_next=yes;; \
78      -*O?*) strip_trailopt 'O';; \
79        -*l) strip_trailopt 'l'; skip_next=yes;; \
80      -*l?*) strip_trailopt 'l';; \
81      -[dEDm]) skip_next=yes;; \
82      -[JT]) skip_next=yes;; \
83    esac; \
84    case $$flg in \
85      *$$target_option*) has_opt=yes; break;; \
86    esac; \
87  done; \
88  test $$has_opt = yes
89am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91pkgdatadir = $(datadir)/@PACKAGE@
92pkgincludedir = $(includedir)/@PACKAGE@
93pkglibdir = $(libdir)/@PACKAGE@
94pkglibexecdir = $(libexecdir)/@PACKAGE@
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96install_sh_DATA = $(install_sh) -c -m 644
97install_sh_PROGRAM = $(install_sh) -c
98install_sh_SCRIPT = $(install_sh) -c
99INSTALL_HEADER = $(INSTALL_DATA)
100transform = $(program_transform_name)
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
107build_triplet = @build@
108host_triplet = @host@
109subdir = src/share
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
112	$(top_srcdir)/m4/add_cxxflags.m4 \
113	$(top_srcdir)/m4/ax_add_fortify_source.m4 \
114	$(top_srcdir)/m4/ax_check_enable_debug.m4 \
115	$(top_srcdir)/m4/bswap.m4 $(top_srcdir)/m4/c_attribute.m4 \
116	$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
117	$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
118	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
119	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
120	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
121	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
122	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
123	$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
124	$(top_srcdir)/configure.ac
125am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126	$(ACLOCAL_M4)
127DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
128mkinstalldirs = $(install_sh) -d
129CONFIG_HEADER = $(top_builddir)/config.h
130CONFIG_CLEAN_FILES =
131CONFIG_CLEAN_VPATH_FILES =
132LTLIBRARIES = $(noinst_LTLIBRARIES)
133getopt_libgetopt_la_LIBADD =
134am__dirstamp = $(am__leading_dot)dirstamp
135am_getopt_libgetopt_la_OBJECTS = getopt/getopt.lo getopt/getopt1.lo
136getopt_libgetopt_la_OBJECTS = $(am_getopt_libgetopt_la_OBJECTS)
137AM_V_lt = $(am__v_lt_@AM_V@)
138am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
139am__v_lt_0 = --silent
140am__v_lt_1 =
141grabbag_libgrabbag_la_LIBADD =
142am_grabbag_libgrabbag_la_OBJECTS = grabbag/alloc.lo \
143	grabbag/cuesheet.lo grabbag/file.lo grabbag/picture.lo \
144	grabbag/replaygain.lo grabbag/seektable.lo grabbag/snprintf.lo
145grabbag_libgrabbag_la_OBJECTS = $(am_grabbag_libgrabbag_la_OBJECTS)
146replaygain_analysis_libreplaygain_analysis_la_LIBADD =
147am_replaygain_analysis_libreplaygain_analysis_la_OBJECTS =  \
148	replaygain_analysis/replaygain_analysis.lo
149replaygain_analysis_libreplaygain_analysis_la_OBJECTS =  \
150	$(am_replaygain_analysis_libreplaygain_analysis_la_OBJECTS)
151replaygain_synthesis_libreplaygain_synthesis_la_LIBADD =
152am_replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS = replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo
153replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS =  \
154	$(am_replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS)
155replaygain_synthesis_libreplaygain_synthesis_la_LINK = $(LIBTOOL) \
156	$(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
157	--mode=link $(CCLD) \
158	$(replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS) \
159	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
160utf8_libutf8_la_LIBADD =
161am_utf8_libutf8_la_OBJECTS = utf8/charset.lo utf8/iconvert.lo \
162	utf8/utf8.lo
163utf8_libutf8_la_OBJECTS = $(am_utf8_libutf8_la_OBJECTS)
164@OS_IS_WINDOWS_TRUE@win_utf8_io_libwin_utf8_io_la_DEPENDENCIES =  \
165@OS_IS_WINDOWS_TRUE@	$(top_builddir)/src/libFLAC/libFLAC.la
166am__win_utf8_io_libwin_utf8_io_la_SOURCES_DIST =  \
167	win_utf8_io/win_utf8_io.c
168@OS_IS_WINDOWS_TRUE@am_win_utf8_io_libwin_utf8_io_la_OBJECTS =  \
169@OS_IS_WINDOWS_TRUE@	win_utf8_io/win_utf8_io.lo
170win_utf8_io_libwin_utf8_io_la_OBJECTS =  \
171	$(am_win_utf8_io_libwin_utf8_io_la_OBJECTS)
172@OS_IS_WINDOWS_TRUE@am_win_utf8_io_libwin_utf8_io_la_rpath =
173AM_V_P = $(am__v_P_@AM_V@)
174am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
175am__v_P_0 = false
176am__v_P_1 = :
177AM_V_GEN = $(am__v_GEN_@AM_V@)
178am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
179am__v_GEN_0 = @echo "  GEN     " $@;
180am__v_GEN_1 =
181AM_V_at = $(am__v_at_@AM_V@)
182am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
183am__v_at_0 = @
184am__v_at_1 =
185DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
186depcomp = $(SHELL) $(top_srcdir)/depcomp
187am__maybe_remake_depfiles = depfiles
188am__depfiles_remade = getopt/$(DEPDIR)/getopt.Plo \
189	getopt/$(DEPDIR)/getopt1.Plo grabbag/$(DEPDIR)/alloc.Plo \
190	grabbag/$(DEPDIR)/cuesheet.Plo grabbag/$(DEPDIR)/file.Plo \
191	grabbag/$(DEPDIR)/picture.Plo grabbag/$(DEPDIR)/replaygain.Plo \
192	grabbag/$(DEPDIR)/seektable.Plo grabbag/$(DEPDIR)/snprintf.Plo \
193	replaygain_analysis/$(DEPDIR)/replaygain_analysis.Plo \
194	replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Plo \
195	utf8/$(DEPDIR)/charset.Plo utf8/$(DEPDIR)/iconvert.Plo \
196	utf8/$(DEPDIR)/utf8.Plo win_utf8_io/$(DEPDIR)/win_utf8_io.Plo
197am__mv = mv -f
198COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
199	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
200LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
201	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
202	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
203	$(AM_CFLAGS) $(CFLAGS)
204AM_V_CC = $(am__v_CC_@AM_V@)
205am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
206am__v_CC_0 = @echo "  CC      " $@;
207am__v_CC_1 =
208CCLD = $(CC)
209LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
210	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
211	$(AM_LDFLAGS) $(LDFLAGS) -o $@
212AM_V_CCLD = $(am__v_CCLD_@AM_V@)
213am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
214am__v_CCLD_0 = @echo "  CCLD    " $@;
215am__v_CCLD_1 =
216SOURCES = $(getopt_libgetopt_la_SOURCES) \
217	$(grabbag_libgrabbag_la_SOURCES) \
218	$(replaygain_analysis_libreplaygain_analysis_la_SOURCES) \
219	$(replaygain_synthesis_libreplaygain_synthesis_la_SOURCES) \
220	$(utf8_libutf8_la_SOURCES) \
221	$(win_utf8_io_libwin_utf8_io_la_SOURCES)
222DIST_SOURCES = $(getopt_libgetopt_la_SOURCES) \
223	$(grabbag_libgrabbag_la_SOURCES) \
224	$(replaygain_analysis_libreplaygain_analysis_la_SOURCES) \
225	$(replaygain_synthesis_libreplaygain_synthesis_la_SOURCES) \
226	$(utf8_libutf8_la_SOURCES) \
227	$(am__win_utf8_io_libwin_utf8_io_la_SOURCES_DIST)
228am__can_run_installinfo = \
229  case $$AM_UPDATE_INFO_DIR in \
230    n|no|NO) false;; \
231    *) (install-info --version) >/dev/null 2>&1;; \
232  esac
233am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
234# Read a list of newline-separated strings from the standard input,
235# and print each of them once, without duplicates.  Input order is
236# *not* preserved.
237am__uniquify_input = $(AWK) '\
238  BEGIN { nonempty = 0; } \
239  { items[$$0] = 1; nonempty = 1; } \
240  END { if (nonempty) { for (i in items) print i; }; } \
241'
242# Make sure the list of sources is unique.  This is necessary because,
243# e.g., the same source file might be shared among _SOURCES variables
244# for different programs/libraries.
245am__define_uniq_tagged_files = \
246  list='$(am__tagged_files)'; \
247  unique=`for i in $$list; do \
248    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
249  done | $(am__uniquify_input)`
250ETAGS = etags
251CTAGS = ctags
252am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
253DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
254ACLOCAL = @ACLOCAL@
255AMTAR = @AMTAR@
256AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
257AR = @AR@
258AS = @AS@
259AUTOCONF = @AUTOCONF@
260AUTOHEADER = @AUTOHEADER@
261AUTOMAKE = @AUTOMAKE@
262AWK = @AWK@
263CC = @CC@
264CCAS = @CCAS@
265CCASDEPMODE = @CCASDEPMODE@
266CCASFLAGS = @CCASFLAGS@
267CCDEPMODE = @CCDEPMODE@
268CFLAGS = @CFLAGS@
269CPP = @CPP@
270CPPFLAGS = @CPPFLAGS@
271CXX = @CXX@
272CXXCPP = @CXXCPP@
273CXXDEPMODE = @CXXDEPMODE@
274CXXFLAGS = @CXXFLAGS@
275CYGPATH_W = @CYGPATH_W@
276DEFS = @DEFS@
277DEPDIR = @DEPDIR@
278DLLTOOL = @DLLTOOL@
279DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
280DOXYGEN = @DOXYGEN@
281DSYMUTIL = @DSYMUTIL@
282DUMPBIN = @DUMPBIN@
283ECHO_C = @ECHO_C@
284ECHO_N = @ECHO_N@
285ECHO_T = @ECHO_T@
286EGREP = @EGREP@
287ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
288EXEEXT = @EXEEXT@
289FGREP = @FGREP@
290FLAC__HAS_OGG = @FLAC__HAS_OGG@
291FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
292FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
293GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
294GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
295GCC_VERSION = @GCC_VERSION@
296GREP = @GREP@
297INSTALL = @INSTALL@
298INSTALL_DATA = @INSTALL_DATA@
299INSTALL_PROGRAM = @INSTALL_PROGRAM@
300INSTALL_SCRIPT = @INSTALL_SCRIPT@
301INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
302LD = @LD@
303LDFLAGS = @LDFLAGS@
304LIBICONV = @LIBICONV@
305LIBOBJS = @LIBOBJS@
306LIBS = @LIBS@
307LIBTOOL = @LIBTOOL@
308LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
309LIB_FUZZING_ENGINE = @LIB_FUZZING_ENGINE@
310LIPO = @LIPO@
311LN_S = @LN_S@
312LTLIBICONV = @LTLIBICONV@
313LTLIBOBJS = @LTLIBOBJS@
314LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
315MAKEINFO = @MAKEINFO@
316MANIFEST_TOOL = @MANIFEST_TOOL@
317MKDIR_P = @MKDIR_P@
318NASM = @NASM@
319NM = @NM@
320NMEDIT = @NMEDIT@
321OBJDUMP = @OBJDUMP@
322OBJEXT = @OBJEXT@
323OBJ_FORMAT = @OBJ_FORMAT@
324OGG_CFLAGS = @OGG_CFLAGS@
325OGG_LIBS = @OGG_LIBS@
326OGG_PACKAGE = @OGG_PACKAGE@
327OTOOL = @OTOOL@
328OTOOL64 = @OTOOL64@
329PACKAGE = @PACKAGE@
330PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
331PACKAGE_NAME = @PACKAGE_NAME@
332PACKAGE_STRING = @PACKAGE_STRING@
333PACKAGE_TARNAME = @PACKAGE_TARNAME@
334PACKAGE_URL = @PACKAGE_URL@
335PACKAGE_VERSION = @PACKAGE_VERSION@
336PATH_SEPARATOR = @PATH_SEPARATOR@
337RANLIB = @RANLIB@
338SED = @SED@
339SET_MAKE = @SET_MAKE@
340SHELL = @SHELL@
341STRIP = @STRIP@
342VERSION = @VERSION@
343XMMS_CFLAGS = @XMMS_CFLAGS@
344XMMS_CONFIG = @XMMS_CONFIG@
345XMMS_DATA_DIR = @XMMS_DATA_DIR@
346XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
347XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
348XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
349XMMS_LIBS = @XMMS_LIBS@
350XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
351XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
352XMMS_VERSION = @XMMS_VERSION@
353XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
354abs_builddir = @abs_builddir@
355abs_srcdir = @abs_srcdir@
356abs_top_builddir = @abs_top_builddir@
357abs_top_srcdir = @abs_top_srcdir@
358ac_ct_AR = @ac_ct_AR@
359ac_ct_CC = @ac_ct_CC@
360ac_ct_CXX = @ac_ct_CXX@
361ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
362am__include = @am__include@
363am__leading_dot = @am__leading_dot@
364am__quote = @am__quote@
365am__tar = @am__tar@
366am__untar = @am__untar@
367bindir = @bindir@
368build = @build@
369build_alias = @build_alias@
370build_cpu = @build_cpu@
371build_os = @build_os@
372build_vendor = @build_vendor@
373builddir = @builddir@
374datadir = @datadir@
375datarootdir = @datarootdir@
376docdir = @docdir@
377dvidir = @dvidir@
378exec_prefix = @exec_prefix@
379host = @host@
380host_alias = @host_alias@
381host_cpu = @host_cpu@
382host_os = @host_os@
383host_vendor = @host_vendor@
384htmldir = @htmldir@
385includedir = @includedir@
386infodir = @infodir@
387install_sh = @install_sh@
388libdir = @libdir@
389libexecdir = @libexecdir@
390localedir = @localedir@
391localstatedir = @localstatedir@
392mandir = @mandir@
393mkdir_p = @mkdir_p@
394oldincludedir = @oldincludedir@
395pdfdir = @pdfdir@
396prefix = @prefix@
397program_transform_name = @program_transform_name@
398psdir = @psdir@
399runstatedir = @runstatedir@
400sbindir = @sbindir@
401sharedstatedir = @sharedstatedir@
402srcdir = @srcdir@
403sysconfdir = @sysconfdir@
404target_alias = @target_alias@
405top_build_prefix = @top_build_prefix@
406top_builddir = @top_builddir@
407top_srcdir = @top_srcdir@
408AUTOMAKE_OPTIONS = subdir-objects
409AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
410EXTRA_DIST = \
411	Makefile.lite \
412	README \
413	getopt/CMakeLists.txt \
414	getopt/Makefile.lite \
415	getopt/getopt_static.vcproj \
416	getopt/getopt_static.vcxproj \
417	getopt/getopt_static.vcxproj.filters \
418	grabbag/CMakeLists.txt \
419	grabbag/Makefile.lite \
420	grabbag/grabbag_static.vcproj \
421	grabbag/grabbag_static.vcxproj \
422	grabbag/grabbag_static.vcxproj.filters \
423	replaygain_analysis/CMakeLists.txt \
424	replaygain_analysis/Makefile.lite \
425	replaygain_analysis/replaygain_analysis_static.vcproj \
426	replaygain_analysis/replaygain_analysis_static.vcxproj \
427	replaygain_analysis/replaygain_analysis_static.vcxproj.filters \
428	replaygain_synthesis/CMakeLists.txt \
429	replaygain_synthesis/Makefile.lite \
430	replaygain_synthesis/replaygain_synthesis_static.vcproj \
431	replaygain_synthesis/replaygain_synthesis_static.vcxproj \
432	replaygain_synthesis/replaygain_synthesis_static.vcxproj.filters \
433	utf8/CMakeLists.txt \
434	utf8/Makefile.lite \
435	utf8/charmaps.h \
436	utf8/makemap.c \
437	utf8/charset_test.c \
438	utf8/utf8_static.vcproj \
439	utf8/utf8_static.vcxproj \
440	utf8/utf8_static.vcxproj.filters \
441	win_utf8_io/Makefile.lite \
442	win_utf8_io/win_utf8_io_static.vcproj \
443	win_utf8_io/win_utf8_io_static.vcxproj \
444	win_utf8_io/win_utf8_io_static.vcxproj.filters
445
446noinst_LTLIBRARIES = \
447	getopt/libgetopt.la \
448	grabbag/libgrabbag.la \
449	utf8/libutf8.la \
450	$(libwin_utf8_io) \
451	replaygain_analysis/libreplaygain_analysis.la \
452	replaygain_synthesis/libreplaygain_synthesis.la
453
454@OS_IS_WINDOWS_FALSE@win_utf8_io_libwin_utf8_io_la_SOURCES =
455@OS_IS_WINDOWS_TRUE@win_utf8_io_libwin_utf8_io_la_SOURCES = win_utf8_io/win_utf8_io.c
456@OS_IS_WINDOWS_FALSE@libwin_utf8_io =
457@OS_IS_WINDOWS_TRUE@libwin_utf8_io = win_utf8_io/libwin_utf8_io.la
458@OS_IS_WINDOWS_TRUE@win_utf8_io_libwin_utf8_io_la_LIBADD = $(top_builddir)/src/libFLAC/libFLAC.la -lm
459getopt_libgetopt_la_SOURCES = getopt/getopt.c getopt/getopt1.c
460grabbag_libgrabbag_la_SOURCES = \
461	grabbag/alloc.c \
462	grabbag/cuesheet.c \
463	grabbag/file.c \
464	grabbag/picture.c \
465	grabbag/replaygain.c \
466	grabbag/seektable.c \
467	grabbag/snprintf.c
468
469utf8_libutf8_la_SOURCES = \
470	utf8/charset.c \
471	utf8/charset.h \
472	utf8/iconvert.c \
473	utf8/iconvert.h \
474	utf8/utf8.c
475
476replaygain_analysis_libreplaygain_analysis_la_SOURCES = replaygain_analysis/replaygain_analysis.c
477replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS = -I $(top_srcdir)/src/share/replaygain_synthesis/include
478replaygain_synthesis_libreplaygain_synthesis_la_SOURCES = replaygain_synthesis/replaygain_synthesis.c
479all: all-am
480
481.SUFFIXES:
482.SUFFIXES: .c .lo .o .obj
483$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
484	@for dep in $?; do \
485	  case '$(am__configure_deps)' in \
486	    *$$dep*) \
487	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
488	        && { if test -f $@; then exit 0; else break; fi; }; \
489	      exit 1;; \
490	  esac; \
491	done; \
492	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/share/Makefile'; \
493	$(am__cd) $(top_srcdir) && \
494	  $(AUTOMAKE) --foreign src/share/Makefile
495Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
496	@case '$?' in \
497	  *config.status*) \
498	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
499	  *) \
500	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
501	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
502	esac;
503
504$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
505	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
506
507$(top_srcdir)/configure:  $(am__configure_deps)
508	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
509$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
510	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511$(am__aclocal_m4_deps):
512
513clean-noinstLTLIBRARIES:
514	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
515	@list='$(noinst_LTLIBRARIES)'; \
516	locs=`for p in $$list; do echo $$p; done | \
517	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
518	      sort -u`; \
519	test -z "$$locs" || { \
520	  echo rm -f $${locs}; \
521	  rm -f $${locs}; \
522	}
523getopt/$(am__dirstamp):
524	@$(MKDIR_P) getopt
525	@: > getopt/$(am__dirstamp)
526getopt/$(DEPDIR)/$(am__dirstamp):
527	@$(MKDIR_P) getopt/$(DEPDIR)
528	@: > getopt/$(DEPDIR)/$(am__dirstamp)
529getopt/getopt.lo: getopt/$(am__dirstamp) \
530	getopt/$(DEPDIR)/$(am__dirstamp)
531getopt/getopt1.lo: getopt/$(am__dirstamp) \
532	getopt/$(DEPDIR)/$(am__dirstamp)
533
534getopt/libgetopt.la: $(getopt_libgetopt_la_OBJECTS) $(getopt_libgetopt_la_DEPENDENCIES) $(EXTRA_getopt_libgetopt_la_DEPENDENCIES) getopt/$(am__dirstamp)
535	$(AM_V_CCLD)$(LINK)  $(getopt_libgetopt_la_OBJECTS) $(getopt_libgetopt_la_LIBADD) $(LIBS)
536grabbag/$(am__dirstamp):
537	@$(MKDIR_P) grabbag
538	@: > grabbag/$(am__dirstamp)
539grabbag/$(DEPDIR)/$(am__dirstamp):
540	@$(MKDIR_P) grabbag/$(DEPDIR)
541	@: > grabbag/$(DEPDIR)/$(am__dirstamp)
542grabbag/alloc.lo: grabbag/$(am__dirstamp) \
543	grabbag/$(DEPDIR)/$(am__dirstamp)
544grabbag/cuesheet.lo: grabbag/$(am__dirstamp) \
545	grabbag/$(DEPDIR)/$(am__dirstamp)
546grabbag/file.lo: grabbag/$(am__dirstamp) \
547	grabbag/$(DEPDIR)/$(am__dirstamp)
548grabbag/picture.lo: grabbag/$(am__dirstamp) \
549	grabbag/$(DEPDIR)/$(am__dirstamp)
550grabbag/replaygain.lo: grabbag/$(am__dirstamp) \
551	grabbag/$(DEPDIR)/$(am__dirstamp)
552grabbag/seektable.lo: grabbag/$(am__dirstamp) \
553	grabbag/$(DEPDIR)/$(am__dirstamp)
554grabbag/snprintf.lo: grabbag/$(am__dirstamp) \
555	grabbag/$(DEPDIR)/$(am__dirstamp)
556
557grabbag/libgrabbag.la: $(grabbag_libgrabbag_la_OBJECTS) $(grabbag_libgrabbag_la_DEPENDENCIES) $(EXTRA_grabbag_libgrabbag_la_DEPENDENCIES) grabbag/$(am__dirstamp)
558	$(AM_V_CCLD)$(LINK)  $(grabbag_libgrabbag_la_OBJECTS) $(grabbag_libgrabbag_la_LIBADD) $(LIBS)
559replaygain_analysis/$(am__dirstamp):
560	@$(MKDIR_P) replaygain_analysis
561	@: > replaygain_analysis/$(am__dirstamp)
562replaygain_analysis/$(DEPDIR)/$(am__dirstamp):
563	@$(MKDIR_P) replaygain_analysis/$(DEPDIR)
564	@: > replaygain_analysis/$(DEPDIR)/$(am__dirstamp)
565replaygain_analysis/replaygain_analysis.lo:  \
566	replaygain_analysis/$(am__dirstamp) \
567	replaygain_analysis/$(DEPDIR)/$(am__dirstamp)
568
569replaygain_analysis/libreplaygain_analysis.la: $(replaygain_analysis_libreplaygain_analysis_la_OBJECTS) $(replaygain_analysis_libreplaygain_analysis_la_DEPENDENCIES) $(EXTRA_replaygain_analysis_libreplaygain_analysis_la_DEPENDENCIES) replaygain_analysis/$(am__dirstamp)
570	$(AM_V_CCLD)$(LINK)  $(replaygain_analysis_libreplaygain_analysis_la_OBJECTS) $(replaygain_analysis_libreplaygain_analysis_la_LIBADD) $(LIBS)
571replaygain_synthesis/$(am__dirstamp):
572	@$(MKDIR_P) replaygain_synthesis
573	@: > replaygain_synthesis/$(am__dirstamp)
574replaygain_synthesis/$(DEPDIR)/$(am__dirstamp):
575	@$(MKDIR_P) replaygain_synthesis/$(DEPDIR)
576	@: > replaygain_synthesis/$(DEPDIR)/$(am__dirstamp)
577replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo:  \
578	replaygain_synthesis/$(am__dirstamp) \
579	replaygain_synthesis/$(DEPDIR)/$(am__dirstamp)
580
581replaygain_synthesis/libreplaygain_synthesis.la: $(replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS) $(replaygain_synthesis_libreplaygain_synthesis_la_DEPENDENCIES) $(EXTRA_replaygain_synthesis_libreplaygain_synthesis_la_DEPENDENCIES) replaygain_synthesis/$(am__dirstamp)
582	$(AM_V_CCLD)$(replaygain_synthesis_libreplaygain_synthesis_la_LINK)  $(replaygain_synthesis_libreplaygain_synthesis_la_OBJECTS) $(replaygain_synthesis_libreplaygain_synthesis_la_LIBADD) $(LIBS)
583utf8/$(am__dirstamp):
584	@$(MKDIR_P) utf8
585	@: > utf8/$(am__dirstamp)
586utf8/$(DEPDIR)/$(am__dirstamp):
587	@$(MKDIR_P) utf8/$(DEPDIR)
588	@: > utf8/$(DEPDIR)/$(am__dirstamp)
589utf8/charset.lo: utf8/$(am__dirstamp) utf8/$(DEPDIR)/$(am__dirstamp)
590utf8/iconvert.lo: utf8/$(am__dirstamp) utf8/$(DEPDIR)/$(am__dirstamp)
591utf8/utf8.lo: utf8/$(am__dirstamp) utf8/$(DEPDIR)/$(am__dirstamp)
592
593utf8/libutf8.la: $(utf8_libutf8_la_OBJECTS) $(utf8_libutf8_la_DEPENDENCIES) $(EXTRA_utf8_libutf8_la_DEPENDENCIES) utf8/$(am__dirstamp)
594	$(AM_V_CCLD)$(LINK)  $(utf8_libutf8_la_OBJECTS) $(utf8_libutf8_la_LIBADD) $(LIBS)
595win_utf8_io/$(am__dirstamp):
596	@$(MKDIR_P) win_utf8_io
597	@: > win_utf8_io/$(am__dirstamp)
598win_utf8_io/$(DEPDIR)/$(am__dirstamp):
599	@$(MKDIR_P) win_utf8_io/$(DEPDIR)
600	@: > win_utf8_io/$(DEPDIR)/$(am__dirstamp)
601win_utf8_io/win_utf8_io.lo: win_utf8_io/$(am__dirstamp) \
602	win_utf8_io/$(DEPDIR)/$(am__dirstamp)
603
604win_utf8_io/libwin_utf8_io.la: $(win_utf8_io_libwin_utf8_io_la_OBJECTS) $(win_utf8_io_libwin_utf8_io_la_DEPENDENCIES) $(EXTRA_win_utf8_io_libwin_utf8_io_la_DEPENDENCIES) win_utf8_io/$(am__dirstamp)
605	$(AM_V_CCLD)$(LINK) $(am_win_utf8_io_libwin_utf8_io_la_rpath) $(win_utf8_io_libwin_utf8_io_la_OBJECTS) $(win_utf8_io_libwin_utf8_io_la_LIBADD) $(LIBS)
606
607mostlyclean-compile:
608	-rm -f *.$(OBJEXT)
609	-rm -f getopt/*.$(OBJEXT)
610	-rm -f getopt/*.lo
611	-rm -f grabbag/*.$(OBJEXT)
612	-rm -f grabbag/*.lo
613	-rm -f replaygain_analysis/*.$(OBJEXT)
614	-rm -f replaygain_analysis/*.lo
615	-rm -f replaygain_synthesis/*.$(OBJEXT)
616	-rm -f replaygain_synthesis/*.lo
617	-rm -f utf8/*.$(OBJEXT)
618	-rm -f utf8/*.lo
619	-rm -f win_utf8_io/*.$(OBJEXT)
620	-rm -f win_utf8_io/*.lo
621
622distclean-compile:
623	-rm -f *.tab.c
624
625@AMDEP_TRUE@@am__include@ @am__quote@getopt/$(DEPDIR)/getopt.Plo@am__quote@ # am--include-marker
626@AMDEP_TRUE@@am__include@ @am__quote@getopt/$(DEPDIR)/getopt1.Plo@am__quote@ # am--include-marker
627@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/alloc.Plo@am__quote@ # am--include-marker
628@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/cuesheet.Plo@am__quote@ # am--include-marker
629@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/file.Plo@am__quote@ # am--include-marker
630@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/picture.Plo@am__quote@ # am--include-marker
631@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/replaygain.Plo@am__quote@ # am--include-marker
632@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/seektable.Plo@am__quote@ # am--include-marker
633@AMDEP_TRUE@@am__include@ @am__quote@grabbag/$(DEPDIR)/snprintf.Plo@am__quote@ # am--include-marker
634@AMDEP_TRUE@@am__include@ @am__quote@replaygain_analysis/$(DEPDIR)/replaygain_analysis.Plo@am__quote@ # am--include-marker
635@AMDEP_TRUE@@am__include@ @am__quote@replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Plo@am__quote@ # am--include-marker
636@AMDEP_TRUE@@am__include@ @am__quote@utf8/$(DEPDIR)/charset.Plo@am__quote@ # am--include-marker
637@AMDEP_TRUE@@am__include@ @am__quote@utf8/$(DEPDIR)/iconvert.Plo@am__quote@ # am--include-marker
638@AMDEP_TRUE@@am__include@ @am__quote@utf8/$(DEPDIR)/utf8.Plo@am__quote@ # am--include-marker
639@AMDEP_TRUE@@am__include@ @am__quote@win_utf8_io/$(DEPDIR)/win_utf8_io.Plo@am__quote@ # am--include-marker
640
641$(am__depfiles_remade):
642	@$(MKDIR_P) $(@D)
643	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
644
645am--depfiles: $(am__depfiles_remade)
646
647.c.o:
648@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
649@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
650@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
651@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
652@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
653@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
654
655.c.obj:
656@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
657@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
658@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
659@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
660@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
662
663.c.lo:
664@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
665@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
666@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
667@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
668@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
670
671replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo: replaygain_synthesis/replaygain_synthesis.c
672@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS) $(CFLAGS) -MT replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo -MD -MP -MF replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Tpo -c -o replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo `test -f 'replaygain_synthesis/replaygain_synthesis.c' || echo '$(srcdir)/'`replaygain_synthesis/replaygain_synthesis.c
673@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Tpo replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Plo
674@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='replaygain_synthesis/replaygain_synthesis.c' object='replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo' libtool=yes @AMDEPBACKSLASH@
675@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
676@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS) $(CFLAGS) -c -o replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo `test -f 'replaygain_synthesis/replaygain_synthesis.c' || echo '$(srcdir)/'`replaygain_synthesis/replaygain_synthesis.c
677
678mostlyclean-libtool:
679	-rm -f *.lo
680
681clean-libtool:
682	-rm -rf .libs _libs
683	-rm -rf getopt/.libs getopt/_libs
684	-rm -rf grabbag/.libs grabbag/_libs
685	-rm -rf replaygain_analysis/.libs replaygain_analysis/_libs
686	-rm -rf replaygain_synthesis/.libs replaygain_synthesis/_libs
687	-rm -rf utf8/.libs utf8/_libs
688	-rm -rf win_utf8_io/.libs win_utf8_io/_libs
689
690ID: $(am__tagged_files)
691	$(am__define_uniq_tagged_files); mkid -fID $$unique
692tags: tags-am
693TAGS: tags
694
695tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
696	set x; \
697	here=`pwd`; \
698	$(am__define_uniq_tagged_files); \
699	shift; \
700	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
701	  test -n "$$unique" || unique=$$empty_fix; \
702	  if test $$# -gt 0; then \
703	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
704	      "$$@" $$unique; \
705	  else \
706	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
707	      $$unique; \
708	  fi; \
709	fi
710ctags: ctags-am
711
712CTAGS: ctags
713ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
714	$(am__define_uniq_tagged_files); \
715	test -z "$(CTAGS_ARGS)$$unique" \
716	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
717	     $$unique
718
719GTAGS:
720	here=`$(am__cd) $(top_builddir) && pwd` \
721	  && $(am__cd) $(top_srcdir) \
722	  && gtags -i $(GTAGS_ARGS) "$$here"
723cscopelist: cscopelist-am
724
725cscopelist-am: $(am__tagged_files)
726	list='$(am__tagged_files)'; \
727	case "$(srcdir)" in \
728	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
729	  *) sdir=$(subdir)/$(srcdir) ;; \
730	esac; \
731	for i in $$list; do \
732	  if test -f "$$i"; then \
733	    echo "$(subdir)/$$i"; \
734	  else \
735	    echo "$$sdir/$$i"; \
736	  fi; \
737	done >> $(top_builddir)/cscope.files
738
739distclean-tags:
740	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
741
742distdir: $(BUILT_SOURCES)
743	$(MAKE) $(AM_MAKEFLAGS) distdir-am
744
745distdir-am: $(DISTFILES)
746	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
747	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
748	list='$(DISTFILES)'; \
749	  dist_files=`for file in $$list; do echo $$file; done | \
750	  sed -e "s|^$$srcdirstrip/||;t" \
751	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
752	case $$dist_files in \
753	  */*) $(MKDIR_P) `echo "$$dist_files" | \
754			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
755			   sort -u` ;; \
756	esac; \
757	for file in $$dist_files; do \
758	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
759	  if test -d $$d/$$file; then \
760	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
761	    if test -d "$(distdir)/$$file"; then \
762	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
763	    fi; \
764	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
765	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
766	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
767	    fi; \
768	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
769	  else \
770	    test -f "$(distdir)/$$file" \
771	    || cp -p $$d/$$file "$(distdir)/$$file" \
772	    || exit 1; \
773	  fi; \
774	done
775check-am: all-am
776check: check-am
777all-am: Makefile $(LTLIBRARIES)
778installdirs:
779install: install-am
780install-exec: install-exec-am
781install-data: install-data-am
782uninstall: uninstall-am
783
784install-am: all-am
785	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
786
787installcheck: installcheck-am
788install-strip:
789	if test -z '$(STRIP)'; then \
790	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
791	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
792	      install; \
793	else \
794	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
795	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
796	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
797	fi
798mostlyclean-generic:
799
800clean-generic:
801
802distclean-generic:
803	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
804	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
805	-rm -f getopt/$(DEPDIR)/$(am__dirstamp)
806	-rm -f getopt/$(am__dirstamp)
807	-rm -f grabbag/$(DEPDIR)/$(am__dirstamp)
808	-rm -f grabbag/$(am__dirstamp)
809	-rm -f replaygain_analysis/$(DEPDIR)/$(am__dirstamp)
810	-rm -f replaygain_analysis/$(am__dirstamp)
811	-rm -f replaygain_synthesis/$(DEPDIR)/$(am__dirstamp)
812	-rm -f replaygain_synthesis/$(am__dirstamp)
813	-rm -f utf8/$(DEPDIR)/$(am__dirstamp)
814	-rm -f utf8/$(am__dirstamp)
815	-rm -f win_utf8_io/$(DEPDIR)/$(am__dirstamp)
816	-rm -f win_utf8_io/$(am__dirstamp)
817
818maintainer-clean-generic:
819	@echo "This command is intended for maintainers to use"
820	@echo "it deletes files that may require special tools to rebuild."
821clean: clean-am
822
823clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
824	mostlyclean-am
825
826distclean: distclean-am
827		-rm -f getopt/$(DEPDIR)/getopt.Plo
828	-rm -f getopt/$(DEPDIR)/getopt1.Plo
829	-rm -f grabbag/$(DEPDIR)/alloc.Plo
830	-rm -f grabbag/$(DEPDIR)/cuesheet.Plo
831	-rm -f grabbag/$(DEPDIR)/file.Plo
832	-rm -f grabbag/$(DEPDIR)/picture.Plo
833	-rm -f grabbag/$(DEPDIR)/replaygain.Plo
834	-rm -f grabbag/$(DEPDIR)/seektable.Plo
835	-rm -f grabbag/$(DEPDIR)/snprintf.Plo
836	-rm -f replaygain_analysis/$(DEPDIR)/replaygain_analysis.Plo
837	-rm -f replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Plo
838	-rm -f utf8/$(DEPDIR)/charset.Plo
839	-rm -f utf8/$(DEPDIR)/iconvert.Plo
840	-rm -f utf8/$(DEPDIR)/utf8.Plo
841	-rm -f win_utf8_io/$(DEPDIR)/win_utf8_io.Plo
842	-rm -f Makefile
843distclean-am: clean-am distclean-compile distclean-generic \
844	distclean-tags
845
846dvi: dvi-am
847
848dvi-am:
849
850html: html-am
851
852html-am:
853
854info: info-am
855
856info-am:
857
858install-data-am:
859
860install-dvi: install-dvi-am
861
862install-dvi-am:
863
864install-exec-am:
865
866install-html: install-html-am
867
868install-html-am:
869
870install-info: install-info-am
871
872install-info-am:
873
874install-man:
875
876install-pdf: install-pdf-am
877
878install-pdf-am:
879
880install-ps: install-ps-am
881
882install-ps-am:
883
884installcheck-am:
885
886maintainer-clean: maintainer-clean-am
887		-rm -f getopt/$(DEPDIR)/getopt.Plo
888	-rm -f getopt/$(DEPDIR)/getopt1.Plo
889	-rm -f grabbag/$(DEPDIR)/alloc.Plo
890	-rm -f grabbag/$(DEPDIR)/cuesheet.Plo
891	-rm -f grabbag/$(DEPDIR)/file.Plo
892	-rm -f grabbag/$(DEPDIR)/picture.Plo
893	-rm -f grabbag/$(DEPDIR)/replaygain.Plo
894	-rm -f grabbag/$(DEPDIR)/seektable.Plo
895	-rm -f grabbag/$(DEPDIR)/snprintf.Plo
896	-rm -f replaygain_analysis/$(DEPDIR)/replaygain_analysis.Plo
897	-rm -f replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Plo
898	-rm -f utf8/$(DEPDIR)/charset.Plo
899	-rm -f utf8/$(DEPDIR)/iconvert.Plo
900	-rm -f utf8/$(DEPDIR)/utf8.Plo
901	-rm -f win_utf8_io/$(DEPDIR)/win_utf8_io.Plo
902	-rm -f Makefile
903maintainer-clean-am: distclean-am maintainer-clean-generic
904
905mostlyclean: mostlyclean-am
906
907mostlyclean-am: mostlyclean-compile mostlyclean-generic \
908	mostlyclean-libtool
909
910pdf: pdf-am
911
912pdf-am:
913
914ps: ps-am
915
916ps-am:
917
918uninstall-am:
919
920.MAKE: install-am install-strip
921
922.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
923	clean-generic clean-libtool clean-noinstLTLIBRARIES \
924	cscopelist-am ctags ctags-am distclean distclean-compile \
925	distclean-generic distclean-libtool distclean-tags distdir dvi \
926	dvi-am html html-am info info-am install install-am \
927	install-data install-data-am install-dvi install-dvi-am \
928	install-exec install-exec-am install-html install-html-am \
929	install-info install-info-am install-man install-pdf \
930	install-pdf-am install-ps install-ps-am install-strip \
931	installcheck installcheck-am installdirs maintainer-clean \
932	maintainer-clean-generic mostlyclean mostlyclean-compile \
933	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
934	tags tags-am uninstall uninstall-am
935
936.PRECIOUS: Makefile
937
938
939# Tell versions [3.59,3.63) of GNU make to not export all variables.
940# Otherwise a system limit (for SysV at least) may be exceeded.
941.NOEXPORT:
942