1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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 = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = data
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(dist_appdata_DATA) \
97	$(am__DIST_COMMON)
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo "  GEN     " $@;
109am__v_GEN_1 =
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 =
114SOURCES =
115DIST_SOURCES =
116RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
117	ctags-recursive dvi-recursive html-recursive info-recursive \
118	install-data-recursive install-dvi-recursive \
119	install-exec-recursive install-html-recursive \
120	install-info-recursive install-pdf-recursive \
121	install-ps-recursive install-recursive installcheck-recursive \
122	installdirs-recursive pdf-recursive ps-recursive \
123	tags-recursive uninstall-recursive
124am__can_run_installinfo = \
125  case $$AM_UPDATE_INFO_DIR in \
126    n|no|NO) false;; \
127    *) (install-info --version) >/dev/null 2>&1;; \
128  esac
129am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130am__vpath_adj = case $$p in \
131    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132    *) f=$$p;; \
133  esac;
134am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135am__install_max = 40
136am__nobase_strip_setup = \
137  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138am__nobase_strip = \
139  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140am__nobase_list = $(am__nobase_strip_setup); \
141  for p in $$list; do echo "$$p $$p"; done | \
142  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144    if (++n[$$2] == $(am__install_max)) \
145      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146    END { for (dir in files) print dir, files[dir] }'
147am__base_list = \
148  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150am__uninstall_files_from_dir = { \
151  test -z "$$files" \
152    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154         $(am__cd) "$$dir" && rm -f $$files; }; \
155  }
156man1dir = $(mandir)/man1
157am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(desktopdir)" \
158	"$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(imagedir)"
159NROFF = nroff
160MANS = $(man_MANS)
161DATA = $(desktop_DATA) $(dist_appdata_DATA) $(image_DATA)
162RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
163  distclean-recursive maintainer-clean-recursive
164am__recursive_targets = \
165  $(RECURSIVE_TARGETS) \
166  $(RECURSIVE_CLEAN_TARGETS) \
167  $(am__extra_recursive_targets)
168AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
169	distdir
170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171# Read a list of newline-separated strings from the standard input,
172# and print each of them once, without duplicates.  Input order is
173# *not* preserved.
174am__uniquify_input = $(AWK) '\
175  BEGIN { nonempty = 0; } \
176  { items[$$0] = 1; nonempty = 1; } \
177  END { if (nonempty) { for (i in items) print i; }; } \
178'
179# Make sure the list of sources is unique.  This is necessary because,
180# e.g., the same source file might be shared among _SOURCES variables
181# for different programs/libraries.
182am__define_uniq_tagged_files = \
183  list='$(am__tagged_files)'; \
184  unique=`for i in $$list; do \
185    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186  done | $(am__uniquify_input)`
187ETAGS = etags
188CTAGS = ctags
189DIST_SUBDIRS = $(SUBDIRS)
190am__DIST_COMMON = $(srcdir)/Makefile.in
191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192am__relativize = \
193  dir0=`pwd`; \
194  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
195  sed_rest='s,^[^/]*/*,,'; \
196  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
197  sed_butlast='s,/*[^/]*$$,,'; \
198  while test -n "$$dir1"; do \
199    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
200    if test "$$first" != "."; then \
201      if test "$$first" = ".."; then \
202        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
203        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
204      else \
205        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
206        if test "$$first2" = "$$first"; then \
207          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
208        else \
209          dir2="../$$dir2"; \
210        fi; \
211        dir0="$$dir0"/"$$first"; \
212      fi; \
213    fi; \
214    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
215  done; \
216  reldir="$$dir2"
217ACLOCAL = @ACLOCAL@
218ALL_LINGUAS = @ALL_LINGUAS@
219AMTAR = @AMTAR@
220AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
221AR = @AR@
222AUTOCONF = @AUTOCONF@
223AUTOHEADER = @AUTOHEADER@
224AUTOMAKE = @AUTOMAKE@
225AWK = @AWK@
226CATALOGS = @CATALOGS@
227CATOBJEXT = @CATOBJEXT@
228CC = @CC@
229CCDEPMODE = @CCDEPMODE@
230CFLAGS = @CFLAGS@
231CPP = @CPP@
232CPPFLAGS = @CPPFLAGS@
233CYGPATH_W = @CYGPATH_W@
234DATADIRNAME = @DATADIRNAME@
235DEFS = @DEFS@
236DEPDIR = @DEPDIR@
237DLLTOOL = @DLLTOOL@
238DSYMUTIL = @DSYMUTIL@
239DUMPBIN = @DUMPBIN@
240ECHO_C = @ECHO_C@
241ECHO_N = @ECHO_N@
242ECHO_T = @ECHO_T@
243EGREP = @EGREP@
244EXEEXT = @EXEEXT@
245FGREP = @FGREP@
246GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
247GIO_CFLAGS = @GIO_CFLAGS@
248GIO_LIBS = @GIO_LIBS@
249GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@
250GIO_VERSION = @GIO_VERSION@
251GMOFILES = @GMOFILES@
252GMSGFMT = @GMSGFMT@
253GREP = @GREP@
254GRILO_CFLAGS = @GRILO_CFLAGS@
255GRILO_LIBS = @GRILO_LIBS@
256GRILO_REQUIRED_VERSION = @GRILO_REQUIRED_VERSION@
257GRILO_VERSION = @GRILO_VERSION@
258GSTREAMER_AUDIO_CFLAGS = @GSTREAMER_AUDIO_CFLAGS@
259GSTREAMER_AUDIO_LIBS = @GSTREAMER_AUDIO_LIBS@
260GSTREAMER_AUDIO_REQUIRED_VERSION = @GSTREAMER_AUDIO_REQUIRED_VERSION@
261GSTREAMER_AUDIO_VERSION = @GSTREAMER_AUDIO_VERSION@
262GSTREAMER_BASE_CFLAGS = @GSTREAMER_BASE_CFLAGS@
263GSTREAMER_BASE_LIBS = @GSTREAMER_BASE_LIBS@
264GSTREAMER_BASE_REQUIRED_VERSION = @GSTREAMER_BASE_REQUIRED_VERSION@
265GSTREAMER_BASE_VERSION = @GSTREAMER_BASE_VERSION@
266GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
267GSTREAMER_LIBS = @GSTREAMER_LIBS@
268GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@
269GSTREAMER_VERSION = @GSTREAMER_VERSION@
270GTK_CFLAGS = @GTK_CFLAGS@
271GTK_LIBS = @GTK_LIBS@
272GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
273GTK_VERSION = @GTK_VERSION@
274GUDEV_CFLAGS = @GUDEV_CFLAGS@
275GUDEV_LIBS = @GUDEV_LIBS@
276GUDEV_REQUIRED_VERSION = @GUDEV_REQUIRED_VERSION@
277GUDEV_VERSION = @GUDEV_VERSION@
278INSTALL = @INSTALL@
279INSTALL_DATA = @INSTALL_DATA@
280INSTALL_PROGRAM = @INSTALL_PROGRAM@
281INSTALL_SCRIPT = @INSTALL_SCRIPT@
282INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
283INSTOBJEXT = @INSTOBJEXT@
284INTLLIBS = @INTLLIBS@
285INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
286INTLTOOL_MERGE = @INTLTOOL_MERGE@
287INTLTOOL_PERL = @INTLTOOL_PERL@
288INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
289INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
290INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
291INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
292INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
293LD = @LD@
294LDFLAGS = @LDFLAGS@
295LIBCDDB_CFLAGS = @LIBCDDB_CFLAGS@
296LIBCDDB_LIBS = @LIBCDDB_LIBS@
297LIBCDDB_REQUIRED_VERSION = @LIBCDDB_REQUIRED_VERSION@
298LIBCDDB_VERSION = @LIBCDDB_VERSION@
299LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@
300LIBCDIO_LIBS = @LIBCDIO_LIBS@
301LIBCDIO_PARANOIA_CFLAGS = @LIBCDIO_PARANOIA_CFLAGS@
302LIBCDIO_PARANOIA_LIBS = @LIBCDIO_PARANOIA_LIBS@
303LIBCDIO_PARANOIA_REQUIRED_VERSION = @LIBCDIO_PARANOIA_REQUIRED_VERSION@
304LIBCDIO_PARANOIA_VERSION = @LIBCDIO_PARANOIA_VERSION@
305LIBCDIO_REQUIRED_VERSION = @LIBCDIO_REQUIRED_VERSION@
306LIBCDIO_VERSION = @LIBCDIO_VERSION@
307LIBCLASTFM_CFLAGS = @LIBCLASTFM_CFLAGS@
308LIBCLASTFM_LIBS = @LIBCLASTFM_LIBS@
309LIBCLASTFM_REQUIRED_VERSION = @LIBCLASTFM_REQUIRED_VERSION@
310LIBCLASTFM_VERSION = @LIBCLASTFM_VERSION@
311LIBGLYR_CFLAGS = @LIBGLYR_CFLAGS@
312LIBGLYR_LIBS = @LIBGLYR_LIBS@
313LIBGLYR_REQUIRED_VERSION = @LIBGLYR_REQUIRED_VERSION@
314LIBGLYR_VERSION = @LIBGLYR_VERSION@
315LIBKEYBINDER_CFLAGS = @LIBKEYBINDER_CFLAGS@
316LIBKEYBINDER_LIBS = @LIBKEYBINDER_LIBS@
317LIBKEYBINDER_REQUIRED_VERSION = @LIBKEYBINDER_REQUIRED_VERSION@
318LIBKEYBINDER_VERSION = @LIBKEYBINDER_VERSION@
319LIBMTP_CFLAGS = @LIBMTP_CFLAGS@
320LIBMTP_LIBS = @LIBMTP_LIBS@
321LIBMTP_REQUIRED_VERSION = @LIBMTP_REQUIRED_VERSION@
322LIBMTP_VERSION = @LIBMTP_VERSION@
323LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
324LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
325LIBNOTIFY_REQUIRED_VERSION = @LIBNOTIFY_REQUIRED_VERSION@
326LIBNOTIFY_VERSION = @LIBNOTIFY_VERSION@
327LIBOBJS = @LIBOBJS@
328LIBPEAS_CFLAGS = @LIBPEAS_CFLAGS@
329LIBPEAS_GTK_CFLAGS = @LIBPEAS_GTK_CFLAGS@
330LIBPEAS_GTK_LIBS = @LIBPEAS_GTK_LIBS@
331LIBPEAS_GTK_REQUIRED_VERSION = @LIBPEAS_GTK_REQUIRED_VERSION@
332LIBPEAS_GTK_VERSION = @LIBPEAS_GTK_VERSION@
333LIBPEAS_LIBS = @LIBPEAS_LIBS@
334LIBPEAS_REQUIRED_VERSION = @LIBPEAS_REQUIRED_VERSION@
335LIBPEAS_VERSION = @LIBPEAS_VERSION@
336LIBS = @LIBS@
337LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
338LIBSOUP_LIBS = @LIBSOUP_LIBS@
339LIBSOUP_REQUIRED_VERSION = @LIBSOUP_REQUIRED_VERSION@
340LIBSOUP_VERSION = @LIBSOUP_VERSION@
341LIBTOOL = @LIBTOOL@
342LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
343LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
344LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
345LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
346LIPO = @LIPO@
347LN_S = @LN_S@
348LTLIBOBJS = @LTLIBOBJS@
349MAINT = @MAINT@
350MAKEINFO = @MAKEINFO@
351MANIFEST_TOOL = @MANIFEST_TOOL@
352MKDIR_P = @MKDIR_P@
353MKINSTALLDIRS = @MKINSTALLDIRS@
354MSGFMT = @MSGFMT@
355MSGFMT_OPTS = @MSGFMT_OPTS@
356MSGMERGE = @MSGMERGE@
357NM = @NM@
358NMEDIT = @NMEDIT@
359OBJDUMP = @OBJDUMP@
360OBJEXT = @OBJEXT@
361OTOOL = @OTOOL@
362OTOOL64 = @OTOOL64@
363PACKAGE = @PACKAGE@
364PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
365PACKAGE_NAME = @PACKAGE_NAME@
366PACKAGE_STRING = @PACKAGE_STRING@
367PACKAGE_TARNAME = @PACKAGE_TARNAME@
368PACKAGE_URL = @PACKAGE_URL@
369PACKAGE_VERSION = @PACKAGE_VERSION@
370PATH_SEPARATOR = @PATH_SEPARATOR@
371PKG_CONFIG = @PKG_CONFIG@
372PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
373PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
374PLPARSER_CFLAGS = @PLPARSER_CFLAGS@
375PLPARSER_LIBS = @PLPARSER_LIBS@
376PLPARSER_REQUIRED_VERSION = @PLPARSER_REQUIRED_VERSION@
377PLPARSER_VERSION = @PLPARSER_VERSION@
378PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
379POFILES = @POFILES@
380POSUB = @POSUB@
381PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
382PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
383RANLIB = @RANLIB@
384RYGEL_CFLAGS = @RYGEL_CFLAGS@
385RYGEL_LIBS = @RYGEL_LIBS@
386RYGEL_REQUIRED_VERSION = @RYGEL_REQUIRED_VERSION@
387RYGEL_VERSION = @RYGEL_VERSION@
388SED = @SED@
389SET_MAKE = @SET_MAKE@
390SHELL = @SHELL@
391SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
392SQLITE3_LIBS = @SQLITE3_LIBS@
393SQLITE3_REQUIRED_VERSION = @SQLITE3_REQUIRED_VERSION@
394SQLITE3_VERSION = @SQLITE3_VERSION@
395STRIP = @STRIP@
396TAGLIB_C_CFLAGS = @TAGLIB_C_CFLAGS@
397TAGLIB_C_LIBS = @TAGLIB_C_LIBS@
398TAGLIB_C_REQUIRED_VERSION = @TAGLIB_C_REQUIRED_VERSION@
399TAGLIB_C_VERSION = @TAGLIB_C_VERSION@
400USE_NLS = @USE_NLS@
401VERSION = @VERSION@
402WINDRES = @WINDRES@
403XGETTEXT = @XGETTEXT@
404XGETTEXT_ARGS = @XGETTEXT_ARGS@
405abs_builddir = @abs_builddir@
406abs_srcdir = @abs_srcdir@
407abs_top_builddir = @abs_top_builddir@
408abs_top_srcdir = @abs_top_srcdir@
409ac_ct_AR = @ac_ct_AR@
410ac_ct_CC = @ac_ct_CC@
411ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
412am__include = @am__include@
413am__leading_dot = @am__leading_dot@
414am__quote = @am__quote@
415am__tar = @am__tar@
416am__untar = @am__untar@
417bindir = @bindir@
418build = @build@
419build_alias = @build_alias@
420build_cpu = @build_cpu@
421build_os = @build_os@
422build_vendor = @build_vendor@
423builddir = @builddir@
424datadir = @datadir@
425datarootdir = @datarootdir@
426docdir = @docdir@
427dvidir = @dvidir@
428exec_prefix = @exec_prefix@
429host = @host@
430host_alias = @host_alias@
431host_cpu = @host_cpu@
432host_os = @host_os@
433host_vendor = @host_vendor@
434htmldir = @htmldir@
435includedir = @includedir@
436infodir = @infodir@
437install_sh = @install_sh@
438intltool__v_merge_options_ = @intltool__v_merge_options_@
439intltool__v_merge_options_0 = @intltool__v_merge_options_0@
440libdir = @libdir@
441libexecdir = @libexecdir@
442localedir = @localedir@
443localstatedir = @localstatedir@
444mandir = @mandir@
445mkdir_p = @mkdir_p@
446oldincludedir = @oldincludedir@
447pdfdir = @pdfdir@
448prefix = @prefix@
449program_transform_name = @program_transform_name@
450psdir = @psdir@
451sbindir = @sbindir@
452sharedstatedir = @sharedstatedir@
453srcdir = @srcdir@
454sysconfdir = @sysconfdir@
455target_alias = @target_alias@
456top_build_prefix = @top_build_prefix@
457top_builddir = @top_builddir@
458top_srcdir = @top_srcdir@
459SUBDIRS = icons
460appdatadir = $(datadir)/appdata
461dist_appdata_DATA = pragha.appdata.xml
462desktopdir = $(datadir)/applications
463desktop_in_files = pragha.desktop.in
464desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
465imagedir = $(datadir)/pixmaps/pragha
466image_DATA = \
467	album.png  \
468	artist.png \
469	track.png  \
470	cover.png  \
471	genre.png
472
473man_MANS = pragha.1
474EXTRA_DIST = \
475	$(desktop_in_files) \
476	$(image_DATA)       \
477	$(man_MANS)
478
479CLEANFILES = \
480	$(desktop_DATA)
481
482all: all-recursive
483
484.SUFFIXES:
485$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
486	@for dep in $?; do \
487	  case '$(am__configure_deps)' in \
488	    *$$dep*) \
489	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
490	        && { if test -f $@; then exit 0; else break; fi; }; \
491	      exit 1;; \
492	  esac; \
493	done; \
494	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
495	$(am__cd) $(top_srcdir) && \
496	  $(AUTOMAKE) --gnu data/Makefile
497Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
498	@case '$?' in \
499	  *config.status*) \
500	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
501	  *) \
502	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
503	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
504	esac;
505
506$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
507	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
508
509$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
510	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
512	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
513$(am__aclocal_m4_deps):
514
515mostlyclean-libtool:
516	-rm -f *.lo
517
518clean-libtool:
519	-rm -rf .libs _libs
520install-man1: $(man_MANS)
521	@$(NORMAL_INSTALL)
522	@list1=''; \
523	list2='$(man_MANS)'; \
524	test -n "$(man1dir)" \
525	  && test -n "`echo $$list1$$list2`" \
526	  || exit 0; \
527	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
528	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
529	{ for i in $$list1; do echo "$$i"; done;  \
530	if test -n "$$list2"; then \
531	  for i in $$list2; do echo "$$i"; done \
532	    | sed -n '/\.1[a-z]*$$/p'; \
533	fi; \
534	} | while read p; do \
535	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
536	  echo "$$d$$p"; echo "$$p"; \
537	done | \
538	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
539	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
540	sed 'N;N;s,\n, ,g' | { \
541	list=; while read file base inst; do \
542	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
543	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
544	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
545	  fi; \
546	done; \
547	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
548	while read files; do \
549	  test -z "$$files" || { \
550	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
551	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
552	done; }
553
554uninstall-man1:
555	@$(NORMAL_UNINSTALL)
556	@list=''; test -n "$(man1dir)" || exit 0; \
557	files=`{ for i in $$list; do echo "$$i"; done; \
558	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
559	  sed -n '/\.1[a-z]*$$/p'; \
560	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
561	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
562	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
563install-desktopDATA: $(desktop_DATA)
564	@$(NORMAL_INSTALL)
565	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
566	if test -n "$$list"; then \
567	  echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
568	  $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
569	fi; \
570	for p in $$list; do \
571	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
572	  echo "$$d$$p"; \
573	done | $(am__base_list) | \
574	while read files; do \
575	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
576	  $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
577	done
578
579uninstall-desktopDATA:
580	@$(NORMAL_UNINSTALL)
581	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
582	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
583	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
584install-dist_appdataDATA: $(dist_appdata_DATA)
585	@$(NORMAL_INSTALL)
586	@list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \
587	if test -n "$$list"; then \
588	  echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \
589	  $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \
590	fi; \
591	for p in $$list; do \
592	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
593	  echo "$$d$$p"; \
594	done | $(am__base_list) | \
595	while read files; do \
596	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \
597	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
598	done
599
600uninstall-dist_appdataDATA:
601	@$(NORMAL_UNINSTALL)
602	@list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \
603	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
604	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
605install-imageDATA: $(image_DATA)
606	@$(NORMAL_INSTALL)
607	@list='$(image_DATA)'; test -n "$(imagedir)" || list=; \
608	if test -n "$$list"; then \
609	  echo " $(MKDIR_P) '$(DESTDIR)$(imagedir)'"; \
610	  $(MKDIR_P) "$(DESTDIR)$(imagedir)" || exit 1; \
611	fi; \
612	for p in $$list; do \
613	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
614	  echo "$$d$$p"; \
615	done | $(am__base_list) | \
616	while read files; do \
617	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imagedir)'"; \
618	  $(INSTALL_DATA) $$files "$(DESTDIR)$(imagedir)" || exit $$?; \
619	done
620
621uninstall-imageDATA:
622	@$(NORMAL_UNINSTALL)
623	@list='$(image_DATA)'; test -n "$(imagedir)" || list=; \
624	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
625	dir='$(DESTDIR)$(imagedir)'; $(am__uninstall_files_from_dir)
626
627# This directory's subdirectories are mostly independent; you can cd
628# into them and run 'make' without going through this Makefile.
629# To change the values of 'make' variables: instead of editing Makefiles,
630# (1) if the variable is set in 'config.status', edit 'config.status'
631#     (which will cause the Makefiles to be regenerated when you run 'make');
632# (2) otherwise, pass the desired values on the 'make' command line.
633$(am__recursive_targets):
634	@fail=; \
635	if $(am__make_keepgoing); then \
636	  failcom='fail=yes'; \
637	else \
638	  failcom='exit 1'; \
639	fi; \
640	dot_seen=no; \
641	target=`echo $@ | sed s/-recursive//`; \
642	case "$@" in \
643	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
644	  *) list='$(SUBDIRS)' ;; \
645	esac; \
646	for subdir in $$list; do \
647	  echo "Making $$target in $$subdir"; \
648	  if test "$$subdir" = "."; then \
649	    dot_seen=yes; \
650	    local_target="$$target-am"; \
651	  else \
652	    local_target="$$target"; \
653	  fi; \
654	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
655	  || eval $$failcom; \
656	done; \
657	if test "$$dot_seen" = "no"; then \
658	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
659	fi; test -z "$$fail"
660
661ID: $(am__tagged_files)
662	$(am__define_uniq_tagged_files); mkid -fID $$unique
663tags: tags-recursive
664TAGS: tags
665
666tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
667	set x; \
668	here=`pwd`; \
669	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
670	  include_option=--etags-include; \
671	  empty_fix=.; \
672	else \
673	  include_option=--include; \
674	  empty_fix=; \
675	fi; \
676	list='$(SUBDIRS)'; for subdir in $$list; do \
677	  if test "$$subdir" = .; then :; else \
678	    test ! -f $$subdir/TAGS || \
679	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
680	  fi; \
681	done; \
682	$(am__define_uniq_tagged_files); \
683	shift; \
684	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
685	  test -n "$$unique" || unique=$$empty_fix; \
686	  if test $$# -gt 0; then \
687	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
688	      "$$@" $$unique; \
689	  else \
690	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
691	      $$unique; \
692	  fi; \
693	fi
694ctags: ctags-recursive
695
696CTAGS: ctags
697ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
698	$(am__define_uniq_tagged_files); \
699	test -z "$(CTAGS_ARGS)$$unique" \
700	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
701	     $$unique
702
703GTAGS:
704	here=`$(am__cd) $(top_builddir) && pwd` \
705	  && $(am__cd) $(top_srcdir) \
706	  && gtags -i $(GTAGS_ARGS) "$$here"
707cscopelist: cscopelist-recursive
708
709cscopelist-am: $(am__tagged_files)
710	list='$(am__tagged_files)'; \
711	case "$(srcdir)" in \
712	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
713	  *) sdir=$(subdir)/$(srcdir) ;; \
714	esac; \
715	for i in $$list; do \
716	  if test -f "$$i"; then \
717	    echo "$(subdir)/$$i"; \
718	  else \
719	    echo "$$sdir/$$i"; \
720	  fi; \
721	done >> $(top_builddir)/cscope.files
722
723distclean-tags:
724	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
725
726distdir: $(DISTFILES)
727	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
728	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
729	list='$(DISTFILES)'; \
730	  dist_files=`for file in $$list; do echo $$file; done | \
731	  sed -e "s|^$$srcdirstrip/||;t" \
732	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
733	case $$dist_files in \
734	  */*) $(MKDIR_P) `echo "$$dist_files" | \
735			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
736			   sort -u` ;; \
737	esac; \
738	for file in $$dist_files; do \
739	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
740	  if test -d $$d/$$file; then \
741	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
742	    if test -d "$(distdir)/$$file"; then \
743	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
744	    fi; \
745	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
746	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
747	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
748	    fi; \
749	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
750	  else \
751	    test -f "$(distdir)/$$file" \
752	    || cp -p $$d/$$file "$(distdir)/$$file" \
753	    || exit 1; \
754	  fi; \
755	done
756	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
757	  if test "$$subdir" = .; then :; else \
758	    $(am__make_dryrun) \
759	      || test -d "$(distdir)/$$subdir" \
760	      || $(MKDIR_P) "$(distdir)/$$subdir" \
761	      || exit 1; \
762	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
763	    $(am__relativize); \
764	    new_distdir=$$reldir; \
765	    dir1=$$subdir; dir2="$(top_distdir)"; \
766	    $(am__relativize); \
767	    new_top_distdir=$$reldir; \
768	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
769	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
770	    ($(am__cd) $$subdir && \
771	      $(MAKE) $(AM_MAKEFLAGS) \
772	        top_distdir="$$new_top_distdir" \
773	        distdir="$$new_distdir" \
774		am__remove_distdir=: \
775		am__skip_length_check=: \
776		am__skip_mode_fix=: \
777	        distdir) \
778	      || exit 1; \
779	  fi; \
780	done
781check-am: all-am
782check: check-recursive
783all-am: Makefile $(MANS) $(DATA)
784installdirs: installdirs-recursive
785installdirs-am:
786	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(imagedir)"; do \
787	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
788	done
789install: install-recursive
790install-exec: install-exec-recursive
791install-data: install-data-recursive
792uninstall: uninstall-recursive
793
794install-am: all-am
795	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
796
797installcheck: installcheck-recursive
798install-strip:
799	if test -z '$(STRIP)'; then \
800	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
801	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
802	      install; \
803	else \
804	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
805	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
806	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
807	fi
808mostlyclean-generic:
809
810clean-generic:
811	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
812
813distclean-generic:
814	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
815	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
816
817maintainer-clean-generic:
818	@echo "This command is intended for maintainers to use"
819	@echo "it deletes files that may require special tools to rebuild."
820clean: clean-recursive
821
822clean-am: clean-generic clean-libtool mostlyclean-am
823
824distclean: distclean-recursive
825	-rm -f Makefile
826distclean-am: clean-am distclean-generic distclean-tags
827
828dvi: dvi-recursive
829
830dvi-am:
831
832html: html-recursive
833
834html-am:
835
836info: info-recursive
837
838info-am:
839
840install-data-am: install-desktopDATA install-dist_appdataDATA \
841	install-imageDATA install-man
842
843install-dvi: install-dvi-recursive
844
845install-dvi-am:
846
847install-exec-am:
848
849install-html: install-html-recursive
850
851install-html-am:
852
853install-info: install-info-recursive
854
855install-info-am:
856
857install-man: install-man1
858
859install-pdf: install-pdf-recursive
860
861install-pdf-am:
862
863install-ps: install-ps-recursive
864
865install-ps-am:
866
867installcheck-am:
868
869maintainer-clean: maintainer-clean-recursive
870	-rm -f Makefile
871maintainer-clean-am: distclean-am maintainer-clean-generic
872
873mostlyclean: mostlyclean-recursive
874
875mostlyclean-am: mostlyclean-generic mostlyclean-libtool
876
877pdf: pdf-recursive
878
879pdf-am:
880
881ps: ps-recursive
882
883ps-am:
884
885uninstall-am: uninstall-desktopDATA uninstall-dist_appdataDATA \
886	uninstall-imageDATA uninstall-man
887
888uninstall-man: uninstall-man1
889
890.MAKE: $(am__recursive_targets) install-am install-strip
891
892.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
893	check-am clean clean-generic clean-libtool cscopelist-am ctags \
894	ctags-am distclean distclean-generic distclean-libtool \
895	distclean-tags distdir dvi dvi-am html html-am info info-am \
896	install install-am install-data install-data-am \
897	install-desktopDATA install-dist_appdataDATA install-dvi \
898	install-dvi-am install-exec install-exec-am install-html \
899	install-html-am install-imageDATA install-info install-info-am \
900	install-man install-man1 install-pdf install-pdf-am install-ps \
901	install-ps-am install-strip installcheck installcheck-am \
902	installdirs installdirs-am maintainer-clean \
903	maintainer-clean-generic mostlyclean mostlyclean-generic \
904	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
905	uninstall-am uninstall-desktopDATA uninstall-dist_appdataDATA \
906	uninstall-imageDATA uninstall-man uninstall-man1
907
908.PRECIOUS: Makefile
909
910@INTLTOOL_DESKTOP_RULE@
911
912# Tell versions [3.59,3.63) of GNU make to not export all variables.
913# Otherwise a system limit (for SysV at least) may be exceeded.
914.NOEXPORT:
915