1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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@
90target_triplet = @target@
91subdir = data/icons/hicolor/22x22
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
94	$(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
95	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97	$(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99	$(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
120	ctags-recursive dvi-recursive html-recursive info-recursive \
121	install-data-recursive install-dvi-recursive \
122	install-exec-recursive install-html-recursive \
123	install-info-recursive install-pdf-recursive \
124	install-ps-recursive install-recursive installcheck-recursive \
125	installdirs-recursive pdf-recursive ps-recursive \
126	tags-recursive uninstall-recursive
127am__can_run_installinfo = \
128  case $$AM_UPDATE_INFO_DIR in \
129    n|no|NO) false;; \
130    *) (install-info --version) >/dev/null 2>&1;; \
131  esac
132RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
133  distclean-recursive maintainer-clean-recursive
134am__recursive_targets = \
135  $(RECURSIVE_TARGETS) \
136  $(RECURSIVE_CLEAN_TARGETS) \
137  $(am__extra_recursive_targets)
138AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
139	distdir
140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141# Read a list of newline-separated strings from the standard input,
142# and print each of them once, without duplicates.  Input order is
143# *not* preserved.
144am__uniquify_input = $(AWK) '\
145  BEGIN { nonempty = 0; } \
146  { items[$$0] = 1; nonempty = 1; } \
147  END { if (nonempty) { for (i in items) print i; }; } \
148'
149# Make sure the list of sources is unique.  This is necessary because,
150# e.g., the same source file might be shared among _SOURCES variables
151# for different programs/libraries.
152am__define_uniq_tagged_files = \
153  list='$(am__tagged_files)'; \
154  unique=`for i in $$list; do \
155    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
156  done | $(am__uniquify_input)`
157ETAGS = etags
158CTAGS = ctags
159DIST_SUBDIRS = $(SUBDIRS)
160am__DIST_COMMON = $(srcdir)/Makefile.in
161DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162am__relativize = \
163  dir0=`pwd`; \
164  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
165  sed_rest='s,^[^/]*/*,,'; \
166  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
167  sed_butlast='s,/*[^/]*$$,,'; \
168  while test -n "$$dir1"; do \
169    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
170    if test "$$first" != "."; then \
171      if test "$$first" = ".."; then \
172        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
173        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
174      else \
175        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
176        if test "$$first2" = "$$first"; then \
177          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
178        else \
179          dir2="../$$dir2"; \
180        fi; \
181        dir0="$$dir0"/"$$first"; \
182      fi; \
183    fi; \
184    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
185  done; \
186  reldir="$$dir2"
187ACLOCAL = @ACLOCAL@
188ALL_LINGUAS = @ALL_LINGUAS@
189AMTAR = @AMTAR@
190AM_CFLAGS = @AM_CFLAGS@
191AM_CPPFLAGS = @AM_CPPFLAGS@
192AM_CXXFLAGS = @AM_CXXFLAGS@
193AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
194AM_LDFLAGS = @AM_LDFLAGS@
195AR = @AR@
196AS = @AS@
197AUTOCONF = @AUTOCONF@
198AUTOHEADER = @AUTOHEADER@
199AUTOMAKE = @AUTOMAKE@
200AWK = @AWK@
201CC = @CC@
202CCDEPMODE = @CCDEPMODE@
203CFLAGS = @CFLAGS@
204CPP = @CPP@
205CPPFLAGS = @CPPFLAGS@
206CYGPATH_W = @CYGPATH_W@
207DEFS = @DEFS@
208DEPDIR = @DEPDIR@
209DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
210DLLTOOL = @DLLTOOL@
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217EXEEXT = @EXEEXT@
218FGREP = @FGREP@
219GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
220GLADE_AGE = @GLADE_AGE@
221GLADE_CURRENT = @GLADE_CURRENT@
222GLADE_CURRENT_MINUS_AGE = @GLADE_CURRENT_MINUS_AGE@
223GLADE_DEBUG_FLAGS = @GLADE_DEBUG_FLAGS@
224GLADE_MAJOR_VERSION = @GLADE_MAJOR_VERSION@
225GLADE_MICRO_VERSION = @GLADE_MICRO_VERSION@
226GLADE_MINOR_VERSION = @GLADE_MINOR_VERSION@
227GLADE_REVISION = @GLADE_REVISION@
228GLADE_TEST_ENVIRONMENT = @GLADE_TEST_ENVIRONMENT@
229GLADE_UNSTABLE = @GLADE_UNSTABLE@
230GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
231GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
232GLIB_MKENUMS = @GLIB_MKENUMS@
233GMODULE_EXPORT_CFLAGS = @GMODULE_EXPORT_CFLAGS@
234GMODULE_EXPORT_LIBS = @GMODULE_EXPORT_LIBS@
235GMSGFMT = @GMSGFMT@
236GREP = @GREP@
237GTKDOC_CHECK = @GTKDOC_CHECK@
238GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
239GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
240GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
241GTKDOC_MKPDF = @GTKDOC_MKPDF@
242GTKDOC_REBASE = @GTKDOC_REBASE@
243GTK_CFLAGS = @GTK_CFLAGS@
244GTK_LIBS = @GTK_LIBS@
245GTK_MAC_BUNDLE_FLAG = @GTK_MAC_BUNDLE_FLAG@
246GTK_MAC_CFLAGS = @GTK_MAC_CFLAGS@
247GTK_MAC_LIBS = @GTK_MAC_LIBS@
248HELP_DIR = @HELP_DIR@
249HTML_DIR = @HTML_DIR@
250INSTALL = @INSTALL@
251INSTALL_DATA = @INSTALL_DATA@
252INSTALL_PROGRAM = @INSTALL_PROGRAM@
253INSTALL_SCRIPT = @INSTALL_SCRIPT@
254INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
255INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
256INTLTOOL_MERGE = @INTLTOOL_MERGE@
257INTLTOOL_PERL = @INTLTOOL_PERL@
258INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
259INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
260INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
261INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
262INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
263INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
264INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
265INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
266INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
267INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
268INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
269INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
270INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
271ITSTOOL = @ITSTOOL@
272LD = @LD@
273LDFLAGS = @LDFLAGS@
274LIBM = @LIBM@
275LIBOBJS = @LIBOBJS@
276LIBS = @LIBS@
277LIBTOOL = @LIBTOOL@
278LIPO = @LIPO@
279LN_S = @LN_S@
280LTLIBOBJS = @LTLIBOBJS@
281LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
282MAINT = @MAINT@
283MAKEINFO = @MAKEINFO@
284MANIFEST_TOOL = @MANIFEST_TOOL@
285MKDIR_P = @MKDIR_P@
286MSGFMT = @MSGFMT@
287MSGMERGE = @MSGMERGE@
288NM = @NM@
289NMEDIT = @NMEDIT@
290OBJDUMP = @OBJDUMP@
291OBJEXT = @OBJEXT@
292OTOOL = @OTOOL@
293OTOOL64 = @OTOOL64@
294PACKAGE = @PACKAGE@
295PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
296PACKAGE_NAME = @PACKAGE_NAME@
297PACKAGE_STRING = @PACKAGE_STRING@
298PACKAGE_TARNAME = @PACKAGE_TARNAME@
299PACKAGE_URL = @PACKAGE_URL@
300PACKAGE_VERSION = @PACKAGE_VERSION@
301PATH_SEPARATOR = @PATH_SEPARATOR@
302PKG_CONFIG = @PKG_CONFIG@
303PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
304PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
305PLUGINS_WARN_CFLAGS = @PLUGINS_WARN_CFLAGS@
306PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
307PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
308PYTHON = @PYTHON@
309PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
310PYTHON_INCLUDES = @PYTHON_INCLUDES@
311PYTHON_LIBS = @PYTHON_LIBS@
312PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
313PYTHON_PLATFORM = @PYTHON_PLATFORM@
314PYTHON_PREFIX = @PYTHON_PREFIX@
315PYTHON_VERSION = @PYTHON_VERSION@
316RANLIB = @RANLIB@
317SED = @SED@
318SET_MAKE = @SET_MAKE@
319SHELL = @SHELL@
320STRIP = @STRIP@
321USE_NLS = @USE_NLS@
322VERSION = @VERSION@
323WARN_CFLAGS = @WARN_CFLAGS@
324WEBKIT2GTK_CFLAGS = @WEBKIT2GTK_CFLAGS@
325WEBKIT2GTK_LIBS = @WEBKIT2GTK_LIBS@
326WINDRES = @WINDRES@
327XGETTEXT = @XGETTEXT@
328XMLLINT = @XMLLINT@
329XSLTPROC = @XSLTPROC@
330YELP_LC_DIST = @YELP_LC_DIST@
331YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
332abs_builddir = @abs_builddir@
333abs_srcdir = @abs_srcdir@
334abs_top_builddir = @abs_top_builddir@
335abs_top_srcdir = @abs_top_srcdir@
336ac_ct_AR = @ac_ct_AR@
337ac_ct_CC = @ac_ct_CC@
338ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
339am__include = @am__include@
340am__leading_dot = @am__leading_dot@
341am__quote = @am__quote@
342am__tar = @am__tar@
343am__untar = @am__untar@
344bindir = @bindir@
345build = @build@
346build_alias = @build_alias@
347build_cpu = @build_cpu@
348build_os = @build_os@
349build_vendor = @build_vendor@
350builddir = @builddir@
351datadir = @datadir@
352datarootdir = @datarootdir@
353docdir = @docdir@
354dvidir = @dvidir@
355exec_prefix = @exec_prefix@
356host = @host@
357host_alias = @host_alias@
358host_cpu = @host_cpu@
359host_os = @host_os@
360host_vendor = @host_vendor@
361htmldir = @htmldir@
362includedir = @includedir@
363infodir = @infodir@
364install_sh = @install_sh@
365intltool__v_merge_options_ = @intltool__v_merge_options_@
366intltool__v_merge_options_0 = @intltool__v_merge_options_0@
367libdir = @libdir@
368libexecdir = @libexecdir@
369localedir = @localedir@
370localstatedir = @localstatedir@
371mandir = @mandir@
372mkdir_p = @mkdir_p@
373oldincludedir = @oldincludedir@
374pdfdir = @pdfdir@
375pkgpyexecdir = @pkgpyexecdir@
376pkgpythondir = @pkgpythondir@
377prefix = @prefix@
378program_transform_name = @program_transform_name@
379psdir = @psdir@
380pyexecdir = @pyexecdir@
381pythondir = @pythondir@
382runstatedir = @runstatedir@
383sbindir = @sbindir@
384sharedstatedir = @sharedstatedir@
385srcdir = @srcdir@
386sysconfdir = @sysconfdir@
387target = @target@
388target_alias = @target_alias@
389target_cpu = @target_cpu@
390target_os = @target_os@
391target_vendor = @target_vendor@
392top_build_prefix = @top_build_prefix@
393top_builddir = @top_builddir@
394top_srcdir = @top_srcdir@
395SUBDIRS = apps
396all: all-recursive
397
398.SUFFIXES:
399$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
400	@for dep in $?; do \
401	  case '$(am__configure_deps)' in \
402	    *$$dep*) \
403	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
404	        && { if test -f $@; then exit 0; else break; fi; }; \
405	      exit 1;; \
406	  esac; \
407	done; \
408	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/hicolor/22x22/Makefile'; \
409	$(am__cd) $(top_srcdir) && \
410	  $(AUTOMAKE) --foreign data/icons/hicolor/22x22/Makefile
411Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
412	@case '$?' in \
413	  *config.status*) \
414	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
415	  *) \
416	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
417	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
418	esac;
419
420$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
421	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422
423$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
424	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
426	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427$(am__aclocal_m4_deps):
428
429mostlyclean-libtool:
430	-rm -f *.lo
431
432clean-libtool:
433	-rm -rf .libs _libs
434
435# This directory's subdirectories are mostly independent; you can cd
436# into them and run 'make' without going through this Makefile.
437# To change the values of 'make' variables: instead of editing Makefiles,
438# (1) if the variable is set in 'config.status', edit 'config.status'
439#     (which will cause the Makefiles to be regenerated when you run 'make');
440# (2) otherwise, pass the desired values on the 'make' command line.
441$(am__recursive_targets):
442	@fail=; \
443	if $(am__make_keepgoing); then \
444	  failcom='fail=yes'; \
445	else \
446	  failcom='exit 1'; \
447	fi; \
448	dot_seen=no; \
449	target=`echo $@ | sed s/-recursive//`; \
450	case "$@" in \
451	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
452	  *) list='$(SUBDIRS)' ;; \
453	esac; \
454	for subdir in $$list; do \
455	  echo "Making $$target in $$subdir"; \
456	  if test "$$subdir" = "."; then \
457	    dot_seen=yes; \
458	    local_target="$$target-am"; \
459	  else \
460	    local_target="$$target"; \
461	  fi; \
462	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
463	  || eval $$failcom; \
464	done; \
465	if test "$$dot_seen" = "no"; then \
466	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
467	fi; test -z "$$fail"
468
469ID: $(am__tagged_files)
470	$(am__define_uniq_tagged_files); mkid -fID $$unique
471tags: tags-recursive
472TAGS: tags
473
474tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
475	set x; \
476	here=`pwd`; \
477	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
478	  include_option=--etags-include; \
479	  empty_fix=.; \
480	else \
481	  include_option=--include; \
482	  empty_fix=; \
483	fi; \
484	list='$(SUBDIRS)'; for subdir in $$list; do \
485	  if test "$$subdir" = .; then :; else \
486	    test ! -f $$subdir/TAGS || \
487	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
488	  fi; \
489	done; \
490	$(am__define_uniq_tagged_files); \
491	shift; \
492	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
493	  test -n "$$unique" || unique=$$empty_fix; \
494	  if test $$# -gt 0; then \
495	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496	      "$$@" $$unique; \
497	  else \
498	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499	      $$unique; \
500	  fi; \
501	fi
502ctags: ctags-recursive
503
504CTAGS: ctags
505ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
506	$(am__define_uniq_tagged_files); \
507	test -z "$(CTAGS_ARGS)$$unique" \
508	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
509	     $$unique
510
511GTAGS:
512	here=`$(am__cd) $(top_builddir) && pwd` \
513	  && $(am__cd) $(top_srcdir) \
514	  && gtags -i $(GTAGS_ARGS) "$$here"
515cscopelist: cscopelist-recursive
516
517cscopelist-am: $(am__tagged_files)
518	list='$(am__tagged_files)'; \
519	case "$(srcdir)" in \
520	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
521	  *) sdir=$(subdir)/$(srcdir) ;; \
522	esac; \
523	for i in $$list; do \
524	  if test -f "$$i"; then \
525	    echo "$(subdir)/$$i"; \
526	  else \
527	    echo "$$sdir/$$i"; \
528	  fi; \
529	done >> $(top_builddir)/cscope.files
530
531distclean-tags:
532	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
533
534distdir: $(DISTFILES)
535	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537	list='$(DISTFILES)'; \
538	  dist_files=`for file in $$list; do echo $$file; done | \
539	  sed -e "s|^$$srcdirstrip/||;t" \
540	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
541	case $$dist_files in \
542	  */*) $(MKDIR_P) `echo "$$dist_files" | \
543			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
544			   sort -u` ;; \
545	esac; \
546	for file in $$dist_files; do \
547	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
548	  if test -d $$d/$$file; then \
549	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
550	    if test -d "$(distdir)/$$file"; then \
551	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
552	    fi; \
553	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
554	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
555	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556	    fi; \
557	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
558	  else \
559	    test -f "$(distdir)/$$file" \
560	    || cp -p $$d/$$file "$(distdir)/$$file" \
561	    || exit 1; \
562	  fi; \
563	done
564	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
565	  if test "$$subdir" = .; then :; else \
566	    $(am__make_dryrun) \
567	      || test -d "$(distdir)/$$subdir" \
568	      || $(MKDIR_P) "$(distdir)/$$subdir" \
569	      || exit 1; \
570	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
571	    $(am__relativize); \
572	    new_distdir=$$reldir; \
573	    dir1=$$subdir; dir2="$(top_distdir)"; \
574	    $(am__relativize); \
575	    new_top_distdir=$$reldir; \
576	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
577	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
578	    ($(am__cd) $$subdir && \
579	      $(MAKE) $(AM_MAKEFLAGS) \
580	        top_distdir="$$new_top_distdir" \
581	        distdir="$$new_distdir" \
582		am__remove_distdir=: \
583		am__skip_length_check=: \
584		am__skip_mode_fix=: \
585	        distdir) \
586	      || exit 1; \
587	  fi; \
588	done
589check-am: all-am
590check: check-recursive
591all-am: Makefile
592installdirs: installdirs-recursive
593installdirs-am:
594install: install-recursive
595install-exec: install-exec-recursive
596install-data: install-data-recursive
597uninstall: uninstall-recursive
598
599install-am: all-am
600	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
601
602installcheck: installcheck-recursive
603install-strip:
604	if test -z '$(STRIP)'; then \
605	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
606	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
607	      install; \
608	else \
609	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
610	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
611	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
612	fi
613mostlyclean-generic:
614
615clean-generic:
616
617distclean-generic:
618	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
619	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
620
621maintainer-clean-generic:
622	@echo "This command is intended for maintainers to use"
623	@echo "it deletes files that may require special tools to rebuild."
624clean: clean-recursive
625
626clean-am: clean-generic clean-libtool mostlyclean-am
627
628distclean: distclean-recursive
629	-rm -f Makefile
630distclean-am: clean-am distclean-generic distclean-tags
631
632dvi: dvi-recursive
633
634dvi-am:
635
636html: html-recursive
637
638html-am:
639
640info: info-recursive
641
642info-am:
643
644install-data-am:
645
646install-dvi: install-dvi-recursive
647
648install-dvi-am:
649
650install-exec-am:
651
652install-html: install-html-recursive
653
654install-html-am:
655
656install-info: install-info-recursive
657
658install-info-am:
659
660install-man:
661
662install-pdf: install-pdf-recursive
663
664install-pdf-am:
665
666install-ps: install-ps-recursive
667
668install-ps-am:
669
670installcheck-am:
671
672maintainer-clean: maintainer-clean-recursive
673	-rm -f Makefile
674maintainer-clean-am: distclean-am maintainer-clean-generic
675
676mostlyclean: mostlyclean-recursive
677
678mostlyclean-am: mostlyclean-generic mostlyclean-libtool
679
680pdf: pdf-recursive
681
682pdf-am:
683
684ps: ps-recursive
685
686ps-am:
687
688uninstall-am:
689
690.MAKE: $(am__recursive_targets) install-am install-strip
691
692.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
693	check-am clean clean-generic clean-libtool cscopelist-am ctags \
694	ctags-am distclean distclean-generic distclean-libtool \
695	distclean-tags distdir dvi dvi-am html html-am info info-am \
696	install install-am install-data install-data-am install-dvi \
697	install-dvi-am install-exec install-exec-am install-html \
698	install-html-am install-info install-info-am install-man \
699	install-pdf install-pdf-am install-ps install-ps-am \
700	install-strip installcheck installcheck-am installdirs \
701	installdirs-am maintainer-clean maintainer-clean-generic \
702	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
703	ps ps-am tags tags-am uninstall uninstall-am
704
705.PRECIOUS: Makefile
706
707
708# Tell versions [3.59,3.63) of GNU make to not export all variables.
709# Otherwise a system limit (for SysV at least) may be exceeded.
710.NOEXPORT:
711