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