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