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@
16
17# $Id: Makefile.am,v 1.12 2015/11/18 02:46:00 sarrazip Exp $
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/macros/ac_compile_warnings.m4 \
94	$(top_srcdir)/macros/getopt_long.m4 $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98	$(am__configure_deps) $(am__DIST_COMMON)
99am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100 configure.lineno config.status.lineno
101mkinstalldirs = $(install_sh) -d
102CONFIG_CLEAN_FILES = afternoonstalker.spec doc/afternoonstalker.6
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119	ctags-recursive dvi-recursive html-recursive info-recursive \
120	install-data-recursive install-dvi-recursive \
121	install-exec-recursive install-html-recursive \
122	install-info-recursive install-pdf-recursive \
123	install-ps-recursive install-recursive installcheck-recursive \
124	installdirs-recursive pdf-recursive ps-recursive \
125	tags-recursive uninstall-recursive
126am__can_run_installinfo = \
127  case $$AM_UPDATE_INFO_DIR in \
128    n|no|NO) false;; \
129    *) (install-info --version) >/dev/null 2>&1;; \
130  esac
131am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132am__vpath_adj = case $$p in \
133    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134    *) f=$$p;; \
135  esac;
136am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137am__install_max = 40
138am__nobase_strip_setup = \
139  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140am__nobase_strip = \
141  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142am__nobase_list = $(am__nobase_strip_setup); \
143  for p in $$list; do echo "$$p $$p"; done | \
144  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146    if (++n[$$2] == $(am__install_max)) \
147      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148    END { for (dir in files) print dir, files[dir] }'
149am__base_list = \
150  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152am__uninstall_files_from_dir = { \
153  test -z "$$files" \
154    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156         $(am__cd) "$$dir" && rm -f $$files; }; \
157  }
158man6dir = $(mandir)/man6
159am__installdirs = "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(docdir)"
160NROFF = nroff
161MANS = $(man_MANS)
162DATA = $(doc_DATA)
163RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
164  distclean-recursive maintainer-clean-recursive
165am__recursive_targets = \
166  $(RECURSIVE_TARGETS) \
167  $(RECURSIVE_CLEAN_TARGETS) \
168  $(am__extra_recursive_targets)
169AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
170	cscope distdir dist dist-all distcheck
171am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
172# Read a list of newline-separated strings from the standard input,
173# and print each of them once, without duplicates.  Input order is
174# *not* preserved.
175am__uniquify_input = $(AWK) '\
176  BEGIN { nonempty = 0; } \
177  { items[$$0] = 1; nonempty = 1; } \
178  END { if (nonempty) { for (i in items) print i; }; } \
179'
180# Make sure the list of sources is unique.  This is necessary because,
181# e.g., the same source file might be shared among _SOURCES variables
182# for different programs/libraries.
183am__define_uniq_tagged_files = \
184  list='$(am__tagged_files)'; \
185  unique=`for i in $$list; do \
186    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
187  done | $(am__uniquify_input)`
188ETAGS = etags
189CTAGS = ctags
190CSCOPE = cscope
191DIST_SUBDIRS = $(SUBDIRS)
192am__DIST_COMMON = $(srcdir)/Makefile.in \
193	$(srcdir)/afternoonstalker.spec.in \
194	$(top_srcdir)/doc/afternoonstalker.6.in AUTHORS COPYING \
195	ChangeLog INSTALL NEWS README THANKS TODO depcomp install-sh \
196	missing
197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198distdir = $(PACKAGE)-$(VERSION)
199top_distdir = $(distdir)
200am__remove_distdir = \
201  if test -d "$(distdir)"; then \
202    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
203      && rm -rf "$(distdir)" \
204      || { sleep 5 && rm -rf "$(distdir)"; }; \
205  else :; fi
206am__post_remove_distdir = $(am__remove_distdir)
207am__relativize = \
208  dir0=`pwd`; \
209  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
210  sed_rest='s,^[^/]*/*,,'; \
211  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
212  sed_butlast='s,/*[^/]*$$,,'; \
213  while test -n "$$dir1"; do \
214    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
215    if test "$$first" != "."; then \
216      if test "$$first" = ".."; then \
217        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
218        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
219      else \
220        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
221        if test "$$first2" = "$$first"; then \
222          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
223        else \
224          dir2="../$$dir2"; \
225        fi; \
226        dir0="$$dir0"/"$$first"; \
227      fi; \
228    fi; \
229    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
230  done; \
231  reldir="$$dir2"
232DIST_ARCHIVES = $(distdir).tar.gz
233GZIP_ENV = --best
234DIST_TARGETS = dist-gzip
235distuninstallcheck_listfiles = find . -type f -print
236am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
237  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
238distcleancheck_listfiles = find . -type f -print
239ACLOCAL = @ACLOCAL@
240AMTAR = @AMTAR@
241AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
242AUTOCONF = @AUTOCONF@
243AUTOHEADER = @AUTOHEADER@
244AUTOMAKE = @AUTOMAKE@
245AWK = @AWK@
246COPYRIGHT_YEARS = @COPYRIGHT_YEARS@
247CPPFLAGS = @CPPFLAGS@
248CXX = @CXX@
249CXXCPP = @CXXCPP@
250CXXDEPMODE = @CXXDEPMODE@
251CXXFLAGS = @CXXFLAGS@
252CYGPATH_W = @CYGPATH_W@
253DEFS = @DEFS@
254DEPDIR = @DEPDIR@
255ECHO_C = @ECHO_C@
256ECHO_N = @ECHO_N@
257ECHO_T = @ECHO_T@
258EGREP = @EGREP@
259EXEEXT = @EXEEXT@
260FLATZEBRA_CFLAGS = @FLATZEBRA_CFLAGS@
261FLATZEBRA_LIBS = @FLATZEBRA_LIBS@
262GREP = @GREP@
263INSTALL = @INSTALL@
264INSTALL_DATA = @INSTALL_DATA@
265INSTALL_PROGRAM = @INSTALL_PROGRAM@
266INSTALL_SCRIPT = @INSTALL_SCRIPT@
267INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
268LDFLAGS = @LDFLAGS@
269LIBOBJS = @LIBOBJS@
270LIBS = @LIBS@
271LTLIBOBJS = @LTLIBOBJS@
272MAKEINFO = @MAKEINFO@
273MANUAL_DATE_EN = @MANUAL_DATE_EN@
274MANUAL_DATE_FR = @MANUAL_DATE_FR@
275MINVER_FLATZEBRA = @MINVER_FLATZEBRA@
276MKDIR_P = @MKDIR_P@
277OBJEXT = @OBJEXT@
278PACKAGE = @PACKAGE@
279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280PACKAGE_CATEGORIES = @PACKAGE_CATEGORIES@
281PACKAGE_FULL_NAME_EN = @PACKAGE_FULL_NAME_EN@
282PACKAGE_FULL_NAME_EN_CAPS = @PACKAGE_FULL_NAME_EN_CAPS@
283PACKAGE_FULL_NAME_FR = @PACKAGE_FULL_NAME_FR@
284PACKAGE_HOME_PAGE = @PACKAGE_HOME_PAGE@
285PACKAGE_NAME = @PACKAGE_NAME@
286PACKAGE_STRING = @PACKAGE_STRING@
287PACKAGE_SUMMARY_EN = @PACKAGE_SUMMARY_EN@
288PACKAGE_SUMMARY_FR = @PACKAGE_SUMMARY_FR@
289PACKAGE_TARNAME = @PACKAGE_TARNAME@
290PACKAGE_URL = @PACKAGE_URL@
291PACKAGE_VERSION = @PACKAGE_VERSION@
292PATH_SEPARATOR = @PATH_SEPARATOR@
293PKG_CONFIG = @PKG_CONFIG@
294PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
295PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
296SET_MAKE = @SET_MAKE@
297SHELL = @SHELL@
298STRIP = @STRIP@
299VERSION = @VERSION@
300abs_builddir = @abs_builddir@
301abs_srcdir = @abs_srcdir@
302abs_top_builddir = @abs_top_builddir@
303abs_top_srcdir = @abs_top_srcdir@
304ac_ct_CXX = @ac_ct_CXX@
305am__include = @am__include@
306am__leading_dot = @am__leading_dot@
307am__quote = @am__quote@
308am__tar = @am__tar@
309am__untar = @am__untar@
310bindir = @bindir@
311build_alias = @build_alias@
312builddir = @builddir@
313datadir = @datadir@
314datarootdir = @datarootdir@
315docdir = /usr/local/share/doc/afternoonstalker
316dvidir = @dvidir@
317exec_prefix = @exec_prefix@
318host_alias = @host_alias@
319htmldir = @htmldir@
320includedir = @includedir@
321infodir = @infodir@
322install_sh = @install_sh@
323libdir = @libdir@
324libexecdir = @libexecdir@
325localedir = @localedir@
326localstatedir = @localstatedir@
327mandir = @mandir@
328mkdir_p = @mkdir_p@
329oldincludedir = @oldincludedir@
330pdfdir = @pdfdir@
331prefix = @prefix@
332program_transform_name = @program_transform_name@
333psdir = @psdir@
334sbindir = @sbindir@
335sharedstatedir = @sharedstatedir@
336srcdir = @srcdir@
337sysconfdir = @sysconfdir@
338target_alias = @target_alias@
339top_build_prefix = @top_build_prefix@
340top_builddir = @top_builddir@
341top_srcdir = @top_srcdir@
342SUBDIRS = src
343man_MANS = doc/$(PACKAGE).6
344doc_DATA = \
345	AUTHORS \
346	COPYING \
347	NEWS \
348	README \
349	THANKS
350
351EXTRA_DIST = \
352	bootstrap \
353	autogen.sh \
354	$(PACKAGE).spec \
355	macros/ac_compile_warnings.m4 \
356	macros/getopt_long.m4
357
358RPMBUILD = rpmbuild
359ACLOCAL_AMFLAGS = -I macros
360MAINTAINERCLEANFILES = \
361	Makefile.in \
362	aclocal.m4 \
363	configure \
364	config.guess \
365	config.log \
366	config.status \
367	config.sub \
368	depcomp \
369	install-sh \
370	missing \
371	mkinstalldirs
372
373all: all-recursive
374
375.SUFFIXES:
376am--refresh: Makefile
377	@:
378$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
379	@for dep in $?; do \
380	  case '$(am__configure_deps)' in \
381	    *$$dep*) \
382	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
383	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
384		&& exit 0; \
385	      exit 1;; \
386	  esac; \
387	done; \
388	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
389	$(am__cd) $(top_srcdir) && \
390	  $(AUTOMAKE) --gnu Makefile
391Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392	@case '$?' in \
393	  *config.status*) \
394	    echo ' $(SHELL) ./config.status'; \
395	    $(SHELL) ./config.status;; \
396	  *) \
397	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
398	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
399	esac;
400
401$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402	$(SHELL) ./config.status --recheck
403
404$(top_srcdir)/configure:  $(am__configure_deps)
405	$(am__cd) $(srcdir) && $(AUTOCONF)
406$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
407	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
408$(am__aclocal_m4_deps):
409afternoonstalker.spec: $(top_builddir)/config.status $(srcdir)/afternoonstalker.spec.in
410	cd $(top_builddir) && $(SHELL) ./config.status $@
411doc/afternoonstalker.6: $(top_builddir)/config.status $(top_srcdir)/doc/afternoonstalker.6.in
412	cd $(top_builddir) && $(SHELL) ./config.status $@
413install-man6: $(man_MANS)
414	@$(NORMAL_INSTALL)
415	@list1=''; \
416	list2='$(man_MANS)'; \
417	test -n "$(man6dir)" \
418	  && test -n "`echo $$list1$$list2`" \
419	  || exit 0; \
420	echo " $(MKDIR_P) '$(DESTDIR)$(man6dir)'"; \
421	$(MKDIR_P) "$(DESTDIR)$(man6dir)" || exit 1; \
422	{ for i in $$list1; do echo "$$i"; done;  \
423	if test -n "$$list2"; then \
424	  for i in $$list2; do echo "$$i"; done \
425	    | sed -n '/\.6[a-z]*$$/p'; \
426	fi; \
427	} | while read p; do \
428	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
429	  echo "$$d$$p"; echo "$$p"; \
430	done | \
431	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \
432	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
433	sed 'N;N;s,\n, ,g' | { \
434	list=; while read file base inst; do \
435	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
436	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man6dir)/$$inst'"; \
437	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man6dir)/$$inst" || exit $$?; \
438	  fi; \
439	done; \
440	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
441	while read files; do \
442	  test -z "$$files" || { \
443	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man6dir)'"; \
444	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man6dir)" || exit $$?; }; \
445	done; }
446
447uninstall-man6:
448	@$(NORMAL_UNINSTALL)
449	@list=''; test -n "$(man6dir)" || exit 0; \
450	files=`{ for i in $$list; do echo "$$i"; done; \
451	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
452	  sed -n '/\.6[a-z]*$$/p'; \
453	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \
454	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
455	dir='$(DESTDIR)$(man6dir)'; $(am__uninstall_files_from_dir)
456install-docDATA: $(doc_DATA)
457	@$(NORMAL_INSTALL)
458	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
459	if test -n "$$list"; then \
460	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
461	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
462	fi; \
463	for p in $$list; do \
464	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
465	  echo "$$d$$p"; \
466	done | $(am__base_list) | \
467	while read files; do \
468	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
469	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
470	done
471
472uninstall-docDATA:
473	@$(NORMAL_UNINSTALL)
474	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
475	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
476	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
477
478# This directory's subdirectories are mostly independent; you can cd
479# into them and run 'make' without going through this Makefile.
480# To change the values of 'make' variables: instead of editing Makefiles,
481# (1) if the variable is set in 'config.status', edit 'config.status'
482#     (which will cause the Makefiles to be regenerated when you run 'make');
483# (2) otherwise, pass the desired values on the 'make' command line.
484$(am__recursive_targets):
485	@fail=; \
486	if $(am__make_keepgoing); then \
487	  failcom='fail=yes'; \
488	else \
489	  failcom='exit 1'; \
490	fi; \
491	dot_seen=no; \
492	target=`echo $@ | sed s/-recursive//`; \
493	case "$@" in \
494	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
495	  *) list='$(SUBDIRS)' ;; \
496	esac; \
497	for subdir in $$list; do \
498	  echo "Making $$target in $$subdir"; \
499	  if test "$$subdir" = "."; then \
500	    dot_seen=yes; \
501	    local_target="$$target-am"; \
502	  else \
503	    local_target="$$target"; \
504	  fi; \
505	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
506	  || eval $$failcom; \
507	done; \
508	if test "$$dot_seen" = "no"; then \
509	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
510	fi; test -z "$$fail"
511
512ID: $(am__tagged_files)
513	$(am__define_uniq_tagged_files); mkid -fID $$unique
514tags: tags-recursive
515TAGS: tags
516
517tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
518	set x; \
519	here=`pwd`; \
520	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
521	  include_option=--etags-include; \
522	  empty_fix=.; \
523	else \
524	  include_option=--include; \
525	  empty_fix=; \
526	fi; \
527	list='$(SUBDIRS)'; for subdir in $$list; do \
528	  if test "$$subdir" = .; then :; else \
529	    test ! -f $$subdir/TAGS || \
530	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
531	  fi; \
532	done; \
533	$(am__define_uniq_tagged_files); \
534	shift; \
535	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
536	  test -n "$$unique" || unique=$$empty_fix; \
537	  if test $$# -gt 0; then \
538	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
539	      "$$@" $$unique; \
540	  else \
541	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
542	      $$unique; \
543	  fi; \
544	fi
545ctags: ctags-recursive
546
547CTAGS: ctags
548ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
549	$(am__define_uniq_tagged_files); \
550	test -z "$(CTAGS_ARGS)$$unique" \
551	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
552	     $$unique
553
554GTAGS:
555	here=`$(am__cd) $(top_builddir) && pwd` \
556	  && $(am__cd) $(top_srcdir) \
557	  && gtags -i $(GTAGS_ARGS) "$$here"
558cscope: cscope.files
559	test ! -s cscope.files \
560	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
561clean-cscope:
562	-rm -f cscope.files
563cscope.files: clean-cscope cscopelist
564cscopelist: cscopelist-recursive
565
566cscopelist-am: $(am__tagged_files)
567	list='$(am__tagged_files)'; \
568	case "$(srcdir)" in \
569	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
570	  *) sdir=$(subdir)/$(srcdir) ;; \
571	esac; \
572	for i in $$list; do \
573	  if test -f "$$i"; then \
574	    echo "$(subdir)/$$i"; \
575	  else \
576	    echo "$$sdir/$$i"; \
577	  fi; \
578	done >> $(top_builddir)/cscope.files
579
580distclean-tags:
581	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
582	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
583
584distdir: $(DISTFILES)
585	$(am__remove_distdir)
586	test -d "$(distdir)" || mkdir "$(distdir)"
587	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
588	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
589	list='$(DISTFILES)'; \
590	  dist_files=`for file in $$list; do echo $$file; done | \
591	  sed -e "s|^$$srcdirstrip/||;t" \
592	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
593	case $$dist_files in \
594	  */*) $(MKDIR_P) `echo "$$dist_files" | \
595			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
596			   sort -u` ;; \
597	esac; \
598	for file in $$dist_files; do \
599	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
600	  if test -d $$d/$$file; then \
601	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
602	    if test -d "$(distdir)/$$file"; then \
603	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604	    fi; \
605	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
606	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
607	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
608	    fi; \
609	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
610	  else \
611	    test -f "$(distdir)/$$file" \
612	    || cp -p $$d/$$file "$(distdir)/$$file" \
613	    || exit 1; \
614	  fi; \
615	done
616	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
617	  if test "$$subdir" = .; then :; else \
618	    $(am__make_dryrun) \
619	      || test -d "$(distdir)/$$subdir" \
620	      || $(MKDIR_P) "$(distdir)/$$subdir" \
621	      || exit 1; \
622	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
623	    $(am__relativize); \
624	    new_distdir=$$reldir; \
625	    dir1=$$subdir; dir2="$(top_distdir)"; \
626	    $(am__relativize); \
627	    new_top_distdir=$$reldir; \
628	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
629	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
630	    ($(am__cd) $$subdir && \
631	      $(MAKE) $(AM_MAKEFLAGS) \
632	        top_distdir="$$new_top_distdir" \
633	        distdir="$$new_distdir" \
634		am__remove_distdir=: \
635		am__skip_length_check=: \
636		am__skip_mode_fix=: \
637	        distdir) \
638	      || exit 1; \
639	  fi; \
640	done
641	-test -n "$(am__skip_mode_fix)" \
642	|| find "$(distdir)" -type d ! -perm -755 \
643		-exec chmod u+rwx,go+rx {} \; -o \
644	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
645	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
646	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
647	|| chmod -R a+r "$(distdir)"
648dist-gzip: distdir
649	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
650	$(am__post_remove_distdir)
651
652dist-bzip2: distdir
653	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
654	$(am__post_remove_distdir)
655
656dist-lzip: distdir
657	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
658	$(am__post_remove_distdir)
659
660dist-xz: distdir
661	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
662	$(am__post_remove_distdir)
663
664dist-tarZ: distdir
665	@echo WARNING: "Support for distribution archives compressed with" \
666		       "legacy program 'compress' is deprecated." >&2
667	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
668	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
669	$(am__post_remove_distdir)
670
671dist-shar: distdir
672	@echo WARNING: "Support for shar distribution archives is" \
673	               "deprecated." >&2
674	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
675	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
676	$(am__post_remove_distdir)
677
678dist-zip: distdir
679	-rm -f $(distdir).zip
680	zip -rq $(distdir).zip $(distdir)
681	$(am__post_remove_distdir)
682
683dist dist-all:
684	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
685	$(am__post_remove_distdir)
686
687# This target untars the dist file and tries a VPATH configuration.  Then
688# it guarantees that the distribution is self-contained by making another
689# tarfile.
690distcheck: dist
691	case '$(DIST_ARCHIVES)' in \
692	*.tar.gz*) \
693	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
694	*.tar.bz2*) \
695	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
696	*.tar.lz*) \
697	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
698	*.tar.xz*) \
699	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
700	*.tar.Z*) \
701	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
702	*.shar.gz*) \
703	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
704	*.zip*) \
705	  unzip $(distdir).zip ;;\
706	esac
707	chmod -R a-w $(distdir)
708	chmod u+w $(distdir)
709	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
710	chmod a-w $(distdir)
711	test -d $(distdir)/_build || exit 0; \
712	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
713	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
714	  && am__cwd=`pwd` \
715	  && $(am__cd) $(distdir)/_build/sub \
716	  && ../../configure \
717	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
718	    $(DISTCHECK_CONFIGURE_FLAGS) \
719	    --srcdir=../.. --prefix="$$dc_install_base" \
720	  && $(MAKE) $(AM_MAKEFLAGS) \
721	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
722	  && $(MAKE) $(AM_MAKEFLAGS) check \
723	  && $(MAKE) $(AM_MAKEFLAGS) install \
724	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
725	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
726	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
727	        distuninstallcheck \
728	  && chmod -R a-w "$$dc_install_base" \
729	  && ({ \
730	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
731	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
732	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
733	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
734	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
735	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
736	  && rm -rf "$$dc_destdir" \
737	  && $(MAKE) $(AM_MAKEFLAGS) dist \
738	  && rm -rf $(DIST_ARCHIVES) \
739	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
740	  && cd "$$am__cwd" \
741	  || exit 1
742	$(am__post_remove_distdir)
743	@(echo "$(distdir) archives ready for distribution: "; \
744	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
745	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
746distuninstallcheck:
747	@test -n '$(distuninstallcheck_dir)' || { \
748	  echo 'ERROR: trying to run $@ with an empty' \
749	       '$$(distuninstallcheck_dir)' >&2; \
750	  exit 1; \
751	}; \
752	$(am__cd) '$(distuninstallcheck_dir)' || { \
753	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
754	  exit 1; \
755	}; \
756	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
757	   || { echo "ERROR: files left after uninstall:" ; \
758	        if test -n "$(DESTDIR)"; then \
759	          echo "  (check DESTDIR support)"; \
760	        fi ; \
761	        $(distuninstallcheck_listfiles) ; \
762	        exit 1; } >&2
763distcleancheck: distclean
764	@if test '$(srcdir)' = . ; then \
765	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
766	  exit 1 ; \
767	fi
768	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
769	  || { echo "ERROR: files left in build directory after distclean:" ; \
770	       $(distcleancheck_listfiles) ; \
771	       exit 1; } >&2
772check-am: all-am
773check: check-recursive
774all-am: Makefile $(MANS) $(DATA)
775installdirs: installdirs-recursive
776installdirs-am:
777	for dir in "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(docdir)"; do \
778	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
779	done
780install: install-recursive
781install-exec: install-exec-recursive
782install-data: install-data-recursive
783uninstall: uninstall-recursive
784
785install-am: all-am
786	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
787
788installcheck: installcheck-recursive
789install-strip:
790	if test -z '$(STRIP)'; then \
791	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
792	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
793	      install; \
794	else \
795	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
796	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
797	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
798	fi
799mostlyclean-generic:
800
801clean-generic:
802
803distclean-generic:
804	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
805	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
806
807maintainer-clean-generic:
808	@echo "This command is intended for maintainers to use"
809	@echo "it deletes files that may require special tools to rebuild."
810	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
811clean: clean-recursive
812
813clean-am: clean-generic mostlyclean-am
814
815distclean: distclean-recursive
816	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
817	-rm -f Makefile
818distclean-am: clean-am distclean-generic distclean-tags
819
820dvi: dvi-recursive
821
822dvi-am:
823
824html: html-recursive
825
826html-am:
827
828info: info-recursive
829
830info-am:
831
832install-data-am: install-docDATA install-man
833
834install-dvi: install-dvi-recursive
835
836install-dvi-am:
837
838install-exec-am:
839
840install-html: install-html-recursive
841
842install-html-am:
843
844install-info: install-info-recursive
845
846install-info-am:
847
848install-man: install-man6
849
850install-pdf: install-pdf-recursive
851
852install-pdf-am:
853
854install-ps: install-ps-recursive
855
856install-ps-am:
857
858installcheck-am:
859
860maintainer-clean: maintainer-clean-recursive
861	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
862	-rm -rf $(top_srcdir)/autom4te.cache
863	-rm -f Makefile
864maintainer-clean-am: distclean-am maintainer-clean-generic
865
866mostlyclean: mostlyclean-recursive
867
868mostlyclean-am: mostlyclean-generic
869
870pdf: pdf-recursive
871
872pdf-am:
873
874ps: ps-recursive
875
876ps-am:
877
878uninstall-am: uninstall-docDATA uninstall-man
879
880uninstall-man: uninstall-man6
881
882.MAKE: $(am__recursive_targets) install-am install-strip
883
884.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
885	am--refresh check check-am clean clean-cscope clean-generic \
886	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
887	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
888	distcheck distclean distclean-generic distclean-tags \
889	distcleancheck distdir distuninstallcheck dvi dvi-am html \
890	html-am info info-am install install-am install-data \
891	install-data-am install-docDATA install-dvi install-dvi-am \
892	install-exec install-exec-am install-html install-html-am \
893	install-info install-info-am install-man install-man6 \
894	install-pdf install-pdf-am install-ps install-ps-am \
895	install-strip installcheck installcheck-am installdirs \
896	installdirs-am maintainer-clean maintainer-clean-generic \
897	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
898	tags-am uninstall uninstall-am uninstall-docDATA uninstall-man \
899	uninstall-man6
900
901.PRECIOUS: Makefile
902
903rpm: dist
904	$(RPMBUILD) -ta $(distdir).tar.gz
905
906# Tell versions [3.59,3.63) of GNU make to not export all variables.
907# Otherwise a system limit (for SysV at least) may be exceeded.
908.NOEXPORT:
909