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#  metaflac - Command-line FLAC metadata editor
18#  Copyright (C) 2000-2009  Josh Coalson
19#  Copyright (C) 2011-2016  Xiph.Org Foundation
20#
21#  This program is free software; you can redistribute it and/or
22#  modify it under the terms of the GNU General Public License
23#  as published by the Free Software Foundation; either version 2
24#  of the License, or (at your option) any later version.
25#
26#  This program is distributed in the hope that it will be useful,
27#  but WITHOUT ANY WARRANTY; without even the implied warranty of
28#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29#  GNU General Public License for more details.
30#
31#  You should have received a copy of the GNU General Public License along
32#  with this program; if not, write to the Free Software Foundation, Inc.,
33#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
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@
109bin_PROGRAMS = metaflac$(EXEEXT)
110subdir = src/metaflac
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
113	$(top_srcdir)/m4/add_cxxflags.m4 \
114	$(top_srcdir)/m4/ax_add_fortify_source.m4 \
115	$(top_srcdir)/m4/ax_check_enable_debug.m4 \
116	$(top_srcdir)/m4/bswap.m4 $(top_srcdir)/m4/c_attribute.m4 \
117	$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
118	$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
119	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
120	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
121	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
122	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
123	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
124	$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
125	$(top_srcdir)/configure.ac
126am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127	$(ACLOCAL_M4)
128DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
129mkinstalldirs = $(install_sh) -d
130CONFIG_HEADER = $(top_builddir)/config.h
131CONFIG_CLEAN_FILES =
132CONFIG_CLEAN_VPATH_FILES =
133am__installdirs = "$(DESTDIR)$(bindir)"
134PROGRAMS = $(bin_PROGRAMS)
135am_metaflac_OBJECTS = main.$(OBJEXT) operations.$(OBJEXT) \
136	operations_shorthand_cuesheet.$(OBJEXT) \
137	operations_shorthand_picture.$(OBJEXT) \
138	operations_shorthand_seektable.$(OBJEXT) \
139	operations_shorthand_streaminfo.$(OBJEXT) \
140	operations_shorthand_vorbiscomment.$(OBJEXT) options.$(OBJEXT) \
141	usage.$(OBJEXT) utils.$(OBJEXT)
142metaflac_OBJECTS = $(am_metaflac_OBJECTS)
143metaflac_DEPENDENCIES =  \
144	$(top_builddir)/src/share/grabbag/libgrabbag.la \
145	$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
146	$(top_builddir)/src/share/getopt/libgetopt.la \
147	$(top_builddir)/src/share/utf8/libutf8.la \
148	$(top_builddir)/src/libFLAC/libFLAC.la $(win_utf8_lib)
149AM_V_lt = $(am__v_lt_@AM_V@)
150am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
151am__v_lt_0 = --silent
152am__v_lt_1 =
153metaflac_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
154	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
155	$(metaflac_LDFLAGS) $(LDFLAGS) -o $@
156AM_V_P = $(am__v_P_@AM_V@)
157am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
158am__v_P_0 = false
159am__v_P_1 = :
160AM_V_GEN = $(am__v_GEN_@AM_V@)
161am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
162am__v_GEN_0 = @echo "  GEN     " $@;
163am__v_GEN_1 =
164AM_V_at = $(am__v_at_@AM_V@)
165am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
166am__v_at_0 = @
167am__v_at_1 =
168DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
169depcomp = $(SHELL) $(top_srcdir)/depcomp
170am__maybe_remake_depfiles = depfiles
171am__depfiles_remade = ./$(DEPDIR)/main.Po ./$(DEPDIR)/operations.Po \
172	./$(DEPDIR)/operations_shorthand_cuesheet.Po \
173	./$(DEPDIR)/operations_shorthand_picture.Po \
174	./$(DEPDIR)/operations_shorthand_seektable.Po \
175	./$(DEPDIR)/operations_shorthand_streaminfo.Po \
176	./$(DEPDIR)/operations_shorthand_vorbiscomment.Po \
177	./$(DEPDIR)/options.Po ./$(DEPDIR)/usage.Po \
178	./$(DEPDIR)/utils.Po
179am__mv = mv -f
180COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
184	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
185	$(AM_CFLAGS) $(CFLAGS)
186AM_V_CC = $(am__v_CC_@AM_V@)
187am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
188am__v_CC_0 = @echo "  CC      " $@;
189am__v_CC_1 =
190CCLD = $(CC)
191LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
192	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
193	$(AM_LDFLAGS) $(LDFLAGS) -o $@
194AM_V_CCLD = $(am__v_CCLD_@AM_V@)
195am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
196am__v_CCLD_0 = @echo "  CCLD    " $@;
197am__v_CCLD_1 =
198SOURCES = $(metaflac_SOURCES)
199DIST_SOURCES = $(metaflac_SOURCES)
200am__can_run_installinfo = \
201  case $$AM_UPDATE_INFO_DIR in \
202    n|no|NO) false;; \
203    *) (install-info --version) >/dev/null 2>&1;; \
204  esac
205am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
206# Read a list of newline-separated strings from the standard input,
207# and print each of them once, without duplicates.  Input order is
208# *not* preserved.
209am__uniquify_input = $(AWK) '\
210  BEGIN { nonempty = 0; } \
211  { items[$$0] = 1; nonempty = 1; } \
212  END { if (nonempty) { for (i in items) print i; }; } \
213'
214# Make sure the list of sources is unique.  This is necessary because,
215# e.g., the same source file might be shared among _SOURCES variables
216# for different programs/libraries.
217am__define_uniq_tagged_files = \
218  list='$(am__tagged_files)'; \
219  unique=`for i in $$list; do \
220    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
221  done | $(am__uniquify_input)`
222ETAGS = etags
223CTAGS = ctags
224am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
225DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
226ACLOCAL = @ACLOCAL@
227AMTAR = @AMTAR@
228AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
229AR = @AR@
230AS = @AS@
231AUTOCONF = @AUTOCONF@
232AUTOHEADER = @AUTOHEADER@
233AUTOMAKE = @AUTOMAKE@
234AWK = @AWK@
235CC = @CC@
236CCAS = @CCAS@
237CCASDEPMODE = @CCASDEPMODE@
238CCASFLAGS = @CCASFLAGS@
239CCDEPMODE = @CCDEPMODE@
240CFLAGS = @CFLAGS@
241CPP = @CPP@
242CPPFLAGS = @CPPFLAGS@
243CXX = @CXX@
244CXXCPP = @CXXCPP@
245CXXDEPMODE = @CXXDEPMODE@
246CXXFLAGS = @CXXFLAGS@
247CYGPATH_W = @CYGPATH_W@
248DEFS = @DEFS@
249DEPDIR = @DEPDIR@
250DLLTOOL = @DLLTOOL@
251DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
252DOXYGEN = @DOXYGEN@
253DSYMUTIL = @DSYMUTIL@
254DUMPBIN = @DUMPBIN@
255ECHO_C = @ECHO_C@
256ECHO_N = @ECHO_N@
257ECHO_T = @ECHO_T@
258EGREP = @EGREP@
259ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
260EXEEXT = @EXEEXT@
261FGREP = @FGREP@
262FLAC__HAS_OGG = @FLAC__HAS_OGG@
263FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
264FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
265GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
266GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
267GCC_VERSION = @GCC_VERSION@
268GREP = @GREP@
269INSTALL = @INSTALL@
270INSTALL_DATA = @INSTALL_DATA@
271INSTALL_PROGRAM = @INSTALL_PROGRAM@
272INSTALL_SCRIPT = @INSTALL_SCRIPT@
273INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
274LD = @LD@
275LDFLAGS = @LDFLAGS@
276LIBICONV = @LIBICONV@
277LIBOBJS = @LIBOBJS@
278LIBS = @LIBS@
279LIBTOOL = @LIBTOOL@
280LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
281LIB_FUZZING_ENGINE = @LIB_FUZZING_ENGINE@
282LIPO = @LIPO@
283LN_S = @LN_S@
284LTLIBICONV = @LTLIBICONV@
285LTLIBOBJS = @LTLIBOBJS@
286LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
287MAKEINFO = @MAKEINFO@
288MANIFEST_TOOL = @MANIFEST_TOOL@
289MKDIR_P = @MKDIR_P@
290NASM = @NASM@
291NM = @NM@
292NMEDIT = @NMEDIT@
293OBJDUMP = @OBJDUMP@
294OBJEXT = @OBJEXT@
295OBJ_FORMAT = @OBJ_FORMAT@
296OGG_CFLAGS = @OGG_CFLAGS@
297OGG_LIBS = @OGG_LIBS@
298OGG_PACKAGE = @OGG_PACKAGE@
299OTOOL = @OTOOL@
300OTOOL64 = @OTOOL64@
301PACKAGE = @PACKAGE@
302PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
303PACKAGE_NAME = @PACKAGE_NAME@
304PACKAGE_STRING = @PACKAGE_STRING@
305PACKAGE_TARNAME = @PACKAGE_TARNAME@
306PACKAGE_URL = @PACKAGE_URL@
307PACKAGE_VERSION = @PACKAGE_VERSION@
308PATH_SEPARATOR = @PATH_SEPARATOR@
309RANLIB = @RANLIB@
310SED = @SED@
311SET_MAKE = @SET_MAKE@
312SHELL = @SHELL@
313STRIP = @STRIP@
314VERSION = @VERSION@
315XMMS_CFLAGS = @XMMS_CFLAGS@
316XMMS_CONFIG = @XMMS_CONFIG@
317XMMS_DATA_DIR = @XMMS_DATA_DIR@
318XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
319XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
320XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
321XMMS_LIBS = @XMMS_LIBS@
322XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
323XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
324XMMS_VERSION = @XMMS_VERSION@
325XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
326abs_builddir = @abs_builddir@
327abs_srcdir = @abs_srcdir@
328abs_top_builddir = @abs_top_builddir@
329abs_top_srcdir = @abs_top_srcdir@
330ac_ct_AR = @ac_ct_AR@
331ac_ct_CC = @ac_ct_CC@
332ac_ct_CXX = @ac_ct_CXX@
333ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334am__include = @am__include@
335am__leading_dot = @am__leading_dot@
336am__quote = @am__quote@
337am__tar = @am__tar@
338am__untar = @am__untar@
339bindir = @bindir@
340build = @build@
341build_alias = @build_alias@
342build_cpu = @build_cpu@
343build_os = @build_os@
344build_vendor = @build_vendor@
345builddir = @builddir@
346datadir = @datadir@
347datarootdir = @datarootdir@
348docdir = @docdir@
349dvidir = @dvidir@
350exec_prefix = @exec_prefix@
351host = @host@
352host_alias = @host_alias@
353host_cpu = @host_cpu@
354host_os = @host_os@
355host_vendor = @host_vendor@
356htmldir = @htmldir@
357includedir = @includedir@
358infodir = @infodir@
359install_sh = @install_sh@
360libdir = @libdir@
361libexecdir = @libexecdir@
362localedir = @localedir@
363localstatedir = @localstatedir@
364mandir = @mandir@
365mkdir_p = @mkdir_p@
366oldincludedir = @oldincludedir@
367pdfdir = @pdfdir@
368prefix = @prefix@
369program_transform_name = @program_transform_name@
370psdir = @psdir@
371runstatedir = @runstatedir@
372sbindir = @sbindir@
373sharedstatedir = @sharedstatedir@
374srcdir = @srcdir@
375sysconfdir = @sysconfdir@
376target_alias = @target_alias@
377top_build_prefix = @top_build_prefix@
378top_builddir = @top_builddir@
379top_srcdir = @top_srcdir@
380AM_CFLAGS = @OGG_CFLAGS@
381AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
382EXTRA_DIST = \
383	CMakeLists.txt \
384	Makefile.lite \
385	metaflac.vcproj \
386	metaflac.vcxproj \
387	metaflac.vcxproj.filters
388
389metaflac_SOURCES = \
390	main.c \
391	operations.c \
392	operations_shorthand_cuesheet.c \
393	operations_shorthand_picture.c \
394	operations_shorthand_seektable.c \
395	operations_shorthand_streaminfo.c \
396	operations_shorthand_vorbiscomment.c \
397	options.c \
398	usage.c \
399	utils.c \
400	operations.h \
401	operations_shorthand.h \
402	options.h \
403	usage.h \
404	utils.h
405
406metaflac_LDFLAGS = $(AM_LDFLAGS)
407@OS_IS_WINDOWS_TRUE@win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la
408metaflac_LDADD = \
409	$(top_builddir)/src/share/grabbag/libgrabbag.la \
410	$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
411	$(top_builddir)/src/share/getopt/libgetopt.la \
412	$(top_builddir)/src/share/utf8/libutf8.la \
413	$(top_builddir)/src/libFLAC/libFLAC.la \
414	$(win_utf8_lib) \
415	@LTLIBICONV@
416
417CLEANFILES = metaflac.exe
418all: all-am
419
420.SUFFIXES:
421.SUFFIXES: .c .lo .o .obj
422$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
423	@for dep in $?; do \
424	  case '$(am__configure_deps)' in \
425	    *$$dep*) \
426	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
427	        && { if test -f $@; then exit 0; else break; fi; }; \
428	      exit 1;; \
429	  esac; \
430	done; \
431	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/metaflac/Makefile'; \
432	$(am__cd) $(top_srcdir) && \
433	  $(AUTOMAKE) --foreign src/metaflac/Makefile
434Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435	@case '$?' in \
436	  *config.status*) \
437	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
438	  *) \
439	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
440	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
441	esac;
442
443$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
444	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445
446$(top_srcdir)/configure:  $(am__configure_deps)
447	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
449	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450$(am__aclocal_m4_deps):
451install-binPROGRAMS: $(bin_PROGRAMS)
452	@$(NORMAL_INSTALL)
453	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
454	if test -n "$$list"; then \
455	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
456	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
457	fi; \
458	for p in $$list; do echo "$$p $$p"; done | \
459	sed 's/$(EXEEXT)$$//' | \
460	while read p p1; do if test -f $$p \
461	 || test -f $$p1 \
462	  ; then echo "$$p"; echo "$$p"; else :; fi; \
463	done | \
464	sed -e 'p;s,.*/,,;n;h' \
465	    -e 's|.*|.|' \
466	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
467	sed 'N;N;N;s,\n, ,g' | \
468	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
469	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
470	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
471	    else { print "f", $$3 "/" $$4, $$1; } } \
472	  END { for (d in files) print "f", d, files[d] }' | \
473	while read type dir files; do \
474	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
475	    test -z "$$files" || { \
476	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
477	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
478	    } \
479	; done
480
481uninstall-binPROGRAMS:
482	@$(NORMAL_UNINSTALL)
483	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
484	files=`for p in $$list; do echo "$$p"; done | \
485	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
486	      -e 's/$$/$(EXEEXT)/' \
487	`; \
488	test -n "$$list" || exit 0; \
489	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
490	cd "$(DESTDIR)$(bindir)" && rm -f $$files
491
492clean-binPROGRAMS:
493	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
494	echo " rm -f" $$list; \
495	rm -f $$list || exit $$?; \
496	test -n "$(EXEEXT)" || exit 0; \
497	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
498	echo " rm -f" $$list; \
499	rm -f $$list
500
501metaflac$(EXEEXT): $(metaflac_OBJECTS) $(metaflac_DEPENDENCIES) $(EXTRA_metaflac_DEPENDENCIES)
502	@rm -f metaflac$(EXEEXT)
503	$(AM_V_CCLD)$(metaflac_LINK) $(metaflac_OBJECTS) $(metaflac_LDADD) $(LIBS)
504
505mostlyclean-compile:
506	-rm -f *.$(OBJEXT)
507
508distclean-compile:
509	-rm -f *.tab.c
510
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/operations.Po@am__quote@ # am--include-marker
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/operations_shorthand_cuesheet.Po@am__quote@ # am--include-marker
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/operations_shorthand_picture.Po@am__quote@ # am--include-marker
515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/operations_shorthand_seektable.Po@am__quote@ # am--include-marker
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/operations_shorthand_streaminfo.Po@am__quote@ # am--include-marker
517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/operations_shorthand_vorbiscomment.Po@am__quote@ # am--include-marker
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@ # am--include-marker
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usage.Po@am__quote@ # am--include-marker
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ # am--include-marker
521
522$(am__depfiles_remade):
523	@$(MKDIR_P) $(@D)
524	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
525
526am--depfiles: $(am__depfiles_remade)
527
528.c.o:
529@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
530@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
531@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
532@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
533@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
535
536.c.obj:
537@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
538@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
539@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
540@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
541@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
543
544.c.lo:
545@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
546@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
547@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
548@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
549@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
551
552mostlyclean-libtool:
553	-rm -f *.lo
554
555clean-libtool:
556	-rm -rf .libs _libs
557
558ID: $(am__tagged_files)
559	$(am__define_uniq_tagged_files); mkid -fID $$unique
560tags: tags-am
561TAGS: tags
562
563tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
564	set x; \
565	here=`pwd`; \
566	$(am__define_uniq_tagged_files); \
567	shift; \
568	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
569	  test -n "$$unique" || unique=$$empty_fix; \
570	  if test $$# -gt 0; then \
571	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
572	      "$$@" $$unique; \
573	  else \
574	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
575	      $$unique; \
576	  fi; \
577	fi
578ctags: ctags-am
579
580CTAGS: ctags
581ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
582	$(am__define_uniq_tagged_files); \
583	test -z "$(CTAGS_ARGS)$$unique" \
584	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
585	     $$unique
586
587GTAGS:
588	here=`$(am__cd) $(top_builddir) && pwd` \
589	  && $(am__cd) $(top_srcdir) \
590	  && gtags -i $(GTAGS_ARGS) "$$here"
591cscopelist: cscopelist-am
592
593cscopelist-am: $(am__tagged_files)
594	list='$(am__tagged_files)'; \
595	case "$(srcdir)" in \
596	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
597	  *) sdir=$(subdir)/$(srcdir) ;; \
598	esac; \
599	for i in $$list; do \
600	  if test -f "$$i"; then \
601	    echo "$(subdir)/$$i"; \
602	  else \
603	    echo "$$sdir/$$i"; \
604	  fi; \
605	done >> $(top_builddir)/cscope.files
606
607distclean-tags:
608	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
609
610distdir: $(BUILT_SOURCES)
611	$(MAKE) $(AM_MAKEFLAGS) distdir-am
612
613distdir-am: $(DISTFILES)
614	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
615	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
616	list='$(DISTFILES)'; \
617	  dist_files=`for file in $$list; do echo $$file; done | \
618	  sed -e "s|^$$srcdirstrip/||;t" \
619	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
620	case $$dist_files in \
621	  */*) $(MKDIR_P) `echo "$$dist_files" | \
622			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
623			   sort -u` ;; \
624	esac; \
625	for file in $$dist_files; do \
626	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
627	  if test -d $$d/$$file; then \
628	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
629	    if test -d "$(distdir)/$$file"; then \
630	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
631	    fi; \
632	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
633	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
634	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
635	    fi; \
636	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
637	  else \
638	    test -f "$(distdir)/$$file" \
639	    || cp -p $$d/$$file "$(distdir)/$$file" \
640	    || exit 1; \
641	  fi; \
642	done
643check-am: all-am
644check: check-am
645all-am: Makefile $(PROGRAMS)
646installdirs:
647	for dir in "$(DESTDIR)$(bindir)"; do \
648	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
649	done
650install: install-am
651install-exec: install-exec-am
652install-data: install-data-am
653uninstall: uninstall-am
654
655install-am: all-am
656	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
657
658installcheck: installcheck-am
659install-strip:
660	if test -z '$(STRIP)'; then \
661	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
662	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
663	      install; \
664	else \
665	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
666	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
667	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
668	fi
669mostlyclean-generic:
670
671clean-generic:
672	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
673
674distclean-generic:
675	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
676	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
677
678maintainer-clean-generic:
679	@echo "This command is intended for maintainers to use"
680	@echo "it deletes files that may require special tools to rebuild."
681clean: clean-am
682
683clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
684
685distclean: distclean-am
686		-rm -f ./$(DEPDIR)/main.Po
687	-rm -f ./$(DEPDIR)/operations.Po
688	-rm -f ./$(DEPDIR)/operations_shorthand_cuesheet.Po
689	-rm -f ./$(DEPDIR)/operations_shorthand_picture.Po
690	-rm -f ./$(DEPDIR)/operations_shorthand_seektable.Po
691	-rm -f ./$(DEPDIR)/operations_shorthand_streaminfo.Po
692	-rm -f ./$(DEPDIR)/operations_shorthand_vorbiscomment.Po
693	-rm -f ./$(DEPDIR)/options.Po
694	-rm -f ./$(DEPDIR)/usage.Po
695	-rm -f ./$(DEPDIR)/utils.Po
696	-rm -f Makefile
697distclean-am: clean-am distclean-compile distclean-generic \
698	distclean-tags
699
700dvi: dvi-am
701
702dvi-am:
703
704html: html-am
705
706html-am:
707
708info: info-am
709
710info-am:
711
712install-data-am:
713
714install-dvi: install-dvi-am
715
716install-dvi-am:
717
718install-exec-am: install-binPROGRAMS
719
720install-html: install-html-am
721
722install-html-am:
723
724install-info: install-info-am
725
726install-info-am:
727
728install-man:
729
730install-pdf: install-pdf-am
731
732install-pdf-am:
733
734install-ps: install-ps-am
735
736install-ps-am:
737
738installcheck-am:
739
740maintainer-clean: maintainer-clean-am
741		-rm -f ./$(DEPDIR)/main.Po
742	-rm -f ./$(DEPDIR)/operations.Po
743	-rm -f ./$(DEPDIR)/operations_shorthand_cuesheet.Po
744	-rm -f ./$(DEPDIR)/operations_shorthand_picture.Po
745	-rm -f ./$(DEPDIR)/operations_shorthand_seektable.Po
746	-rm -f ./$(DEPDIR)/operations_shorthand_streaminfo.Po
747	-rm -f ./$(DEPDIR)/operations_shorthand_vorbiscomment.Po
748	-rm -f ./$(DEPDIR)/options.Po
749	-rm -f ./$(DEPDIR)/usage.Po
750	-rm -f ./$(DEPDIR)/utils.Po
751	-rm -f Makefile
752maintainer-clean-am: distclean-am maintainer-clean-generic
753
754mostlyclean: mostlyclean-am
755
756mostlyclean-am: mostlyclean-compile mostlyclean-generic \
757	mostlyclean-libtool
758
759pdf: pdf-am
760
761pdf-am:
762
763ps: ps-am
764
765ps-am:
766
767uninstall-am: uninstall-binPROGRAMS
768
769.MAKE: install-am install-strip
770
771.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
772	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
773	ctags ctags-am distclean distclean-compile distclean-generic \
774	distclean-libtool distclean-tags distdir dvi dvi-am html \
775	html-am info info-am install install-am install-binPROGRAMS \
776	install-data install-data-am install-dvi install-dvi-am \
777	install-exec install-exec-am install-html install-html-am \
778	install-info install-info-am install-man install-pdf \
779	install-pdf-am install-ps install-ps-am install-strip \
780	installcheck installcheck-am installdirs maintainer-clean \
781	maintainer-clean-generic mostlyclean mostlyclean-compile \
782	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
783	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
784
785.PRECIOUS: Makefile
786
787
788# Tell versions [3.59,3.63) of GNU make to not export all variables.
789# Otherwise a system limit (for SysV at least) may be exceeded.
790.NOEXPORT:
791