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