1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# test/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
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)/netatalk
36pkgincludedir = $(includedir)/netatalk
37pkglibdir = $(libdir)/netatalk
38pkglibexecdir = $(libexecdir)/netatalk
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 = mipsel-uclibc-linux-gnu26
52host_triplet = mipsel-uclibc-linux-gnu
53target_triplet = mipsel-uclibc-linux-gnu
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 = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run aclocal-1.11
137ACL_LIBS = 
138AFS_CFLAGS = 
139AFS_LIBS = 
140AMTAR = $${TAR-tar}
141AR = mipsel-linux-uclibc-ar
142AUTOCONF = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf
143AUTOHEADER = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader
144AUTOMAKE = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run automake-1.11
145AVAHI_CFLAGS = 
146AVAHI_LIBS = 
147AVAHI_TPOLL_CFLAGS = 
148AVAHI_TPOLL_LIBS = 
149AWK = gawk
150BDB_BIN = /usr/bin
151BDB_CFLAGS = 
152BDB_LIBS =  -ldb-4.7
153BDB_PATH = /usr
154CC = mipsel-linux-uclibc-gcc
155CCDEPMODE = depmode=gcc3
156CFLAGS = -I$(top_srcdir)/include -D_U_="__attribute__((unused))" -O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DWLPROBSUP -DSUPPORT_REMOTE_HTTPS -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DU12H189 -DWNDR4500REV -DWNDR4500v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DCONFIG_RUSSIA_IPTV -DINCLUDE_UCP -DDLNA -DHTTP_ACCESS_USB -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSTA_MODE -DEXT_ACS -DINCLUDE_AFP -Os -DLINUX26 -I/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/include -std=gnu99 -D_U_="__attribute__((unused))" -I$(top_srcdir)/sys
157COMPILE_64BIT_KMODULE = 
158COMPILE_KERNEL_GCC = 
159CPP = mipsel-linux-uclibc-gcc -E
160CPPFLAGS = 
161CRYPT_LIBS = -lcrypt 
162CUPS_CFLAGS = 
163CUPS_CONFIG = /usr/bin/cups-config
164CUPS_LDFLAGS = 
165CUPS_LIBS = -lcups -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz -lpthread -lm -lcrypt
166CYGPATH_W = echo
167DEFAULT_CNID_SCHEME = dbd
168DEFS = -DHAVE_CONFIG_H
169DEPDIR = .deps
170DLLTOOL = false
171DSYMUTIL = 
172DUMPBIN = 
173ECHO_C = 
174ECHO_N = -n
175ECHO_T = 
176EGREP = /bin/grep -E
177EXEEXT = 
178FGREP = /bin/grep -F
179GREP = /bin/grep
180GSSAPI_CFLAGS = 
181GSSAPI_LDFLAGS = 
182GSSAPI_LIBS = 
183ICONV_CFLAGS = 
184ICONV_LIBS =  -liconv
185INSTALL = /usr/bin/install -c
186INSTALL_DATA = ${INSTALL} -m 644
187INSTALL_PROGRAM = ${INSTALL}
188INSTALL_SCRIPT = ${INSTALL}
189INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
190KCFLAGS = 
191KLDFLAGS = 
192KRB5_CONFIG = 
193LD = mipsel-linux-uclibc-ld
194LDFLAGS = -L/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/lib
195LIBADD_DL = -ldl 
196LIBADD_DLD_LINK = 
197LIBADD_DLOPEN = -ldl
198LIBADD_SHL_LOAD = 
199LIBGCRYPT_CFLAGS = 
200LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
201LIBGCRYPT_LIBS = -lgcrypt -lgpg-error
202LIBOBJS =  ${LIBOBJDIR}memcmp$U.o
203LIBS = -lpthread -ldl  -L$(top_srcdir)/libatalk
204LIBTOOL = $(SHELL) $(top_builddir)/libtool
205LIPO = 
206LN_S = ln -s
207LTLIBOBJS =  ${LIBOBJDIR}memcmp$U.lo
208LT_DLLOADERS =  dlopen.la
209LT_DLPREOPEN = -dlpreopen dlopen.la 
210MAINT = 
211MAKEINFO = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo
212MANIFEST_TOOL = :
213MKDIR_P = /bin/mkdir -p
214NETATALK_VERSION = 2.2.5
215NM = mipsel-linux-uclibc-nm
216NMEDIT = 
217OBJDUMP = mipsel-linux-uclibc-objdump
218OBJEXT = o
219OTOOL = 
220OTOOL64 = 
221OVERWRITE_CONFIG = no
222PACKAGE = netatalk
223PACKAGE_BUGREPORT = 
224PACKAGE_NAME = 
225PACKAGE_STRING = 
226PACKAGE_TARNAME = 
227PACKAGE_URL = 
228PACKAGE_VERSION = 
229PAMDIR = /
230PAM_ACCOUNT = system-auth
231PAM_AUTH = system-auth
232PAM_CFLAGS = 
233PAM_DIRECTIVE = include
234PAM_LIBS = 
235PAM_PASSWORD = system-auth
236PAM_SESSION = system-auth
237PATH_SEPARATOR = :
238PERL = perl
239PKGCONFDIR = ${prefix}/etc/netatalk
240PKG_CONFIG = /usr/bin/pkg-config
241PS = /bin/ps
242PTHREAD_LIBS = -lpthread
243QUOTA_LIBS = 
244RANLIB = mipsel-linux-uclibc-ranlib
245SED = /bin/sed
246SERVERTEXT = ${prefix}/etc/netatalk/msg
247SET_MAKE = 
248SHELL = /bin/sh
249SLP_CFLAGS = 
250SLP_LIBS = 
251SPOOLDIR = ${prefix}/var/spool/netatalk
252SSL_CFLAGS =  -I/usr/include/openssl
253SSL_LIBS =  -lcrypto
254STRIP = mipsel-linux-uclibc-strip
255UAMS_PATH = ${prefix}/etc/netatalk/uams
256VERSION = 2.2.5
257WEBMIN_PASS = 
258WEBMIN_PATH = 
259WEBMIN_PORT = 
260WEBMIN_USER = 
261WEBMIN_VERSION = 
262WRAP_LIBS = 
263ZEROCONF_CFLAGS = 
264ZEROCONF_LIBS = 
265abs_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/test
266abs_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/test
267abs_top_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
268abs_top_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
269ac_ct_AR = 
270ac_ct_CC = 
271ac_ct_DUMPBIN = 
272am__include = include
273am__leading_dot = .
274am__quote = 
275am__tar = $${TAR-tar} chof - "$$tardir"
276am__untar = $${TAR-tar} xf -
277bindir = ${exec_prefix}/bin
278build = mipsel-uclibc-linux-gnu26
279build_alias = mipsel-uclibc-linux-gnu26
280build_cpu = mipsel
281build_os = linux-gnu26
282build_vendor = uclibc
283builddir = .
284compiled_backends =  dbd last tdb
285datadir = ${datarootdir}
286datarootdir = ${prefix}/share
287docdir = ${datarootdir}/doc/${PACKAGE}
288dvidir = ${docdir}
289exec_prefix = ${prefix}
290host = mipsel-uclibc-linux-gnu
291host_alias = mipsel-uclibc-linux
292host_cpu = mipsel
293host_os = linux-gnu
294host_vendor = uclibc
295htmldir = ${docdir}
296includedir = ${prefix}/include
297infodir = ${datarootdir}/info
298install_sh = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/install-sh
299libdir = ${exec_prefix}/lib
300libexecdir = ${exec_prefix}/libexec
301localedir = ${datarootdir}/locale
302localstatedir = ${prefix}/var
303mandir = ${datarootdir}/man
304mkdir_p = /bin/mkdir -p
305oldincludedir = /usr/include
306pdfdir = ${docdir}
307prefix = /usr/local
308program_transform_name = s,x,x,
309psdir = ${docdir}
310sbindir = ${exec_prefix}/sbin
311sharedstatedir = ${prefix}/com
312srcdir = .
313sys_symbol_underscore = no
314sysconfdir = ${prefix}/etc
315target = mipsel-uclibc-linux-gnu
316target_alias = 
317target_cpu = mipsel
318target_os = linux-gnu
319target_vendor = uclibc
320top_build_prefix = ../
321top_builddir = ..
322top_srcdir = ..
323SUBDIRS = afpd
324all: all-recursive
325
326.SUFFIXES:
327$(srcdir)/Makefile.in:  $(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:  $(am__configure_deps)
353	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354$(ACLOCAL_M4):  $(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