dc790db5636f843f5f57124bcebb033f74d2668c
[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 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
266 MAINT = @MAINT@
267 MAKEINFO = @MAKEINFO@
268 MANIFEST_TOOL = @MANIFEST_TOOL@
269 MANOPT = @MANOPT@
270 MKDIR_P = @MKDIR_P@
271 NM = @NM@
272 NMEDIT = @NMEDIT@
273 NROFF = @NROFF@
274 NSS_LIBS = @NSS_LIBS@
275 OBJDUMP = @OBJDUMP@
276 OBJEXT = @OBJEXT@
277 OTOOL = @OTOOL@
278 OTOOL64 = @OTOOL64@
279 PACKAGE = @PACKAGE@
280 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281 PACKAGE_NAME = @PACKAGE_NAME@
282 PACKAGE_STRING = @PACKAGE_STRING@
283 PACKAGE_TARNAME = @PACKAGE_TARNAME@
284 PACKAGE_URL = @PACKAGE_URL@
285 PACKAGE_VERSION = @PACKAGE_VERSION@
286 PATH_SEPARATOR = @PATH_SEPARATOR@
287 PERL = @PERL@
288 PKGADD_NAME = @PKGADD_NAME@
289 PKGADD_PKG = @PKGADD_PKG@
290 PKGADD_VENDOR = @PKGADD_VENDOR@
291 PKGCONFIG = @PKGCONFIG@
292 RANDOM_FILE = @RANDOM_FILE@
293 RANLIB = @RANLIB@
294 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
295 SED = @SED@
296 SET_MAKE = @SET_MAKE@
297 SHELL = @SHELL@
298 SSL_ENABLED = @SSL_ENABLED@
299 SSL_LIBS = @SSL_LIBS@
300 STRIP = @STRIP@
301 SUPPORT_FEATURES = @SUPPORT_FEATURES@
302 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
303 USE_ARES = @USE_ARES@
304 USE_AXTLS = @USE_AXTLS@
305 USE_CYASSL = @USE_CYASSL@
306 USE_DARWINSSL = @USE_DARWINSSL@
307 USE_GNUTLS = @USE_GNUTLS@
308 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
309 USE_LIBRTMP = @USE_LIBRTMP@
310 USE_LIBSSH2 = @USE_LIBSSH2@
311 USE_MBEDTLS = @USE_MBEDTLS@
312 USE_NGHTTP2 = @USE_NGHTTP2@
313 USE_NSS = @USE_NSS@
314 USE_OPENLDAP = @USE_OPENLDAP@
315 USE_POLARSSL = @USE_POLARSSL@
316 USE_SCHANNEL = @USE_SCHANNEL@
317 USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
318 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
319 VERSION = @VERSION@
320 VERSIONNUM = @VERSIONNUM@
321 ZLIB_LIBS = @ZLIB_LIBS@
322 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
323 abs_builddir = @abs_builddir@
324 abs_srcdir = @abs_srcdir@
325 abs_top_builddir = @abs_top_builddir@
326 abs_top_srcdir = @abs_top_srcdir@
327 ac_ct_AR = @ac_ct_AR@
328 ac_ct_CC = @ac_ct_CC@
329 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
330 am__include = @am__include@
331 am__leading_dot = @am__leading_dot@
332 am__quote = @am__quote@
333 am__tar = @am__tar@
334 am__untar = @am__untar@
335 bindir = @bindir@
336 build = @build@
337 build_alias = @build_alias@
338 build_cpu = @build_cpu@
339 build_os = @build_os@
340 build_vendor = @build_vendor@
341 builddir = @builddir@
342 datadir = @datadir@
343 datarootdir = @datarootdir@
344 docdir = @docdir@
345 dvidir = @dvidir@
346 exec_prefix = @exec_prefix@
347 host = @host@
348 host_alias = @host_alias@
349 host_cpu = @host_cpu@
350 host_os = @host_os@
351 host_vendor = @host_vendor@
352 htmldir = @htmldir@
353 includedir = @includedir@
354 infodir = @infodir@
355 install_sh = @install_sh@
356 libdir = @libdir@
357 libexecdir = @libexecdir@
358 libext = @libext@
359 localedir = @localedir@
360 localstatedir = @localstatedir@
361 mandir = @mandir@
362 mkdir_p = @mkdir_p@
363 oldincludedir = @oldincludedir@
364 pdfdir = @pdfdir@
365 prefix = @prefix@
366 program_transform_name = @program_transform_name@
367 psdir = @psdir@
368 runstatedir = @runstatedir@
369 sbindir = @sbindir@
370 sharedstatedir = @sharedstatedir@
371 srcdir = @srcdir@
372 subdirs = @subdirs@
373 sysconfdir = @sysconfdir@
374 target_alias = @target_alias@
375 top_build_prefix = @top_build_prefix@
376 top_builddir = @top_builddir@
377 top_srcdir = @top_srcdir@
378
379 #***************************************************************************
380 #                                  _   _ ____  _
381 #  Project                     ___| | | |  _ \| |
382 #                             / __| | | | |_) | |
383 #                            | (__| |_| |  _ <| |___
384 #                             \___|\___/|_| \_\_____|
385 #
386 # Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
387 #
388 # This software is licensed as described in the file COPYING, which
389 # you should have received as part of this distribution. The terms
390 # are also available at https://curl.haxx.se/docs/copyright.html.
391 #
392 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
393 # copies of the Software, and permit persons to whom the Software is
394 # furnished to do so, under the terms of the COPYING file.
395 #
396 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
397 # KIND, either express or implied.
398 #
399 ###########################################################################
400 pkginclude_HEADERS = \
401         curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
402         typecheck-gcc.h curlbuild.h curlrules.h
403
404
405 # curlbuild.h does not exist in the git tree. When the original libcurl
406 # source code distribution archive file is created, curlbuild.h.dist is
407 # renamed to curlbuild.h and included in the tarball so that it can be
408 # used directly on non-configure systems.
409 #
410 # The distributed curlbuild.h will be overwritten on configure systems
411 # when the configure script runs, with one that is suitable and specific
412 # to the library being configured and built.
413 #
414 # curlbuild.h.in is the distributed template file from which the configure
415 # script creates curlbuild.h at library configuration time, overwiting the
416 # one included in the distribution archive.
417 #
418 # curlbuild.h.dist is not included in the source code distribution archive.
419 EXTRA_DIST = curlbuild.h.in
420 DISTCLEANFILES = curlbuild.h
421 all: curlbuild.h
422         $(MAKE) $(AM_MAKEFLAGS) all-am
423
424 .SUFFIXES:
425 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
426         @for dep in $?; do \
427           case '$(am__configure_deps)' in \
428             *$$dep*) \
429               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
430                 && { if test -f $@; then exit 0; else break; fi; }; \
431               exit 1;; \
432           esac; \
433         done; \
434         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/curl/Makefile'; \
435         $(am__cd) $(top_srcdir) && \
436           $(AUTOMAKE) --gnu include/curl/Makefile
437 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
438         @case '$?' in \
439           *config.status*) \
440             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
441           *) \
442             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
443             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
444         esac;
445
446 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
447         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448
449 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
450         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
452         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
453 $(am__aclocal_m4_deps):
454
455 curlbuild.h: stamp-h2
456         @test -f $@ || rm -f stamp-h2
457         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
458
459 stamp-h2: $(srcdir)/curlbuild.h.in $(top_builddir)/config.status
460         @rm -f stamp-h2
461         cd $(top_builddir) && $(SHELL) ./config.status include/curl/curlbuild.h
462
463 distclean-hdr:
464         -rm -f curlbuild.h stamp-h2
465
466 mostlyclean-libtool:
467         -rm -f *.lo
468
469 clean-libtool:
470         -rm -rf .libs _libs
471 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
472         @$(NORMAL_INSTALL)
473         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
474         if test -n "$$list"; then \
475           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
476           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
477         fi; \
478         for p in $$list; do \
479           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
480           echo "$$d$$p"; \
481         done | $(am__base_list) | \
482         while read files; do \
483           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
484           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
485         done
486
487 uninstall-pkgincludeHEADERS:
488         @$(NORMAL_UNINSTALL)
489         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
490         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
491         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
492
493 ID: $(am__tagged_files)
494         $(am__define_uniq_tagged_files); mkid -fID $$unique
495 tags: tags-am
496 TAGS: tags
497
498 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
499         set x; \
500         here=`pwd`; \
501         $(am__define_uniq_tagged_files); \
502         shift; \
503         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
504           test -n "$$unique" || unique=$$empty_fix; \
505           if test $$# -gt 0; then \
506             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507               "$$@" $$unique; \
508           else \
509             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
510               $$unique; \
511           fi; \
512         fi
513 ctags: ctags-am
514
515 CTAGS: ctags
516 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
517         $(am__define_uniq_tagged_files); \
518         test -z "$(CTAGS_ARGS)$$unique" \
519           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
520              $$unique
521
522 GTAGS:
523         here=`$(am__cd) $(top_builddir) && pwd` \
524           && $(am__cd) $(top_srcdir) \
525           && gtags -i $(GTAGS_ARGS) "$$here"
526 cscopelist: cscopelist-am
527
528 cscopelist-am: $(am__tagged_files)
529         list='$(am__tagged_files)'; \
530         case "$(srcdir)" in \
531           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
532           *) sdir=$(subdir)/$(srcdir) ;; \
533         esac; \
534         for i in $$list; do \
535           if test -f "$$i"; then \
536             echo "$(subdir)/$$i"; \
537           else \
538             echo "$$sdir/$$i"; \
539           fi; \
540         done >> $(top_builddir)/cscope.files
541
542 distclean-tags:
543         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
544
545 distdir: $(DISTFILES)
546         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
548         list='$(DISTFILES)'; \
549           dist_files=`for file in $$list; do echo $$file; done | \
550           sed -e "s|^$$srcdirstrip/||;t" \
551               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
552         case $$dist_files in \
553           */*) $(MKDIR_P) `echo "$$dist_files" | \
554                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
555                            sort -u` ;; \
556         esac; \
557         for file in $$dist_files; do \
558           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559           if test -d $$d/$$file; then \
560             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
561             if test -d "$(distdir)/$$file"; then \
562               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563             fi; \
564             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
565               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
566               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
567             fi; \
568             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
569           else \
570             test -f "$(distdir)/$$file" \
571             || cp -p $$d/$$file "$(distdir)/$$file" \
572             || exit 1; \
573           fi; \
574         done
575 check-am: all-am
576 check: check-am
577 @CURLDEBUG_FALSE@all-local:
578 all-am: Makefile $(HEADERS) curlbuild.h all-local
579 installdirs:
580         for dir in "$(DESTDIR)$(pkgincludedir)"; do \
581           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
582         done
583 install: install-am
584 install-exec: install-exec-am
585 install-data: install-data-am
586 uninstall: uninstall-am
587
588 install-am: all-am
589         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
590
591 installcheck: installcheck-am
592 install-strip:
593         if test -z '$(STRIP)'; then \
594           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
595             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
596               install; \
597         else \
598           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
599             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
600             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
601         fi
602 mostlyclean-generic:
603
604 clean-generic:
605
606 distclean-generic:
607         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
608         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
609         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
610
611 maintainer-clean-generic:
612         @echo "This command is intended for maintainers to use"
613         @echo "it deletes files that may require special tools to rebuild."
614 clean: clean-am
615
616 clean-am: clean-generic clean-libtool mostlyclean-am
617
618 distclean: distclean-am
619         -rm -f Makefile
620 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
621
622 dvi: dvi-am
623
624 dvi-am:
625
626 html: html-am
627
628 html-am:
629
630 info: info-am
631
632 info-am:
633
634 install-data-am: install-pkgincludeHEADERS
635
636 install-dvi: install-dvi-am
637
638 install-dvi-am:
639
640 install-exec-am:
641
642 install-html: install-html-am
643
644 install-html-am:
645
646 install-info: install-info-am
647
648 install-info-am:
649
650 install-man:
651
652 install-pdf: install-pdf-am
653
654 install-pdf-am:
655
656 install-ps: install-ps-am
657
658 install-ps-am:
659
660 installcheck-am:
661
662 maintainer-clean: maintainer-clean-am
663         -rm -f Makefile
664 maintainer-clean-am: distclean-am maintainer-clean-generic
665
666 mostlyclean: mostlyclean-am
667
668 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
669
670 pdf: pdf-am
671
672 pdf-am:
673
674 ps: ps-am
675
676 ps-am:
677
678 uninstall-am: uninstall-pkgincludeHEADERS
679
680 .MAKE: all install-am install-strip
681
682 .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
683         clean-generic clean-libtool cscopelist-am ctags ctags-am \
684         distclean distclean-generic distclean-hdr distclean-libtool \
685         distclean-tags distdir dvi dvi-am html html-am info info-am \
686         install install-am install-data install-data-am install-dvi \
687         install-dvi-am install-exec install-exec-am install-html \
688         install-html-am install-info install-info-am install-man \
689         install-pdf install-pdf-am install-pkgincludeHEADERS \
690         install-ps install-ps-am install-strip installcheck \
691         installcheck-am installdirs maintainer-clean \
692         maintainer-clean-generic mostlyclean mostlyclean-generic \
693         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
694         uninstall-am uninstall-pkgincludeHEADERS
695
696 .PRECIOUS: Makefile
697
698
699 checksrc:
700         @@PERL@ $(top_srcdir)/lib/checksrc.pl -Wcurlbuild.h -D$(top_srcdir)/include/curl $(pkginclude_HEADERS) $(EXTRA_DIST)
701
702 # for debug builds, we scan the sources on all regular make invokes
703 @CURLDEBUG_TRUE@all-local: checksrc
704
705 # Tell versions [3.59,3.63) of GNU make to not export all variables.
706 # Otherwise a system limit (for SysV at least) may be exceeded.
707 .NOEXPORT: