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