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