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