1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81@GNOME_TRUE@am__append_1 = build-aux/gnome-doc-utils.make
82@GNOME_TRUE@am__append_2 = help
83subdir = .
84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85	$(top_srcdir)/configure $(am__configure_deps) \
86	$(srcdir)/config.h.in $(top_srcdir)/build-aux/mkinstalldirs \
87	ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
88	build-aux/compile build-aux/config.guess \
89	build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
90	build-aux/install-sh build-aux/missing build-aux/mkinstalldirs \
91	build-aux/ltmain.sh $(top_srcdir)/build-aux/compile \
92	$(top_srcdir)/build-aux/config.guess \
93	$(top_srcdir)/build-aux/config.sub \
94	$(top_srcdir)/build-aux/install-sh \
95	$(top_srcdir)/build-aux/ltmain.sh \
96	$(top_srcdir)/build-aux/missing
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/m4/cutter.m4 \
99	$(top_srcdir)/m4/gettext.m4 \
100	$(top_srcdir)/m4/gnome-doc-utils.m4 $(top_srcdir)/m4/iconv.m4 \
101	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
102	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
103	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
104	$(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106	$(ACLOCAL_M4)
107am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
108 configure.lineno config.status.lineno
109mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
110CONFIG_HEADER = config.h
111CONFIG_CLEAN_FILES =
112CONFIG_CLEAN_VPATH_FILES =
113AM_V_P = $(am__v_P_@AM_V@)
114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115am__v_P_0 = false
116am__v_P_1 = :
117AM_V_GEN = $(am__v_GEN_@AM_V@)
118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119am__v_GEN_0 = @echo "  GEN     " $@;
120am__v_GEN_1 =
121AM_V_at = $(am__v_at_@AM_V@)
122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123am__v_at_0 = @
124am__v_at_1 =
125depcomp =
126am__depfiles_maybe =
127SOURCES =
128DIST_SOURCES =
129RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
130	ctags-recursive dvi-recursive html-recursive info-recursive \
131	install-data-recursive install-dvi-recursive \
132	install-exec-recursive install-html-recursive \
133	install-info-recursive install-pdf-recursive \
134	install-ps-recursive install-recursive installcheck-recursive \
135	installdirs-recursive pdf-recursive ps-recursive \
136	tags-recursive uninstall-recursive
137am__can_run_installinfo = \
138  case $$AM_UPDATE_INFO_DIR in \
139    n|no|NO) false;; \
140    *) (install-info --version) >/dev/null 2>&1;; \
141  esac
142am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
143am__vpath_adj = case $$p in \
144    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
145    *) f=$$p;; \
146  esac;
147am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
148am__install_max = 40
149am__nobase_strip_setup = \
150  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
151am__nobase_strip = \
152  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
153am__nobase_list = $(am__nobase_strip_setup); \
154  for p in $$list; do echo "$$p $$p"; done | \
155  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
156  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157    if (++n[$$2] == $(am__install_max)) \
158      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
159    END { for (dir in files) print dir, files[dir] }'
160am__base_list = \
161  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
162  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
163am__uninstall_files_from_dir = { \
164  test -z "$$files" \
165    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
166    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
167         $(am__cd) "$$dir" && rm -f $$files; }; \
168  }
169am__installdirs = "$(DESTDIR)$(appsdir)"
170DATA = $(apps_DATA)
171RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
172  distclean-recursive maintainer-clean-recursive
173am__recursive_targets = \
174  $(RECURSIVE_TARGETS) \
175  $(RECURSIVE_CLEAN_TARGETS) \
176  $(am__extra_recursive_targets)
177AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
178	cscope distdir dist dist-all distcheck
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
180	$(LISP)config.h.in
181# Read a list of newline-separated strings from the standard input,
182# and print each of them once, without duplicates.  Input order is
183# *not* preserved.
184am__uniquify_input = $(AWK) '\
185  BEGIN { nonempty = 0; } \
186  { items[$$0] = 1; nonempty = 1; } \
187  END { if (nonempty) { for (i in items) print i; }; } \
188'
189# Make sure the list of sources is unique.  This is necessary because,
190# e.g., the same source file might be shared among _SOURCES variables
191# for different programs/libraries.
192am__define_uniq_tagged_files = \
193  list='$(am__tagged_files)'; \
194  unique=`for i in $$list; do \
195    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196  done | $(am__uniquify_input)`
197ETAGS = etags
198CTAGS = ctags
199CSCOPE = cscope
200DIST_SUBDIRS = m4 po doc src test help
201DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
202distdir = $(PACKAGE)-$(VERSION)
203top_distdir = $(distdir)
204am__remove_distdir = \
205  if test -d "$(distdir)"; then \
206    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
207      && rm -rf "$(distdir)" \
208      || { sleep 5 && rm -rf "$(distdir)"; }; \
209  else :; fi
210am__post_remove_distdir = $(am__remove_distdir)
211am__relativize = \
212  dir0=`pwd`; \
213  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
214  sed_rest='s,^[^/]*/*,,'; \
215  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
216  sed_butlast='s,/*[^/]*$$,,'; \
217  while test -n "$$dir1"; do \
218    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
219    if test "$$first" != "."; then \
220      if test "$$first" = ".."; then \
221        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
222        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
223      else \
224        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
225        if test "$$first2" = "$$first"; then \
226          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
227        else \
228          dir2="../$$dir2"; \
229        fi; \
230        dir0="$$dir0"/"$$first"; \
231      fi; \
232    fi; \
233    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
234  done; \
235  reldir="$$dir2"
236DIST_ARCHIVES = $(distdir).tar.gz
237GZIP_ENV = --best
238DIST_TARGETS = dist-gzip
239distuninstallcheck_listfiles = find . -type f -print
240am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
241  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
242distcleancheck_listfiles = find . -type f -print
243ACLOCAL = @ACLOCAL@
244AMTAR = @AMTAR@
245AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246AR = @AR@
247ARGZ_H = @ARGZ_H@
248AS = @AS@
249AUDACIOUS_CFLAGS = @AUDACIOUS_CFLAGS@
250AUDACIOUS_LIBS = @AUDACIOUS_LIBS@
251AUTOCONF = @AUTOCONF@
252AUTOHEADER = @AUTOHEADER@
253AUTOMAKE = @AUTOMAKE@
254AWK = @AWK@
255CC = @CC@
256CCDEPMODE = @CCDEPMODE@
257CFLAGS = @CFLAGS@
258CPP = @CPP@
259CPPFLAGS = @CPPFLAGS@
260CUTTER = @CUTTER@
261CUTTER_CFLAGS = @CUTTER_CFLAGS@
262CUTTER_LIBS = @CUTTER_LIBS@
263CYGPATH_W = @CYGPATH_W@
264DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
265DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
266DEFS = @DEFS@
267DEPDIR = @DEPDIR@
268DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
269DLLTOOL = @DLLTOOL@
270DOC_USER_FORMATS = @DOC_USER_FORMATS@
271DOXYGEN = @DOXYGEN@
272DSYMUTIL = @DSYMUTIL@
273DUMPBIN = @DUMPBIN@
274ECHO_C = @ECHO_C@
275ECHO_N = @ECHO_N@
276ECHO_T = @ECHO_T@
277EGREP = @EGREP@
278EXEEXT = @EXEEXT@
279FGREP = @FGREP@
280GMSGFMT = @GMSGFMT@
281GRAPHVIZ = @GRAPHVIZ@
282GREP = @GREP@
283GST_CFLAGS = @GST_CFLAGS@
284GST_LIBS = @GST_LIBS@
285GTK_CFLAGS = @GTK_CFLAGS@
286GTK_LIBS = @GTK_LIBS@
287HELP_DIR = @HELP_DIR@
288INCLTDL = @INCLTDL@
289INSTALL = @INSTALL@
290INSTALL_DATA = @INSTALL_DATA@
291INSTALL_PROGRAM = @INSTALL_PROGRAM@
292INSTALL_SCRIPT = @INSTALL_SCRIPT@
293INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
294INTLLIBS = @INTLLIBS@
295LD = @LD@
296LDFLAGS = @LDFLAGS@
297LIBADD_DL = @LIBADD_DL@
298LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
299LIBADD_DLOPEN = @LIBADD_DLOPEN@
300LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
301LIBICONV = @LIBICONV@
302LIBINTL = @LIBINTL@
303LIBLTDL = @LIBLTDL@
304LIBMP3SPLT_CFLAGS = @LIBMP3SPLT_CFLAGS@
305LIBMP3SPLT_LIBS = @LIBMP3SPLT_LIBS@
306LIBOBJS = @LIBOBJS@
307LIBS = @LIBS@
308LIBTOOL = @LIBTOOL@
309LIPO = @LIPO@
310LN_S = @LN_S@
311LOCALEDIR = @LOCALEDIR@
312LTDLDEPS = @LTDLDEPS@
313LTDLINCL = @LTDLINCL@
314LTDLOPEN = @LTDLOPEN@
315LTLIBICONV = @LTLIBICONV@
316LTLIBINTL = @LTLIBINTL@
317LTLIBOBJS = @LTLIBOBJS@
318LT_CONFIG_H = @LT_CONFIG_H@
319LT_DLLOADERS = @LT_DLLOADERS@
320LT_DLPREOPEN = @LT_DLPREOPEN@
321MAINT = @MAINT@
322MAKEINFO = @MAKEINFO@
323MANIFEST_TOOL = @MANIFEST_TOOL@
324MKDIR_P = @MKDIR_P@
325MKINSTALLDIRS = @MKINSTALLDIRS@
326MSGFMT = @MSGFMT@
327MSGMERGE = @MSGMERGE@
328NM = @NM@
329NMEDIT = @NMEDIT@
330OBJDUMP = @OBJDUMP@
331OBJEXT = @OBJEXT@
332OMF_DIR = @OMF_DIR@
333OTOOL = @OTOOL@
334OTOOL64 = @OTOOL64@
335PACKAGE = @PACKAGE@
336PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
337PACKAGE_NAME = @PACKAGE_NAME@
338PACKAGE_STRING = @PACKAGE_STRING@
339PACKAGE_TARNAME = @PACKAGE_TARNAME@
340PACKAGE_URL = @PACKAGE_URL@
341PACKAGE_VERSION = @PACKAGE_VERSION@
342PATH_SEPARATOR = @PATH_SEPARATOR@
343PKG_CONFIG = @PKG_CONFIG@
344PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
345PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
346POSUB = @POSUB@
347RANLIB = @RANLIB@
348SED = @SED@
349SET_MAKE = @SET_MAKE@
350SHELL = @SHELL@
351STRIP = @STRIP@
352USE_NLS = @USE_NLS@
353VERSION = @VERSION@
354XGETTEXT = @XGETTEXT@
355abs_builddir = @abs_builddir@
356abs_srcdir = @abs_srcdir@
357abs_top_builddir = @abs_top_builddir@
358abs_top_srcdir = @abs_top_srcdir@
359ac_ct_AR = @ac_ct_AR@
360ac_ct_CC = @ac_ct_CC@
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@
392ltdl_LIBOBJS = @ltdl_LIBOBJS@
393ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
394mandir = @mandir@
395mkdir_p = @mkdir_p@
396oldincludedir = @oldincludedir@
397pdfdir = @pdfdir@
398prefix = @prefix@
399program_transform_name = @program_transform_name@
400psdir = @psdir@
401sbindir = @sbindir@
402sharedstatedir = @sharedstatedir@
403srcdir = @srcdir@
404subdirs = @subdirs@
405sys_symbol_underscore = @sys_symbol_underscore@
406sysconfdir = @sysconfdir@
407target_alias = @target_alias@
408top_build_prefix = @top_build_prefix@
409top_builddir = @top_builddir@
410top_srcdir = @top_srcdir@
411
412# General automake options.
413AUTOMAKE_OPTIONS = foreign no-dependencies
414ACLOCAL_AMFLAGS = -I m4
415SUBDIRS = m4 po doc src test $(am__append_2)
416EXTRA_DIST = mp3splt-gtk.desktop.in autogen.sh debian/changelog \
417	debian/compat debian/control debian/copyright debian/dirs \
418	debian/docs debian/rules $(am__append_1)
419appsdir = $(datadir)/applications
420apps_DATA = mp3splt-gtk.desktop
421CLEANFILES = mp3splt-gtk.desktop
422all: config.h
423	$(MAKE) $(AM_MAKEFLAGS) all-recursive
424
425.SUFFIXES:
426am--refresh: Makefile
427	@:
428$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
429	@for dep in $?; do \
430	  case '$(am__configure_deps)' in \
431	    *$$dep*) \
432	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
433	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
434		&& exit 0; \
435	      exit 1;; \
436	  esac; \
437	done; \
438	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
439	$(am__cd) $(top_srcdir) && \
440	  $(AUTOMAKE) --foreign Makefile
441.PRECIOUS: Makefile
442Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
443	@case '$?' in \
444	  *config.status*) \
445	    echo ' $(SHELL) ./config.status'; \
446	    $(SHELL) ./config.status;; \
447	  *) \
448	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
449	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
450	esac;
451
452$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
453	$(SHELL) ./config.status --recheck
454
455$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
456	$(am__cd) $(srcdir) && $(AUTOCONF)
457$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
458	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
459$(am__aclocal_m4_deps):
460
461config.h: stamp-h1
462	@test -f $@ || rm -f stamp-h1
463	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
464
465stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
466	@rm -f stamp-h1
467	cd $(top_builddir) && $(SHELL) ./config.status config.h
468$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
469	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
470	rm -f stamp-h1
471	touch $@
472
473distclean-hdr:
474	-rm -f config.h stamp-h1
475
476mostlyclean-libtool:
477	-rm -f *.lo
478
479clean-libtool:
480	-rm -rf .libs _libs
481
482distclean-libtool:
483	-rm -f libtool config.lt
484install-appsDATA: $(apps_DATA)
485	@$(NORMAL_INSTALL)
486	@list='$(apps_DATA)'; test -n "$(appsdir)" || list=; \
487	if test -n "$$list"; then \
488	  echo " $(MKDIR_P) '$(DESTDIR)$(appsdir)'"; \
489	  $(MKDIR_P) "$(DESTDIR)$(appsdir)" || exit 1; \
490	fi; \
491	for p in $$list; do \
492	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
493	  echo "$$d$$p"; \
494	done | $(am__base_list) | \
495	while read files; do \
496	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appsdir)'"; \
497	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appsdir)" || exit $$?; \
498	done
499
500uninstall-appsDATA:
501	@$(NORMAL_UNINSTALL)
502	@list='$(apps_DATA)'; test -n "$(appsdir)" || list=; \
503	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
504	dir='$(DESTDIR)$(appsdir)'; $(am__uninstall_files_from_dir)
505
506# This directory's subdirectories are mostly independent; you can cd
507# into them and run 'make' without going through this Makefile.
508# To change the values of 'make' variables: instead of editing Makefiles,
509# (1) if the variable is set in 'config.status', edit 'config.status'
510#     (which will cause the Makefiles to be regenerated when you run 'make');
511# (2) otherwise, pass the desired values on the 'make' command line.
512$(am__recursive_targets):
513	@fail=; \
514	if $(am__make_keepgoing); then \
515	  failcom='fail=yes'; \
516	else \
517	  failcom='exit 1'; \
518	fi; \
519	dot_seen=no; \
520	target=`echo $@ | sed s/-recursive//`; \
521	case "$@" in \
522	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
523	  *) list='$(SUBDIRS)' ;; \
524	esac; \
525	for subdir in $$list; do \
526	  echo "Making $$target in $$subdir"; \
527	  if test "$$subdir" = "."; then \
528	    dot_seen=yes; \
529	    local_target="$$target-am"; \
530	  else \
531	    local_target="$$target"; \
532	  fi; \
533	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
534	  || eval $$failcom; \
535	done; \
536	if test "$$dot_seen" = "no"; then \
537	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
538	fi; test -z "$$fail"
539
540ID: $(am__tagged_files)
541	$(am__define_uniq_tagged_files); mkid -fID $$unique
542tags: tags-recursive
543TAGS: tags
544
545tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
546	set x; \
547	here=`pwd`; \
548	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
549	  include_option=--etags-include; \
550	  empty_fix=.; \
551	else \
552	  include_option=--include; \
553	  empty_fix=; \
554	fi; \
555	list='$(SUBDIRS)'; for subdir in $$list; do \
556	  if test "$$subdir" = .; then :; else \
557	    test ! -f $$subdir/TAGS || \
558	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
559	  fi; \
560	done; \
561	$(am__define_uniq_tagged_files); \
562	shift; \
563	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
564	  test -n "$$unique" || unique=$$empty_fix; \
565	  if test $$# -gt 0; then \
566	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
567	      "$$@" $$unique; \
568	  else \
569	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
570	      $$unique; \
571	  fi; \
572	fi
573ctags: ctags-recursive
574
575CTAGS: ctags
576ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
577	$(am__define_uniq_tagged_files); \
578	test -z "$(CTAGS_ARGS)$$unique" \
579	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
580	     $$unique
581
582GTAGS:
583	here=`$(am__cd) $(top_builddir) && pwd` \
584	  && $(am__cd) $(top_srcdir) \
585	  && gtags -i $(GTAGS_ARGS) "$$here"
586cscope: cscope.files
587	test ! -s cscope.files \
588	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
589clean-cscope:
590	-rm -f cscope.files
591cscope.files: clean-cscope cscopelist
592cscopelist: cscopelist-recursive
593
594cscopelist-am: $(am__tagged_files)
595	list='$(am__tagged_files)'; \
596	case "$(srcdir)" in \
597	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
598	  *) sdir=$(subdir)/$(srcdir) ;; \
599	esac; \
600	for i in $$list; do \
601	  if test -f "$$i"; then \
602	    echo "$(subdir)/$$i"; \
603	  else \
604	    echo "$$sdir/$$i"; \
605	  fi; \
606	done >> $(top_builddir)/cscope.files
607
608distclean-tags:
609	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
610	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
611
612distdir: $(DISTFILES)
613	$(am__remove_distdir)
614	test -d "$(distdir)" || mkdir "$(distdir)"
615	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
616	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617	list='$(DISTFILES)'; \
618	  dist_files=`for file in $$list; do echo $$file; done | \
619	  sed -e "s|^$$srcdirstrip/||;t" \
620	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
621	case $$dist_files in \
622	  */*) $(MKDIR_P) `echo "$$dist_files" | \
623			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
624			   sort -u` ;; \
625	esac; \
626	for file in $$dist_files; do \
627	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
628	  if test -d $$d/$$file; then \
629	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
630	    if test -d "$(distdir)/$$file"; then \
631	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
632	    fi; \
633	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
634	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
635	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636	    fi; \
637	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
638	  else \
639	    test -f "$(distdir)/$$file" \
640	    || cp -p $$d/$$file "$(distdir)/$$file" \
641	    || exit 1; \
642	  fi; \
643	done
644	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
645	  if test "$$subdir" = .; then :; else \
646	    $(am__make_dryrun) \
647	      || test -d "$(distdir)/$$subdir" \
648	      || $(MKDIR_P) "$(distdir)/$$subdir" \
649	      || exit 1; \
650	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
651	    $(am__relativize); \
652	    new_distdir=$$reldir; \
653	    dir1=$$subdir; dir2="$(top_distdir)"; \
654	    $(am__relativize); \
655	    new_top_distdir=$$reldir; \
656	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
657	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
658	    ($(am__cd) $$subdir && \
659	      $(MAKE) $(AM_MAKEFLAGS) \
660	        top_distdir="$$new_top_distdir" \
661	        distdir="$$new_distdir" \
662		am__remove_distdir=: \
663		am__skip_length_check=: \
664		am__skip_mode_fix=: \
665	        distdir) \
666	      || exit 1; \
667	  fi; \
668	done
669	-test -n "$(am__skip_mode_fix)" \
670	|| find "$(distdir)" -type d ! -perm -755 \
671		-exec chmod u+rwx,go+rx {} \; -o \
672	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
673	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
674	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
675	|| chmod -R a+r "$(distdir)"
676dist-gzip: distdir
677	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
678	$(am__post_remove_distdir)
679
680dist-bzip2: distdir
681	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
682	$(am__post_remove_distdir)
683
684dist-lzip: distdir
685	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
686	$(am__post_remove_distdir)
687
688dist-xz: distdir
689	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
690	$(am__post_remove_distdir)
691
692dist-tarZ: distdir
693	@echo WARNING: "Support for shar distribution archives is" \
694	               "deprecated." >&2
695	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
696	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
697	$(am__post_remove_distdir)
698
699dist-shar: distdir
700	@echo WARNING: "Support for distribution archives compressed with" \
701		       "legacy program 'compress' is deprecated." >&2
702	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
703	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
704	$(am__post_remove_distdir)
705
706dist-zip: distdir
707	-rm -f $(distdir).zip
708	zip -rq $(distdir).zip $(distdir)
709	$(am__post_remove_distdir)
710
711dist dist-all:
712	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
713	$(am__post_remove_distdir)
714
715# This target untars the dist file and tries a VPATH configuration.  Then
716# it guarantees that the distribution is self-contained by making another
717# tarfile.
718distcheck: dist
719	case '$(DIST_ARCHIVES)' in \
720	*.tar.gz*) \
721	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
722	*.tar.bz2*) \
723	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
724	*.tar.lz*) \
725	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
726	*.tar.xz*) \
727	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
728	*.tar.Z*) \
729	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
730	*.shar.gz*) \
731	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
732	*.zip*) \
733	  unzip $(distdir).zip ;;\
734	esac
735	chmod -R a-w $(distdir)
736	chmod u+w $(distdir)
737	mkdir $(distdir)/_build $(distdir)/_inst
738	chmod a-w $(distdir)
739	test -d $(distdir)/_build || exit 0; \
740	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
741	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
742	  && am__cwd=`pwd` \
743	  && $(am__cd) $(distdir)/_build \
744	  && ../configure \
745	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
746	    $(DISTCHECK_CONFIGURE_FLAGS) \
747	    --srcdir=.. --prefix="$$dc_install_base" \
748	  && $(MAKE) $(AM_MAKEFLAGS) \
749	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
750	  && $(MAKE) $(AM_MAKEFLAGS) check \
751	  && $(MAKE) $(AM_MAKEFLAGS) install \
752	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
753	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
754	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
755	        distuninstallcheck \
756	  && chmod -R a-w "$$dc_install_base" \
757	  && ({ \
758	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
759	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
760	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
761	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
762	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
763	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
764	  && rm -rf "$$dc_destdir" \
765	  && $(MAKE) $(AM_MAKEFLAGS) dist \
766	  && rm -rf $(DIST_ARCHIVES) \
767	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
768	  && cd "$$am__cwd" \
769	  || exit 1
770	$(am__post_remove_distdir)
771	@(echo "$(distdir) archives ready for distribution: "; \
772	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
773	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
774distuninstallcheck:
775	@test -n '$(distuninstallcheck_dir)' || { \
776	  echo 'ERROR: trying to run $@ with an empty' \
777	       '$$(distuninstallcheck_dir)' >&2; \
778	  exit 1; \
779	}; \
780	$(am__cd) '$(distuninstallcheck_dir)' || { \
781	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
782	  exit 1; \
783	}; \
784	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
785	   || { echo "ERROR: files left after uninstall:" ; \
786	        if test -n "$(DESTDIR)"; then \
787	          echo "  (check DESTDIR support)"; \
788	        fi ; \
789	        $(distuninstallcheck_listfiles) ; \
790	        exit 1; } >&2
791distcleancheck: distclean
792	@if test '$(srcdir)' = . ; then \
793	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
794	  exit 1 ; \
795	fi
796	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
797	  || { echo "ERROR: files left in build directory after distclean:" ; \
798	       $(distcleancheck_listfiles) ; \
799	       exit 1; } >&2
800check-am: all-am
801check: check-recursive
802all-am: Makefile $(DATA) config.h
803installdirs: installdirs-recursive
804installdirs-am:
805	for dir in "$(DESTDIR)$(appsdir)"; do \
806	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
807	done
808install: install-recursive
809install-exec: install-exec-recursive
810install-data: install-data-recursive
811uninstall: uninstall-recursive
812
813install-am: all-am
814	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
815
816installcheck: installcheck-recursive
817install-strip:
818	if test -z '$(STRIP)'; then \
819	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
820	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
821	      install; \
822	else \
823	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
824	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
825	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
826	fi
827mostlyclean-generic:
828
829clean-generic:
830	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
831
832distclean-generic:
833	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
834	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
835
836maintainer-clean-generic:
837	@echo "This command is intended for maintainers to use"
838	@echo "it deletes files that may require special tools to rebuild."
839clean: clean-recursive
840
841clean-am: clean-generic clean-libtool mostlyclean-am
842
843distclean: distclean-recursive
844	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
845	-rm -f Makefile
846distclean-am: clean-am distclean-generic distclean-hdr \
847	distclean-libtool distclean-tags
848
849dvi: dvi-recursive
850
851dvi-am:
852
853html: html-recursive
854
855html-am:
856
857info: info-recursive
858
859info-am:
860
861install-data-am: install-appsDATA
862
863install-dvi: install-dvi-recursive
864
865install-dvi-am:
866
867install-exec-am:
868
869install-html: install-html-recursive
870
871install-html-am:
872
873install-info: install-info-recursive
874
875install-info-am:
876
877install-man:
878
879install-pdf: install-pdf-recursive
880
881install-pdf-am:
882
883install-ps: install-ps-recursive
884
885install-ps-am:
886
887installcheck-am:
888
889maintainer-clean: maintainer-clean-recursive
890	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
891	-rm -rf $(top_srcdir)/autom4te.cache
892	-rm -f Makefile
893maintainer-clean-am: distclean-am maintainer-clean-generic
894
895mostlyclean: mostlyclean-recursive
896
897mostlyclean-am: mostlyclean-generic mostlyclean-libtool
898
899pdf: pdf-recursive
900
901pdf-am:
902
903ps: ps-recursive
904
905ps-am:
906
907uninstall-am: uninstall-appsDATA
908
909.MAKE: $(am__recursive_targets) all install-am install-strip
910
911.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
912	am--refresh check check-am clean clean-cscope clean-generic \
913	clean-libtool cscope cscopelist-am ctags ctags-am dist \
914	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
915	dist-xz dist-zip distcheck distclean distclean-generic \
916	distclean-hdr distclean-libtool distclean-tags distcleancheck \
917	distdir distuninstallcheck dvi dvi-am html html-am info \
918	info-am install install-am install-appsDATA install-data \
919	install-data-am install-dvi install-dvi-am install-exec \
920	install-exec-am install-html install-html-am install-info \
921	install-info-am install-man install-pdf install-pdf-am \
922	install-ps install-ps-am install-strip installcheck \
923	installcheck-am installdirs installdirs-am maintainer-clean \
924	maintainer-clean-generic mostlyclean mostlyclean-generic \
925	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
926	uninstall-am uninstall-appsDATA
927
928
929mp3splt-gtk.desktop: mp3splt-gtk.desktop.in FORCE
930	sed -e "s#PREFIX/#$(datadir)/pixmaps/#" $< > $@
931
932doc: FORCE
933	$(MAKE) -C doc doc
934
935# A make target that always needs to be rebuilt
936FORCE:
937.PHONY: FORCE
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