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