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