1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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@
90@HAVE_VALADOC_TRUE@am__append_1 = docs
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
94	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100	$(am__configure_deps) $(am__DIST_COMMON)
101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102 configure.lineno config.status.lineno
103mkinstalldirs = $(install_sh) -d
104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
106AM_V_P = $(am__v_P_@AM_V@)
107am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108am__v_P_0 = false
109am__v_P_1 = :
110AM_V_GEN = $(am__v_GEN_@AM_V@)
111am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112am__v_GEN_0 = @echo "  GEN     " $@;
113am__v_GEN_1 =
114AM_V_at = $(am__v_at_@AM_V@)
115am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116am__v_at_0 = @
117am__v_at_1 =
118SOURCES =
119DIST_SOURCES =
120RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121	ctags-recursive dvi-recursive html-recursive info-recursive \
122	install-data-recursive install-dvi-recursive \
123	install-exec-recursive install-html-recursive \
124	install-info-recursive install-pdf-recursive \
125	install-ps-recursive install-recursive installcheck-recursive \
126	installdirs-recursive pdf-recursive ps-recursive \
127	tags-recursive uninstall-recursive
128am__can_run_installinfo = \
129  case $$AM_UPDATE_INFO_DIR in \
130    n|no|NO) false;; \
131    *) (install-info --version) >/dev/null 2>&1;; \
132  esac
133RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
134  distclean-recursive maintainer-clean-recursive
135am__recursive_targets = \
136  $(RECURSIVE_TARGETS) \
137  $(RECURSIVE_CLEAN_TARGETS) \
138  $(am__extra_recursive_targets)
139AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140	cscope distdir dist dist-all distcheck
141am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142# Read a list of newline-separated strings from the standard input,
143# and print each of them once, without duplicates.  Input order is
144# *not* preserved.
145am__uniquify_input = $(AWK) '\
146  BEGIN { nonempty = 0; } \
147  { items[$$0] = 1; nonempty = 1; } \
148  END { if (nonempty) { for (i in items) print i; }; } \
149'
150# Make sure the list of sources is unique.  This is necessary because,
151# e.g., the same source file might be shared among _SOURCES variables
152# for different programs/libraries.
153am__define_uniq_tagged_files = \
154  list='$(am__tagged_files)'; \
155  unique=`for i in $$list; do \
156    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157  done | $(am__uniquify_input)`
158ETAGS = etags
159CTAGS = ctags
160CSCOPE = cscope
161DIST_SUBDIRS = caribou bin data po libcaribou modules tools vapi \
162	daemon docs
163am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \
164	INSTALL NEWS README compile config.guess config.sub install-sh \
165	ltmain.sh missing py-compile
166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167distdir = $(PACKAGE)-$(VERSION)
168top_distdir = $(distdir)
169am__remove_distdir = \
170  if test -d "$(distdir)"; then \
171    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
172      && rm -rf "$(distdir)" \
173      || { sleep 5 && rm -rf "$(distdir)"; }; \
174  else :; fi
175am__post_remove_distdir = $(am__remove_distdir)
176am__relativize = \
177  dir0=`pwd`; \
178  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
179  sed_rest='s,^[^/]*/*,,'; \
180  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
181  sed_butlast='s,/*[^/]*$$,,'; \
182  while test -n "$$dir1"; do \
183    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
184    if test "$$first" != "."; then \
185      if test "$$first" = ".."; then \
186        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
187        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
188      else \
189        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
190        if test "$$first2" = "$$first"; then \
191          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192        else \
193          dir2="../$$dir2"; \
194        fi; \
195        dir0="$$dir0"/"$$first"; \
196      fi; \
197    fi; \
198    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
199  done; \
200  reldir="$$dir2"
201GZIP_ENV = --best
202DIST_ARCHIVES = $(distdir).tar.xz
203DIST_TARGETS = dist-xz
204distuninstallcheck_listfiles = find . -type f -print
205am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
206  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
207distcleancheck_listfiles = find . -type f -print
208ACLOCAL = @ACLOCAL@
209ALL_LINGUAS = @ALL_LINGUAS@
210AMTAR = @AMTAR@
211AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
212AR = @AR@
213AUTOCONF = @AUTOCONF@
214AUTOHEADER = @AUTOHEADER@
215AUTOMAKE = @AUTOMAKE@
216AWK = @AWK@
217CARIBOU_CFLAGS = @CARIBOU_CFLAGS@
218CARIBOU_LIBS = @CARIBOU_LIBS@
219CATALOGS = @CATALOGS@
220CATOBJEXT = @CATOBJEXT@
221CC = @CC@
222CCDEPMODE = @CCDEPMODE@
223CFLAGS = @CFLAGS@
224CPP = @CPP@
225CPPFLAGS = @CPPFLAGS@
226CYGPATH_W = @CYGPATH_W@
227DATADIRNAME = @DATADIRNAME@
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@
239GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
240GLIB_CFLAGS = @GLIB_CFLAGS@
241GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
242GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
243GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
244GLIB_LIBS = @GLIB_LIBS@
245GLIB_MKENUMS = @GLIB_MKENUMS@
246GMOFILES = @GMOFILES@
247GMSGFMT = @GMSGFMT@
248GOBJECT_QUERY = @GOBJECT_QUERY@
249GREP = @GREP@
250GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
251GTK2_CFLAGS = @GTK2_CFLAGS@
252GTK2_LIBS = @GTK2_LIBS@
253GTK2_MODULES_DIR = @GTK2_MODULES_DIR@
254GTK3_CFLAGS = @GTK3_CFLAGS@
255GTK3_LIBS = @GTK3_LIBS@
256GTK3_MODULES_DIR = @GTK3_MODULES_DIR@
257INSTALL = @INSTALL@
258INSTALL_DATA = @INSTALL_DATA@
259INSTALL_PROGRAM = @INSTALL_PROGRAM@
260INSTALL_SCRIPT = @INSTALL_SCRIPT@
261INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262INSTOBJEXT = @INSTOBJEXT@
263INTLLIBS = @INTLLIBS@
264INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
265INTLTOOL_MERGE = @INTLTOOL_MERGE@
266INTLTOOL_PERL = @INTLTOOL_PERL@
267INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
268INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
269INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
270INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
271INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
272INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
273INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
274INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
275INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
276INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
277INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
278INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
279INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
280LD = @LD@
281LDFLAGS = @LDFLAGS@
282LIBCARIBOU_CFLAGS = @LIBCARIBOU_CFLAGS@
283LIBCARIBOU_LIBS = @LIBCARIBOU_LIBS@
284LIBOBJS = @LIBOBJS@
285LIBS = @LIBS@
286LIBTOOL = @LIBTOOL@
287LIPO = @LIPO@
288LN_S = @LN_S@
289LTLIBOBJS = @LTLIBOBJS@
290LT_AGE = @LT_AGE@
291LT_CURRENT = @LT_CURRENT@
292LT_REVISION = @LT_REVISION@
293LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
294MAINT = @MAINT@
295MAKEINFO = @MAKEINFO@
296MANIFEST_TOOL = @MANIFEST_TOOL@
297MKDIR_P = @MKDIR_P@
298MKINSTALLDIRS = @MKINSTALLDIRS@
299MSGFMT = @MSGFMT@
300MSGFMT_OPTS = @MSGFMT_OPTS@
301MSGMERGE = @MSGMERGE@
302NM = @NM@
303NMEDIT = @NMEDIT@
304OBJDUMP = @OBJDUMP@
305OBJEXT = @OBJEXT@
306OTOOL = @OTOOL@
307OTOOL64 = @OTOOL64@
308PACKAGE = @PACKAGE@
309PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
310PACKAGE_NAME = @PACKAGE_NAME@
311PACKAGE_STRING = @PACKAGE_STRING@
312PACKAGE_TARNAME = @PACKAGE_TARNAME@
313PACKAGE_URL = @PACKAGE_URL@
314PACKAGE_VERSION = @PACKAGE_VERSION@
315PATH_SEPARATOR = @PATH_SEPARATOR@
316PKG_CONFIG = @PKG_CONFIG@
317PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
318PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
319POFILES = @POFILES@
320POSUB = @POSUB@
321PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
322PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
323PYTHON = @PYTHON@
324PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
325PYTHON_PLATFORM = @PYTHON_PLATFORM@
326PYTHON_PREFIX = @PYTHON_PREFIX@
327PYTHON_VERSION = @PYTHON_VERSION@
328RANLIB = @RANLIB@
329SED = @SED@
330SET_MAKE = @SET_MAKE@
331SHELL = @SHELL@
332STRIP = @STRIP@
333USE_NLS = @USE_NLS@
334VALAC = @VALAC@
335VALADOC = @VALADOC@
336VALADOC_CFLAGS = @VALADOC_CFLAGS@
337VALADOC_LIBS = @VALADOC_LIBS@
338VALAFLAGS = @VALAFLAGS@
339VERSION = @VERSION@
340XGETTEXT = @XGETTEXT@
341abs_builddir = @abs_builddir@
342abs_srcdir = @abs_srcdir@
343abs_top_builddir = @abs_top_builddir@
344abs_top_srcdir = @abs_top_srcdir@
345ac_ct_AR = @ac_ct_AR@
346ac_ct_CC = @ac_ct_CC@
347ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
348am__include = @am__include@
349am__leading_dot = @am__leading_dot@
350am__quote = @am__quote@
351am__tar = @am__tar@
352am__untar = @am__untar@
353bindir = @bindir@
354build = @build@
355build_alias = @build_alias@
356build_cpu = @build_cpu@
357build_os = @build_os@
358build_vendor = @build_vendor@
359builddir = @builddir@
360datadir = @datadir@
361datarootdir = @datarootdir@
362docdir = @docdir@
363dvidir = @dvidir@
364exec_prefix = @exec_prefix@
365gsettingsschemadir = @gsettingsschemadir@
366host = @host@
367host_alias = @host_alias@
368host_cpu = @host_cpu@
369host_os = @host_os@
370host_vendor = @host_vendor@
371htmldir = @htmldir@
372includedir = @includedir@
373infodir = @infodir@
374install_sh = @install_sh@
375intltool__v_merge_options_ = @intltool__v_merge_options_@
376intltool__v_merge_options_0 = @intltool__v_merge_options_0@
377libdir = @libdir@
378libexecdir = @libexecdir@
379localedir = @localedir@
380localstatedir = @localstatedir@
381mandir = @mandir@
382mkdir_p = @mkdir_p@
383oldincludedir = @oldincludedir@
384pdfdir = @pdfdir@
385pkgpyexecdir = @pkgpyexecdir@
386pkgpythondir = @pkgpythondir@
387prefix = @prefix@
388program_transform_name = @program_transform_name@
389psdir = @psdir@
390pyexecdir = @pyexecdir@
391pythondir = @pythondir@
392sbindir = @sbindir@
393sharedstatedir = @sharedstatedir@
394srcdir = @srcdir@
395sysconfdir = @sysconfdir@
396target_alias = @target_alias@
397top_build_prefix = @top_build_prefix@
398top_builddir = @top_builddir@
399top_srcdir = @top_srcdir@
400ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
401SUBDIRS = caribou bin data po libcaribou modules tools vapi daemon \
402	$(am__append_1)
403DISTCHECK_CONFIGURE_FLAGS = \
404	--enable-docs \
405	$(NULL)
406
407GITIGNOREFILES = \
408        INSTALL \
409	aclocal.m4 \
410	config.guess \
411	config.sub \
412	depcomp \
413	git.mk \
414	install-sh \
415	ltmain.sh \
416	m4 \
417	missing \
418	mkinstalldirs \
419	py-compile
420
421all: all-recursive
422
423.SUFFIXES:
424am--refresh: Makefile
425	@:
426$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
427	@for dep in $?; do \
428	  case '$(am__configure_deps)' in \
429	    *$$dep*) \
430	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
431	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
432		&& exit 0; \
433	      exit 1;; \
434	  esac; \
435	done; \
436	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
437	$(am__cd) $(top_srcdir) && \
438	  $(AUTOMAKE) --gnu Makefile
439Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
440	@case '$?' in \
441	  *config.status*) \
442	    echo ' $(SHELL) ./config.status'; \
443	    $(SHELL) ./config.status;; \
444	  *) \
445	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
446	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
447	esac;
448
449$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
450	$(SHELL) ./config.status --recheck
451
452$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
453	$(am__cd) $(srcdir) && $(AUTOCONF)
454$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
455	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
456$(am__aclocal_m4_deps):
457
458mostlyclean-libtool:
459	-rm -f *.lo
460
461clean-libtool:
462	-rm -rf .libs _libs
463
464distclean-libtool:
465	-rm -f libtool config.lt
466
467# This directory's subdirectories are mostly independent; you can cd
468# into them and run 'make' without going through this Makefile.
469# To change the values of 'make' variables: instead of editing Makefiles,
470# (1) if the variable is set in 'config.status', edit 'config.status'
471#     (which will cause the Makefiles to be regenerated when you run 'make');
472# (2) otherwise, pass the desired values on the 'make' command line.
473$(am__recursive_targets):
474	@fail=; \
475	if $(am__make_keepgoing); then \
476	  failcom='fail=yes'; \
477	else \
478	  failcom='exit 1'; \
479	fi; \
480	dot_seen=no; \
481	target=`echo $@ | sed s/-recursive//`; \
482	case "$@" in \
483	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
484	  *) list='$(SUBDIRS)' ;; \
485	esac; \
486	for subdir in $$list; do \
487	  echo "Making $$target in $$subdir"; \
488	  if test "$$subdir" = "."; then \
489	    dot_seen=yes; \
490	    local_target="$$target-am"; \
491	  else \
492	    local_target="$$target"; \
493	  fi; \
494	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
495	  || eval $$failcom; \
496	done; \
497	if test "$$dot_seen" = "no"; then \
498	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
499	fi; test -z "$$fail"
500
501ID: $(am__tagged_files)
502	$(am__define_uniq_tagged_files); mkid -fID $$unique
503tags: tags-recursive
504TAGS: tags
505
506tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
507	set x; \
508	here=`pwd`; \
509	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
510	  include_option=--etags-include; \
511	  empty_fix=.; \
512	else \
513	  include_option=--include; \
514	  empty_fix=; \
515	fi; \
516	list='$(SUBDIRS)'; for subdir in $$list; do \
517	  if test "$$subdir" = .; then :; else \
518	    test ! -f $$subdir/TAGS || \
519	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
520	  fi; \
521	done; \
522	$(am__define_uniq_tagged_files); \
523	shift; \
524	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
525	  test -n "$$unique" || unique=$$empty_fix; \
526	  if test $$# -gt 0; then \
527	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528	      "$$@" $$unique; \
529	  else \
530	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531	      $$unique; \
532	  fi; \
533	fi
534ctags: ctags-recursive
535
536CTAGS: ctags
537ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
538	$(am__define_uniq_tagged_files); \
539	test -z "$(CTAGS_ARGS)$$unique" \
540	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
541	     $$unique
542
543GTAGS:
544	here=`$(am__cd) $(top_builddir) && pwd` \
545	  && $(am__cd) $(top_srcdir) \
546	  && gtags -i $(GTAGS_ARGS) "$$here"
547cscope: cscope.files
548	test ! -s cscope.files \
549	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
550clean-cscope:
551	-rm -f cscope.files
552cscope.files: clean-cscope cscopelist
553cscopelist: cscopelist-recursive
554
555cscopelist-am: $(am__tagged_files)
556	list='$(am__tagged_files)'; \
557	case "$(srcdir)" in \
558	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
559	  *) sdir=$(subdir)/$(srcdir) ;; \
560	esac; \
561	for i in $$list; do \
562	  if test -f "$$i"; then \
563	    echo "$(subdir)/$$i"; \
564	  else \
565	    echo "$$sdir/$$i"; \
566	  fi; \
567	done >> $(top_builddir)/cscope.files
568
569distclean-tags:
570	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
571	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
572
573distdir: $(DISTFILES)
574	$(am__remove_distdir)
575	test -d "$(distdir)" || mkdir "$(distdir)"
576	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
578	list='$(DISTFILES)'; \
579	  dist_files=`for file in $$list; do echo $$file; done | \
580	  sed -e "s|^$$srcdirstrip/||;t" \
581	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
582	case $$dist_files in \
583	  */*) $(MKDIR_P) `echo "$$dist_files" | \
584			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
585			   sort -u` ;; \
586	esac; \
587	for file in $$dist_files; do \
588	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
589	  if test -d $$d/$$file; then \
590	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
591	    if test -d "$(distdir)/$$file"; then \
592	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
593	    fi; \
594	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
595	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
596	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
597	    fi; \
598	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
599	  else \
600	    test -f "$(distdir)/$$file" \
601	    || cp -p $$d/$$file "$(distdir)/$$file" \
602	    || exit 1; \
603	  fi; \
604	done
605	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
606	  if test "$$subdir" = .; then :; else \
607	    $(am__make_dryrun) \
608	      || test -d "$(distdir)/$$subdir" \
609	      || $(MKDIR_P) "$(distdir)/$$subdir" \
610	      || exit 1; \
611	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
612	    $(am__relativize); \
613	    new_distdir=$$reldir; \
614	    dir1=$$subdir; dir2="$(top_distdir)"; \
615	    $(am__relativize); \
616	    new_top_distdir=$$reldir; \
617	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
618	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
619	    ($(am__cd) $$subdir && \
620	      $(MAKE) $(AM_MAKEFLAGS) \
621	        top_distdir="$$new_top_distdir" \
622	        distdir="$$new_distdir" \
623		am__remove_distdir=: \
624		am__skip_length_check=: \
625		am__skip_mode_fix=: \
626	        distdir) \
627	      || exit 1; \
628	  fi; \
629	done
630	-test -n "$(am__skip_mode_fix)" \
631	|| find "$(distdir)" -type d ! -perm -755 \
632		-exec chmod u+rwx,go+rx {} \; -o \
633	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
634	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
635	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
636	|| chmod -R a+r "$(distdir)"
637dist-gzip: distdir
638	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
639	$(am__post_remove_distdir)
640
641dist-bzip2: distdir
642	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
643	$(am__post_remove_distdir)
644
645dist-lzip: distdir
646	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
647	$(am__post_remove_distdir)
648dist-xz: distdir
649	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
650	$(am__post_remove_distdir)
651
652dist-tarZ: distdir
653	@echo WARNING: "Support for distribution archives compressed with" \
654		       "legacy program 'compress' is deprecated." >&2
655	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
656	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
657	$(am__post_remove_distdir)
658
659dist-shar: distdir
660	@echo WARNING: "Support for shar distribution archives is" \
661	               "deprecated." >&2
662	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
663	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
664	$(am__post_remove_distdir)
665
666dist-zip: distdir
667	-rm -f $(distdir).zip
668	zip -rq $(distdir).zip $(distdir)
669	$(am__post_remove_distdir)
670
671dist dist-all:
672	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
673	$(am__post_remove_distdir)
674
675# This target untars the dist file and tries a VPATH configuration.  Then
676# it guarantees that the distribution is self-contained by making another
677# tarfile.
678distcheck: dist
679	case '$(DIST_ARCHIVES)' in \
680	*.tar.gz*) \
681	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
682	*.tar.bz2*) \
683	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
684	*.tar.lz*) \
685	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
686	*.tar.xz*) \
687	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
688	*.tar.Z*) \
689	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
690	*.shar.gz*) \
691	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
692	*.zip*) \
693	  unzip $(distdir).zip ;;\
694	esac
695	chmod -R a-w $(distdir)
696	chmod u+w $(distdir)
697	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
698	chmod a-w $(distdir)
699	test -d $(distdir)/_build || exit 0; \
700	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
701	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
702	  && am__cwd=`pwd` \
703	  && $(am__cd) $(distdir)/_build/sub \
704	  && ../../configure \
705	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
706	    $(DISTCHECK_CONFIGURE_FLAGS) \
707	    --srcdir=../.. --prefix="$$dc_install_base" \
708	  && $(MAKE) $(AM_MAKEFLAGS) \
709	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
710	  && $(MAKE) $(AM_MAKEFLAGS) check \
711	  && $(MAKE) $(AM_MAKEFLAGS) install \
712	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
713	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
714	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
715	        distuninstallcheck \
716	  && chmod -R a-w "$$dc_install_base" \
717	  && ({ \
718	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
719	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
720	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
721	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
722	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
723	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
724	  && rm -rf "$$dc_destdir" \
725	  && $(MAKE) $(AM_MAKEFLAGS) dist \
726	  && rm -rf $(DIST_ARCHIVES) \
727	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
728	  && cd "$$am__cwd" \
729	  || exit 1
730	$(am__post_remove_distdir)
731	@(echo "$(distdir) archives ready for distribution: "; \
732	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
733	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
734distuninstallcheck:
735	@test -n '$(distuninstallcheck_dir)' || { \
736	  echo 'ERROR: trying to run $@ with an empty' \
737	       '$$(distuninstallcheck_dir)' >&2; \
738	  exit 1; \
739	}; \
740	$(am__cd) '$(distuninstallcheck_dir)' || { \
741	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
742	  exit 1; \
743	}; \
744	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
745	   || { echo "ERROR: files left after uninstall:" ; \
746	        if test -n "$(DESTDIR)"; then \
747	          echo "  (check DESTDIR support)"; \
748	        fi ; \
749	        $(distuninstallcheck_listfiles) ; \
750	        exit 1; } >&2
751distcleancheck: distclean
752	@if test '$(srcdir)' = . ; then \
753	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
754	  exit 1 ; \
755	fi
756	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
757	  || { echo "ERROR: files left in build directory after distclean:" ; \
758	       $(distcleancheck_listfiles) ; \
759	       exit 1; } >&2
760check-am: all-am
761check: check-recursive
762all-am: Makefile
763installdirs: installdirs-recursive
764installdirs-am:
765install: install-recursive
766install-exec: install-exec-recursive
767install-data: install-data-recursive
768uninstall: uninstall-recursive
769
770install-am: all-am
771	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
772
773installcheck: installcheck-recursive
774install-strip:
775	if test -z '$(STRIP)'; then \
776	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
777	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
778	      install; \
779	else \
780	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
781	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
782	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
783	fi
784mostlyclean-generic:
785
786clean-generic:
787
788distclean-generic:
789	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
790	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
791
792maintainer-clean-generic:
793	@echo "This command is intended for maintainers to use"
794	@echo "it deletes files that may require special tools to rebuild."
795clean: clean-recursive
796
797clean-am: clean-generic clean-libtool mostlyclean-am
798
799distclean: distclean-recursive
800	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
801	-rm -f Makefile
802distclean-am: clean-am distclean-generic distclean-libtool \
803	distclean-tags
804
805dvi: dvi-recursive
806
807dvi-am:
808
809html: html-recursive
810
811html-am:
812
813info: info-recursive
814
815info-am:
816
817install-data-am:
818
819install-dvi: install-dvi-recursive
820
821install-dvi-am:
822
823install-exec-am:
824
825install-html: install-html-recursive
826
827install-html-am:
828
829install-info: install-info-recursive
830
831install-info-am:
832
833install-man:
834
835install-pdf: install-pdf-recursive
836
837install-pdf-am:
838
839install-ps: install-ps-recursive
840
841install-ps-am:
842
843installcheck-am:
844
845maintainer-clean: maintainer-clean-recursive
846	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
847	-rm -rf $(top_srcdir)/autom4te.cache
848	-rm -f Makefile
849maintainer-clean-am: distclean-am maintainer-clean-generic
850
851mostlyclean: mostlyclean-recursive
852
853mostlyclean-am: mostlyclean-generic mostlyclean-libtool
854
855pdf: pdf-recursive
856
857pdf-am:
858
859ps: ps-recursive
860
861ps-am:
862
863uninstall-am:
864
865.MAKE: $(am__recursive_targets) install-am install-strip
866
867.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
868	am--refresh check check-am clean clean-cscope clean-generic \
869	clean-libtool cscope cscopelist-am ctags ctags-am dist \
870	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
871	dist-xz dist-zip distcheck distclean distclean-generic \
872	distclean-libtool distclean-tags distcleancheck distdir \
873	distuninstallcheck dvi dvi-am html html-am info info-am \
874	install install-am install-data install-data-am install-dvi \
875	install-dvi-am install-exec install-exec-am install-html \
876	install-html-am install-info install-info-am install-man \
877	install-pdf install-pdf-am install-ps install-ps-am \
878	install-strip installcheck installcheck-am installdirs \
879	installdirs-am maintainer-clean maintainer-clean-generic \
880	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
881	ps ps-am tags tags-am uninstall uninstall-am
882
883.PRECIOUS: Makefile
884
885
886-include $(top_srcdir)/git.mk
887
888# Tell versions [3.59,3.63) of GNU make to not export all variables.
889# Otherwise a system limit (for SysV at least) may be exceeded.
890.NOEXPORT:
891