1# Makefile.in generated by automake 1.12.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 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__make_dryrun = \
18  { \
19    am__dry=no; \
20    case $$MAKEFLAGS in \
21      *\\[\ \	]*) \
22        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24      *) \
25        for am__flg in $$MAKEFLAGS; do \
26          case $$am__flg in \
27            *=*|--*) ;; \
28            *n*) am__dry=yes; break;; \
29          esac; \
30        done;; \
31    esac; \
32    test $$am__dry = yes; \
33  }
34pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@
37pkglibexecdir = $(libexecdir)/@PACKAGE@
38am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39install_sh_DATA = $(install_sh) -c -m 644
40install_sh_PROGRAM = $(install_sh) -c
41install_sh_SCRIPT = $(install_sh) -c
42INSTALL_HEADER = $(INSTALL_DATA)
43transform = $(program_transform_name)
44NORMAL_INSTALL = :
45PRE_INSTALL = :
46POST_INSTALL = :
47NORMAL_UNINSTALL = :
48PRE_UNINSTALL = :
49POST_UNINSTALL = :
50build_triplet = @build@
51host_triplet = @host@
52target_triplet = @target@
53subdir = doc/manpages
54DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
57	$(top_srcdir)/macros/ax_pthread.m4 \
58	$(top_srcdir)/macros/cnid-backend.m4 \
59	$(top_srcdir)/macros/config-checks.m4 \
60	$(top_srcdir)/macros/db3-check.m4 \
61	$(top_srcdir)/macros/grep-check.m4 \
62	$(top_srcdir)/macros/gssapi-check.m4 \
63	$(top_srcdir)/macros/iconv.m4 \
64	$(top_srcdir)/macros/largefile-check.m4 \
65	$(top_srcdir)/macros/libgcrypt.m4 \
66	$(top_srcdir)/macros/libtool.m4 \
67	$(top_srcdir)/macros/ltoptions.m4 \
68	$(top_srcdir)/macros/ltsugar.m4 \
69	$(top_srcdir)/macros/ltversion.m4 \
70	$(top_srcdir)/macros/lt~obsolete.m4 \
71	$(top_srcdir)/macros/netatalk.m4 \
72	$(top_srcdir)/macros/pam-check.m4 \
73	$(top_srcdir)/macros/perl-check.m4 \
74	$(top_srcdir)/macros/ps-check.m4 \
75	$(top_srcdir)/macros/quota-check.m4 \
76	$(top_srcdir)/macros/ssl-check.m4 \
77	$(top_srcdir)/macros/summary.m4 \
78	$(top_srcdir)/macros/tcp-wrappers.m4 \
79	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/zeroconf.m4 \
80	$(top_srcdir)/configure.ac
81am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
82	$(ACLOCAL_M4)
83mkinstalldirs = $(install_sh) -d
84CONFIG_HEADER = $(top_builddir)/config.h
85CONFIG_CLEAN_FILES =
86CONFIG_CLEAN_VPATH_FILES =
87AM_V_P = $(am__v_P_@AM_V@)
88am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
89am__v_P_0 = false
90am__v_P_1 = :
91AM_V_GEN = $(am__v_GEN_@AM_V@)
92am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
93am__v_GEN_0 = @echo "  GEN     " $@;
94am__v_GEN_1 = 
95AM_V_at = $(am__v_at_@AM_V@)
96am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
97am__v_at_0 = @
98am__v_at_1 = 
99SOURCES =
100DIST_SOURCES =
101RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
102	html-recursive info-recursive install-data-recursive \
103	install-dvi-recursive install-exec-recursive \
104	install-html-recursive install-info-recursive \
105	install-pdf-recursive install-ps-recursive install-recursive \
106	installcheck-recursive installdirs-recursive pdf-recursive \
107	ps-recursive uninstall-recursive
108am__can_run_installinfo = \
109  case $$AM_UPDATE_INFO_DIR in \
110    n|no|NO) false;; \
111    *) (install-info --version) >/dev/null 2>&1;; \
112  esac
113RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
114  distclean-recursive maintainer-clean-recursive
115AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
116	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
117	distdir
118ETAGS = etags
119CTAGS = ctags
120DIST_SUBDIRS = $(SUBDIRS)
121DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122am__relativize = \
123  dir0=`pwd`; \
124  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
125  sed_rest='s,^[^/]*/*,,'; \
126  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
127  sed_butlast='s,/*[^/]*$$,,'; \
128  while test -n "$$dir1"; do \
129    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
130    if test "$$first" != "."; then \
131      if test "$$first" = ".."; then \
132        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
133        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
134      else \
135        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
136        if test "$$first2" = "$$first"; then \
137          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
138        else \
139          dir2="../$$dir2"; \
140        fi; \
141        dir0="$$dir0"/"$$first"; \
142      fi; \
143    fi; \
144    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
145  done; \
146  reldir="$$dir2"
147ACLOCAL = @ACLOCAL@
148ACL_LIBS = @ACL_LIBS@
149AFS_CFLAGS = @AFS_CFLAGS@
150AFS_LIBS = @AFS_LIBS@
151AMTAR = @AMTAR@
152AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
153AR = @AR@
154AUTOCONF = @AUTOCONF@
155AUTOHEADER = @AUTOHEADER@
156AUTOMAKE = @AUTOMAKE@
157AVAHI_CFLAGS = @AVAHI_CFLAGS@
158AVAHI_LIBS = @AVAHI_LIBS@
159AVAHI_TPOLL_CFLAGS = @AVAHI_TPOLL_CFLAGS@
160AVAHI_TPOLL_LIBS = @AVAHI_TPOLL_LIBS@
161AWK = @AWK@
162BDB_BIN = @BDB_BIN@
163BDB_CFLAGS = @BDB_CFLAGS@
164BDB_LIBS = @BDB_LIBS@
165BDB_PATH = @BDB_PATH@
166CC = @CC@
167CCDEPMODE = @CCDEPMODE@
168CFLAGS = @CFLAGS@
169CPP = @CPP@
170CPPFLAGS = @CPPFLAGS@
171CRYPT_LIBS = @CRYPT_LIBS@
172CYGPATH_W = @CYGPATH_W@
173DBUS_CFLAGS = @DBUS_CFLAGS@
174DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
175DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
176DBUS_GTHREAD_CFLAGS = @DBUS_GTHREAD_CFLAGS@
177DBUS_GTHREAD_LIBS = @DBUS_GTHREAD_LIBS@
178DBUS_LIBS = @DBUS_LIBS@
179DBUS_SYS_DIR = @DBUS_SYS_DIR@
180DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
181DEFS = @DEFS@
182DEPDIR = @DEPDIR@
183DLLTOOL = @DLLTOOL@
184DOCBOOK_ROOT = @DOCBOOK_ROOT@
185DSYMUTIL = @DSYMUTIL@
186DTRACE_LIBS = @DTRACE_LIBS@
187DUMPBIN = @DUMPBIN@
188ECHO_C = @ECHO_C@
189ECHO_N = @ECHO_N@
190ECHO_T = @ECHO_T@
191EGREP = @EGREP@
192EXEEXT = @EXEEXT@
193FGREP = @FGREP@
194GREP = @GREP@
195GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
196GSSAPI_LDFLAGS = @GSSAPI_LDFLAGS@
197GSSAPI_LIBS = @GSSAPI_LIBS@
198ICONV_CFLAGS = @ICONV_CFLAGS@
199ICONV_LIBS = @ICONV_LIBS@
200INIT_DIR = @INIT_DIR@
201INSTALL = @INSTALL@
202INSTALL_DATA = @INSTALL_DATA@
203INSTALL_PROGRAM = @INSTALL_PROGRAM@
204INSTALL_SCRIPT = @INSTALL_SCRIPT@
205INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
206KRB5_CFLAGS = @KRB5_CFLAGS@
207KRB5_CONFIG = @KRB5_CONFIG@
208KRB5_LIBS = @KRB5_LIBS@
209LD = @LD@
210LDAP_CFLAGS = @LDAP_CFLAGS@
211LDAP_LDFLAGS = @LDAP_LDFLAGS@
212LDAP_LIBS = @LDAP_LIBS@
213LDFLAGS = @LDFLAGS@
214LIBADD_DL = @LIBADD_DL@
215LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
216LIBADD_DLOPEN = @LIBADD_DLOPEN@
217LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
218LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
219LIBEVENT_LDFLAGS = @LIBEVENT_LDFLAGS@
220LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
221LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
222LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
223LIBOBJS = @LIBOBJS@
224LIBS = @LIBS@
225LIBTOOL = @LIBTOOL@
226LIPO = @LIPO@
227LN_S = @LN_S@
228LTLIBOBJS = @LTLIBOBJS@
229LT_DLLOADERS = @LT_DLLOADERS@
230LT_DLPREOPEN = @LT_DLPREOPEN@
231MAINT = @MAINT@
232MAKEINFO = @MAKEINFO@
233MANIFEST_TOOL = @MANIFEST_TOOL@
234MKDIR_P = @MKDIR_P@
235NETATALK_VERSION = @NETATALK_VERSION@
236NETA_LDCONFIG = @NETA_LDCONFIG@
237NM = @NM@
238NMEDIT = @NMEDIT@
239OBJDUMP = @OBJDUMP@
240OBJEXT = @OBJEXT@
241OTOOL = @OTOOL@
242OTOOL64 = @OTOOL64@
243OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
244PACKAGE = @PACKAGE@
245PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
246PACKAGE_NAME = @PACKAGE_NAME@
247PACKAGE_STRING = @PACKAGE_STRING@
248PACKAGE_TARNAME = @PACKAGE_TARNAME@
249PACKAGE_URL = @PACKAGE_URL@
250PACKAGE_VERSION = @PACKAGE_VERSION@
251PAMDIR = @PAMDIR@
252PAM_ACCOUNT = @PAM_ACCOUNT@
253PAM_AUTH = @PAM_AUTH@
254PAM_CFLAGS = @PAM_CFLAGS@
255PAM_DIRECTIVE = @PAM_DIRECTIVE@
256PAM_LIBS = @PAM_LIBS@
257PAM_PASSWORD = @PAM_PASSWORD@
258PAM_SESSION = @PAM_SESSION@
259PATH_NETATALK_LOCK = @PATH_NETATALK_LOCK@
260PATH_SEPARATOR = @PATH_SEPARATOR@
261PERL = @PERL@
262PKGCONFDIR = @PKGCONFDIR@
263PKG_CONFIG = @PKG_CONFIG@
264PS = @PS@
265PTHREAD_CC = @PTHREAD_CC@
266PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
267PTHREAD_LIBS = @PTHREAD_LIBS@
268QUOTA_LIBS = @QUOTA_LIBS@
269RANLIB = @RANLIB@
270SED = @SED@
271SERVERTEXT = @SERVERTEXT@
272SET_MAKE = @SET_MAKE@
273SHELL = @SHELL@
274SSL_CFLAGS = @SSL_CFLAGS@
275SSL_LIBS = @SSL_LIBS@
276STRIP = @STRIP@
277UAMS_PATH = @UAMS_PATH@
278VERSION = @VERSION@
279WRAP_LIBS = @WRAP_LIBS@
280XSLTPROC = @XSLTPROC@
281XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
282ZEROCONF_CFLAGS = @ZEROCONF_CFLAGS@
283ZEROCONF_LIBS = @ZEROCONF_LIBS@
284abs_builddir = @abs_builddir@
285abs_srcdir = @abs_srcdir@
286abs_top_builddir = @abs_top_builddir@
287abs_top_srcdir = @abs_top_srcdir@
288ac_ct_AR = @ac_ct_AR@
289ac_ct_CC = @ac_ct_CC@
290ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291am__include = @am__include@
292am__leading_dot = @am__leading_dot@
293am__quote = @am__quote@
294am__tar = @am__tar@
295am__untar = @am__untar@
296atalk_cv_have_dtrace = @atalk_cv_have_dtrace@
297ax_pthread_config = @ax_pthread_config@
298bindir = @bindir@
299build = @build@
300build_alias = @build_alias@
301build_cpu = @build_cpu@
302build_os = @build_os@
303build_vendor = @build_vendor@
304builddir = @builddir@
305compiled_backends = @compiled_backends@
306datadir = @datadir@
307datarootdir = @datarootdir@
308docdir = @docdir@
309dvidir = @dvidir@
310exec_prefix = @exec_prefix@
311host = @host@
312host_alias = @host_alias@
313host_cpu = @host_cpu@
314host_os = @host_os@
315host_vendor = @host_vendor@
316htmldir = @htmldir@
317includedir = @includedir@
318infodir = @infodir@
319install_sh = @install_sh@
320libdir = @libdir@
321libexecdir = @libexecdir@
322localedir = @localedir@
323localstatedir = @localstatedir@
324mandir = @mandir@
325mkdir_p = @mkdir_p@
326oldincludedir = @oldincludedir@
327pdfdir = @pdfdir@
328prefix = @prefix@
329program_transform_name = @program_transform_name@
330psdir = @psdir@
331sbindir = @sbindir@
332sharedstatedir = @sharedstatedir@
333srcdir = @srcdir@
334subdirs = @subdirs@
335sys_symbol_underscore = @sys_symbol_underscore@
336sysconfdir = @sysconfdir@
337target = @target@
338target_alias = @target_alias@
339target_cpu = @target_cpu@
340target_os = @target_os@
341target_vendor = @target_vendor@
342top_build_prefix = @top_build_prefix@
343top_builddir = @top_builddir@
344top_srcdir = @top_srcdir@
345SUBDIRS = man1 man5 man8
346all: all-recursive
347
348.SUFFIXES:
349$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
350	@for dep in $?; do \
351	  case '$(am__configure_deps)' in \
352	    *$$dep*) \
353	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
354	        && { if test -f $@; then exit 0; else break; fi; }; \
355	      exit 1;; \
356	  esac; \
357	done; \
358	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/manpages/Makefile'; \
359	$(am__cd) $(top_srcdir) && \
360	  $(AUTOMAKE) --foreign doc/manpages/Makefile
361.PRECIOUS: Makefile
362Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
363	@case '$?' in \
364	  *config.status*) \
365	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
366	  *) \
367	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
368	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
369	esac;
370
371$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
372	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373
374$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
375	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
377	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378$(am__aclocal_m4_deps):
379
380mostlyclean-libtool:
381	-rm -f *.lo
382
383clean-libtool:
384	-rm -rf .libs _libs
385
386# This directory's subdirectories are mostly independent; you can cd
387# into them and run 'make' without going through this Makefile.
388# To change the values of 'make' variables: instead of editing Makefiles,
389# (1) if the variable is set in 'config.status', edit 'config.status'
390#     (which will cause the Makefiles to be regenerated when you run 'make');
391# (2) otherwise, pass the desired values on the 'make' command line.
392$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
393	@fail= failcom='exit 1'; \
394	for f in x $$MAKEFLAGS; do \
395	  case $$f in \
396	    *=* | --[!k]*);; \
397	    *k*) failcom='fail=yes';; \
398	  esac; \
399	done; \
400	dot_seen=no; \
401	target=`echo $@ | sed s/-recursive//`; \
402	case "$@" in \
403	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
404	  *) list='$(SUBDIRS)' ;; \
405	esac; \
406	for subdir in $$list; do \
407	  echo "Making $$target in $$subdir"; \
408	  if test "$$subdir" = "."; then \
409	    dot_seen=yes; \
410	    local_target="$$target-am"; \
411	  else \
412	    local_target="$$target"; \
413	  fi; \
414	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
415	  || eval $$failcom; \
416	done; \
417	if test "$$dot_seen" = "no"; then \
418	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
419	fi; test -z "$$fail"
420tags-recursive:
421	list='$(SUBDIRS)'; for subdir in $$list; do \
422	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
423	done
424ctags-recursive:
425	list='$(SUBDIRS)'; for subdir in $$list; do \
426	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
427	done
428cscopelist-recursive:
429	list='$(SUBDIRS)'; for subdir in $$list; do \
430	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
431	done
432
433ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435	unique=`for i in $$list; do \
436	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437	  done | \
438	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439	      END { if (nonempty) { for (i in files) print i; }; }'`; \
440	mkid -fID $$unique
441tags: TAGS
442
443TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
444		$(TAGS_FILES) $(LISP)
445	set x; \
446	here=`pwd`; \
447	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
448	  include_option=--etags-include; \
449	  empty_fix=.; \
450	else \
451	  include_option=--include; \
452	  empty_fix=; \
453	fi; \
454	list='$(SUBDIRS)'; for subdir in $$list; do \
455	  if test "$$subdir" = .; then :; else \
456	    test ! -f $$subdir/TAGS || \
457	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
458	  fi; \
459	done; \
460	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
461	unique=`for i in $$list; do \
462	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463	  done | \
464	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465	      END { if (nonempty) { for (i in files) print i; }; }'`; \
466	shift; \
467	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468	  test -n "$$unique" || unique=$$empty_fix; \
469	  if test $$# -gt 0; then \
470	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471	      "$$@" $$unique; \
472	  else \
473	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474	      $$unique; \
475	  fi; \
476	fi
477ctags: CTAGS
478CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
479		$(TAGS_FILES) $(LISP)
480	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
481	unique=`for i in $$list; do \
482	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483	  done | \
484	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485	      END { if (nonempty) { for (i in files) print i; }; }'`; \
486	test -z "$(CTAGS_ARGS)$$unique" \
487	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488	     $$unique
489
490GTAGS:
491	here=`$(am__cd) $(top_builddir) && pwd` \
492	  && $(am__cd) $(top_srcdir) \
493	  && gtags -i $(GTAGS_ARGS) "$$here"
494
495cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
496	list='$(SOURCES) $(HEADERS) $(LISP)'; \
497	case "$(srcdir)" in \
498	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
499	  *) sdir=$(subdir)/$(srcdir) ;; \
500	esac; \
501	for i in $$list; do \
502	  if test -f "$$i"; then \
503	    echo "$(subdir)/$$i"; \
504	  else \
505	    echo "$$sdir/$$i"; \
506	  fi; \
507	done >> $(top_builddir)/cscope.files
508
509distclean-tags:
510	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
512distdir: $(DISTFILES)
513	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515	list='$(DISTFILES)'; \
516	  dist_files=`for file in $$list; do echo $$file; done | \
517	  sed -e "s|^$$srcdirstrip/||;t" \
518	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519	case $$dist_files in \
520	  */*) $(MKDIR_P) `echo "$$dist_files" | \
521			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522			   sort -u` ;; \
523	esac; \
524	for file in $$dist_files; do \
525	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526	  if test -d $$d/$$file; then \
527	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528	    if test -d "$(distdir)/$$file"; then \
529	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530	    fi; \
531	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
533	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534	    fi; \
535	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536	  else \
537	    test -f "$(distdir)/$$file" \
538	    || cp -p $$d/$$file "$(distdir)/$$file" \
539	    || exit 1; \
540	  fi; \
541	done
542	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543	  if test "$$subdir" = .; then :; else \
544	    $(am__make_dryrun) \
545	      || test -d "$(distdir)/$$subdir" \
546	      || $(MKDIR_P) "$(distdir)/$$subdir" \
547	      || exit 1; \
548	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
549	    $(am__relativize); \
550	    new_distdir=$$reldir; \
551	    dir1=$$subdir; dir2="$(top_distdir)"; \
552	    $(am__relativize); \
553	    new_top_distdir=$$reldir; \
554	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
555	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
556	    ($(am__cd) $$subdir && \
557	      $(MAKE) $(AM_MAKEFLAGS) \
558	        top_distdir="$$new_top_distdir" \
559	        distdir="$$new_distdir" \
560		am__remove_distdir=: \
561		am__skip_length_check=: \
562		am__skip_mode_fix=: \
563	        distdir) \
564	      || exit 1; \
565	  fi; \
566	done
567check-am: all-am
568check: check-recursive
569all-am: Makefile
570installdirs: installdirs-recursive
571installdirs-am:
572install: install-recursive
573install-exec: install-exec-recursive
574install-data: install-data-recursive
575uninstall: uninstall-recursive
576
577install-am: all-am
578	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
579
580installcheck: installcheck-recursive
581install-strip:
582	if test -z '$(STRIP)'; then \
583	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585	      install; \
586	else \
587	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
590	fi
591mostlyclean-generic:
592
593clean-generic:
594
595distclean-generic:
596	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
597	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
598
599maintainer-clean-generic:
600	@echo "This command is intended for maintainers to use"
601	@echo "it deletes files that may require special tools to rebuild."
602clean: clean-recursive
603
604clean-am: clean-generic clean-libtool mostlyclean-am
605
606distclean: distclean-recursive
607	-rm -f Makefile
608distclean-am: clean-am distclean-generic distclean-tags
609
610dvi: dvi-recursive
611
612dvi-am:
613
614html: html-recursive
615
616html-am:
617
618info: info-recursive
619
620info-am:
621
622install-data-am:
623
624install-dvi: install-dvi-recursive
625
626install-dvi-am:
627
628install-exec-am:
629
630install-html: install-html-recursive
631
632install-html-am:
633
634install-info: install-info-recursive
635
636install-info-am:
637
638install-man:
639
640install-pdf: install-pdf-recursive
641
642install-pdf-am:
643
644install-ps: install-ps-recursive
645
646install-ps-am:
647
648installcheck-am:
649
650maintainer-clean: maintainer-clean-recursive
651	-rm -f Makefile
652maintainer-clean-am: distclean-am maintainer-clean-generic
653
654mostlyclean: mostlyclean-recursive
655
656mostlyclean-am: mostlyclean-generic mostlyclean-libtool
657
658pdf: pdf-recursive
659
660pdf-am:
661
662ps: ps-recursive
663
664ps-am:
665
666uninstall-am:
667
668.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
669	cscopelist-recursive ctags-recursive install-am install-strip \
670	tags-recursive
671
672.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
673	all all-am check check-am clean clean-generic clean-libtool \
674	cscopelist cscopelist-recursive ctags ctags-recursive \
675	distclean distclean-generic distclean-libtool distclean-tags \
676	distdir dvi dvi-am html html-am info info-am install \
677	install-am install-data install-data-am install-dvi \
678	install-dvi-am install-exec install-exec-am install-html \
679	install-html-am install-info install-info-am install-man \
680	install-pdf install-pdf-am install-ps install-ps-am \
681	install-strip installcheck installcheck-am installdirs \
682	installdirs-am maintainer-clean maintainer-clean-generic \
683	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
684	ps ps-am tags tags-recursive uninstall uninstall-am
685
686
687# Tell versions [3.59,3.63) of GNU make to not export all variables.
688# Otherwise a system limit (for SysV at least) may be exceeded.
689.NOEXPORT:
690