1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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 = .
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 $(top_srcdir)/configure \
97	$(am__configure_deps) $(am__DIST_COMMON)
98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119	ctags-recursive dvi-recursive html-recursive info-recursive \
120	install-data-recursive install-dvi-recursive \
121	install-exec-recursive install-html-recursive \
122	install-info-recursive install-pdf-recursive \
123	install-ps-recursive install-recursive installcheck-recursive \
124	installdirs-recursive pdf-recursive ps-recursive \
125	tags-recursive uninstall-recursive
126am__can_run_installinfo = \
127  case $$AM_UPDATE_INFO_DIR in \
128    n|no|NO) false;; \
129    *) (install-info --version) >/dev/null 2>&1;; \
130  esac
131am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132am__vpath_adj = case $$p in \
133    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134    *) f=$$p;; \
135  esac;
136am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137am__install_max = 40
138am__nobase_strip_setup = \
139  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140am__nobase_strip = \
141  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142am__nobase_list = $(am__nobase_strip_setup); \
143  for p in $$list; do echo "$$p $$p"; done | \
144  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146    if (++n[$$2] == $(am__install_max)) \
147      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148    END { for (dir in files) print dir, files[dir] }'
149am__base_list = \
150  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152am__uninstall_files_from_dir = { \
153  test -z "$$files" \
154    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156         $(am__cd) "$$dir" && rm -f $$files; }; \
157  }
158am__installdirs = "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)"
159DATA = $(appdata_DATA) $(desktop_DATA)
160RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
161  distclean-recursive maintainer-clean-recursive
162am__recursive_targets = \
163  $(RECURSIVE_TARGETS) \
164  $(RECURSIVE_CLEAN_TARGETS) \
165  $(am__extra_recursive_targets)
166AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
167	cscope distdir distdir-am dist dist-all distcheck
168am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
169	config.h.in
170# Read a list of newline-separated strings from the standard input,
171# and print each of them once, without duplicates.  Input order is
172# *not* preserved.
173am__uniquify_input = $(AWK) '\
174  BEGIN { nonempty = 0; } \
175  { items[$$0] = 1; nonempty = 1; } \
176  END { if (nonempty) { for (i in items) print i; }; } \
177'
178# Make sure the list of sources is unique.  This is necessary because,
179# e.g., the same source file might be shared among _SOURCES variables
180# for different programs/libraries.
181am__define_uniq_tagged_files = \
182  list='$(am__tagged_files)'; \
183  unique=`for i in $$list; do \
184    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185  done | $(am__uniquify_input)`
186DIST_SUBDIRS = $(SUBDIRS)
187am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
188	COPYING ChangeLog NEWS README.md TODO compile config.guess \
189	config.sub depcomp install-sh missing
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191distdir = $(PACKAGE)-$(VERSION)
192top_distdir = $(distdir)
193am__remove_distdir = \
194  if test -d "$(distdir)"; then \
195    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
196      && rm -rf "$(distdir)" \
197      || { sleep 5 && rm -rf "$(distdir)"; }; \
198  else :; fi
199am__post_remove_distdir = $(am__remove_distdir)
200am__relativize = \
201  dir0=`pwd`; \
202  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
203  sed_rest='s,^[^/]*/*,,'; \
204  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
205  sed_butlast='s,/*[^/]*$$,,'; \
206  while test -n "$$dir1"; do \
207    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
208    if test "$$first" != "."; then \
209      if test "$$first" = ".."; then \
210        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
211        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
212      else \
213        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
214        if test "$$first2" = "$$first"; then \
215          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
216        else \
217          dir2="../$$dir2"; \
218        fi; \
219        dir0="$$dir0"/"$$first"; \
220      fi; \
221    fi; \
222    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
223  done; \
224  reldir="$$dir2"
225GZIP_ENV = --best
226DIST_ARCHIVES = $(distdir).tar.bz2
227DIST_TARGETS = dist-bzip2
228# Exists only to be overridden by the user if desired.
229AM_DISTCHECK_DVI_TARGET = dvi
230distuninstallcheck_listfiles = find . -type f -print
231am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
232  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
233distcleancheck_listfiles = find . -type f -print
234ACLOCAL = @ACLOCAL@
235ALL_LINGUAS = @ALL_LINGUAS@
236AMTAR = @AMTAR@
237AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
238AUTOCONF = @AUTOCONF@
239AUTOHEADER = @AUTOHEADER@
240AUTOMAKE = @AUTOMAKE@
241AWK = @AWK@
242CAIRO_CFLAGS = @CAIRO_CFLAGS@
243CAIRO_LIBS = @CAIRO_LIBS@
244CAIRO_REQUIRED_VERSION = @CAIRO_REQUIRED_VERSION@
245CAIRO_VERSION = @CAIRO_VERSION@
246CC = @CC@
247CCDEPMODE = @CCDEPMODE@
248CFLAGS = @CFLAGS@
249CPP = @CPP@
250CPPFLAGS = @CPPFLAGS@
251CSCOPE = @CSCOPE@
252CTAGS = @CTAGS@
253CYGPATH_W = @CYGPATH_W@
254DEFS = @DEFS@
255DEPDIR = @DEPDIR@
256ECHO_C = @ECHO_C@
257ECHO_N = @ECHO_N@
258ECHO_T = @ECHO_T@
259ETAGS = @ETAGS@
260EXEEXT = @EXEEXT@
261GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
262GLIB_CFLAGS = @GLIB_CFLAGS@
263GLIB_LIBS = @GLIB_LIBS@
264GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
265GLIB_VERSION = @GLIB_VERSION@
266GMSGFMT = @GMSGFMT@
267GTK_CFLAGS = @GTK_CFLAGS@
268GTK_LIBS = @GTK_LIBS@
269GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
270GTK_VERSION = @GTK_VERSION@
271INSTALL = @INSTALL@
272INSTALL_DATA = @INSTALL_DATA@
273INSTALL_PROGRAM = @INSTALL_PROGRAM@
274INSTALL_SCRIPT = @INSTALL_SCRIPT@
275INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
277INTLTOOL_MERGE = @INTLTOOL_MERGE@
278INTLTOOL_PERL = @INTLTOOL_PERL@
279INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
280INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
281INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
282INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
283INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
284LDFLAGS = @LDFLAGS@
285LIBEXIF_CFLAGS = @LIBEXIF_CFLAGS@
286LIBEXIF_LIBS = @LIBEXIF_LIBS@
287LIBEXIF_REQUIRED_VERSION = @LIBEXIF_REQUIRED_VERSION@
288LIBEXIF_VERSION = @LIBEXIF_VERSION@
289LIBM = @LIBM@
290LIBOBJS = @LIBOBJS@
291LIBS = @LIBS@
292LIBX11_CFLAGS = @LIBX11_CFLAGS@
293LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
294LIBX11_LIBS = @LIBX11_LIBS@
295LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
296LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
297LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
298LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
299LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
300LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
301LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
302LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
303LTLIBOBJS = @LTLIBOBJS@
304MAGIC_LIBS = @MAGIC_LIBS@
305MAINT = @MAINT@
306MAKEINFO = @MAKEINFO@
307MKDIR_P = @MKDIR_P@
308MSGFMT = @MSGFMT@
309MSGMERGE = @MSGMERGE@
310OBJEXT = @OBJEXT@
311PACKAGE = @PACKAGE@
312PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
313PACKAGE_NAME = @PACKAGE_NAME@
314PACKAGE_STRING = @PACKAGE_STRING@
315PACKAGE_TARNAME = @PACKAGE_TARNAME@
316PACKAGE_URL = @PACKAGE_URL@
317PACKAGE_VERSION = @PACKAGE_VERSION@
318PATH_SEPARATOR = @PATH_SEPARATOR@
319PKG_CONFIG = @PKG_CONFIG@
320PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
321PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
322SET_MAKE = @SET_MAKE@
323SHELL = @SHELL@
324STRIP = @STRIP@
325USE_NLS = @USE_NLS@
326VERSION = @VERSION@
327XFCONF_CFLAGS = @XFCONF_CFLAGS@
328XFCONF_LIBS = @XFCONF_LIBS@
329XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
330XFCONF_VERSION = @XFCONF_VERSION@
331XGETTEXT = @XGETTEXT@
332XMKMF = @XMKMF@
333X_CFLAGS = @X_CFLAGS@
334X_EXTRA_LIBS = @X_EXTRA_LIBS@
335X_LIBS = @X_LIBS@
336X_PRE_LIBS = @X_PRE_LIBS@
337abs_builddir = @abs_builddir@
338abs_srcdir = @abs_srcdir@
339abs_top_builddir = @abs_top_builddir@
340abs_top_srcdir = @abs_top_srcdir@
341ac_ct_CC = @ac_ct_CC@
342am__include = @am__include@
343am__leading_dot = @am__leading_dot@
344am__quote = @am__quote@
345am__tar = @am__tar@
346am__untar = @am__untar@
347bindir = @bindir@
348build = @build@
349build_alias = @build_alias@
350build_cpu = @build_cpu@
351build_os = @build_os@
352build_vendor = @build_vendor@
353builddir = @builddir@
354datadir = @datadir@
355datarootdir = @datarootdir@
356docdir = @docdir@
357dvidir = @dvidir@
358exec_prefix = @exec_prefix@
359host = @host@
360host_alias = @host_alias@
361host_cpu = @host_cpu@
362host_os = @host_os@
363host_vendor = @host_vendor@
364htmldir = @htmldir@
365includedir = @includedir@
366infodir = @infodir@
367install_sh = @install_sh@
368intltool__v_merge_options_ = @intltool__v_merge_options_@
369intltool__v_merge_options_0 = @intltool__v_merge_options_0@
370libdir = @libdir@
371libexecdir = @libexecdir@
372localedir = @localedir@
373localstatedir = @localstatedir@
374mandir = @mandir@
375mkdir_p = @mkdir_p@
376oldincludedir = @oldincludedir@
377pdfdir = @pdfdir@
378prefix = @prefix@
379program_transform_name = @program_transform_name@
380psdir = @psdir@
381runstatedir = @runstatedir@
382sbindir = @sbindir@
383sharedstatedir = @sharedstatedir@
384srcdir = @srcdir@
385sysconfdir = @sysconfdir@
386target_alias = @target_alias@
387top_build_prefix = @top_build_prefix@
388top_builddir = @top_builddir@
389top_srcdir = @top_srcdir@
390SUBDIRS = src po icons
391desktopdir = $(datadir)/applications
392desktop_in_files = org.xfce.ristretto.desktop.in
393desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
394appdatadir = $(datadir)/metainfo
395appdata_DATA = $(appdata_in_files:.xml.in=.xml)
396appdata_in_files = org.xfce.ristretto.appdata.xml.in
397EXTRA_DIST = \
398	README.md \
399	autogen.sh \
400	intltool-extract.in \
401	intltool-merge.in \
402	intltool-update.in \
403	$(desktop_in_files) \
404	$(pixmaps_DATA) \
405	$(wrapper_DATA) \
406	$(appdata_in_files)
407
408DISTCLEANFILES = \
409	intltool-extract \
410	intltool-merge \
411	intltool-update \
412	$(desktop_DATA) \
413	$(appdata_DATA)
414
415DISTCHECK_CONFIGURE_FLAGS = --enable-gen-doc
416all: config.h
417	$(MAKE) $(AM_MAKEFLAGS) all-recursive
418
419.SUFFIXES:
420am--refresh: Makefile
421	@:
422$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
423	@for dep in $?; do \
424	  case '$(am__configure_deps)' in \
425	    *$$dep*) \
426	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
427	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
428		&& exit 0; \
429	      exit 1;; \
430	  esac; \
431	done; \
432	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
433	$(am__cd) $(top_srcdir) && \
434	  $(AUTOMAKE) --foreign Makefile
435Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
436	@case '$?' in \
437	  *config.status*) \
438	    echo ' $(SHELL) ./config.status'; \
439	    $(SHELL) ./config.status;; \
440	  *) \
441	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
442	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
443	esac;
444
445$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
446	$(SHELL) ./config.status --recheck
447
448$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
449	$(am__cd) $(srcdir) && $(AUTOCONF)
450$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
451	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
452$(am__aclocal_m4_deps):
453
454config.h: stamp-h1
455	@test -f $@ || rm -f stamp-h1
456	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
457
458stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
459	@rm -f stamp-h1
460	cd $(top_builddir) && $(SHELL) ./config.status config.h
461$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
462	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
463	rm -f stamp-h1
464	touch $@
465
466distclean-hdr:
467	-rm -f config.h stamp-h1
468install-appdataDATA: $(appdata_DATA)
469	@$(NORMAL_INSTALL)
470	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
471	if test -n "$$list"; then \
472	  echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \
473	  $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \
474	fi; \
475	for p in $$list; do \
476	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
477	  echo "$$d$$p"; \
478	done | $(am__base_list) | \
479	while read files; do \
480	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \
481	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
482	done
483
484uninstall-appdataDATA:
485	@$(NORMAL_UNINSTALL)
486	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
487	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
488	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
489install-desktopDATA: $(desktop_DATA)
490	@$(NORMAL_INSTALL)
491	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
492	if test -n "$$list"; then \
493	  echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
494	  $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
495	fi; \
496	for p in $$list; do \
497	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
498	  echo "$$d$$p"; \
499	done | $(am__base_list) | \
500	while read files; do \
501	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
502	  $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
503	done
504
505uninstall-desktopDATA:
506	@$(NORMAL_UNINSTALL)
507	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
508	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
509	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
510
511# This directory's subdirectories are mostly independent; you can cd
512# into them and run 'make' without going through this Makefile.
513# To change the values of 'make' variables: instead of editing Makefiles,
514# (1) if the variable is set in 'config.status', edit 'config.status'
515#     (which will cause the Makefiles to be regenerated when you run 'make');
516# (2) otherwise, pass the desired values on the 'make' command line.
517$(am__recursive_targets):
518	@fail=; \
519	if $(am__make_keepgoing); then \
520	  failcom='fail=yes'; \
521	else \
522	  failcom='exit 1'; \
523	fi; \
524	dot_seen=no; \
525	target=`echo $@ | sed s/-recursive//`; \
526	case "$@" in \
527	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
528	  *) list='$(SUBDIRS)' ;; \
529	esac; \
530	for subdir in $$list; do \
531	  echo "Making $$target in $$subdir"; \
532	  if test "$$subdir" = "."; then \
533	    dot_seen=yes; \
534	    local_target="$$target-am"; \
535	  else \
536	    local_target="$$target"; \
537	  fi; \
538	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
539	  || eval $$failcom; \
540	done; \
541	if test "$$dot_seen" = "no"; then \
542	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
543	fi; test -z "$$fail"
544
545ID: $(am__tagged_files)
546	$(am__define_uniq_tagged_files); mkid -fID $$unique
547tags: tags-recursive
548TAGS: tags
549
550tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
551	set x; \
552	here=`pwd`; \
553	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
554	  include_option=--etags-include; \
555	  empty_fix=.; \
556	else \
557	  include_option=--include; \
558	  empty_fix=; \
559	fi; \
560	list='$(SUBDIRS)'; for subdir in $$list; do \
561	  if test "$$subdir" = .; then :; else \
562	    test ! -f $$subdir/TAGS || \
563	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
564	  fi; \
565	done; \
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-recursive
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"
591cscope: cscope.files
592	test ! -s cscope.files \
593	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
594clean-cscope:
595	-rm -f cscope.files
596cscope.files: clean-cscope cscopelist
597cscopelist: cscopelist-recursive
598
599cscopelist-am: $(am__tagged_files)
600	list='$(am__tagged_files)'; \
601	case "$(srcdir)" in \
602	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
603	  *) sdir=$(subdir)/$(srcdir) ;; \
604	esac; \
605	for i in $$list; do \
606	  if test -f "$$i"; then \
607	    echo "$(subdir)/$$i"; \
608	  else \
609	    echo "$$sdir/$$i"; \
610	  fi; \
611	done >> $(top_builddir)/cscope.files
612
613distclean-tags:
614	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
615	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
616distdir: $(BUILT_SOURCES)
617	$(MAKE) $(AM_MAKEFLAGS) distdir-am
618
619distdir-am: $(DISTFILES)
620	$(am__remove_distdir)
621	test -d "$(distdir)" || mkdir "$(distdir)"
622	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
623	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
624	list='$(DISTFILES)'; \
625	  dist_files=`for file in $$list; do echo $$file; done | \
626	  sed -e "s|^$$srcdirstrip/||;t" \
627	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
628	case $$dist_files in \
629	  */*) $(MKDIR_P) `echo "$$dist_files" | \
630			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
631			   sort -u` ;; \
632	esac; \
633	for file in $$dist_files; do \
634	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
635	  if test -d $$d/$$file; then \
636	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
637	    if test -d "$(distdir)/$$file"; then \
638	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
639	    fi; \
640	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
641	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
642	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
643	    fi; \
644	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
645	  else \
646	    test -f "$(distdir)/$$file" \
647	    || cp -p $$d/$$file "$(distdir)/$$file" \
648	    || exit 1; \
649	  fi; \
650	done
651	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
652	  if test "$$subdir" = .; then :; else \
653	    $(am__make_dryrun) \
654	      || test -d "$(distdir)/$$subdir" \
655	      || $(MKDIR_P) "$(distdir)/$$subdir" \
656	      || exit 1; \
657	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
658	    $(am__relativize); \
659	    new_distdir=$$reldir; \
660	    dir1=$$subdir; dir2="$(top_distdir)"; \
661	    $(am__relativize); \
662	    new_top_distdir=$$reldir; \
663	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
664	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
665	    ($(am__cd) $$subdir && \
666	      $(MAKE) $(AM_MAKEFLAGS) \
667	        top_distdir="$$new_top_distdir" \
668	        distdir="$$new_distdir" \
669		am__remove_distdir=: \
670		am__skip_length_check=: \
671		am__skip_mode_fix=: \
672	        distdir) \
673	      || exit 1; \
674	  fi; \
675	done
676	$(MAKE) $(AM_MAKEFLAGS) \
677	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
678	  dist-hook
679	-test -n "$(am__skip_mode_fix)" \
680	|| find "$(distdir)" -type d ! -perm -755 \
681		-exec chmod u+rwx,go+rx {} \; -o \
682	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
683	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
684	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
685	|| chmod -R a+r "$(distdir)"
686dist-gzip: distdir
687	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
688	$(am__post_remove_distdir)
689dist-bzip2: distdir
690	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
691	$(am__post_remove_distdir)
692
693dist-lzip: distdir
694	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
695	$(am__post_remove_distdir)
696
697dist-xz: distdir
698	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
699	$(am__post_remove_distdir)
700
701dist-zstd: distdir
702	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
703	$(am__post_remove_distdir)
704
705dist-tarZ: distdir
706	@echo WARNING: "Support for distribution archives compressed with" \
707		       "legacy program 'compress' is deprecated." >&2
708	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
709	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
710	$(am__post_remove_distdir)
711
712dist-shar: distdir
713	@echo WARNING: "Support for shar distribution archives is" \
714	               "deprecated." >&2
715	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
716	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
717	$(am__post_remove_distdir)
718
719dist-zip: distdir
720	-rm -f $(distdir).zip
721	zip -rq $(distdir).zip $(distdir)
722	$(am__post_remove_distdir)
723
724dist dist-all:
725	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
726	$(am__post_remove_distdir)
727
728# This target untars the dist file and tries a VPATH configuration.  Then
729# it guarantees that the distribution is self-contained by making another
730# tarfile.
731distcheck: dist
732	case '$(DIST_ARCHIVES)' in \
733	*.tar.gz*) \
734	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
735	*.tar.bz2*) \
736	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
737	*.tar.lz*) \
738	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
739	*.tar.xz*) \
740	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
741	*.tar.Z*) \
742	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
743	*.shar.gz*) \
744	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
745	*.zip*) \
746	  unzip $(distdir).zip ;;\
747	*.tar.zst*) \
748	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
749	esac
750	chmod -R a-w $(distdir)
751	chmod u+w $(distdir)
752	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
753	chmod a-w $(distdir)
754	test -d $(distdir)/_build || exit 0; \
755	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
756	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
757	  && am__cwd=`pwd` \
758	  && $(am__cd) $(distdir)/_build/sub \
759	  && ../../configure \
760	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
761	    $(DISTCHECK_CONFIGURE_FLAGS) \
762	    --srcdir=../.. --prefix="$$dc_install_base" \
763	  && $(MAKE) $(AM_MAKEFLAGS) \
764	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
765	  && $(MAKE) $(AM_MAKEFLAGS) check \
766	  && $(MAKE) $(AM_MAKEFLAGS) install \
767	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
768	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
769	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
770	        distuninstallcheck \
771	  && chmod -R a-w "$$dc_install_base" \
772	  && ({ \
773	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
774	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
775	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
776	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
777	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
778	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
779	  && rm -rf "$$dc_destdir" \
780	  && $(MAKE) $(AM_MAKEFLAGS) dist \
781	  && rm -rf $(DIST_ARCHIVES) \
782	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
783	  && cd "$$am__cwd" \
784	  || exit 1
785	$(am__post_remove_distdir)
786	@(echo "$(distdir) archives ready for distribution: "; \
787	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
788	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
789distuninstallcheck:
790	@test -n '$(distuninstallcheck_dir)' || { \
791	  echo 'ERROR: trying to run $@ with an empty' \
792	       '$$(distuninstallcheck_dir)' >&2; \
793	  exit 1; \
794	}; \
795	$(am__cd) '$(distuninstallcheck_dir)' || { \
796	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
797	  exit 1; \
798	}; \
799	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
800	   || { echo "ERROR: files left after uninstall:" ; \
801	        if test -n "$(DESTDIR)"; then \
802	          echo "  (check DESTDIR support)"; \
803	        fi ; \
804	        $(distuninstallcheck_listfiles) ; \
805	        exit 1; } >&2
806distcleancheck: distclean
807	@if test '$(srcdir)' = . ; then \
808	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
809	  exit 1 ; \
810	fi
811	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
812	  || { echo "ERROR: files left in build directory after distclean:" ; \
813	       $(distcleancheck_listfiles) ; \
814	       exit 1; } >&2
815check-am: all-am
816check: check-recursive
817all-am: Makefile $(DATA) config.h
818installdirs: installdirs-recursive
819installdirs-am:
820	for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)"; do \
821	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
822	done
823install: install-recursive
824install-exec: install-exec-recursive
825install-data: install-data-recursive
826uninstall: uninstall-recursive
827
828install-am: all-am
829	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
830
831installcheck: installcheck-recursive
832install-strip:
833	if test -z '$(STRIP)'; then \
834	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
835	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
836	      install; \
837	else \
838	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
839	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
840	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
841	fi
842mostlyclean-generic:
843
844clean-generic:
845
846distclean-generic:
847	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
848	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
849	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
850
851maintainer-clean-generic:
852	@echo "This command is intended for maintainers to use"
853	@echo "it deletes files that may require special tools to rebuild."
854clean: clean-recursive
855
856clean-am: clean-generic mostlyclean-am
857
858distclean: distclean-recursive
859	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
860	-rm -f Makefile
861distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
862
863dvi: dvi-recursive
864
865dvi-am:
866
867html: html-recursive
868
869html-am:
870
871info: info-recursive
872
873info-am:
874
875install-data-am: install-appdataDATA install-desktopDATA
876
877install-dvi: install-dvi-recursive
878
879install-dvi-am:
880
881install-exec-am:
882
883install-html: install-html-recursive
884
885install-html-am:
886
887install-info: install-info-recursive
888
889install-info-am:
890
891install-man:
892
893install-pdf: install-pdf-recursive
894
895install-pdf-am:
896
897install-ps: install-ps-recursive
898
899install-ps-am:
900
901installcheck-am:
902
903maintainer-clean: maintainer-clean-recursive
904	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
905	-rm -rf $(top_srcdir)/autom4te.cache
906	-rm -f Makefile
907maintainer-clean-am: distclean-am maintainer-clean-generic
908
909mostlyclean: mostlyclean-recursive
910
911mostlyclean-am: mostlyclean-generic
912
913pdf: pdf-recursive
914
915pdf-am:
916
917ps: ps-recursive
918
919ps-am:
920
921uninstall-am: uninstall-appdataDATA uninstall-desktopDATA
922
923.MAKE: $(am__recursive_targets) all install-am install-strip
924
925.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
926	am--refresh check check-am clean clean-cscope clean-generic \
927	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
928	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
929	dist-zip dist-zstd distcheck distclean distclean-generic \
930	distclean-hdr distclean-tags distcleancheck distdir \
931	distuninstallcheck dvi dvi-am html html-am info info-am \
932	install install-am install-appdataDATA install-data \
933	install-data-am install-desktopDATA install-dvi install-dvi-am \
934	install-exec install-exec-am install-html install-html-am \
935	install-info install-info-am install-man install-pdf \
936	install-pdf-am install-ps install-ps-am install-strip \
937	installcheck installcheck-am installdirs installdirs-am \
938	maintainer-clean maintainer-clean-generic mostlyclean \
939	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
940	uninstall-am uninstall-appdataDATA uninstall-desktopDATA
941
942.PRECIOUS: Makefile
943
944@INTLTOOL_DESKTOP_RULE@
945
946#
947# .appdata
948#
949@INTLTOOL_XML_RULE@
950
951.PHONY: ChangeLog
952
953ChangeLog: Makefile
954	(GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
955	&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
956	|| (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
957
958dist-hook: ChangeLog
959
960# Tell versions [3.59,3.63) of GNU make to not export all variables.
961# Otherwise a system limit (for SysV at least) may be exceeded.
962.NOEXPORT:
963