1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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 = 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@
191CAIRO_CFLAGS = @CAIRO_CFLAGS@
192CAIRO_LIBS = @CAIRO_LIBS@
193CAIRO_REQUIRED_VERSION = @CAIRO_REQUIRED_VERSION@
194CAIRO_VERSION = @CAIRO_VERSION@
195CATALOGS = @CATALOGS@
196CATOBJEXT = @CATOBJEXT@
197CC = @CC@
198CCDEPMODE = @CCDEPMODE@
199CFLAGS = @CFLAGS@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CYGPATH_W = @CYGPATH_W@
203DATADIRNAME = @DATADIRNAME@
204DBUSMENU_CFLAGS = @DBUSMENU_CFLAGS@
205DBUSMENU_LIBS = @DBUSMENU_LIBS@
206DBUSMENU_REQUIRED_VERSION = @DBUSMENU_REQUIRED_VERSION@
207DBUSMENU_VERSION = @DBUSMENU_VERSION@
208DEFS = @DEFS@
209DEPDIR = @DEPDIR@
210DLLTOOL = @DLLTOOL@
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217EXEEXT = @EXEEXT@
218EXO_CFLAGS = @EXO_CFLAGS@
219EXO_LIBS = @EXO_LIBS@
220EXO_REQUIRED_VERSION = @EXO_REQUIRED_VERSION@
221EXO_VERSION = @EXO_VERSION@
222FGREP = @FGREP@
223GARCON_CFLAGS = @GARCON_CFLAGS@
224GARCON_GTK3_CFLAGS = @GARCON_GTK3_CFLAGS@
225GARCON_GTK3_LIBS = @GARCON_GTK3_LIBS@
226GARCON_GTK3_REQUIRED_VERSION = @GARCON_GTK3_REQUIRED_VERSION@
227GARCON_GTK3_VERSION = @GARCON_GTK3_VERSION@
228GARCON_LIBS = @GARCON_LIBS@
229GARCON_REQUIRED_VERSION = @GARCON_REQUIRED_VERSION@
230GARCON_VERSION = @GARCON_VERSION@
231GDBUS_CODEGEN = @GDBUS_CODEGEN@
232GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
233GIO_CFLAGS = @GIO_CFLAGS@
234GIO_LIBS = @GIO_LIBS@
235GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@
236GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
237GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
238GIO_UNIX_REQUIRED_VERSION = @GIO_UNIX_REQUIRED_VERSION@
239GIO_UNIX_VERSION = @GIO_UNIX_VERSION@
240GIO_VERSION = @GIO_VERSION@
241GLIB_CFLAGS = @GLIB_CFLAGS@
242GLIB_LIBS = @GLIB_LIBS@
243GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
244GLIB_VERSION = @GLIB_VERSION@
245GMODULE_CFLAGS = @GMODULE_CFLAGS@
246GMODULE_LIBS = @GMODULE_LIBS@
247GMODULE_REQUIRED_VERSION = @GMODULE_REQUIRED_VERSION@
248GMODULE_VERSION = @GMODULE_VERSION@
249GMOFILES = @GMOFILES@
250GMSGFMT = @GMSGFMT@
251GREP = @GREP@
252GTKDOC_CHECK = @GTKDOC_CHECK@
253GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
254GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
255GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
256GTKDOC_MKPDF = @GTKDOC_MKPDF@
257GTKDOC_REBASE = @GTKDOC_REBASE@
258GTK_CFLAGS = @GTK_CFLAGS@
259GTK_DOC_EXTRA_CFLAGS = @GTK_DOC_EXTRA_CFLAGS@
260GTK_LIBS = @GTK_LIBS@
261GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
262GTK_VERSION = @GTK_VERSION@
263HELPER_PATH_PREFIX = @HELPER_PATH_PREFIX@
264HTML_DIR = @HTML_DIR@
265INSTALL = @INSTALL@
266INSTALL_DATA = @INSTALL_DATA@
267INSTALL_PROGRAM = @INSTALL_PROGRAM@
268INSTALL_SCRIPT = @INSTALL_SCRIPT@
269INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
270INSTOBJEXT = @INSTOBJEXT@
271INTLLIBS = @INTLLIBS@
272INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
273INTLTOOL_MERGE = @INTLTOOL_MERGE@
274INTLTOOL_PERL = @INTLTOOL_PERL@
275INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
276INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
277INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
278INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
279INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
280INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
281INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
282INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
283INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
284INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
285INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
286INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
287INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
288INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
289LD = @LD@
290LDFLAGS = @LDFLAGS@
291LIBOBJS = @LIBOBJS@
292LIBS = @LIBS@
293LIBTOOL = @LIBTOOL@
294LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
295LIBWNCK_LIBS = @LIBWNCK_LIBS@
296LIBWNCK_REQUIRED_VERSION = @LIBWNCK_REQUIRED_VERSION@
297LIBWNCK_VERSION = @LIBWNCK_VERSION@
298LIBX11_CFLAGS = @LIBX11_CFLAGS@
299LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
300LIBX11_LIBS = @LIBX11_LIBS@
301LIBXFCE4PANEL_VERINFO = @LIBXFCE4PANEL_VERINFO@
302LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
303LIBXFCE4PANEL_VERSION_API = @LIBXFCE4PANEL_VERSION_API@
304LIBXFCE4PANEL_VERSION_MAJOR = @LIBXFCE4PANEL_VERSION_MAJOR@
305LIBXFCE4PANEL_VERSION_MICRO = @LIBXFCE4PANEL_VERSION_MICRO@
306LIBXFCE4PANEL_VERSION_MINOR = @LIBXFCE4PANEL_VERSION_MINOR@
307LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
308LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
309LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
310LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
311LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
312LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
313LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
314LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
315LIPO = @LIPO@
316LN_S = @LN_S@
317LTLIBOBJS = @LTLIBOBJS@
318LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
319MAINT = @MAINT@
320MAKEINFO = @MAKEINFO@
321MANIFEST_TOOL = @MANIFEST_TOOL@
322MKDIR_P = @MKDIR_P@
323MKINSTALLDIRS = @MKINSTALLDIRS@
324MSGFMT = @MSGFMT@
325MSGFMT_OPTS = @MSGFMT_OPTS@
326MSGMERGE = @MSGMERGE@
327NM = @NM@
328NMEDIT = @NMEDIT@
329OBJDUMP = @OBJDUMP@
330OBJEXT = @OBJEXT@
331OTOOL = @OTOOL@
332OTOOL64 = @OTOOL64@
333PACKAGE = @PACKAGE@
334PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
335PACKAGE_NAME = @PACKAGE_NAME@
336PACKAGE_STRING = @PACKAGE_STRING@
337PACKAGE_TARNAME = @PACKAGE_TARNAME@
338PACKAGE_URL = @PACKAGE_URL@
339PACKAGE_VERSION = @PACKAGE_VERSION@
340PATH_SEPARATOR = @PATH_SEPARATOR@
341PERL = @PERL@
342PKG_CONFIG = @PKG_CONFIG@
343PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
344PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
345PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
346PLATFORM_CPPFLAGS = @PLATFORM_CPPFLAGS@
347PLATFORM_LDFLAGS = @PLATFORM_LDFLAGS@
348POFILES = @POFILES@
349POSUB = @POSUB@
350PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
351PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
352RANLIB = @RANLIB@
353SED = @SED@
354SET_MAKE = @SET_MAKE@
355SHELL = @SHELL@
356STRIP = @STRIP@
357USE_NLS = @USE_NLS@
358VAPIGEN = @VAPIGEN@
359VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
360VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
361VERSION = @VERSION@
362XFCE4_PANEL_CONFIG_VERSION = @XFCE4_PANEL_CONFIG_VERSION@
363XFCONF_CFLAGS = @XFCONF_CFLAGS@
364XFCONF_LIBS = @XFCONF_LIBS@
365XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
366XFCONF_VERSION = @XFCONF_VERSION@
367XGETTEXT = @XGETTEXT@
368XGETTEXT_ARGS = @XGETTEXT_ARGS@
369XMKMF = @XMKMF@
370X_CFLAGS = @X_CFLAGS@
371X_EXTRA_LIBS = @X_EXTRA_LIBS@
372X_LIBS = @X_LIBS@
373X_PRE_LIBS = @X_PRE_LIBS@
374_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
375_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
376abs_builddir = @abs_builddir@
377abs_srcdir = @abs_srcdir@
378abs_top_builddir = @abs_top_builddir@
379abs_top_srcdir = @abs_top_srcdir@
380ac_ct_AR = @ac_ct_AR@
381ac_ct_CC = @ac_ct_CC@
382ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
383am__include = @am__include@
384am__leading_dot = @am__leading_dot@
385am__quote = @am__quote@
386am__tar = @am__tar@
387am__untar = @am__untar@
388bindir = @bindir@
389build = @build@
390build_alias = @build_alias@
391build_cpu = @build_cpu@
392build_os = @build_os@
393build_vendor = @build_vendor@
394builddir = @builddir@
395datadir = @datadir@
396datarootdir = @datarootdir@
397docdir = @docdir@
398dvidir = @dvidir@
399exec_prefix = @exec_prefix@
400host = @host@
401host_alias = @host_alias@
402host_cpu = @host_cpu@
403host_os = @host_os@
404host_vendor = @host_vendor@
405htmldir = @htmldir@
406includedir = @includedir@
407infodir = @infodir@
408install_sh = @install_sh@
409intltool__v_merge_options_ = @intltool__v_merge_options_@
410intltool__v_merge_options_0 = @intltool__v_merge_options_0@
411libdir = @libdir@
412libexecdir = @libexecdir@
413localedir = @localedir@
414localstatedir = @localstatedir@
415mandir = @mandir@
416mkdir_p = @mkdir_p@
417oldincludedir = @oldincludedir@
418pdfdir = @pdfdir@
419prefix = @prefix@
420program_transform_name = @program_transform_name@
421psdir = @psdir@
422runstatedir = @runstatedir@
423sbindir = @sbindir@
424sharedstatedir = @sharedstatedir@
425srcdir = @srcdir@
426sysconfdir = @sysconfdir@
427target_alias = @target_alias@
428top_build_prefix = @top_build_prefix@
429top_builddir = @top_builddir@
430top_srcdir = @top_srcdir@
431SUBDIRS = \
432	16x16 \
433	24x24 \
434	32x32 \
435	48x48 \
436	128x128 \
437	scalable
438
439gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
440all: all-recursive
441
442.SUFFIXES:
443$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
444	@for dep in $?; do \
445	  case '$(am__configure_deps)' in \
446	    *$$dep*) \
447	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
448	        && { if test -f $@; then exit 0; else break; fi; }; \
449	      exit 1;; \
450	  esac; \
451	done; \
452	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/Makefile'; \
453	$(am__cd) $(top_srcdir) && \
454	  $(AUTOMAKE) --foreign icons/Makefile
455Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
456	@case '$?' in \
457	  *config.status*) \
458	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
459	  *) \
460	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
461	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
462	esac;
463
464$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
465	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466
467$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
468	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
470	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471$(am__aclocal_m4_deps):
472
473mostlyclean-libtool:
474	-rm -f *.lo
475
476clean-libtool:
477	-rm -rf .libs _libs
478
479# This directory's subdirectories are mostly independent; you can cd
480# into them and run 'make' without going through this Makefile.
481# To change the values of 'make' variables: instead of editing Makefiles,
482# (1) if the variable is set in 'config.status', edit 'config.status'
483#     (which will cause the Makefiles to be regenerated when you run 'make');
484# (2) otherwise, pass the desired values on the 'make' command line.
485$(am__recursive_targets):
486	@fail=; \
487	if $(am__make_keepgoing); then \
488	  failcom='fail=yes'; \
489	else \
490	  failcom='exit 1'; \
491	fi; \
492	dot_seen=no; \
493	target=`echo $@ | sed s/-recursive//`; \
494	case "$@" in \
495	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
496	  *) list='$(SUBDIRS)' ;; \
497	esac; \
498	for subdir in $$list; do \
499	  echo "Making $$target in $$subdir"; \
500	  if test "$$subdir" = "."; then \
501	    dot_seen=yes; \
502	    local_target="$$target-am"; \
503	  else \
504	    local_target="$$target"; \
505	  fi; \
506	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
507	  || eval $$failcom; \
508	done; \
509	if test "$$dot_seen" = "no"; then \
510	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
511	fi; test -z "$$fail"
512
513ID: $(am__tagged_files)
514	$(am__define_uniq_tagged_files); mkid -fID $$unique
515tags: tags-recursive
516TAGS: tags
517
518tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
519	set x; \
520	here=`pwd`; \
521	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
522	  include_option=--etags-include; \
523	  empty_fix=.; \
524	else \
525	  include_option=--include; \
526	  empty_fix=; \
527	fi; \
528	list='$(SUBDIRS)'; for subdir in $$list; do \
529	  if test "$$subdir" = .; then :; else \
530	    test ! -f $$subdir/TAGS || \
531	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
532	  fi; \
533	done; \
534	$(am__define_uniq_tagged_files); \
535	shift; \
536	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
537	  test -n "$$unique" || unique=$$empty_fix; \
538	  if test $$# -gt 0; then \
539	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
540	      "$$@" $$unique; \
541	  else \
542	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543	      $$unique; \
544	  fi; \
545	fi
546ctags: ctags-recursive
547
548CTAGS: ctags
549ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
550	$(am__define_uniq_tagged_files); \
551	test -z "$(CTAGS_ARGS)$$unique" \
552	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
553	     $$unique
554
555GTAGS:
556	here=`$(am__cd) $(top_builddir) && pwd` \
557	  && $(am__cd) $(top_srcdir) \
558	  && gtags -i $(GTAGS_ARGS) "$$here"
559cscopelist: cscopelist-recursive
560
561cscopelist-am: $(am__tagged_files)
562	list='$(am__tagged_files)'; \
563	case "$(srcdir)" in \
564	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
565	  *) sdir=$(subdir)/$(srcdir) ;; \
566	esac; \
567	for i in $$list; do \
568	  if test -f "$$i"; then \
569	    echo "$(subdir)/$$i"; \
570	  else \
571	    echo "$$sdir/$$i"; \
572	  fi; \
573	done >> $(top_builddir)/cscope.files
574
575distclean-tags:
576	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
577
578distdir: $(BUILT_SOURCES)
579	$(MAKE) $(AM_MAKEFLAGS) distdir-am
580
581distdir-am: $(DISTFILES)
582	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584	list='$(DISTFILES)'; \
585	  dist_files=`for file in $$list; do echo $$file; done | \
586	  sed -e "s|^$$srcdirstrip/||;t" \
587	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
588	case $$dist_files in \
589	  */*) $(MKDIR_P) `echo "$$dist_files" | \
590			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
591			   sort -u` ;; \
592	esac; \
593	for file in $$dist_files; do \
594	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
595	  if test -d $$d/$$file; then \
596	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
597	    if test -d "$(distdir)/$$file"; then \
598	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599	    fi; \
600	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
601	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
602	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
603	    fi; \
604	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
605	  else \
606	    test -f "$(distdir)/$$file" \
607	    || cp -p $$d/$$file "$(distdir)/$$file" \
608	    || exit 1; \
609	  fi; \
610	done
611	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
612	  if test "$$subdir" = .; then :; else \
613	    $(am__make_dryrun) \
614	      || test -d "$(distdir)/$$subdir" \
615	      || $(MKDIR_P) "$(distdir)/$$subdir" \
616	      || exit 1; \
617	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
618	    $(am__relativize); \
619	    new_distdir=$$reldir; \
620	    dir1=$$subdir; dir2="$(top_distdir)"; \
621	    $(am__relativize); \
622	    new_top_distdir=$$reldir; \
623	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
624	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
625	    ($(am__cd) $$subdir && \
626	      $(MAKE) $(AM_MAKEFLAGS) \
627	        top_distdir="$$new_top_distdir" \
628	        distdir="$$new_distdir" \
629		am__remove_distdir=: \
630		am__skip_length_check=: \
631		am__skip_mode_fix=: \
632	        distdir) \
633	      || exit 1; \
634	  fi; \
635	done
636check-am: all-am
637check: check-recursive
638all-am: Makefile
639installdirs: installdirs-recursive
640installdirs-am:
641install: install-recursive
642install-exec: install-exec-recursive
643install-data: install-data-recursive
644uninstall: uninstall-recursive
645
646install-am: all-am
647	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
648
649installcheck: installcheck-recursive
650install-strip:
651	if test -z '$(STRIP)'; then \
652	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
653	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
654	      install; \
655	else \
656	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
659	fi
660mostlyclean-generic:
661
662clean-generic:
663
664distclean-generic:
665	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
666	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
667
668maintainer-clean-generic:
669	@echo "This command is intended for maintainers to use"
670	@echo "it deletes files that may require special tools to rebuild."
671clean: clean-recursive
672
673clean-am: clean-generic clean-libtool mostlyclean-am
674
675distclean: distclean-recursive
676	-rm -f Makefile
677distclean-am: clean-am distclean-generic distclean-tags
678
679dvi: dvi-recursive
680
681dvi-am:
682
683html: html-recursive
684
685html-am:
686
687info: info-recursive
688
689info-am:
690
691install-data-am:
692	@$(NORMAL_INSTALL)
693	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
694install-dvi: install-dvi-recursive
695
696install-dvi-am:
697
698install-exec-am:
699
700install-html: install-html-recursive
701
702install-html-am:
703
704install-info: install-info-recursive
705
706install-info-am:
707
708install-man:
709
710install-pdf: install-pdf-recursive
711
712install-pdf-am:
713
714install-ps: install-ps-recursive
715
716install-ps-am:
717
718installcheck-am:
719
720maintainer-clean: maintainer-clean-recursive
721	-rm -f Makefile
722maintainer-clean-am: distclean-am maintainer-clean-generic
723
724mostlyclean: mostlyclean-recursive
725
726mostlyclean-am: mostlyclean-generic mostlyclean-libtool
727
728pdf: pdf-recursive
729
730pdf-am:
731
732ps: ps-recursive
733
734ps-am:
735
736uninstall-am:
737
738.MAKE: $(am__recursive_targets) install-am install-data-am \
739	install-strip
740
741.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
742	check-am clean clean-generic clean-libtool cscopelist-am ctags \
743	ctags-am distclean distclean-generic distclean-libtool \
744	distclean-tags distdir dvi dvi-am html html-am info info-am \
745	install install-am install-data install-data-am \
746	install-data-hook install-dvi install-dvi-am install-exec \
747	install-exec-am install-html install-html-am install-info \
748	install-info-am install-man install-pdf install-pdf-am \
749	install-ps install-ps-am install-strip installcheck \
750	installcheck-am installdirs installdirs-am maintainer-clean \
751	maintainer-clean-generic mostlyclean mostlyclean-generic \
752	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
753	uninstall-am
754
755.PRECIOUS: Makefile
756
757
758install-data-hook:
759	@-if test -z "$(DESTDIR)"; then \
760                echo "Updating Gtk icon cache."; \
761                $(gtk_update_icon_cache); \
762        else \
763                echo "*** Icon cache not updated. Remember to run:"; \
764		echo "***"; \
765                echo "***   $(gtk_update_icon_cache)"; \
766		echo "***"; \
767        fi
768
769# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
770
771# Tell versions [3.59,3.63) of GNU make to not export all variables.
772# Otherwise a system limit (for SysV at least) may be exceeded.
773.NOEXPORT:
774