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/Linux
54DIST_COMMON = $(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 = RPM
310all: all-recursive
311
312.SUFFIXES:
313$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
314	@for dep in $?; do \
315	  case '$(am__configure_deps)' in \
316	    *$$dep*) \
317	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
318	        && { if test -f $@; then exit 0; else break; fi; }; \
319	      exit 1;; \
320	  esac; \
321	done; \
322	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Linux/Makefile'; \
323	$(am__cd) $(top_srcdir) && \
324	  $(AUTOMAKE) --foreign packages/Linux/Makefile
325.PRECIOUS: Makefile
326Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327	@case '$?' in \
328	  *config.status*) \
329	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
330	  *) \
331	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
332	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
333	esac;
334
335$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337
338$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
339	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
341	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342$(am__aclocal_m4_deps):
343
344mostlyclean-libtool:
345	-rm -f *.lo
346
347clean-libtool:
348	-rm -rf .libs _libs
349
350# This directory's subdirectories are mostly independent; you can cd
351# into them and run `make' without going through this Makefile.
352# To change the values of `make' variables: instead of editing Makefiles,
353# (1) if the variable is set in `config.status', edit `config.status'
354#     (which will cause the Makefiles to be regenerated when you run `make');
355# (2) otherwise, pass the desired values on the `make' command line.
356$(RECURSIVE_TARGETS):
357	@fail= failcom='exit 1'; \
358	for f in x $$MAKEFLAGS; do \
359	  case $$f in \
360	    *=* | --[!k]*);; \
361	    *k*) failcom='fail=yes';; \
362	  esac; \
363	done; \
364	dot_seen=no; \
365	target=`echo $@ | sed s/-recursive//`; \
366	list='$(SUBDIRS)'; for subdir in $$list; do \
367	  echo "Making $$target in $$subdir"; \
368	  if test "$$subdir" = "."; then \
369	    dot_seen=yes; \
370	    local_target="$$target-am"; \
371	  else \
372	    local_target="$$target"; \
373	  fi; \
374	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
375	  || eval $$failcom; \
376	done; \
377	if test "$$dot_seen" = "no"; then \
378	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
379	fi; test -z "$$fail"
380
381$(RECURSIVE_CLEAN_TARGETS):
382	@fail= failcom='exit 1'; \
383	for f in x $$MAKEFLAGS; do \
384	  case $$f in \
385	    *=* | --[!k]*);; \
386	    *k*) failcom='fail=yes';; \
387	  esac; \
388	done; \
389	dot_seen=no; \
390	case "$@" in \
391	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
392	  *) list='$(SUBDIRS)' ;; \
393	esac; \
394	rev=''; for subdir in $$list; do \
395	  if test "$$subdir" = "."; then :; else \
396	    rev="$$subdir $$rev"; \
397	  fi; \
398	done; \
399	rev="$$rev ."; \
400	target=`echo $@ | sed s/-recursive//`; \
401	for subdir in $$rev; do \
402	  echo "Making $$target in $$subdir"; \
403	  if test "$$subdir" = "."; then \
404	    local_target="$$target-am"; \
405	  else \
406	    local_target="$$target"; \
407	  fi; \
408	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
409	  || eval $$failcom; \
410	done && test -z "$$fail"
411tags-recursive:
412	list='$(SUBDIRS)'; for subdir in $$list; do \
413	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
414	done
415ctags-recursive:
416	list='$(SUBDIRS)'; for subdir in $$list; do \
417	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
418	done
419
420ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422	unique=`for i in $$list; do \
423	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424	  done | \
425	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426	      END { if (nonempty) { for (i in files) print i; }; }'`; \
427	mkid -fID $$unique
428tags: TAGS
429
430TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
431		$(TAGS_FILES) $(LISP)
432	set x; \
433	here=`pwd`; \
434	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
435	  include_option=--etags-include; \
436	  empty_fix=.; \
437	else \
438	  include_option=--include; \
439	  empty_fix=; \
440	fi; \
441	list='$(SUBDIRS)'; for subdir in $$list; do \
442	  if test "$$subdir" = .; then :; else \
443	    test ! -f $$subdir/TAGS || \
444	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
445	  fi; \
446	done; \
447	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
448	unique=`for i in $$list; do \
449	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450	  done | \
451	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452	      END { if (nonempty) { for (i in files) print i; }; }'`; \
453	shift; \
454	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455	  test -n "$$unique" || unique=$$empty_fix; \
456	  if test $$# -gt 0; then \
457	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	      "$$@" $$unique; \
459	  else \
460	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461	      $$unique; \
462	  fi; \
463	fi
464ctags: CTAGS
465CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
466		$(TAGS_FILES) $(LISP)
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	test -z "$(CTAGS_ARGS)$$unique" \
474	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475	     $$unique
476
477GTAGS:
478	here=`$(am__cd) $(top_builddir) && pwd` \
479	  && $(am__cd) $(top_srcdir) \
480	  && gtags -i $(GTAGS_ARGS) "$$here"
481
482distclean-tags:
483	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485distdir: $(DISTFILES)
486	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488	list='$(DISTFILES)'; \
489	  dist_files=`for file in $$list; do echo $$file; done | \
490	  sed -e "s|^$$srcdirstrip/||;t" \
491	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
492	case $$dist_files in \
493	  */*) $(MKDIR_P) `echo "$$dist_files" | \
494			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
495			   sort -u` ;; \
496	esac; \
497	for file in $$dist_files; do \
498	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
499	  if test -d $$d/$$file; then \
500	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
501	    if test -d "$(distdir)/$$file"; then \
502	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503	    fi; \
504	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
505	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
506	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507	    fi; \
508	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
509	  else \
510	    test -f "$(distdir)/$$file" \
511	    || cp -p $$d/$$file "$(distdir)/$$file" \
512	    || exit 1; \
513	  fi; \
514	done
515	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
516	  if test "$$subdir" = .; then :; else \
517	    $(am__make_dryrun) \
518	      || test -d "$(distdir)/$$subdir" \
519	      || $(MKDIR_P) "$(distdir)/$$subdir" \
520	      || exit 1; \
521	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
522	    $(am__relativize); \
523	    new_distdir=$$reldir; \
524	    dir1=$$subdir; dir2="$(top_distdir)"; \
525	    $(am__relativize); \
526	    new_top_distdir=$$reldir; \
527	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
528	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
529	    ($(am__cd) $$subdir && \
530	      $(MAKE) $(AM_MAKEFLAGS) \
531	        top_distdir="$$new_top_distdir" \
532	        distdir="$$new_distdir" \
533		am__remove_distdir=: \
534		am__skip_length_check=: \
535		am__skip_mode_fix=: \
536	        distdir) \
537	      || exit 1; \
538	  fi; \
539	done
540check-am: all-am
541check: check-recursive
542all-am: Makefile
543installdirs: installdirs-recursive
544installdirs-am:
545install: install-recursive
546install-exec: install-exec-recursive
547install-data: install-data-recursive
548uninstall: uninstall-recursive
549
550install-am: all-am
551	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552
553installcheck: installcheck-recursive
554install-strip:
555	if test -z '$(STRIP)'; then \
556	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558	      install; \
559	else \
560	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
563	fi
564mostlyclean-generic:
565
566clean-generic:
567
568distclean-generic:
569	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
570	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
572maintainer-clean-generic:
573	@echo "This command is intended for maintainers to use"
574	@echo "it deletes files that may require special tools to rebuild."
575clean: clean-recursive
576
577clean-am: clean-generic clean-libtool mostlyclean-am
578
579distclean: distclean-recursive
580	-rm -f Makefile
581distclean-am: clean-am distclean-generic distclean-tags
582
583dvi: dvi-recursive
584
585dvi-am:
586
587html: html-recursive
588
589html-am:
590
591info: info-recursive
592
593info-am:
594
595install-data-am:
596
597install-dvi: install-dvi-recursive
598
599install-dvi-am:
600
601install-exec-am:
602
603install-html: install-html-recursive
604
605install-html-am:
606
607install-info: install-info-recursive
608
609install-info-am:
610
611install-man:
612
613install-pdf: install-pdf-recursive
614
615install-pdf-am:
616
617install-ps: install-ps-recursive
618
619install-ps-am:
620
621installcheck-am:
622
623maintainer-clean: maintainer-clean-recursive
624	-rm -f Makefile
625maintainer-clean-am: distclean-am maintainer-clean-generic
626
627mostlyclean: mostlyclean-recursive
628
629mostlyclean-am: mostlyclean-generic mostlyclean-libtool
630
631pdf: pdf-recursive
632
633pdf-am:
634
635ps: ps-recursive
636
637ps-am:
638
639uninstall-am:
640
641.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
642	install-am install-strip tags-recursive
643
644.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
645	all all-am check check-am clean clean-generic clean-libtool \
646	ctags ctags-recursive distclean distclean-generic \
647	distclean-libtool distclean-tags distdir dvi dvi-am html \
648	html-am info info-am install install-am install-data \
649	install-data-am install-dvi install-dvi-am install-exec \
650	install-exec-am install-html install-html-am install-info \
651	install-info-am install-man install-pdf install-pdf-am \
652	install-ps install-ps-am install-strip installcheck \
653	installcheck-am installdirs installdirs-am maintainer-clean \
654	maintainer-clean-generic mostlyclean mostlyclean-generic \
655	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
656	uninstall uninstall-am
657
658
659# Tell versions [3.59,3.63) of GNU make to not export all variables.
660# Otherwise a system limit (for SysV at least) may be exceeded.
661.NOEXPORT:
662