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