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