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
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 $(am__DIST_COMMON)
97mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
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 $(top_srcdir)/mkinstalldirs
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@
183AMTAR = @AMTAR@
184AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185APPSTREAM_UTIL = @APPSTREAM_UTIL@
186ATSPI2_CFLAGS = @ATSPI2_CFLAGS@
187ATSPI2_LIBS = @ATSPI2_LIBS@
188AUTOCONF = @AUTOCONF@
189AUTOHEADER = @AUTOHEADER@
190AUTOMAKE = @AUTOMAKE@
191AWK = @AWK@
192CC = @CC@
193CCDEPMODE = @CCDEPMODE@
194CFLAGS = @CFLAGS@
195CPP = @CPP@
196CPPFLAGS = @CPPFLAGS@
197CYGPATH_W = @CYGPATH_W@
198DEFS = @DEFS@
199DEPDIR = @DEPDIR@
200ECHO_C = @ECHO_C@
201ECHO_N = @ECHO_N@
202ECHO_T = @ECHO_T@
203EGREP = @EGREP@
204EXEEXT = @EXEEXT@
205GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
206GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
207GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
208GMSGFMT = @GMSGFMT@
209GMSGFMT_015 = @GMSGFMT_015@
210GREP = @GREP@
211GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
212GTK_CFLAGS = @GTK_CFLAGS@
213GTK_LIBS = @GTK_LIBS@
214HELP_DIR = @HELP_DIR@
215INSTALL = @INSTALL@
216INSTALL_DATA = @INSTALL_DATA@
217INSTALL_PROGRAM = @INSTALL_PROGRAM@
218INSTALL_SCRIPT = @INSTALL_SCRIPT@
219INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
220INTLLIBS = @INTLLIBS@
221INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
222ITSTOOL = @ITSTOOL@
223LDFLAGS = @LDFLAGS@
224LIBICONV = @LIBICONV@
225LIBINTL = @LIBINTL@
226LIBOBJS = @LIBOBJS@
227LIBS = @LIBS@
228LN_S = @LN_S@
229LTLIBICONV = @LTLIBICONV@
230LTLIBINTL = @LTLIBINTL@
231LTLIBOBJS = @LTLIBOBJS@
232MAINT = @MAINT@
233MAKEINFO = @MAKEINFO@
234MKDIR_P = @MKDIR_P@
235MSGFMT = @MSGFMT@
236MSGFMT_015 = @MSGFMT_015@
237MSGMERGE = @MSGMERGE@
238OBJEXT = @OBJEXT@
239PACKAGE = @PACKAGE@
240PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
241PACKAGE_NAME = @PACKAGE_NAME@
242PACKAGE_STRING = @PACKAGE_STRING@
243PACKAGE_TARNAME = @PACKAGE_TARNAME@
244PACKAGE_URL = @PACKAGE_URL@
245PACKAGE_VERSION = @PACKAGE_VERSION@
246PATH_SEPARATOR = @PATH_SEPARATOR@
247PKG_CONFIG = @PKG_CONFIG@
248PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
249PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
250POSUB = @POSUB@
251PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
252PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
253PYTHON = @PYTHON@
254PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
255PYTHON_PLATFORM = @PYTHON_PLATFORM@
256PYTHON_PREFIX = @PYTHON_PREFIX@
257PYTHON_VERSION = @PYTHON_VERSION@
258SED = @SED@
259SET_MAKE = @SET_MAKE@
260SHELL = @SHELL@
261STRIP = @STRIP@
262USE_NLS = @USE_NLS@
263VERSION = @VERSION@
264XGETTEXT = @XGETTEXT@
265XGETTEXT_015 = @XGETTEXT_015@
266XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
267XMLLINT = @XMLLINT@
268YELP_LC_DIST = @YELP_LC_DIST@
269YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
270abs_builddir = @abs_builddir@
271abs_srcdir = @abs_srcdir@
272abs_top_builddir = @abs_top_builddir@
273abs_top_srcdir = @abs_top_srcdir@
274ac_ct_CC = @ac_ct_CC@
275am__include = @am__include@
276am__leading_dot = @am__leading_dot@
277am__quote = @am__quote@
278am__tar = @am__tar@
279am__untar = @am__untar@
280appstreamxmldir = @appstreamxmldir@
281bindir = @bindir@
282build = @build@
283build_alias = @build_alias@
284build_cpu = @build_cpu@
285build_os = @build_os@
286build_vendor = @build_vendor@
287builddir = @builddir@
288datadir = @datadir@
289datarootdir = @datarootdir@
290docdir = @docdir@
291dvidir = @dvidir@
292exec_prefix = @exec_prefix@
293gsettingsschemadir = @gsettingsschemadir@
294host = @host@
295host_alias = @host_alias@
296host_cpu = @host_cpu@
297host_os = @host_os@
298host_vendor = @host_vendor@
299htmldir = @htmldir@
300includedir = @includedir@
301infodir = @infodir@
302install_sh = @install_sh@
303libdir = @libdir@
304libexecdir = @libexecdir@
305localedir = @localedir@
306localstatedir = @localstatedir@
307mandir = @mandir@
308mkdir_p = @mkdir_p@
309oldincludedir = @oldincludedir@
310pdfdir = @pdfdir@
311pkgpyexecdir = @pkgpyexecdir@
312pkgpythondir = @pkgpythondir@
313prefix = @prefix@
314program_transform_name = @program_transform_name@
315psdir = @psdir@
316pyexecdir = @pyexecdir@
317pythondir = @pythondir@
318runstatedir = @runstatedir@
319sbindir = @sbindir@
320sharedstatedir = @sharedstatedir@
321srcdir = @srcdir@
322sysconfdir = @sysconfdir@
323target_alias = @target_alias@
324top_build_prefix = @top_build_prefix@
325top_builddir = @top_builddir@
326top_srcdir = @top_srcdir@
327SUBDIRS = accerciser
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 src/lib/Makefile'; \
341	$(am__cd) $(top_srcdir) && \
342	  $(AUTOMAKE) --gnu src/lib/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
361# This directory's subdirectories are mostly independent; you can cd
362# into them and run 'make' without going through this Makefile.
363# To change the values of 'make' variables: instead of editing Makefiles,
364# (1) if the variable is set in 'config.status', edit 'config.status'
365#     (which will cause the Makefiles to be regenerated when you run 'make');
366# (2) otherwise, pass the desired values on the 'make' command line.
367$(am__recursive_targets):
368	@fail=; \
369	if $(am__make_keepgoing); then \
370	  failcom='fail=yes'; \
371	else \
372	  failcom='exit 1'; \
373	fi; \
374	dot_seen=no; \
375	target=`echo $@ | sed s/-recursive//`; \
376	case "$@" in \
377	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
378	  *) list='$(SUBDIRS)' ;; \
379	esac; \
380	for subdir in $$list; do \
381	  echo "Making $$target in $$subdir"; \
382	  if test "$$subdir" = "."; then \
383	    dot_seen=yes; \
384	    local_target="$$target-am"; \
385	  else \
386	    local_target="$$target"; \
387	  fi; \
388	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389	  || eval $$failcom; \
390	done; \
391	if test "$$dot_seen" = "no"; then \
392	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
393	fi; test -z "$$fail"
394
395ID: $(am__tagged_files)
396	$(am__define_uniq_tagged_files); mkid -fID $$unique
397tags: tags-recursive
398TAGS: tags
399
400tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
401	set x; \
402	here=`pwd`; \
403	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
404	  include_option=--etags-include; \
405	  empty_fix=.; \
406	else \
407	  include_option=--include; \
408	  empty_fix=; \
409	fi; \
410	list='$(SUBDIRS)'; for subdir in $$list; do \
411	  if test "$$subdir" = .; then :; else \
412	    test ! -f $$subdir/TAGS || \
413	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
414	  fi; \
415	done; \
416	$(am__define_uniq_tagged_files); \
417	shift; \
418	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
419	  test -n "$$unique" || unique=$$empty_fix; \
420	  if test $$# -gt 0; then \
421	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422	      "$$@" $$unique; \
423	  else \
424	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425	      $$unique; \
426	  fi; \
427	fi
428ctags: ctags-recursive
429
430CTAGS: ctags
431ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
432	$(am__define_uniq_tagged_files); \
433	test -z "$(CTAGS_ARGS)$$unique" \
434	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
435	     $$unique
436
437GTAGS:
438	here=`$(am__cd) $(top_builddir) && pwd` \
439	  && $(am__cd) $(top_srcdir) \
440	  && gtags -i $(GTAGS_ARGS) "$$here"
441cscopelist: cscopelist-recursive
442
443cscopelist-am: $(am__tagged_files)
444	list='$(am__tagged_files)'; \
445	case "$(srcdir)" in \
446	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
447	  *) sdir=$(subdir)/$(srcdir) ;; \
448	esac; \
449	for i in $$list; do \
450	  if test -f "$$i"; then \
451	    echo "$(subdir)/$$i"; \
452	  else \
453	    echo "$$sdir/$$i"; \
454	  fi; \
455	done >> $(top_builddir)/cscope.files
456
457distclean-tags:
458	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459
460distdir: $(BUILT_SOURCES)
461	$(MAKE) $(AM_MAKEFLAGS) distdir-am
462
463distdir-am: $(DISTFILES)
464	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466	list='$(DISTFILES)'; \
467	  dist_files=`for file in $$list; do echo $$file; done | \
468	  sed -e "s|^$$srcdirstrip/||;t" \
469	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
470	case $$dist_files in \
471	  */*) $(MKDIR_P) `echo "$$dist_files" | \
472			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
473			   sort -u` ;; \
474	esac; \
475	for file in $$dist_files; do \
476	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
477	  if test -d $$d/$$file; then \
478	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
479	    if test -d "$(distdir)/$$file"; then \
480	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481	    fi; \
482	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
483	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
484	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485	    fi; \
486	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
487	  else \
488	    test -f "$(distdir)/$$file" \
489	    || cp -p $$d/$$file "$(distdir)/$$file" \
490	    || exit 1; \
491	  fi; \
492	done
493	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494	  if test "$$subdir" = .; then :; else \
495	    $(am__make_dryrun) \
496	      || test -d "$(distdir)/$$subdir" \
497	      || $(MKDIR_P) "$(distdir)/$$subdir" \
498	      || exit 1; \
499	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
500	    $(am__relativize); \
501	    new_distdir=$$reldir; \
502	    dir1=$$subdir; dir2="$(top_distdir)"; \
503	    $(am__relativize); \
504	    new_top_distdir=$$reldir; \
505	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
506	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
507	    ($(am__cd) $$subdir && \
508	      $(MAKE) $(AM_MAKEFLAGS) \
509	        top_distdir="$$new_top_distdir" \
510	        distdir="$$new_distdir" \
511		am__remove_distdir=: \
512		am__skip_length_check=: \
513		am__skip_mode_fix=: \
514	        distdir) \
515	      || exit 1; \
516	  fi; \
517	done
518check-am: all-am
519check: check-recursive
520all-am: Makefile
521installdirs: installdirs-recursive
522installdirs-am:
523install: install-recursive
524install-exec: install-exec-recursive
525install-data: install-data-recursive
526uninstall: uninstall-recursive
527
528install-am: all-am
529	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
530
531installcheck: installcheck-recursive
532install-strip:
533	if test -z '$(STRIP)'; then \
534	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536	      install; \
537	else \
538	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
541	fi
542mostlyclean-generic:
543
544clean-generic:
545
546distclean-generic:
547	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
550maintainer-clean-generic:
551	@echo "This command is intended for maintainers to use"
552	@echo "it deletes files that may require special tools to rebuild."
553clean: clean-recursive
554
555clean-am: clean-generic mostlyclean-am
556
557distclean: distclean-recursive
558	-rm -f Makefile
559distclean-am: clean-am distclean-generic distclean-tags
560
561dvi: dvi-recursive
562
563dvi-am:
564
565html: html-recursive
566
567html-am:
568
569info: info-recursive
570
571info-am:
572
573install-data-am:
574
575install-dvi: install-dvi-recursive
576
577install-dvi-am:
578
579install-exec-am:
580
581install-html: install-html-recursive
582
583install-html-am:
584
585install-info: install-info-recursive
586
587install-info-am:
588
589install-man:
590
591install-pdf: install-pdf-recursive
592
593install-pdf-am:
594
595install-ps: install-ps-recursive
596
597install-ps-am:
598
599installcheck-am:
600
601maintainer-clean: maintainer-clean-recursive
602	-rm -f Makefile
603maintainer-clean-am: distclean-am maintainer-clean-generic
604
605mostlyclean: mostlyclean-recursive
606
607mostlyclean-am: mostlyclean-generic
608
609pdf: pdf-recursive
610
611pdf-am:
612
613ps: ps-recursive
614
615ps-am:
616
617uninstall-am:
618
619.MAKE: $(am__recursive_targets) install-am install-strip
620
621.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
622	check-am clean clean-generic cscopelist-am ctags ctags-am \
623	distclean distclean-generic distclean-tags distdir dvi dvi-am \
624	html html-am info info-am install install-am install-data \
625	install-data-am install-dvi install-dvi-am install-exec \
626	install-exec-am install-html install-html-am install-info \
627	install-info-am install-man install-pdf install-pdf-am \
628	install-ps install-ps-am install-strip installcheck \
629	installcheck-am installdirs installdirs-am maintainer-clean \
630	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
631	pdf-am ps ps-am tags tags-am uninstall uninstall-am
632
633.PRECIOUS: Makefile
634
635
636# Tell versions [3.59,3.63) of GNU make to not export all variables.
637# Otherwise a system limit (for SysV at least) may be exceeded.
638.NOEXPORT:
639