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