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