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