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