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@
17
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@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 = include/curl
54DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
55	$(srcdir)/Makefile.in $(srcdir)/curlbuild.h.in
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
58	$(top_srcdir)/m4/curl-confopts.m4 \
59	$(top_srcdir)/m4/curl-functions.m4 \
60	$(top_srcdir)/m4/curl-openssl.m4 \
61	$(top_srcdir)/m4/curl-override.m4 \
62	$(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
63	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
64	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
65	$(top_srcdir)/m4/xc-cc-check.m4 \
66	$(top_srcdir)/m4/xc-lt-iface.m4 \
67	$(top_srcdir)/m4/xc-translit.m4 \
68	$(top_srcdir)/m4/xc-val-flgs.m4 \
69	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
70	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
71	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
72	$(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74	$(ACLOCAL_M4)
75mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76CONFIG_HEADER = $(top_builddir)/lib/curl_config.h curlbuild.h
77CONFIG_CLEAN_FILES =
78CONFIG_CLEAN_VPATH_FILES =
79SOURCES =
80DIST_SOURCES =
81am__can_run_installinfo = \
82  case $$AM_UPDATE_INFO_DIR in \
83    n|no|NO) false;; \
84    *) (install-info --version) >/dev/null 2>&1;; \
85  esac
86am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87am__vpath_adj = case $$p in \
88    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89    *) f=$$p;; \
90  esac;
91am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92am__install_max = 40
93am__nobase_strip_setup = \
94  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95am__nobase_strip = \
96  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97am__nobase_list = $(am__nobase_strip_setup); \
98  for p in $$list; do echo "$$p $$p"; done | \
99  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101    if (++n[$$2] == $(am__install_max)) \
102      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103    END { for (dir in files) print dir, files[dir] }'
104am__base_list = \
105  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107am__uninstall_files_from_dir = { \
108  test -z "$$files" \
109    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
110    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
111         $(am__cd) "$$dir" && rm -f $$files; }; \
112  }
113am__installdirs = "$(DESTDIR)$(pkgincludedir)"
114HEADERS = $(pkginclude_HEADERS)
115ETAGS = etags
116CTAGS = ctags
117DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
118pkgincludedir = $(includedir)/curl
119ACLOCAL = @ACLOCAL@
120AMTAR = @AMTAR@
121AR = @AR@
122AS = @AS@
123AUTOCONF = @AUTOCONF@
124AUTOHEADER = @AUTOHEADER@
125AUTOMAKE = @AUTOMAKE@
126AWK = @AWK@
127BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
128CC = @CC@
129CCDEPMODE = @CCDEPMODE@
130CFLAGS = @CFLAGS@
131CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
132CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
133CPP = @CPP@
134CPPFLAGS = @CPPFLAGS@
135CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
136CURLVERSION = @CURLVERSION@
137CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
138CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
139CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
140CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
141CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
142CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
143CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
144CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
145CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
146CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
147CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
148CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
149CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
150CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
151CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
152CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
153CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
154CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
155CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
156CYGPATH_W = @CYGPATH_W@
157DEFS = @DEFS@
158DEPDIR = @DEPDIR@
159DLLTOOL = @DLLTOOL@
160DSYMUTIL = @DSYMUTIL@
161DUMPBIN = @DUMPBIN@
162ECHO_C = @ECHO_C@
163ECHO_N = @ECHO_N@
164ECHO_T = @ECHO_T@
165EGREP = @EGREP@
166ENABLE_SHARED = @ENABLE_SHARED@
167EXEEXT = @EXEEXT@
168FGREP = @FGREP@
169GREP = @GREP@
170HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
171HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
172HAVE_LIBZ = @HAVE_LIBZ@
173HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
174HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
175IDN_ENABLED = @IDN_ENABLED@
176INSTALL = @INSTALL@
177INSTALL_DATA = @INSTALL_DATA@
178INSTALL_PROGRAM = @INSTALL_PROGRAM@
179INSTALL_SCRIPT = @INSTALL_SCRIPT@
180INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181IPV6_ENABLED = @IPV6_ENABLED@
182KRB4_ENABLED = @KRB4_ENABLED@
183LD = @LD@
184LDFLAGS = @LDFLAGS@
185LIBCURL_LIBS = @LIBCURL_LIBS@
186LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
187LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
188LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
189LIBOBJS = @LIBOBJS@
190LIBS = @LIBS@
191LIBTOOL = @LIBTOOL@
192LIPO = @LIPO@
193LN_S = @LN_S@
194LTLIBOBJS = @LTLIBOBJS@
195MAINT = @MAINT@
196MAKEINFO = @MAKEINFO@
197MANIFEST_TOOL = @MANIFEST_TOOL@
198MANOPT = @MANOPT@
199MKDIR_P = @MKDIR_P@
200NM = @NM@
201NMEDIT = @NMEDIT@
202NROFF = @NROFF@
203OBJDUMP = @OBJDUMP@
204OBJEXT = @OBJEXT@
205OTOOL = @OTOOL@
206OTOOL64 = @OTOOL64@
207PACKAGE = @PACKAGE@
208PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209PACKAGE_NAME = @PACKAGE_NAME@
210PACKAGE_STRING = @PACKAGE_STRING@
211PACKAGE_TARNAME = @PACKAGE_TARNAME@
212PACKAGE_URL = @PACKAGE_URL@
213PACKAGE_VERSION = @PACKAGE_VERSION@
214PATH_SEPARATOR = @PATH_SEPARATOR@
215PERL = @PERL@
216PKGADD_NAME = @PKGADD_NAME@
217PKGADD_PKG = @PKGADD_PKG@
218PKGADD_VENDOR = @PKGADD_VENDOR@
219PKGCONFIG = @PKGCONFIG@
220RANDOM_FILE = @RANDOM_FILE@
221RANLIB = @RANLIB@
222REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
223SED = @SED@
224SET_MAKE = @SET_MAKE@
225SHELL = @SHELL@
226SSL_ENABLED = @SSL_ENABLED@
227STRIP = @STRIP@
228SUPPORT_FEATURES = @SUPPORT_FEATURES@
229SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
230USE_ARES = @USE_ARES@
231USE_AXTLS = @USE_AXTLS@
232USE_CYASSL = @USE_CYASSL@
233USE_DARWINSSL = @USE_DARWINSSL@
234USE_GNUTLS = @USE_GNUTLS@
235USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
236USE_LIBRTMP = @USE_LIBRTMP@
237USE_LIBSSH2 = @USE_LIBSSH2@
238USE_NSS = @USE_NSS@
239USE_OPENLDAP = @USE_OPENLDAP@
240USE_POLARSSL = @USE_POLARSSL@
241USE_SCHANNEL = @USE_SCHANNEL@
242USE_SSLEAY = @USE_SSLEAY@
243USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
244VERSION = @VERSION@
245VERSIONNUM = @VERSIONNUM@
246ZLIB_LIBS = @ZLIB_LIBS@
247abs_builddir = @abs_builddir@
248abs_srcdir = @abs_srcdir@
249abs_top_builddir = @abs_top_builddir@
250abs_top_srcdir = @abs_top_srcdir@
251ac_ct_AR = @ac_ct_AR@
252ac_ct_CC = @ac_ct_CC@
253ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254am__include = @am__include@
255am__leading_dot = @am__leading_dot@
256am__quote = @am__quote@
257am__tar = @am__tar@
258am__untar = @am__untar@
259bindir = @bindir@
260build = @build@
261build_alias = @build_alias@
262build_cpu = @build_cpu@
263build_os = @build_os@
264build_vendor = @build_vendor@
265builddir = @builddir@
266datadir = @datadir@
267datarootdir = @datarootdir@
268docdir = @docdir@
269dvidir = @dvidir@
270exec_prefix = @exec_prefix@
271host = @host@
272host_alias = @host_alias@
273host_cpu = @host_cpu@
274host_os = @host_os@
275host_vendor = @host_vendor@
276htmldir = @htmldir@
277includedir = @includedir@
278infodir = @infodir@
279install_sh = @install_sh@
280libdir = @libdir@
281libexecdir = @libexecdir@
282libext = @libext@
283localedir = @localedir@
284localstatedir = @localstatedir@
285mandir = @mandir@
286mkdir_p = @mkdir_p@
287oldincludedir = @oldincludedir@
288pdfdir = @pdfdir@
289prefix = @prefix@
290program_transform_name = @program_transform_name@
291psdir = @psdir@
292sbindir = @sbindir@
293sharedstatedir = @sharedstatedir@
294srcdir = @srcdir@
295subdirs = @subdirs@
296sysconfdir = @sysconfdir@
297target_alias = @target_alias@
298top_build_prefix = @top_build_prefix@
299top_builddir = @top_builddir@
300top_srcdir = @top_srcdir@
301
302#***************************************************************************
303#                                  _   _ ____  _
304#  Project                     ___| | | |  _ \| |
305#                             / __| | | | |_) | |
306#                            | (__| |_| |  _ <| |___
307#                             \___|\___/|_| \_\_____|
308#
309# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
310#
311# This software is licensed as described in the file COPYING, which
312# you should have received as part of this distribution. The terms
313# are also available at http://curl.haxx.se/docs/copyright.html.
314#
315# You may opt to use, copy, modify, merge, publish, distribute and/or sell
316# copies of the Software, and permit persons to whom the Software is
317# furnished to do so, under the terms of the COPYING file.
318#
319# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
320# KIND, either express or implied.
321#
322###########################################################################
323pkginclude_HEADERS = \
324	curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
325	typecheck-gcc.h curlbuild.h curlrules.h
326
327
328# curlbuild.h does not exist in the git tree. When the original libcurl
329# source code distribution archive file is created, curlbuild.h.dist is
330# renamed to curlbuild.h and included in the tarball so that it can be
331# used directly on non-configure systems.
332#
333# The distributed curlbuild.h will be overwritten on configure systems
334# when the configure script runs, with one that is suitable and specific
335# to the library being configured and built.
336#
337# curlbuild.h.in is the distributed template file from which the configure
338# script creates curlbuild.h at library configuration time, overwiting the
339# one included in the distribution archive.
340#
341# curlbuild.h.dist is not included in the source code distribution archive.
342EXTRA_DIST = curlbuild.h.in
343DISTCLEANFILES = curlbuild.h
344all: curlbuild.h
345	$(MAKE) $(AM_MAKEFLAGS) all-am
346
347.SUFFIXES:
348$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
349	@for dep in $?; do \
350	  case '$(am__configure_deps)' in \
351	    *$$dep*) \
352	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
353	        && { if test -f $@; then exit 0; else break; fi; }; \
354	      exit 1;; \
355	  esac; \
356	done; \
357	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/curl/Makefile'; \
358	$(am__cd) $(top_srcdir) && \
359	  $(AUTOMAKE) --foreign include/curl/Makefile
360.PRECIOUS: Makefile
361Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
362	@case '$?' in \
363	  *config.status*) \
364	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
365	  *) \
366	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
367	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
368	esac;
369
370$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372
373$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
374	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
376	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377$(am__aclocal_m4_deps):
378
379curlbuild.h: stamp-h2
380	@if test ! -f $@; then rm -f stamp-h2; else :; fi
381	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h2; else :; fi
382
383stamp-h2: $(srcdir)/curlbuild.h.in $(top_builddir)/config.status
384	@rm -f stamp-h2
385	cd $(top_builddir) && $(SHELL) ./config.status include/curl/curlbuild.h
386$(srcdir)/curlbuild.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
387	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
388	rm -f stamp-h2
389	touch $@
390
391distclean-hdr:
392	-rm -f curlbuild.h stamp-h2
393
394mostlyclean-libtool:
395	-rm -f *.lo
396
397clean-libtool:
398	-rm -rf .libs _libs
399install-pkgincludeHEADERS: $(pkginclude_HEADERS)
400	@$(NORMAL_INSTALL)
401	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
402	if test -n "$$list"; then \
403	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
404	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
405	fi; \
406	for p in $$list; do \
407	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
408	  echo "$$d$$p"; \
409	done | $(am__base_list) | \
410	while read files; do \
411	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
412	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
413	done
414
415uninstall-pkgincludeHEADERS:
416	@$(NORMAL_UNINSTALL)
417	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
418	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
419	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
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:  $(HEADERS) $(SOURCES) curlbuild.h.in $(TAGS_DEPENDENCIES) \
432		$(TAGS_FILES) $(LISP)
433	set x; \
434	here=`pwd`; \
435	list='$(SOURCES) $(HEADERS) curlbuild.h.in $(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	shift; \
442	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443	  test -n "$$unique" || unique=$$empty_fix; \
444	  if test $$# -gt 0; then \
445	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446	      "$$@" $$unique; \
447	  else \
448	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449	      $$unique; \
450	  fi; \
451	fi
452ctags: CTAGS
453CTAGS:  $(HEADERS) $(SOURCES) curlbuild.h.in $(TAGS_DEPENDENCIES) \
454		$(TAGS_FILES) $(LISP)
455	list='$(SOURCES) $(HEADERS) curlbuild.h.in $(LISP) $(TAGS_FILES)'; \
456	unique=`for i in $$list; do \
457	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458	  done | \
459	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460	      END { if (nonempty) { for (i in files) print i; }; }'`; \
461	test -z "$(CTAGS_ARGS)$$unique" \
462	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463	     $$unique
464
465GTAGS:
466	here=`$(am__cd) $(top_builddir) && pwd` \
467	  && $(am__cd) $(top_srcdir) \
468	  && gtags -i $(GTAGS_ARGS) "$$here"
469
470distclean-tags:
471	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
472
473distdir: $(DISTFILES)
474	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476	list='$(DISTFILES)'; \
477	  dist_files=`for file in $$list; do echo $$file; done | \
478	  sed -e "s|^$$srcdirstrip/||;t" \
479	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
480	case $$dist_files in \
481	  */*) $(MKDIR_P) `echo "$$dist_files" | \
482			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
483			   sort -u` ;; \
484	esac; \
485	for file in $$dist_files; do \
486	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
487	  if test -d $$d/$$file; then \
488	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
489	    if test -d "$(distdir)/$$file"; then \
490	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491	    fi; \
492	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
493	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
494	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495	    fi; \
496	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
497	  else \
498	    test -f "$(distdir)/$$file" \
499	    || cp -p $$d/$$file "$(distdir)/$$file" \
500	    || exit 1; \
501	  fi; \
502	done
503check-am: all-am
504check: check-am
505@CURLDEBUG_FALSE@all-local:
506all-am: Makefile $(HEADERS) curlbuild.h all-local
507installdirs:
508	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
509	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
510	done
511install: install-am
512install-exec: install-exec-am
513install-data: install-data-am
514uninstall: uninstall-am
515
516install-am: all-am
517	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
518
519installcheck: installcheck-am
520install-strip:
521	if test -z '$(STRIP)'; then \
522	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
524	      install; \
525	else \
526	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
527	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
528	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
529	fi
530mostlyclean-generic:
531
532clean-generic:
533
534distclean-generic:
535	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
536	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
537	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
538
539maintainer-clean-generic:
540	@echo "This command is intended for maintainers to use"
541	@echo "it deletes files that may require special tools to rebuild."
542clean: clean-am
543
544clean-am: clean-generic clean-libtool mostlyclean-am
545
546distclean: distclean-am
547	-rm -f Makefile
548distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
549
550dvi: dvi-am
551
552dvi-am:
553
554html: html-am
555
556html-am:
557
558info: info-am
559
560info-am:
561
562install-data-am: install-pkgincludeHEADERS
563
564install-dvi: install-dvi-am
565
566install-dvi-am:
567
568install-exec-am:
569
570install-html: install-html-am
571
572install-html-am:
573
574install-info: install-info-am
575
576install-info-am:
577
578install-man:
579
580install-pdf: install-pdf-am
581
582install-pdf-am:
583
584install-ps: install-ps-am
585
586install-ps-am:
587
588installcheck-am:
589
590maintainer-clean: maintainer-clean-am
591	-rm -f Makefile
592maintainer-clean-am: distclean-am maintainer-clean-generic
593
594mostlyclean: mostlyclean-am
595
596mostlyclean-am: mostlyclean-generic mostlyclean-libtool
597
598pdf: pdf-am
599
600pdf-am:
601
602ps: ps-am
603
604ps-am:
605
606uninstall-am: uninstall-pkgincludeHEADERS
607
608.MAKE: all install-am install-strip
609
610.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
611	clean-generic clean-libtool ctags distclean distclean-generic \
612	distclean-hdr distclean-libtool distclean-tags distdir dvi \
613	dvi-am html html-am info info-am install install-am \
614	install-data install-data-am install-dvi install-dvi-am \
615	install-exec install-exec-am install-html install-html-am \
616	install-info install-info-am install-man install-pdf \
617	install-pdf-am install-pkgincludeHEADERS install-ps \
618	install-ps-am install-strip installcheck installcheck-am \
619	installdirs maintainer-clean maintainer-clean-generic \
620	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
621	ps ps-am tags uninstall uninstall-am \
622	uninstall-pkgincludeHEADERS
623
624
625checksrc:
626	@@PERL@ $(top_srcdir)/lib/checksrc.pl -Wcurlbuild.h -D$(top_srcdir)/include/curl $(pkginclude_HEADERS) $(EXTRA_DIST)
627
628# for debug builds, we scan the sources on all regular make invokes
629@CURLDEBUG_TRUE@all-local: checksrc
630
631# Tell versions [3.59,3.63) of GNU make to not export all variables.
632# Otherwise a system limit (for SysV at least) may be exceeded.
633.NOEXPORT:
634