1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = data
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.in
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44CONFIG_HEADER = $(top_builddir)/config.h
45CONFIG_CLEAN_FILES =
46CONFIG_CLEAN_VPATH_FILES =
47SOURCES =
48DIST_SOURCES =
49RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50	html-recursive info-recursive install-data-recursive \
51	install-dvi-recursive install-exec-recursive \
52	install-html-recursive install-info-recursive \
53	install-pdf-recursive install-ps-recursive install-recursive \
54	installcheck-recursive installdirs-recursive pdf-recursive \
55	ps-recursive uninstall-recursive
56am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57am__vpath_adj = case $$p in \
58    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
59    *) f=$$p;; \
60  esac;
61am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
62am__install_max = 40
63am__nobase_strip_setup = \
64  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
65am__nobase_strip = \
66  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
67am__nobase_list = $(am__nobase_strip_setup); \
68  for p in $$list; do echo "$$p $$p"; done | \
69  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
70  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
71    if (++n[$$2] == $(am__install_max)) \
72      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
73    END { for (dir in files) print dir, files[dir] }'
74am__base_list = \
75  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
76  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
77am__installdirs = "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)"
78DATA = $(appdata_DATA) $(desktop_DATA)
79RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
80  distclean-recursive maintainer-clean-recursive
81AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
82	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
83	distdir
84ETAGS = etags
85CTAGS = ctags
86DIST_SUBDIRS = $(SUBDIRS)
87DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88am__relativize = \
89  dir0=`pwd`; \
90  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
91  sed_rest='s,^[^/]*/*,,'; \
92  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
93  sed_butlast='s,/*[^/]*$$,,'; \
94  while test -n "$$dir1"; do \
95    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
96    if test "$$first" != "."; then \
97      if test "$$first" = ".."; then \
98        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
99        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
100      else \
101        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
102        if test "$$first2" = "$$first"; then \
103          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
104        else \
105          dir2="../$$dir2"; \
106        fi; \
107        dir0="$$dir0"/"$$first"; \
108      fi; \
109    fi; \
110    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
111  done; \
112  reldir="$$dir2"
113ACLOCAL = @ACLOCAL@
114ALL_LINGUAS = @ALL_LINGUAS@
115AMTAR = @AMTAR@
116AUTOCONF = @AUTOCONF@
117AUTOHEADER = @AUTOHEADER@
118AUTOMAKE = @AUTOMAKE@
119AWK = @AWK@
120CATALOGS = @CATALOGS@
121CATOBJEXT = @CATOBJEXT@
122CC = @CC@
123CCDEPMODE = @CCDEPMODE@
124CFLAGS = @CFLAGS@
125CPP = @CPP@
126CPPFLAGS = @CPPFLAGS@
127CURL_CFLAGS = @CURL_CFLAGS@
128CURL_LIBS = @CURL_LIBS@
129CYGPATH_W = @CYGPATH_W@
130DATADIRNAME = @DATADIRNAME@
131DEFS = @DEFS@
132DEPDIR = @DEPDIR@
133ECHO_C = @ECHO_C@
134ECHO_N = @ECHO_N@
135ECHO_T = @ECHO_T@
136EGREP = @EGREP@
137EXEEXT = @EXEEXT@
138GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
139GIO_CFLAGS = @GIO_CFLAGS@
140GIO_LIBS = @GIO_LIBS@
141GLIB_CFLAGS = @GLIB_CFLAGS@
142GLIB_LIBS = @GLIB_LIBS@
143GMODULE_CFLAGS = @GMODULE_CFLAGS@
144GMODULE_LIBS = @GMODULE_LIBS@
145GMOFILES = @GMOFILES@
146GMSGFMT = @GMSGFMT@
147GREP = @GREP@
148GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
149GTHREAD_LIBS = @GTHREAD_LIBS@
150GTK_CFLAGS = @GTK_CFLAGS@
151GTK_LIBS = @GTK_LIBS@
152INSTALL = @INSTALL@
153INSTALL_DATA = @INSTALL_DATA@
154INSTALL_PROGRAM = @INSTALL_PROGRAM@
155INSTALL_SCRIPT = @INSTALL_SCRIPT@
156INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157INSTOBJEXT = @INSTOBJEXT@
158INTLLIBS = @INTLLIBS@
159INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
160INTLTOOL_MERGE = @INTLTOOL_MERGE@
161INTLTOOL_PERL = @INTLTOOL_PERL@
162INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
163LDFLAGS = @LDFLAGS@
164LEX = @LEX@
165LEXLIB = @LEXLIB@
166LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
167LIBGLADE_CFLAGS = @LIBGLADE_CFLAGS@
168LIBGLADE_LIBS = @LIBGLADE_LIBS@
169LIBGPOD_CFLAGS = @LIBGPOD_CFLAGS@
170LIBGPOD_LIBS = @LIBGPOD_LIBS@
171LIBOBJS = @LIBOBJS@
172LIBS = @LIBS@
173LTLIBOBJS = @LTLIBOBJS@
174MAINT = @MAINT@
175MAKEINFO = @MAKEINFO@
176MKDIR_P = @MKDIR_P@
177MKINSTALLDIRS = @MKINSTALLDIRS@
178MOUNT = @MOUNT@
179MSGFMT = @MSGFMT@
180MSGFMT_OPTS = @MSGFMT_OPTS@
181MSGMERGE = @MSGMERGE@
182OBJEXT = @OBJEXT@
183PACKAGE = @PACKAGE@
184PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185PACKAGE_NAME = @PACKAGE_NAME@
186PACKAGE_STRING = @PACKAGE_STRING@
187PACKAGE_TARNAME = @PACKAGE_TARNAME@
188PACKAGE_URL = @PACKAGE_URL@
189PACKAGE_VERSION = @PACKAGE_VERSION@
190PATH_SEPARATOR = @PATH_SEPARATOR@
191PKG_CONFIG = @PKG_CONFIG@
192POFILES = @POFILES@
193POSUB = @POSUB@
194PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
195PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
196SET_MAKE = @SET_MAKE@
197SHELL = @SHELL@
198STRIP = @STRIP@
199UMOUNT = @UMOUNT@
200USE_NLS = @USE_NLS@
201VERSION = @VERSION@
202XGETTEXT = @XGETTEXT@
203abs_builddir = @abs_builddir@
204abs_srcdir = @abs_srcdir@
205abs_top_builddir = @abs_top_builddir@
206abs_top_srcdir = @abs_top_srcdir@
207ac_ct_CC = @ac_ct_CC@
208am__include = @am__include@
209am__leading_dot = @am__leading_dot@
210am__quote = @am__quote@
211am__tar = @am__tar@
212am__untar = @am__untar@
213bindir = @bindir@
214build = @build@
215build_alias = @build_alias@
216build_cpu = @build_cpu@
217build_os = @build_os@
218build_vendor = @build_vendor@
219builddir = @builddir@
220datadir = @datadir@
221datarootdir = @datarootdir@
222docdir = @docdir@
223dvidir = @dvidir@
224exec_prefix = @exec_prefix@
225host = @host@
226host_alias = @host_alias@
227host_cpu = @host_cpu@
228host_os = @host_os@
229host_vendor = @host_vendor@
230htmldir = @htmldir@
231includedir = @includedir@
232infodir = @infodir@
233install_sh = @install_sh@
234libdir = @libdir@
235libexecdir = @libexecdir@
236localedir = @localedir@
237localstatedir = @localstatedir@
238mandir = @mandir@
239mkdir_p = @mkdir_p@
240oldincludedir = @oldincludedir@
241pdfdir = @pdfdir@
242prefix = @prefix@
243program_transform_name = @program_transform_name@
244psdir = @psdir@
245sbindir = @sbindir@
246sharedstatedir = @sharedstatedir@
247srcdir = @srcdir@
248sysconfdir = @sysconfdir@
249target_alias = @target_alias@
250top_build_prefix = @top_build_prefix@
251top_builddir = @top_builddir@
252top_srcdir = @top_srcdir@
253SUBDIRS = icons man
254desktopdir = $(datadir)/applications
255desktop_in_files = gtkpod.desktop.in
256desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
257appdatadir = $(pkgdatadir)/data
258appdata_DATA = \
259	gtkpod.glade			\
260	default-cover.png		\
261	gtkpod-add-dirs.png		\
262	gtkpod-add-files.png		\
263	gtkpod-add-playlists.png	\
264	gtkpod-icon-32-2.png		\
265	gtkpod-icon-32.png		\
266	gtkpod-icon-48.png		\
267	gtkpod-logo.png			\
268	gtkpod-read.png			\
269	gtkpod-read-16.png		\
270	photo-toolbar-album.png \
271	photo-toolbar-photos.png
272
273EXTRA_DIST = \
274	$(desktop_in_files)		\
275	$(appdata_DATA)
276
277CLEANFILES = \
278	$(desktop_DATA)			\
279	gtkpod.gladep
280
281all: all-recursive
282
283.SUFFIXES:
284$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
285	@for dep in $?; do \
286	  case '$(am__configure_deps)' in \
287	    *$$dep*) \
288	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
289	        && { if test -f $@; then exit 0; else break; fi; }; \
290	      exit 1;; \
291	  esac; \
292	done; \
293	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
294	$(am__cd) $(top_srcdir) && \
295	  $(AUTOMAKE) --gnu data/Makefile
296.PRECIOUS: Makefile
297Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298	@case '$?' in \
299	  *config.status*) \
300	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
301	  *) \
302	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
303	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
304	esac;
305
306$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
309$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
310	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
312	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313$(am__aclocal_m4_deps):
314install-appdataDATA: $(appdata_DATA)
315	@$(NORMAL_INSTALL)
316	test -z "$(appdatadir)" || $(MKDIR_P) "$(DESTDIR)$(appdatadir)"
317	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
318	for p in $$list; do \
319	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
320	  echo "$$d$$p"; \
321	done | $(am__base_list) | \
322	while read files; do \
323	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \
324	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
325	done
326
327uninstall-appdataDATA:
328	@$(NORMAL_UNINSTALL)
329	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
330	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
331	test -n "$$files" || exit 0; \
332	echo " ( cd '$(DESTDIR)$(appdatadir)' && rm -f" $$files ")"; \
333	cd "$(DESTDIR)$(appdatadir)" && rm -f $$files
334install-desktopDATA: $(desktop_DATA)
335	@$(NORMAL_INSTALL)
336	test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
337	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
338	for p in $$list; do \
339	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
340	  echo "$$d$$p"; \
341	done | $(am__base_list) | \
342	while read files; do \
343	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
344	  $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
345	done
346
347uninstall-desktopDATA:
348	@$(NORMAL_UNINSTALL)
349	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
350	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
351	test -n "$$files" || exit 0; \
352	echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
353	cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
354
355# This directory's subdirectories are mostly independent; you can cd
356# into them and run `make' without going through this Makefile.
357# To change the values of `make' variables: instead of editing Makefiles,
358# (1) if the variable is set in `config.status', edit `config.status'
359#     (which will cause the Makefiles to be regenerated when you run `make');
360# (2) otherwise, pass the desired values on the `make' command line.
361$(RECURSIVE_TARGETS):
362	@failcom='exit 1'; \
363	for f in x $$MAKEFLAGS; do \
364	  case $$f in \
365	    *=* | --[!k]*);; \
366	    *k*) failcom='fail=yes';; \
367	  esac; \
368	done; \
369	dot_seen=no; \
370	target=`echo $@ | sed s/-recursive//`; \
371	list='$(SUBDIRS)'; for subdir in $$list; do \
372	  echo "Making $$target in $$subdir"; \
373	  if test "$$subdir" = "."; then \
374	    dot_seen=yes; \
375	    local_target="$$target-am"; \
376	  else \
377	    local_target="$$target"; \
378	  fi; \
379	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
380	  || eval $$failcom; \
381	done; \
382	if test "$$dot_seen" = "no"; then \
383	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
384	fi; test -z "$$fail"
385
386$(RECURSIVE_CLEAN_TARGETS):
387	@failcom='exit 1'; \
388	for f in x $$MAKEFLAGS; do \
389	  case $$f in \
390	    *=* | --[!k]*);; \
391	    *k*) failcom='fail=yes';; \
392	  esac; \
393	done; \
394	dot_seen=no; \
395	case "$@" in \
396	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
397	  *) list='$(SUBDIRS)' ;; \
398	esac; \
399	rev=''; for subdir in $$list; do \
400	  if test "$$subdir" = "."; then :; else \
401	    rev="$$subdir $$rev"; \
402	  fi; \
403	done; \
404	rev="$$rev ."; \
405	target=`echo $@ | sed s/-recursive//`; \
406	for subdir in $$rev; do \
407	  echo "Making $$target in $$subdir"; \
408	  if test "$$subdir" = "."; then \
409	    local_target="$$target-am"; \
410	  else \
411	    local_target="$$target"; \
412	  fi; \
413	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
414	  || eval $$failcom; \
415	done && test -z "$$fail"
416tags-recursive:
417	list='$(SUBDIRS)'; for subdir in $$list; do \
418	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
419	done
420ctags-recursive:
421	list='$(SUBDIRS)'; for subdir in $$list; do \
422	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
423	done
424
425ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
426	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
427	unique=`for i in $$list; do \
428	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429	  done | \
430	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431	      END { if (nonempty) { for (i in files) print i; }; }'`; \
432	mkid -fID $$unique
433tags: TAGS
434
435TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
436		$(TAGS_FILES) $(LISP)
437	set x; \
438	here=`pwd`; \
439	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
440	  include_option=--etags-include; \
441	  empty_fix=.; \
442	else \
443	  include_option=--include; \
444	  empty_fix=; \
445	fi; \
446	list='$(SUBDIRS)'; for subdir in $$list; do \
447	  if test "$$subdir" = .; then :; else \
448	    test ! -f $$subdir/TAGS || \
449	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
450	  fi; \
451	done; \
452	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453	unique=`for i in $$list; do \
454	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455	  done | \
456	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457	      END { if (nonempty) { for (i in files) print i; }; }'`; \
458	shift; \
459	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
460	  test -n "$$unique" || unique=$$empty_fix; \
461	  if test $$# -gt 0; then \
462	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
463	      "$$@" $$unique; \
464	  else \
465	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466	      $$unique; \
467	  fi; \
468	fi
469ctags: CTAGS
470CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
471		$(TAGS_FILES) $(LISP)
472	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
473	unique=`for i in $$list; do \
474	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475	  done | \
476	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477	      END { if (nonempty) { for (i in files) print i; }; }'`; \
478	test -z "$(CTAGS_ARGS)$$unique" \
479	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
480	     $$unique
481
482GTAGS:
483	here=`$(am__cd) $(top_builddir) && pwd` \
484	  && $(am__cd) $(top_srcdir) \
485	  && gtags -i $(GTAGS_ARGS) "$$here"
486
487distclean-tags:
488	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
489
490distdir: $(DISTFILES)
491	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493	list='$(DISTFILES)'; \
494	  dist_files=`for file in $$list; do echo $$file; done | \
495	  sed -e "s|^$$srcdirstrip/||;t" \
496	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
497	case $$dist_files in \
498	  */*) $(MKDIR_P) `echo "$$dist_files" | \
499			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
500			   sort -u` ;; \
501	esac; \
502	for file in $$dist_files; do \
503	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
504	  if test -d $$d/$$file; then \
505	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
506	    if test -d "$(distdir)/$$file"; then \
507	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508	    fi; \
509	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
510	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
511	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512	    fi; \
513	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
514	  else \
515	    test -f "$(distdir)/$$file" \
516	    || cp -p $$d/$$file "$(distdir)/$$file" \
517	    || exit 1; \
518	  fi; \
519	done
520	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
521	  if test "$$subdir" = .; then :; else \
522	    test -d "$(distdir)/$$subdir" \
523	    || $(MKDIR_P) "$(distdir)/$$subdir" \
524	    || exit 1; \
525	  fi; \
526	done
527	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
528	  if test "$$subdir" = .; then :; else \
529	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
530	    $(am__relativize); \
531	    new_distdir=$$reldir; \
532	    dir1=$$subdir; dir2="$(top_distdir)"; \
533	    $(am__relativize); \
534	    new_top_distdir=$$reldir; \
535	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
536	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
537	    ($(am__cd) $$subdir && \
538	      $(MAKE) $(AM_MAKEFLAGS) \
539	        top_distdir="$$new_top_distdir" \
540	        distdir="$$new_distdir" \
541		am__remove_distdir=: \
542		am__skip_length_check=: \
543		am__skip_mode_fix=: \
544	        distdir) \
545	      || exit 1; \
546	  fi; \
547	done
548check-am: all-am
549check: check-recursive
550all-am: Makefile $(DATA) all-local
551installdirs: installdirs-recursive
552installdirs-am:
553	for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)"; do \
554	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
555	done
556install: install-recursive
557install-exec: install-exec-recursive
558install-data: install-data-recursive
559uninstall: uninstall-recursive
560
561install-am: all-am
562	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
563
564installcheck: installcheck-recursive
565install-strip:
566	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
567	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
568	  `test -z '$(STRIP)' || \
569	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
570mostlyclean-generic:
571
572clean-generic:
573	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
574
575distclean-generic:
576	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
577	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
578
579maintainer-clean-generic:
580	@echo "This command is intended for maintainers to use"
581	@echo "it deletes files that may require special tools to rebuild."
582clean: clean-recursive
583
584clean-am: clean-generic mostlyclean-am
585
586distclean: distclean-recursive
587	-rm -f Makefile
588distclean-am: clean-am distclean-generic distclean-tags
589
590dvi: dvi-recursive
591
592dvi-am:
593
594html: html-recursive
595
596html-am:
597
598info: info-recursive
599
600info-am:
601
602install-data-am: install-appdataDATA install-desktopDATA
603
604install-dvi: install-dvi-recursive
605
606install-dvi-am:
607
608install-exec-am:
609
610install-html: install-html-recursive
611
612install-html-am:
613
614install-info: install-info-recursive
615
616install-info-am:
617
618install-man:
619
620install-pdf: install-pdf-recursive
621
622install-pdf-am:
623
624install-ps: install-ps-recursive
625
626install-ps-am:
627
628installcheck-am:
629
630maintainer-clean: maintainer-clean-recursive
631	-rm -f Makefile
632maintainer-clean-am: distclean-am maintainer-clean-generic
633
634mostlyclean: mostlyclean-recursive
635
636mostlyclean-am: mostlyclean-generic
637
638pdf: pdf-recursive
639
640pdf-am:
641
642ps: ps-recursive
643
644ps-am:
645
646uninstall-am: uninstall-appdataDATA uninstall-desktopDATA
647
648.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
649	install-am install-strip tags-recursive
650
651.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
652	all all-am all-local check check-am clean clean-generic ctags \
653	ctags-recursive distclean distclean-generic distclean-tags \
654	distdir dvi dvi-am html html-am info info-am install \
655	install-am install-appdataDATA install-data install-data-am \
656	install-desktopDATA install-dvi install-dvi-am install-exec \
657	install-exec-am install-html install-html-am install-info \
658	install-info-am install-man install-pdf install-pdf-am \
659	install-ps install-ps-am install-strip installcheck \
660	installcheck-am installdirs installdirs-am maintainer-clean \
661	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
662	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
663	uninstall-appdataDATA uninstall-desktopDATA
664
665@INTLTOOL_DESKTOP_RULE@
666
667all-local:
668	$(INTLTOOL_EXTRACT) -type=gettext/glade gtkpod.glade
669
670# Tell versions [3.59,3.63) of GNU make to not export all variables.
671# Otherwise a system limit (for SysV at least) may be exceeded.
672.NOEXPORT:
673