1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# bin/Makefile.  Generated from Makefile.in by configure.
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
17
18# Makefile.am for bin/
19
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)/netatalk
38pkgincludedir = $(includedir)/netatalk
39pkglibdir = $(libdir)/netatalk
40pkglibexecdir = $(libexecdir)/netatalk
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 = i686-pc-linux-gnu
54host_triplet = arm-unknown-linux-gnu
55target_triplet = arm-unknown-linux-gnu
56#am__append_1 = aecho getzones nbp pap psorder
57am__append_2 = ad
58subdir = bin
59DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
62	$(top_srcdir)/macros/cnid-backend.m4 \
63	$(top_srcdir)/macros/config-checks.m4 \
64	$(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
65	$(top_srcdir)/macros/grep-check.m4 \
66	$(top_srcdir)/macros/gssapi-check.m4 \
67	$(top_srcdir)/macros/iconv.m4 \
68	$(top_srcdir)/macros/largefile-check.m4 \
69	$(top_srcdir)/macros/libgcrypt.m4 \
70	$(top_srcdir)/macros/libtool.m4 \
71	$(top_srcdir)/macros/ltoptions.m4 \
72	$(top_srcdir)/macros/ltsugar.m4 \
73	$(top_srcdir)/macros/ltversion.m4 \
74	$(top_srcdir)/macros/lt~obsolete.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/snprintf-check.m4 \
80	$(top_srcdir)/macros/srvloc.m4 \
81	$(top_srcdir)/macros/ssl-check.m4 \
82	$(top_srcdir)/macros/summary.m4 \
83	$(top_srcdir)/macros/tcp-wrappers.m4 \
84	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
85	$(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92SOURCES =
93DIST_SOURCES =
94RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
95	html-recursive info-recursive install-data-recursive \
96	install-dvi-recursive install-exec-recursive \
97	install-html-recursive install-info-recursive \
98	install-pdf-recursive install-ps-recursive install-recursive \
99	installcheck-recursive installdirs-recursive pdf-recursive \
100	ps-recursive uninstall-recursive
101am__can_run_installinfo = \
102  case $$AM_UPDATE_INFO_DIR in \
103    n|no|NO) false;; \
104    *) (install-info --version) >/dev/null 2>&1;; \
105  esac
106RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
107  distclean-recursive maintainer-clean-recursive
108AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
109	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
110	distdir
111ETAGS = etags
112CTAGS = ctags
113DIST_SUBDIRS = adv1tov2 afppasswd cnid megatron uniconv misc aecho \
114	getzones nbp pap psorder ad
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 = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run aclocal-1.11
142ACL_LIBS = 
143AFS_CFLAGS = 
144AFS_LIBS = 
145AMTAR = $${TAR-tar}
146AR = ar
147AUTOCONF = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf
148AUTOHEADER = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader
149AUTOMAKE = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run automake-1.11
150AVAHI_CFLAGS = 
151AVAHI_LIBS = 
152AVAHI_TPOLL_CFLAGS = 
153AVAHI_TPOLL_LIBS = 
154AWK = gawk
155BDB_BIN = /usr/bin
156BDB_CFLAGS = 
157BDB_LIBS =  -ldb-4.7
158BDB_PATH = /usr
159CC = arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99
160CCDEPMODE = depmode=gcc3
161CFLAGS = -I$(top_srcdir)/include -D_U_="__attribute__((unused))" -I./include -D_U_="__attribute__((unused))" -g -O2 -I./sys -I$(top_srcdir)/sys
162COMPILE_64BIT_KMODULE = 
163COMPILE_KERNEL_GCC = 
164CPP = arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99 -E
165CPPFLAGS = 
166CRYPT_LIBS = -lcrypt 
167CUPS_CFLAGS = 
168CUPS_CONFIG = 
169CUPS_LDFLAGS = 
170CUPS_LIBS = 
171CYGPATH_W = echo
172DEFAULT_CNID_SCHEME = dbd
173DEFS = -DHAVE_CONFIG_H
174DEPDIR = .deps
175DLLTOOL = false
176DSYMUTIL = 
177DUMPBIN = :
178ECHO_C = 
179ECHO_N = -n
180ECHO_T = 
181EGREP = /bin/grep -E
182EXEEXT = 
183FGREP = /bin/grep -F
184GREP = /bin/grep
185GSSAPI_CFLAGS = 
186GSSAPI_LDFLAGS = 
187GSSAPI_LIBS = 
188ICONV_CFLAGS = 
189ICONV_LIBS = 
190INSTALL = /usr/bin/install -c
191INSTALL_DATA = ${INSTALL} -m 644
192INSTALL_PROGRAM = ${INSTALL}
193INSTALL_SCRIPT = ${INSTALL}
194INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
195KCFLAGS = 
196KLDFLAGS = 
197KRB5_CONFIG = 
198LD = /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/bin/ld
199LDFLAGS = 
200LIBADD_DL = -ldl 
201LIBADD_DLD_LINK = 
202LIBADD_DLOPEN = -ldl
203LIBADD_SHL_LOAD = 
204LIBGCRYPT_CFLAGS = 
205LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
206LIBGCRYPT_LIBS = -lgcrypt -lgpg-error
207LIBOBJS =  ${LIBOBJDIR}memcmp$U.o
208LIBS = -lpthread -ldl  -L$(top_srcdir)/libatalk
209LIBTOOL = $(SHELL) $(top_builddir)/libtool
210LIPO = 
211LN_S = ln -s
212LTLIBOBJS =  ${LIBOBJDIR}memcmp$U.lo
213LT_DLLOADERS =  dlopen.la
214LT_DLPREOPEN = -dlpreopen dlopen.la 
215MAINT = 
216MAKEINFO = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo
217MANIFEST_TOOL = :
218MKDIR_P = /bin/mkdir -p
219NETATALK_VERSION = 2.2.5
220NM = nm
221NMEDIT = 
222OBJDUMP = objdump
223OBJEXT = o
224OTOOL = 
225OTOOL64 = 
226OVERWRITE_CONFIG = no
227PACKAGE = netatalk
228PACKAGE_BUGREPORT = 
229PACKAGE_NAME = 
230PACKAGE_STRING = 
231PACKAGE_TARNAME = 
232PACKAGE_URL = 
233PACKAGE_VERSION = 
234PAMDIR = /
235PAM_ACCOUNT = system-auth
236PAM_AUTH = system-auth
237PAM_CFLAGS = 
238PAM_DIRECTIVE = include
239PAM_LIBS = 
240PAM_PASSWORD = system-auth
241PAM_SESSION = system-auth
242PATH_SEPARATOR = :
243PERL = /usr/bin/perl
244PKGCONFDIR = ${prefix}/etc/netatalk
245PKG_CONFIG = /usr/bin/pkg-config
246PS = /bin/ps
247PTHREAD_LIBS = -lpthread
248QUOTA_LIBS = 
249RANLIB = ranlib
250SED = /bin/sed
251SERVERTEXT = ${prefix}/etc/netatalk/msg
252SET_MAKE = 
253SHELL = /bin/sh
254SLP_CFLAGS = 
255SLP_LIBS = 
256SPOOLDIR = ${prefix}/var/spool/netatalk
257SSL_CFLAGS =  -I/usr/include/openssl
258SSL_LIBS =  -lcrypto
259STRIP = strip
260UAMS_PATH = ${prefix}/etc/netatalk/uams
261VERSION = 2.2.5
262WEBMIN_PASS = 
263WEBMIN_PATH = 
264WEBMIN_PORT = 
265WEBMIN_USER = 
266WEBMIN_VERSION = 
267WRAP_LIBS = 
268ZEROCONF_CFLAGS = 
269ZEROCONF_LIBS = 
270abs_builddir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/bin
271abs_srcdir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/bin
272abs_top_builddir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5
273abs_top_srcdir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5
274ac_ct_AR = ar
275ac_ct_CC = 
276ac_ct_DUMPBIN = link -dump
277am__include = include
278am__leading_dot = .
279am__quote = 
280am__tar = $${TAR-tar} chof - "$$tardir"
281am__untar = $${TAR-tar} xf -
282bindir = ${exec_prefix}/bin
283build = i686-pc-linux-gnu
284build_alias = 
285build_cpu = i686
286build_os = linux-gnu
287build_vendor = pc
288builddir = .
289compiled_backends =  dbd last tdb
290datadir = ${datarootdir}
291datarootdir = ${prefix}/share
292docdir = ${datarootdir}/doc/${PACKAGE}
293dvidir = ${docdir}
294exec_prefix = ${prefix}
295host = arm-unknown-linux-gnu
296host_alias = arm-linux
297host_cpu = arm
298host_os = linux-gnu
299host_vendor = unknown
300htmldir = ${docdir}
301includedir = ${prefix}/include
302infodir = ${datarootdir}/info
303install_sh = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/install-sh
304libdir = ${exec_prefix}/lib
305libexecdir = ${exec_prefix}/libexec
306localedir = ${datarootdir}/locale
307localstatedir = ${prefix}/var
308mandir = ${datarootdir}/man
309mkdir_p = /bin/mkdir -p
310oldincludedir = /usr/include
311pdfdir = ${docdir}
312prefix = /usr/local
313program_transform_name = s,x,x,
314psdir = ${docdir}
315sbindir = ${exec_prefix}/sbin
316sharedstatedir = ${prefix}/com
317srcdir = .
318sys_symbol_underscore = no
319sysconfdir = ${prefix}/etc
320target = arm-unknown-linux-gnu
321target_alias = 
322target_cpu = arm
323target_os = linux-gnu
324target_vendor = unknown
325top_build_prefix = ../
326top_builddir = ..
327top_srcdir = ..
328SUBDIRS = adv1tov2 afppasswd cnid megatron uniconv misc \
329	$(am__append_1) $(am__append_2)
330all: all-recursive
331
332.SUFFIXES:
333$(srcdir)/Makefile.in:  $(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 bin/Makefile'; \
343	$(am__cd) $(top_srcdir) && \
344	  $(AUTOMAKE) --foreign bin/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:  $(am__configure_deps)
359	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360$(ACLOCAL_M4):  $(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