1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#  Copyright (C) 2002  Stanislav Sinyagin
19#
20#  This program is free software; you can redistribute it and/or modify
21#  it under the terms of the GNU General Public License as published by
22#  the Free Software Foundation; either version 2 of the License, or
23#  (at your option) any later version.
24#
25#  This program is distributed in the hope that it will be useful,
26#  but WITHOUT ANY WARRANTY; without even the implied warranty of
27#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28#  GNU General Public License for more details.
29#
30#  You should have received a copy of the GNU General Public License
31#  along with this program; if not, write to the Free Software
32#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
33
34# Stanislav Sinyagin <ssinyagin@k-open.com>
35#
36
37VPATH = @srcdir@
38am__make_dryrun = \
39  { \
40    am__dry=no; \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45      *) \
46        for am__flg in $$MAKEFLAGS; do \
47          case $$am__flg in \
48            *=*|--*) ;; \
49            *n*) am__dry=yes; break;; \
50          esac; \
51        done;; \
52    esac; \
53    test $$am__dry = yes; \
54  }
55pkgdatadir = $(datadir)/@PACKAGE@
56pkgincludedir = $(includedir)/@PACKAGE@
57pkglibdir = $(libdir)/@PACKAGE@
58pkglibexecdir = $(libexecdir)/@PACKAGE@
59am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60install_sh_DATA = $(install_sh) -c -m 644
61install_sh_PROGRAM = $(install_sh) -c
62install_sh_SCRIPT = $(install_sh) -c
63INSTALL_HEADER = $(INSTALL_DATA)
64transform = $(program_transform_name)
65NORMAL_INSTALL = :
66PRE_INSTALL = :
67POST_INSTALL = :
68NORMAL_UNINSTALL = :
69PRE_UNINSTALL = :
70POST_UNINSTALL = :
71build_triplet = @build@
72host_triplet = @host@
73subdir = doc
74DIST_COMMON = $(dist_devdoc_DATA) $(srcdir)/Makefile.am \
75	$(srcdir)/Makefile.in
76ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77am__aclocal_m4_deps = $(top_srcdir)/configure.ac
78am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79	$(ACLOCAL_M4)
80mkinstalldirs = $(install_sh) -d
81CONFIG_CLEAN_FILES =
82CONFIG_CLEAN_VPATH_FILES =
83SOURCES =
84DIST_SOURCES =
85RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86	html-recursive info-recursive install-data-recursive \
87	install-dvi-recursive install-exec-recursive \
88	install-html-recursive install-info-recursive \
89	install-pdf-recursive install-ps-recursive install-recursive \
90	installcheck-recursive installdirs-recursive pdf-recursive \
91	ps-recursive uninstall-recursive
92am__can_run_installinfo = \
93  case $$AM_UPDATE_INFO_DIR in \
94    n|no|NO) false;; \
95    *) (install-info --version) >/dev/null 2>&1;; \
96  esac
97am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98am__vpath_adj = case $$p in \
99    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100    *) f=$$p;; \
101  esac;
102am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
103am__install_max = 40
104am__nobase_strip_setup = \
105  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
106am__nobase_strip = \
107  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108am__nobase_list = $(am__nobase_strip_setup); \
109  for p in $$list; do echo "$$p $$p"; done | \
110  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
111  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
112    if (++n[$$2] == $(am__install_max)) \
113      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
114    END { for (dir in files) print dir, files[dir] }'
115am__base_list = \
116  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
117  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
118am__uninstall_files_from_dir = { \
119  test -z "$$files" \
120    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
121    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
122         $(am__cd) "$$dir" && rm -f $$files; }; \
123  }
124am__installdirs = "$(DESTDIR)$(devdocdir)" "$(DESTDIR)$(pkgdocdir)"
125DATA = $(dist_devdoc_DATA) $(nodist_pkgdoc_DATA)
126RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
127  distclean-recursive maintainer-clean-recursive
128AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
129	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
130	distdir
131ETAGS = etags
132CTAGS = ctags
133DIST_SUBDIRS = $(SUBDIRS)
134DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
135am__relativize = \
136  dir0=`pwd`; \
137  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
138  sed_rest='s,^[^/]*/*,,'; \
139  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
140  sed_butlast='s,/*[^/]*$$,,'; \
141  while test -n "$$dir1"; do \
142    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
143    if test "$$first" != "."; then \
144      if test "$$first" = ".."; then \
145        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
146        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
147      else \
148        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
149        if test "$$first2" = "$$first"; then \
150          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
151        else \
152          dir2="../$$dir2"; \
153        fi; \
154        dir0="$$dir0"/"$$first"; \
155      fi; \
156    fi; \
157    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
158  done; \
159  reldir="$$dir2"
160ACLOCAL = @ACLOCAL@
161AMTAR = @AMTAR@
162AUTOCONF = @AUTOCONF@
163AUTOHEADER = @AUTOHEADER@
164AUTOMAKE = @AUTOMAKE@
165AWK = @AWK@
166CYGPATH_W = @CYGPATH_W@
167DEFS = @DEFS@
168ECHO_C = @ECHO_C@
169ECHO_N = @ECHO_N@
170ECHO_T = @ECHO_T@
171FIND = @FIND@
172INSTALL = @INSTALL@
173INSTALL_DATA = @INSTALL_DATA@
174INSTALL_PROGRAM = @INSTALL_PROGRAM@
175INSTALL_SCRIPT = @INSTALL_SCRIPT@
176INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177KILL = @KILL@
178LIBOBJS = @LIBOBJS@
179LIBS = @LIBS@
180LTLIBOBJS = @LTLIBOBJS@
181MAKEINFO = @MAKEINFO@
182MKDIR_P = @MKDIR_P@
183PACKAGE = @PACKAGE@
184PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185PACKAGE_NAME = @PACKAGE_NAME@
186PACKAGE_STRING = @PACKAGE_STRING@
187PACKAGE_TARNAME = @PACKAGE_TARNAME@
188PACKAGE_URL = @PACKAGE_URL@
189PACKAGE_VERSION = @PACKAGE_VERSION@
190PATH_SEPARATOR = @PATH_SEPARATOR@
191PERL = @PERL@
192PERLCRITIC = @PERLCRITIC@
193PERLINC = @PERLINC@
194POD2MAN = @POD2MAN@
195POD2TEXT = @POD2TEXT@
196RM = @RM@
197SED = @SED@
198SET_MAKE = @SET_MAKE@
199SHELL = @SHELL@
200SLEEP = @SLEEP@
201STRIP = @STRIP@
202SU = @SU@
203VERSION = @VERSION@
204abs_builddir = @abs_builddir@
205abs_srcdir = @abs_srcdir@
206abs_top_builddir = @abs_top_builddir@
207abs_top_srcdir = @abs_top_srcdir@
208am__leading_dot = @am__leading_dot@
209am__tar = @am__tar@
210am__untar = @am__untar@
211bindir = @bindir@
212build = @build@
213build_alias = @build_alias@
214build_cpu = @build_cpu@
215build_os = @build_os@
216build_vendor = @build_vendor@
217builddir = @builddir@
218cachedir = @cachedir@
219cfgdefdir = @cfgdefdir@
220datadir = @datadir@
221datarootdir = @datarootdir@
222dbhome = @dbhome@
223defrrddir = @defrrddir@
224distxmldir = @distxmldir@
225docdir = @docdir@
226dvidir = @dvidir@
227enable_pkgonly = @enable_pkgonly@
228enable_varperm = @enable_varperm@
229exec_prefix = @exec_prefix@
230exmpdir = @exmpdir@
231host = @host@
232host_alias = @host_alias@
233host_cpu = @host_cpu@
234host_os = @host_os@
235host_vendor = @host_vendor@
236htmldir = @htmldir@
237includedir = @includedir@
238infodir = @infodir@
239install_sh = @install_sh@
240libdir = @libdir@
241libexecdir = @libexecdir@
242localedir = @localedir@
243localstatedir = @localstatedir@
244logdir = @logdir@
245mandir = @mandir@
246mansec_misc = @mansec_misc@
247mansec_usercmd = @mansec_usercmd@
248mkdir_p = @mkdir_p@
249oldincludedir = @oldincludedir@
250pdfdir = @pdfdir@
251perlithreads = @perlithreads@
252perllibdir = @perllibdir@
253perllibdirs = @perllibdirs@
254piddir = @piddir@
255pkgbindir = @pkgbindir@
256pkgdocdir = @pkgdocdir@
257pkghome = @pkghome@
258plugdevdisccfgdir = @plugdevdisccfgdir@
259pluginsdir = @pluginsdir@
260plugtorruscfgdir = @plugtorruscfgdir@
261plugwrapperdir = @plugwrapperdir@
262prefix = @prefix@
263program_transform_name = @program_transform_name@
264psdir = @psdir@
265reportsdir = @reportsdir@
266sbindir = @sbindir@
267scriptsdir = @scriptsdir@
268seslockdir = @seslockdir@
269sesstordir = @sesstordir@
270sharedstatedir = @sharedstatedir@
271siteconfdir = @siteconfdir@
272sitedir = @sitedir@
273sitexmldir = @sitexmldir@
274srcdir = @srcdir@
275supdir = @supdir@
276sysconfdir = @sysconfdir@
277target_alias = @target_alias@
278tmpldir = @tmpldir@
279tmpluserdir = @tmpluserdir@
280top_build_prefix = @top_build_prefix@
281top_builddir = @top_builddir@
282top_srcdir = @top_srcdir@
283torrus_user = @torrus_user@
284var_group = @var_group@
285var_mode = @var_mode@
286var_user = @var_user@
287varprefix = @varprefix@
288webplaindir = @webplaindir@
289webscriptsdir = @webscriptsdir@
290wrapperdir = @wrapperdir@
291SUBDIRS = . manpages
292SUBST = @abs_top_builddir@/setup_tools/substvars.sh
293CLEANFILES = $(POD_FILES) $(nodist_pkgdoc_DATA)
294EXTRA_DIST = $(SRCPOD)
295SRCPOD = \
296		install.pod.in \
297		nodeid_usage.pod.in \
298		reporting_setup.pod.in \
299		rpnexpr.pod.in \
300		rrfw_torrus_migration.pod.in \
301		scalability.pod.in \
302		snmpdiscovery.pod.in \
303		stylingprofile.pod.in \
304		userguide.pod.in \
305		vendorsupport.pod.in \
306		webintf.pod.in \
307		xmlconfig.pod.in
308
309POD_FILES = \
310		install.pod \
311		nodeid_usage.pod \
312		reporting_setup.pod \
313		rpnexpr.pod \
314		rrfw_torrus_migration.pod \
315		scalability.pod \
316		snmpdiscovery.pod \
317		stylingprofile.pod \
318		userguide.pod \
319		vendorsupport.pod \
320		webintf.pod \
321		xmlconfig.pod
322
323@POD2TEXT_PRESENT_TRUE@nodist_pkgdoc_DATA = \
324@POD2TEXT_PRESENT_TRUE@		install.txt \
325@POD2TEXT_PRESENT_TRUE@		nodeid_usage.txt \
326@POD2TEXT_PRESENT_TRUE@		reporting_setup.txt \
327@POD2TEXT_PRESENT_TRUE@		rpnexpr.txt \
328@POD2TEXT_PRESENT_TRUE@		rrfw_torrus_migration.txt \
329@POD2TEXT_PRESENT_TRUE@		scalability.txt \
330@POD2TEXT_PRESENT_TRUE@		snmpdiscovery.txt \
331@POD2TEXT_PRESENT_TRUE@		stylingprofile.txt \
332@POD2TEXT_PRESENT_TRUE@		userguide.txt \
333@POD2TEXT_PRESENT_TRUE@		vendorsupport.txt \
334@POD2TEXT_PRESENT_TRUE@		webintf.txt \
335@POD2TEXT_PRESENT_TRUE@		xmlconfig.txt
336
337devdocdir = $(pkgdocdir)/devdoc
338dist_devdoc_DATA = \
339		devdoc/architecture.pod \
340		devdoc/devdiscover.pod \
341		devdoc/progstyle.pod \
342		devdoc/reqs.0.0.pod \
343		devdoc/reqs.0.1.pod \
344		devdoc/torrus_roadmap.pod
345
346SUFFIXES = .pod.in .pod .txt
347all: all-recursive
348
349.SUFFIXES:
350.SUFFIXES: .pod.in .pod .txt
351$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
352	@for dep in $?; do \
353	  case '$(am__configure_deps)' in \
354	    *$$dep*) \
355	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
356	        && { if test -f $@; then exit 0; else break; fi; }; \
357	      exit 1;; \
358	  esac; \
359	done; \
360	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
361	$(am__cd) $(top_srcdir) && \
362	  $(AUTOMAKE) --gnu doc/Makefile
363Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364	@case '$?' in \
365	  *config.status*) \
366	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
367	  *) \
368	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
369	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
370	esac;
371
372$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374
375$(top_srcdir)/configure:  $(am__configure_deps)
376	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(am__aclocal_m4_deps):
380install-dist_devdocDATA: $(dist_devdoc_DATA)
381	@$(NORMAL_INSTALL)
382	@list='$(dist_devdoc_DATA)'; test -n "$(devdocdir)" || list=; \
383	if test -n "$$list"; then \
384	  echo " $(MKDIR_P) '$(DESTDIR)$(devdocdir)'"; \
385	  $(MKDIR_P) "$(DESTDIR)$(devdocdir)" || exit 1; \
386	fi; \
387	for p in $$list; do \
388	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389	  echo "$$d$$p"; \
390	done | $(am__base_list) | \
391	while read files; do \
392	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(devdocdir)'"; \
393	  $(INSTALL_DATA) $$files "$(DESTDIR)$(devdocdir)" || exit $$?; \
394	done
395
396uninstall-dist_devdocDATA:
397	@$(NORMAL_UNINSTALL)
398	@list='$(dist_devdoc_DATA)'; test -n "$(devdocdir)" || list=; \
399	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
400	dir='$(DESTDIR)$(devdocdir)'; $(am__uninstall_files_from_dir)
401install-nodist_pkgdocDATA: $(nodist_pkgdoc_DATA)
402	@$(NORMAL_INSTALL)
403	@list='$(nodist_pkgdoc_DATA)'; test -n "$(pkgdocdir)" || list=; \
404	if test -n "$$list"; then \
405	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdocdir)'"; \
406	  $(MKDIR_P) "$(DESTDIR)$(pkgdocdir)" || exit 1; \
407	fi; \
408	for p in $$list; do \
409	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
410	  echo "$$d$$p"; \
411	done | $(am__base_list) | \
412	while read files; do \
413	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdocdir)'"; \
414	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdocdir)" || exit $$?; \
415	done
416
417uninstall-nodist_pkgdocDATA:
418	@$(NORMAL_UNINSTALL)
419	@list='$(nodist_pkgdoc_DATA)'; test -n "$(pkgdocdir)" || list=; \
420	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
421	dir='$(DESTDIR)$(pkgdocdir)'; $(am__uninstall_files_from_dir)
422
423# This directory's subdirectories are mostly independent; you can cd
424# into them and run `make' without going through this Makefile.
425# To change the values of `make' variables: instead of editing Makefiles,
426# (1) if the variable is set in `config.status', edit `config.status'
427#     (which will cause the Makefiles to be regenerated when you run `make');
428# (2) otherwise, pass the desired values on the `make' command line.
429$(RECURSIVE_TARGETS):
430	@fail= failcom='exit 1'; \
431	for f in x $$MAKEFLAGS; do \
432	  case $$f in \
433	    *=* | --[!k]*);; \
434	    *k*) failcom='fail=yes';; \
435	  esac; \
436	done; \
437	dot_seen=no; \
438	target=`echo $@ | sed s/-recursive//`; \
439	list='$(SUBDIRS)'; for subdir in $$list; do \
440	  echo "Making $$target in $$subdir"; \
441	  if test "$$subdir" = "."; then \
442	    dot_seen=yes; \
443	    local_target="$$target-am"; \
444	  else \
445	    local_target="$$target"; \
446	  fi; \
447	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
448	  || eval $$failcom; \
449	done; \
450	if test "$$dot_seen" = "no"; then \
451	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
452	fi; test -z "$$fail"
453
454$(RECURSIVE_CLEAN_TARGETS):
455	@fail= failcom='exit 1'; \
456	for f in x $$MAKEFLAGS; do \
457	  case $$f in \
458	    *=* | --[!k]*);; \
459	    *k*) failcom='fail=yes';; \
460	  esac; \
461	done; \
462	dot_seen=no; \
463	case "$@" in \
464	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
465	  *) list='$(SUBDIRS)' ;; \
466	esac; \
467	rev=''; for subdir in $$list; do \
468	  if test "$$subdir" = "."; then :; else \
469	    rev="$$subdir $$rev"; \
470	  fi; \
471	done; \
472	rev="$$rev ."; \
473	target=`echo $@ | sed s/-recursive//`; \
474	for subdir in $$rev; do \
475	  echo "Making $$target in $$subdir"; \
476	  if test "$$subdir" = "."; then \
477	    local_target="$$target-am"; \
478	  else \
479	    local_target="$$target"; \
480	  fi; \
481	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
482	  || eval $$failcom; \
483	done && test -z "$$fail"
484tags-recursive:
485	list='$(SUBDIRS)'; for subdir in $$list; do \
486	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
487	done
488ctags-recursive:
489	list='$(SUBDIRS)'; for subdir in $$list; do \
490	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
491	done
492
493ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
494	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
495	unique=`for i in $$list; do \
496	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497	  done | \
498	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499	      END { if (nonempty) { for (i in files) print i; }; }'`; \
500	mkid -fID $$unique
501tags: TAGS
502
503TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
504		$(TAGS_FILES) $(LISP)
505	set x; \
506	here=`pwd`; \
507	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
508	  include_option=--etags-include; \
509	  empty_fix=.; \
510	else \
511	  include_option=--include; \
512	  empty_fix=; \
513	fi; \
514	list='$(SUBDIRS)'; for subdir in $$list; do \
515	  if test "$$subdir" = .; then :; else \
516	    test ! -f $$subdir/TAGS || \
517	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
518	  fi; \
519	done; \
520	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
521	unique=`for i in $$list; do \
522	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523	  done | \
524	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
525	      END { if (nonempty) { for (i in files) print i; }; }'`; \
526	shift; \
527	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
528	  test -n "$$unique" || unique=$$empty_fix; \
529	  if test $$# -gt 0; then \
530	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531	      "$$@" $$unique; \
532	  else \
533	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534	      $$unique; \
535	  fi; \
536	fi
537ctags: CTAGS
538CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
539		$(TAGS_FILES) $(LISP)
540	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
541	unique=`for i in $$list; do \
542	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
543	  done | \
544	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
545	      END { if (nonempty) { for (i in files) print i; }; }'`; \
546	test -z "$(CTAGS_ARGS)$$unique" \
547	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
548	     $$unique
549
550GTAGS:
551	here=`$(am__cd) $(top_builddir) && pwd` \
552	  && $(am__cd) $(top_srcdir) \
553	  && gtags -i $(GTAGS_ARGS) "$$here"
554
555distclean-tags:
556	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
557
558distdir: $(DISTFILES)
559	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
560	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
561	list='$(DISTFILES)'; \
562	  dist_files=`for file in $$list; do echo $$file; done | \
563	  sed -e "s|^$$srcdirstrip/||;t" \
564	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
565	case $$dist_files in \
566	  */*) $(MKDIR_P) `echo "$$dist_files" | \
567			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
568			   sort -u` ;; \
569	esac; \
570	for file in $$dist_files; do \
571	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
572	  if test -d $$d/$$file; then \
573	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
574	    if test -d "$(distdir)/$$file"; then \
575	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
576	    fi; \
577	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
578	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
579	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
580	    fi; \
581	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
582	  else \
583	    test -f "$(distdir)/$$file" \
584	    || cp -p $$d/$$file "$(distdir)/$$file" \
585	    || exit 1; \
586	  fi; \
587	done
588	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
589	  if test "$$subdir" = .; then :; else \
590	    $(am__make_dryrun) \
591	      || test -d "$(distdir)/$$subdir" \
592	      || $(MKDIR_P) "$(distdir)/$$subdir" \
593	      || exit 1; \
594	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
595	    $(am__relativize); \
596	    new_distdir=$$reldir; \
597	    dir1=$$subdir; dir2="$(top_distdir)"; \
598	    $(am__relativize); \
599	    new_top_distdir=$$reldir; \
600	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
601	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
602	    ($(am__cd) $$subdir && \
603	      $(MAKE) $(AM_MAKEFLAGS) \
604	        top_distdir="$$new_top_distdir" \
605	        distdir="$$new_distdir" \
606		am__remove_distdir=: \
607		am__skip_length_check=: \
608		am__skip_mode_fix=: \
609	        distdir) \
610	      || exit 1; \
611	  fi; \
612	done
613check-am: all-am
614check: check-recursive
615all-am: Makefile $(DATA)
616installdirs: installdirs-recursive
617installdirs-am:
618	for dir in "$(DESTDIR)$(devdocdir)" "$(DESTDIR)$(pkgdocdir)"; do \
619	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
620	done
621install: install-recursive
622install-exec: install-exec-recursive
623install-data: install-data-recursive
624uninstall: uninstall-recursive
625
626install-am: all-am
627	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
628
629installcheck: installcheck-recursive
630install-strip:
631	if test -z '$(STRIP)'; then \
632	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
633	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
634	      install; \
635	else \
636	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
637	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
639	fi
640mostlyclean-generic:
641
642clean-generic:
643	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
644
645distclean-generic:
646	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
647	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
648
649maintainer-clean-generic:
650	@echo "This command is intended for maintainers to use"
651	@echo "it deletes files that may require special tools to rebuild."
652clean: clean-recursive
653
654clean-am: clean-generic mostlyclean-am
655
656distclean: distclean-recursive
657	-rm -f Makefile
658distclean-am: clean-am distclean-generic distclean-tags
659
660dvi: dvi-recursive
661
662dvi-am:
663
664html: html-recursive
665
666html-am:
667
668info: info-recursive
669
670info-am:
671
672install-data-am: install-dist_devdocDATA install-nodist_pkgdocDATA
673
674install-dvi: install-dvi-recursive
675
676install-dvi-am:
677
678install-exec-am:
679
680install-html: install-html-recursive
681
682install-html-am:
683
684install-info: install-info-recursive
685
686install-info-am:
687
688install-man:
689
690install-pdf: install-pdf-recursive
691
692install-pdf-am:
693
694install-ps: install-ps-recursive
695
696install-ps-am:
697
698installcheck-am:
699
700maintainer-clean: maintainer-clean-recursive
701	-rm -f Makefile
702maintainer-clean-am: distclean-am maintainer-clean-generic
703
704mostlyclean: mostlyclean-recursive
705
706mostlyclean-am: mostlyclean-generic
707
708pdf: pdf-recursive
709
710pdf-am:
711
712ps: ps-recursive
713
714ps-am:
715
716uninstall-am: uninstall-dist_devdocDATA uninstall-nodist_pkgdocDATA
717
718.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
719	install-am install-strip tags-recursive
720
721.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
722	all all-am check check-am clean clean-generic ctags \
723	ctags-recursive distclean distclean-generic distclean-tags \
724	distdir dvi dvi-am html html-am info info-am install \
725	install-am install-data install-data-am \
726	install-dist_devdocDATA install-dvi install-dvi-am \
727	install-exec install-exec-am install-html install-html-am \
728	install-info install-info-am install-man \
729	install-nodist_pkgdocDATA install-pdf install-pdf-am \
730	install-ps install-ps-am install-strip installcheck \
731	installcheck-am installdirs installdirs-am maintainer-clean \
732	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
733	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
734	uninstall-dist_devdocDATA uninstall-nodist_pkgdocDATA
735
736
737.PRECIOUS: $(POD_FILES)
738
739.pod.in.pod:
740	$(SUBST) $<  > $@
741
742@POD2TEXT_PRESENT_TRUE@.pod.txt:
743@POD2TEXT_PRESENT_TRUE@	$(POD2TEXT) $< > $@
744
745htdocs: $(POD_FILES)
746	cd manpages; make pods
747	HTMLDIR=@abs_top_builddir@/../htdocs $(SHELL) mkhtdocs.sh
748
749# Tell versions [3.59,3.63) of GNU make to not export all variables.
750# Otherwise a system limit (for SysV at least) may be exceeded.
751.NOEXPORT:
752