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