chiark / gitweb /
Change build-depends to list libssl-dev first. Outcome in sid/buster is to switch...
[curl.git] / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 #***************************************************************************
18 #                                  _   _ ____  _
19 #  Project                     ___| | | |  _ \| |
20 #                             / __| | | | |_) | |
21 #                            | (__| |_| |  _ <| |___
22 #                             \___|\___/|_| \_\_____|
23 #
24 # Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
25 #
26 # This software is licensed as described in the file COPYING, which
27 # you should have received as part of this distribution. The terms
28 # are also available at https://curl.haxx.se/docs/copyright.html.
29 #
30 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
31 # copies of the Software, and permit persons to whom the Software is
32 # furnished to do so, under the terms of the COPYING file.
33 #
34 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
35 # KIND, either express or implied.
36 #
37 ###########################################################################
38
39 #***************************************************************************
40 #                                  _   _ ____  _
41 #  Project                     ___| | | |  _ \| |
42 #                             / __| | | | |_) | |
43 #                            | (__| |_| |  _ <| |___
44 #                             \___|\___/|_| \_\_____|
45 #
46 # Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
47 #
48 # This software is licensed as described in the file COPYING, which
49 # you should have received as part of this distribution. The terms
50 # are also available at https://curl.haxx.se/docs/copyright.html.
51 #
52 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
53 # copies of the Software, and permit persons to whom the Software is
54 # furnished to do so, under the terms of the COPYING file.
55 #
56 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
57 # KIND, either express or implied.
58 #
59 ###########################################################################
60
61 # ./src/Makefile.inc
62 # Using the backslash as line continuation character might be problematic
63 # with some make flavours, as Watcom's wmake showed us already. If we
64 # ever want to change this in a portable manner then we should consider
65 # this idea (posted to the libcurl list by Adam Kellas):
66 # CSRC1 = file1.c file2.c file3.c
67 # CSRC2 = file4.c file5.c file6.c
68 # CSOURCES = $(CSRC1) $(CSRC2)
69
70
71 VPATH = @srcdir@
72 am__is_gnu_make = { \
73   if test -z '$(MAKELEVEL)'; then \
74     false; \
75   elif test -n '$(MAKE_HOST)'; then \
76     true; \
77   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
78     true; \
79   else \
80     false; \
81   fi; \
82 }
83 am__make_running_with_option = \
84   case $${target_option-} in \
85       ?) ;; \
86       *) echo "am__make_running_with_option: internal error: invalid" \
87               "target option '$${target_option-}' specified" >&2; \
88          exit 1;; \
89   esac; \
90   has_opt=no; \
91   sane_makeflags=$$MAKEFLAGS; \
92   if $(am__is_gnu_make); then \
93     sane_makeflags=$$MFLAGS; \
94   else \
95     case $$MAKEFLAGS in \
96       *\\[\ \   ]*) \
97         bs=\\; \
98         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
99           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
100     esac; \
101   fi; \
102   skip_next=no; \
103   strip_trailopt () \
104   { \
105     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
106   }; \
107   for flg in $$sane_makeflags; do \
108     test $$skip_next = yes && { skip_next=no; continue; }; \
109     case $$flg in \
110       *=*|--*) continue;; \
111         -*I) strip_trailopt 'I'; skip_next=yes;; \
112       -*I?*) strip_trailopt 'I';; \
113         -*O) strip_trailopt 'O'; skip_next=yes;; \
114       -*O?*) strip_trailopt 'O';; \
115         -*l) strip_trailopt 'l'; skip_next=yes;; \
116       -*l?*) strip_trailopt 'l';; \
117       -[dEDm]) skip_next=yes;; \
118       -[JT]) skip_next=yes;; \
119     esac; \
120     case $$flg in \
121       *$$target_option*) has_opt=yes; break;; \
122     esac; \
123   done; \
124   test $$has_opt = yes
125 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
126 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
127 pkgdatadir = $(datadir)/@PACKAGE@
128 pkgincludedir = $(includedir)/@PACKAGE@
129 pkglibdir = $(libdir)/@PACKAGE@
130 pkglibexecdir = $(libexecdir)/@PACKAGE@
131 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
132 install_sh_DATA = $(install_sh) -c -m 644
133 install_sh_PROGRAM = $(install_sh) -c
134 install_sh_SCRIPT = $(install_sh) -c
135 INSTALL_HEADER = $(INSTALL_DATA)
136 transform = $(program_transform_name)
137 NORMAL_INSTALL = :
138 PRE_INSTALL = :
139 POST_INSTALL = :
140 NORMAL_UNINSTALL = :
141 PRE_UNINSTALL = :
142 POST_UNINSTALL = :
143 build_triplet = @build@
144 host_triplet = @host@
145 subdir = .
146 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
147 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \
148         $(top_srcdir)/m4/curl-compilers.m4 \
149         $(top_srcdir)/m4/curl-confopts.m4 \
150         $(top_srcdir)/m4/curl-functions.m4 \
151         $(top_srcdir)/m4/curl-openssl.m4 \
152         $(top_srcdir)/m4/curl-override.m4 \
153         $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
154         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
155         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
156         $(top_srcdir)/m4/xc-am-iface.m4 \
157         $(top_srcdir)/m4/xc-cc-check.m4 \
158         $(top_srcdir)/m4/xc-lt-iface.m4 \
159         $(top_srcdir)/m4/xc-translit.m4 \
160         $(top_srcdir)/m4/xc-val-flgs.m4 \
161         $(top_srcdir)/m4/zz40-xc-ovr.m4 \
162         $(top_srcdir)/m4/zz50-xc-ovr.m4 \
163         $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
164         $(top_srcdir)/configure.ac
165 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
166         $(ACLOCAL_M4)
167 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
168         $(am__configure_deps) $(am__DIST_COMMON)
169 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
170  configure.lineno config.status.lineno
171 mkinstalldirs = $(install_sh) -d
172 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
173 CONFIG_CLEAN_FILES = curl-config libcurl.pc
174 CONFIG_CLEAN_VPATH_FILES =
175 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
176 am__vpath_adj = case $$p in \
177     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
178     *) f=$$p;; \
179   esac;
180 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
181 am__install_max = 40
182 am__nobase_strip_setup = \
183   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
184 am__nobase_strip = \
185   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
186 am__nobase_list = $(am__nobase_strip_setup); \
187   for p in $$list; do echo "$$p $$p"; done | \
188   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
189   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
190     if (++n[$$2] == $(am__install_max)) \
191       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
192     END { for (dir in files) print dir, files[dir] }'
193 am__base_list = \
194   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
195   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
196 am__uninstall_files_from_dir = { \
197   test -z "$$files" \
198     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
199     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
200          $(am__cd) "$$dir" && rm -f $$files; }; \
201   }
202 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
203 SCRIPTS = $(bin_SCRIPTS)
204 AM_V_P = $(am__v_P_@AM_V@)
205 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
206 am__v_P_0 = false
207 am__v_P_1 = :
208 AM_V_GEN = $(am__v_GEN_@AM_V@)
209 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
210 am__v_GEN_0 = @echo "  GEN     " $@;
211 am__v_GEN_1 = 
212 AM_V_at = $(am__v_at_@AM_V@)
213 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
214 am__v_at_0 = @
215 am__v_at_1 = 
216 SOURCES =
217 DIST_SOURCES =
218 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
219         ctags-recursive dvi-recursive html-recursive info-recursive \
220         install-data-recursive install-dvi-recursive \
221         install-exec-recursive install-html-recursive \
222         install-info-recursive install-pdf-recursive \
223         install-ps-recursive install-recursive installcheck-recursive \
224         installdirs-recursive pdf-recursive ps-recursive \
225         tags-recursive uninstall-recursive
226 am__can_run_installinfo = \
227   case $$AM_UPDATE_INFO_DIR in \
228     n|no|NO) false;; \
229     *) (install-info --version) >/dev/null 2>&1;; \
230   esac
231 DATA = $(pkgconfig_DATA)
232 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
233   distclean-recursive maintainer-clean-recursive
234 am__recursive_targets = \
235   $(RECURSIVE_TARGETS) \
236   $(RECURSIVE_CLEAN_TARGETS) \
237   $(am__extra_recursive_targets)
238 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
239         cscope distdir dist dist-all distcheck
240 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
241 # Read a list of newline-separated strings from the standard input,
242 # and print each of them once, without duplicates.  Input order is
243 # *not* preserved.
244 am__uniquify_input = $(AWK) '\
245   BEGIN { nonempty = 0; } \
246   { items[$$0] = 1; nonempty = 1; } \
247   END { if (nonempty) { for (i in items) print i; }; } \
248 '
249 # Make sure the list of sources is unique.  This is necessary because,
250 # e.g., the same source file might be shared among _SOURCES variables
251 # for different programs/libraries.
252 am__define_uniq_tagged_files = \
253   list='$(am__tagged_files)'; \
254   unique=`for i in $$list; do \
255     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
256   done | $(am__uniquify_input)`
257 ETAGS = etags
258 CTAGS = ctags
259 CSCOPE = cscope
260 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/curl-config.in \
261         $(srcdir)/lib/Makefile.inc $(srcdir)/libcurl.pc.in \
262         $(srcdir)/src/Makefile.inc COPYING README compile config.guess \
263         config.sub depcomp install-sh ltmain.sh missing
264 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
265 distdir = $(PACKAGE)-$(VERSION)
266 top_distdir = $(distdir)
267 am__remove_distdir = \
268   if test -d "$(distdir)"; then \
269     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
270       && rm -rf "$(distdir)" \
271       || { sleep 5 && rm -rf "$(distdir)"; }; \
272   else :; fi
273 am__post_remove_distdir = $(am__remove_distdir)
274 am__relativize = \
275   dir0=`pwd`; \
276   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
277   sed_rest='s,^[^/]*/*,,'; \
278   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
279   sed_butlast='s,/*[^/]*$$,,'; \
280   while test -n "$$dir1"; do \
281     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
282     if test "$$first" != "."; then \
283       if test "$$first" = ".."; then \
284         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
285         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
286       else \
287         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
288         if test "$$first2" = "$$first"; then \
289           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
290         else \
291           dir2="../$$dir2"; \
292         fi; \
293         dir0="$$dir0"/"$$first"; \
294       fi; \
295     fi; \
296     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
297   done; \
298   reldir="$$dir2"
299 DIST_ARCHIVES = $(distdir).tar.gz
300 GZIP_ENV = --best
301 DIST_TARGETS = dist-gzip
302 distuninstallcheck_listfiles = find . -type f -print
303 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
304   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
305 distcleancheck_listfiles = find . -type f -print
306 ACLOCAL = @ACLOCAL@
307 AMTAR = @AMTAR@
308 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
309 AR = @AR@
310 AS = @AS@
311 AUTOCONF = @AUTOCONF@
312 AUTOHEADER = @AUTOHEADER@
313 AUTOMAKE = @AUTOMAKE@
314 AWK = @AWK@
315 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
316 CC = @CC@
317 CCDEPMODE = @CCDEPMODE@
318 CFLAGS = @CFLAGS@
319 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
320 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
321 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
322 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
323 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
324 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
325 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
326 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
327 CPP = @CPP@
328 CPPFLAGS = @CPPFLAGS@
329 CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
330 CURLVERSION = @CURLVERSION@
331 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
332 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
333 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
334 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
335 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
336 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
337 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
338 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
339 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
340 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
341 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
342 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
343 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
344 CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
345 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
346 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
347 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
348 CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
349 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
350 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
351 CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
352 CYGPATH_W = @CYGPATH_W@
353 DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
354 DEFS = @DEFS@
355 DEPDIR = @DEPDIR@
356 DLLTOOL = @DLLTOOL@
357 DSYMUTIL = @DSYMUTIL@
358 DUMPBIN = @DUMPBIN@
359 ECHO_C = @ECHO_C@
360 ECHO_N = @ECHO_N@
361 ECHO_T = @ECHO_T@
362 EGREP = @EGREP@
363 ENABLE_SHARED = @ENABLE_SHARED@
364 ENABLE_STATIC = @ENABLE_STATIC@
365 EXEEXT = @EXEEXT@
366 FGREP = @FGREP@
367 GCOV = @GCOV@
368 GENHTML = @GENHTML@
369 GREP = @GREP@
370 HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
371 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
372 HAVE_LIBZ = @HAVE_LIBZ@
373 HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
374 IDN_ENABLED = @IDN_ENABLED@
375 INSTALL = @INSTALL@
376 INSTALL_DATA = @INSTALL_DATA@
377 INSTALL_PROGRAM = @INSTALL_PROGRAM@
378 INSTALL_SCRIPT = @INSTALL_SCRIPT@
379 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
380 IPV6_ENABLED = @IPV6_ENABLED@
381 LCOV = @LCOV@
382 LD = @LD@
383 LDFLAGS = @LDFLAGS@
384 LIBCURL_LIBS = @LIBCURL_LIBS@
385 LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
386 LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
387 LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
388 LIBOBJS = @LIBOBJS@
389 LIBS = @LIBS@
390 LIBTOOL = @LIBTOOL@
391 LIPO = @LIPO@
392 LN_S = @LN_S@
393 LTLIBOBJS = @LTLIBOBJS@
394 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
395 MAINT = @MAINT@
396 MAKEINFO = @MAKEINFO@
397 MANIFEST_TOOL = @MANIFEST_TOOL@
398 MANOPT = @MANOPT@
399 MKDIR_P = @MKDIR_P@
400 NM = @NM@
401 NMEDIT = @NMEDIT@
402 NROFF = @NROFF@
403 NSS_LIBS = @NSS_LIBS@
404 OBJDUMP = @OBJDUMP@
405 OBJEXT = @OBJEXT@
406 OTOOL = @OTOOL@
407 OTOOL64 = @OTOOL64@
408 PACKAGE = @PACKAGE@
409 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
410 PACKAGE_NAME = @PACKAGE_NAME@
411 PACKAGE_STRING = @PACKAGE_STRING@
412 PACKAGE_TARNAME = @PACKAGE_TARNAME@
413 PACKAGE_URL = @PACKAGE_URL@
414 PACKAGE_VERSION = @PACKAGE_VERSION@
415 PATH_SEPARATOR = @PATH_SEPARATOR@
416 PERL = @PERL@
417 PKGADD_NAME = @PKGADD_NAME@
418 PKGADD_PKG = @PKGADD_PKG@
419 PKGADD_VENDOR = @PKGADD_VENDOR@
420 PKGCONFIG = @PKGCONFIG@
421 RANDOM_FILE = @RANDOM_FILE@
422 RANLIB = @RANLIB@
423 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
424 SED = @SED@
425 SET_MAKE = @SET_MAKE@
426 SHELL = @SHELL@
427 SSL_ENABLED = @SSL_ENABLED@
428 SSL_LIBS = @SSL_LIBS@
429 STRIP = @STRIP@
430 SUPPORT_FEATURES = @SUPPORT_FEATURES@
431 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
432 USE_ARES = @USE_ARES@
433 USE_AXTLS = @USE_AXTLS@
434 USE_CYASSL = @USE_CYASSL@
435 USE_DARWINSSL = @USE_DARWINSSL@
436 USE_GNUTLS = @USE_GNUTLS@
437 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
438 USE_LIBRTMP = @USE_LIBRTMP@
439 USE_LIBSSH2 = @USE_LIBSSH2@
440 USE_MBEDTLS = @USE_MBEDTLS@
441 USE_NGHTTP2 = @USE_NGHTTP2@
442 USE_NSS = @USE_NSS@
443 USE_OPENLDAP = @USE_OPENLDAP@
444 USE_POLARSSL = @USE_POLARSSL@
445 USE_SCHANNEL = @USE_SCHANNEL@
446 USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
447 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
448 VERSION = @VERSION@
449 VERSIONNUM = @VERSIONNUM@
450 ZLIB_LIBS = @ZLIB_LIBS@
451 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
452 abs_builddir = @abs_builddir@
453 abs_srcdir = @abs_srcdir@
454 abs_top_builddir = @abs_top_builddir@
455 abs_top_srcdir = @abs_top_srcdir@
456 ac_ct_AR = @ac_ct_AR@
457 ac_ct_CC = @ac_ct_CC@
458 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
459 am__include = @am__include@
460 am__leading_dot = @am__leading_dot@
461 am__quote = @am__quote@
462 am__tar = @am__tar@
463 am__untar = @am__untar@
464 bindir = @bindir@
465 build = @build@
466 build_alias = @build_alias@
467 build_cpu = @build_cpu@
468 build_os = @build_os@
469 build_vendor = @build_vendor@
470 builddir = @builddir@
471 datadir = @datadir@
472 datarootdir = @datarootdir@
473 docdir = @docdir@
474 dvidir = @dvidir@
475 exec_prefix = @exec_prefix@
476 host = @host@
477 host_alias = @host_alias@
478 host_cpu = @host_cpu@
479 host_os = @host_os@
480 host_vendor = @host_vendor@
481 htmldir = @htmldir@
482 includedir = @includedir@
483 infodir = @infodir@
484 install_sh = @install_sh@
485 libdir = @libdir@
486 libexecdir = @libexecdir@
487 libext = @libext@
488 localedir = @localedir@
489 localstatedir = @localstatedir@
490 mandir = @mandir@
491 mkdir_p = @mkdir_p@
492 oldincludedir = @oldincludedir@
493 pdfdir = @pdfdir@
494 prefix = @prefix@
495 program_transform_name = @program_transform_name@
496 psdir = @psdir@
497 runstatedir = @runstatedir@
498 sbindir = @sbindir@
499 sharedstatedir = @sharedstatedir@
500 srcdir = @srcdir@
501 subdirs = @subdirs@
502 sysconfdir = @sysconfdir@
503 target_alias = @target_alias@
504 top_build_prefix = @top_build_prefix@
505 top_builddir = @top_builddir@
506 top_srcdir = @top_srcdir@
507 AUTOMAKE_OPTIONS = foreign
508 ACLOCAL_AMFLAGS = -I m4
509 CMAKE_DIST = CMakeLists.txt CMake/CMakeConfigurableFile.in      \
510  CMake/CurlTests.c CMake/FindGSS.cmake CMake/OtherTests.cmake   \
511  CMake/Platforms/WindowsCache.cmake CMake/Utilities.cmake       \
512  CMake/Macros.cmake              \
513  CMake/CurlSymbolHiding.cmake CMake/FindCARES.cmake             \
514  CMake/FindLibSSH2.cmake CMake/FindNGHTTP2.cmake                \
515  CMake/FindMbedTLS.cmake CMake/cmake_uninstall.cmake.in
516
517 VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl
518 VC6_LIBDSP = projects/Windows/VC6/lib/libcurl.dsp.dist
519 VC6_LIBDSP_DEPS = $(VC6_LIBTMPL) Makefile.am lib/Makefile.inc
520 VC6_SRCTMPL = projects/Windows/VC6/src/curl.tmpl
521 VC6_SRCDSP = projects/Windows/VC6/src/curl.dsp.dist
522 VC6_SRCDSP_DEPS = $(VC6_SRCTMPL) Makefile.am src/Makefile.inc
523 VC7_LIBTMPL = projects/Windows/VC7/lib/libcurl.tmpl
524 VC7_LIBVCPROJ = projects/Windows/VC7/lib/libcurl.vcproj.dist
525 VC7_LIBVCPROJ_DEPS = $(VC7_LIBTMPL) Makefile.am lib/Makefile.inc
526 VC7_SRCTMPL = projects/Windows/VC7/src/curl.tmpl
527 VC7_SRCVCPROJ = projects/Windows/VC7/src/curl.vcproj.dist
528 VC7_SRCVCPROJ_DEPS = $(VC7_SRCTMPL) Makefile.am src/Makefile.inc
529 VC71_LIBTMPL = projects/Windows/VC7.1/lib/libcurl.tmpl
530 VC71_LIBVCPROJ = projects/Windows/VC7.1/lib/libcurl.vcproj.dist
531 VC71_LIBVCPROJ_DEPS = $(VC71_LIBTMPL) Makefile.am lib/Makefile.inc
532 VC71_SRCTMPL = projects/Windows/VC7.1/src/curl.tmpl
533 VC71_SRCVCPROJ = projects/Windows/VC7.1/src/curl.vcproj.dist
534 VC71_SRCVCPROJ_DEPS = $(VC71_SRCTMPL) Makefile.am src/Makefile.inc
535 VC8_LIBTMPL = projects/Windows/VC8/lib/libcurl.tmpl
536 VC8_LIBVCPROJ = projects/Windows/VC8/lib/libcurl.vcproj.dist
537 VC8_LIBVCPROJ_DEPS = $(VC8_LIBTMPL) Makefile.am lib/Makefile.inc
538 VC8_SRCTMPL = projects/Windows/VC8/src/curl.tmpl
539 VC8_SRCVCPROJ = projects/Windows/VC8/src/curl.vcproj.dist
540 VC8_SRCVCPROJ_DEPS = $(VC8_SRCTMPL) Makefile.am src/Makefile.inc
541 VC9_LIBTMPL = projects/Windows/VC9/lib/libcurl.tmpl
542 VC9_LIBVCPROJ = projects/Windows/VC9/lib/libcurl.vcproj.dist
543 VC9_LIBVCPROJ_DEPS = $(VC9_LIBTMPL) Makefile.am lib/Makefile.inc
544 VC9_SRCTMPL = projects/Windows/VC9/src/curl.tmpl
545 VC9_SRCVCPROJ = projects/Windows/VC9/src/curl.vcproj.dist
546 VC9_SRCVCPROJ_DEPS = $(VC9_SRCTMPL) Makefile.am src/Makefile.inc
547 VC10_LIBTMPL = projects/Windows/VC10/lib/libcurl.tmpl
548 VC10_LIBVCXPROJ = projects/Windows/VC10/lib/libcurl.vcxproj.dist
549 VC10_LIBVCXPROJ_DEPS = $(VC10_LIBTMPL) Makefile.am lib/Makefile.inc
550 VC10_SRCTMPL = projects/Windows/VC10/src/curl.tmpl
551 VC10_SRCVCXPROJ = projects/Windows/VC10/src/curl.vcxproj.dist
552 VC10_SRCVCXPROJ_DEPS = $(VC10_SRCTMPL) Makefile.am src/Makefile.inc
553 VC11_LIBTMPL = projects/Windows/VC11/lib/libcurl.tmpl
554 VC11_LIBVCXPROJ = projects/Windows/VC11/lib/libcurl.vcxproj.dist
555 VC11_LIBVCXPROJ_DEPS = $(VC11_LIBTMPL) Makefile.am lib/Makefile.inc
556 VC11_SRCTMPL = projects/Windows/VC11/src/curl.tmpl
557 VC11_SRCVCXPROJ = projects/Windows/VC11/src/curl.vcxproj.dist
558 VC11_SRCVCXPROJ_DEPS = $(VC11_SRCTMPL) Makefile.am src/Makefile.inc
559 VC12_LIBTMPL = projects/Windows/VC12/lib/libcurl.tmpl
560 VC12_LIBVCXPROJ = projects/Windows/VC12/lib/libcurl.vcxproj.dist
561 VC12_LIBVCXPROJ_DEPS = $(VC12_LIBTMPL) Makefile.am lib/Makefile.inc
562 VC12_SRCTMPL = projects/Windows/VC12/src/curl.tmpl
563 VC12_SRCVCXPROJ = projects/Windows/VC12/src/curl.vcxproj.dist
564 VC12_SRCVCXPROJ_DEPS = $(VC12_SRCTMPL) Makefile.am src/Makefile.inc
565 VC14_LIBTMPL = projects/Windows/VC14/lib/libcurl.tmpl
566 VC14_LIBVCXPROJ = projects/Windows/VC14/lib/libcurl.vcxproj.dist
567 VC14_LIBVCXPROJ_DEPS = $(VC14_LIBTMPL) Makefile.am lib/Makefile.inc
568 VC14_SRCTMPL = projects/Windows/VC14/src/curl.tmpl
569 VC14_SRCVCXPROJ = projects/Windows/VC14/src/curl.vcxproj.dist
570 VC14_SRCVCXPROJ_DEPS = $(VC14_SRCTMPL) Makefile.am src/Makefile.inc
571 VC_DIST = projects/README                           \
572  projects/build-openssl.bat                         \
573  projects/build-wolfssl.bat                         \
574  projects/checksrc.bat                              \
575  projects/Windows/VC6/curl-all.dsw                  \
576  projects/Windows/VC6/lib/libcurl.dsw               \
577  projects/Windows/VC6/src/curl.dsw                  \
578  projects/Windows/VC7/curl-all.sln                  \
579  projects/Windows/VC7/lib/libcurl.sln               \
580  projects/Windows/VC7/src/curl.sln                  \
581  projects/Windows/VC7.1/curl-all.sln                \
582  projects/Windows/VC7.1/lib/libcurl.sln             \
583  projects/Windows/VC7.1/src/curl.sln                \
584  projects/Windows/VC8/curl-all.sln                  \
585  projects/Windows/VC8/lib/libcurl.sln               \
586  projects/Windows/VC8/src/curl.sln                  \
587  projects/Windows/VC9/curl-all.sln                  \
588  projects/Windows/VC9/lib/libcurl.sln               \
589  projects/Windows/VC9/src/curl.sln                  \
590  projects/Windows/VC10/curl-all.sln                 \
591  projects/Windows/VC10/lib/libcurl.sln              \
592  projects/Windows/VC10/lib/libcurl.vcxproj.filters  \
593  projects/Windows/VC10/src/curl.sln                 \
594  projects/Windows/VC10/src/curl.vcxproj.filters     \
595  projects/Windows/VC11/curl-all.sln                 \
596  projects/Windows/VC11/lib/libcurl.sln              \
597  projects/Windows/VC11/lib/libcurl.vcxproj.filters  \
598  projects/Windows/VC11/src/curl.sln                 \
599  projects/Windows/VC11/src/curl.vcxproj.filters     \
600  projects/Windows/VC12/curl-all.sln                 \
601  projects/Windows/VC12/lib/libcurl.sln              \
602  projects/Windows/VC12/lib/libcurl.vcxproj.filters  \
603  projects/Windows/VC12/src/curl.sln                 \
604  projects/Windows/VC12/src/curl.vcxproj.filters     \
605  projects/Windows/VC14/curl-all.sln                 \
606  projects/Windows/VC14/lib/libcurl.sln              \
607  projects/Windows/VC14/lib/libcurl.vcxproj.filters  \
608  projects/Windows/VC14/src/curl.sln                 \
609  projects/Windows/VC14/src/curl.vcxproj.filters     \
610  projects/generate.bat                              \
611  projects/wolfssl_options.h                         \
612  projects/wolfssl_override.props
613
614 WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat   \
615  winbuild/MakefileBuild.vc winbuild/Makefile.vc
616
617 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in       \
618  RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework scripts/zsh.pl  \
619  scripts/updatemanpages.pl $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST)    \
620  lib/libcurl.vers.in buildconf.bat scripts/coverage.sh
621
622 CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ)      \
623  $(VC71_LIBVCPROJ) $(VC71_SRCVCPROJ) $(VC8_LIBVCPROJ) $(VC8_SRCVCPROJ)  \
624  $(VC9_LIBVCPROJ) $(VC9_SRCVCPROJ) $(VC10_LIBVCXPROJ) $(VC10_SRCVCXPROJ)        \
625  $(VC11_LIBVCXPROJ) $(VC11_SRCVCXPROJ) $(VC12_LIBVCXPROJ) $(VC12_SRCVCXPROJ)    \
626  $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ)
627
628 bin_SCRIPTS = curl-config
629 SUBDIRS = lib src
630 DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
631 pkgconfigdir = $(libdir)/pkgconfig
632 pkgconfig_DATA = libcurl.pc
633 LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c vauth/cram.c         \
634   vauth/digest.c vauth/digest_sspi.c vauth/krb5_gssapi.c                \
635   vauth/krb5_sspi.c vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c       \
636   vauth/spnego_gssapi.c vauth/spnego_sspi.c
637
638 LIB_VAUTH_HFILES = vauth/vauth.h vauth/digest.h vauth/ntlm.h
639 LIB_VTLS_CFILES = vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c     \
640   vtls/polarssl.c vtls/polarssl_threadlock.c vtls/axtls.c               \
641   vtls/cyassl.c vtls/schannel.c vtls/darwinssl.c vtls/gskit.c           \
642   vtls/mbedtls.c
643
644 LIB_VTLS_HFILES = vtls/openssl.h vtls/vtls.h vtls/gtls.h                \
645   vtls/nssg.h vtls/polarssl.h vtls/polarssl_threadlock.h vtls/axtls.h   \
646   vtls/cyassl.h vtls/schannel.h vtls/darwinssl.h vtls/gskit.h           \
647   vtls/mbedtls.h
648
649 LIB_CFILES = file.c timeval.c base64.c hostip.c progress.c formdata.c   \
650   cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c       \
651   ldap.c version.c getenv.c escape.c mprintf.c telnet.c netrc.c         \
652   getinfo.c transfer.c strcase.c easy.c security.c curl_fnmatch.c       \
653   fileinfo.c ftplistparser.c wildcard.c krb5.c memdebug.c http_chunks.c \
654   strtok.c connect.c llist.c hash.c multi.c content_encoding.c share.c  \
655   http_digest.c md4.c md5.c http_negotiate.c inet_pton.c strtoofft.c    \
656   strerror.c amigaos.c hostasyn.c hostip4.c hostip6.c hostsyn.c         \
657   inet_ntop.c parsedate.c select.c tftp.c splay.c strdup.c socks.c      \
658   ssh.c curl_addrinfo.c socks_gssapi.c socks_sspi.c            \
659   curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c    \
660   pingpong.c rtsp.c curl_threads.c warnless.c hmac.c curl_rtmp.c        \
661   openldap.c curl_gethostname.c gopher.c idn_win32.c                    \
662   http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c      \
663   http_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_sasl.c rand.c        \
664   curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c          \
665   x509asn1.c http2.c smb.c curl_endian.c curl_des.c system_win32.c      \
666   mime.c
667
668 LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \
669   formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h if2ip.h         \
670   speedcheck.h urldata.h curl_ldap.h escape.h telnet.h getinfo.h        \
671   strcase.h curl_sec.h memdebug.h http_chunks.h curl_fnmatch.h          \
672   wildcard.h fileinfo.h ftplistparser.h strtok.h connect.h llist.h      \
673   hash.h content_encoding.h share.h curl_md4.h curl_md5.h http_digest.h \
674   http_negotiate.h inet_pton.h amigaos.h strtoofft.h strerror.h         \
675   inet_ntop.h curlx.h curl_memory.h curl_setup.h transfer.h select.h    \
676   easyif.h multiif.h parsedate.h tftp.h sockaddr.h splay.h strdup.h     \
677   socks.h ssh.h curl_base64.h curl_addrinfo.h curl_sspi.h      \
678   slist.h nonblock.h curl_memrchr.h imap.h pop3.h smtp.h pingpong.h     \
679   rtsp.h curl_threads.h warnless.h curl_hmac.h curl_rtmp.h              \
680   curl_gethostname.h gopher.h http_proxy.h non-ascii.h asyn.h           \
681   http_ntlm.h curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h             \
682   curl_sasl.h curl_multibyte.h hostcheck.h conncache.h                  \
683   curl_setup_once.h multihandle.h setup-vms.h pipeline.h dotdot.h       \
684   x509asn1.h http2.h sigpipe.h smb.h curl_endian.h curl_des.h           \
685   curl_printf.h system_win32.h rand.h mime.h
686
687 LIB_RCFILES = libcurl.rc
688 CSOURCES = $(LIB_CFILES) $(LIB_VAUTH_CFILES) $(LIB_VTLS_CFILES)
689 HHEADERS = $(LIB_HFILES) $(LIB_VAUTH_HFILES) $(LIB_VTLS_HFILES)
690
691 # libcurl has sources that provide functions named curlx_* that aren't part of
692 # the official API, but we re-use the code here to avoid duplication.
693 CURLX_CFILES = \
694         ../lib/strtoofft.c \
695         ../lib/nonblock.c \
696         ../lib/warnless.c
697
698 CURLX_HFILES = \
699         ../lib/curl_setup.h \
700         ../lib/strtoofft.h \
701         ../lib/nonblock.h \
702         ../lib/warnless.h
703
704 CURL_CFILES = \
705         slist_wc.c \
706         tool_binmode.c \
707         tool_bname.c \
708         tool_cb_dbg.c \
709         tool_cb_hdr.c \
710         tool_cb_prg.c \
711         tool_cb_rea.c \
712         tool_cb_see.c \
713         tool_cb_wrt.c \
714         tool_cfgable.c \
715         tool_convert.c \
716         tool_dirhie.c \
717         tool_doswin.c \
718         tool_easysrc.c \
719         tool_formparse.c \
720         tool_getparam.c \
721         tool_getpass.c \
722         tool_help.c \
723         tool_helpers.c \
724         tool_homedir.c \
725         tool_hugehelp.c \
726         tool_libinfo.c \
727         tool_main.c \
728         tool_metalink.c \
729         tool_msgs.c \
730         tool_operate.c \
731         tool_operhlp.c \
732         tool_panykey.c \
733         tool_paramhlp.c \
734         tool_parsecfg.c \
735         tool_strdup.c \
736         tool_setopt.c \
737         tool_sleep.c \
738         tool_urlglob.c \
739         tool_util.c \
740         tool_vms.c \
741         tool_writeout.c \
742         tool_xattr.c
743
744 CURL_HFILES = \
745         slist_wc.h \
746         tool_binmode.h \
747         tool_bname.h \
748         tool_cb_dbg.h \
749         tool_cb_hdr.h \
750         tool_cb_prg.h \
751         tool_cb_rea.h \
752         tool_cb_see.h \
753         tool_cb_wrt.h \
754         tool_cfgable.h \
755         tool_convert.h \
756         tool_dirhie.h \
757         tool_doswin.h \
758         tool_easysrc.h \
759         tool_formparse.h \
760         tool_getparam.h \
761         tool_getpass.h \
762         tool_help.h \
763         tool_helpers.h \
764         tool_homedir.h \
765         tool_hugehelp.h \
766         tool_libinfo.h \
767         tool_main.h \
768         tool_metalink.h \
769         tool_msgs.h \
770         tool_operate.h \
771         tool_operhlp.h \
772         tool_panykey.h \
773         tool_paramhlp.h \
774         tool_parsecfg.h \
775         tool_sdecls.h \
776         tool_setopt.h \
777         tool_setup.h \
778         tool_sleep.h \
779         tool_strdup.h \
780         tool_urlglob.h \
781         tool_util.h \
782         tool_version.h \
783         tool_vms.h \
784         tool_writeout.h \
785         tool_xattr.h
786
787 CURL_RCFILES = curl.rc
788
789 # curl_SOURCES is special and gets assigned in src/Makefile.am
790 CURL_FILES = $(CURL_CFILES) $(CURLX_CFILES) $(CURL_HFILES)
791 all: all-recursive
792
793 .SUFFIXES:
794 am--refresh: Makefile
795         @:
796 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/lib/Makefile.inc $(srcdir)/src/Makefile.inc $(am__configure_deps)
797         @for dep in $?; do \
798           case '$(am__configure_deps)' in \
799             *$$dep*) \
800               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
801               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
802                 && exit 0; \
803               exit 1;; \
804           esac; \
805         done; \
806         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
807         $(am__cd) $(top_srcdir) && \
808           $(AUTOMAKE) --foreign Makefile
809 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
810         @case '$?' in \
811           *config.status*) \
812             echo ' $(SHELL) ./config.status'; \
813             $(SHELL) ./config.status;; \
814           *) \
815             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
816             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
817         esac;
818 $(srcdir)/lib/Makefile.inc $(srcdir)/src/Makefile.inc $(am__empty):
819
820 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
821         $(SHELL) ./config.status --recheck
822
823 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
824         $(am__cd) $(srcdir) && $(AUTOCONF)
825 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
826         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
827 $(am__aclocal_m4_deps):
828 curl-config: $(top_builddir)/config.status $(srcdir)/curl-config.in
829         cd $(top_builddir) && $(SHELL) ./config.status $@
830 libcurl.pc: $(top_builddir)/config.status $(srcdir)/libcurl.pc.in
831         cd $(top_builddir) && $(SHELL) ./config.status $@
832 install-binSCRIPTS: $(bin_SCRIPTS)
833         @$(NORMAL_INSTALL)
834         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
835         if test -n "$$list"; then \
836           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
837           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
838         fi; \
839         for p in $$list; do \
840           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
841           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
842         done | \
843         sed -e 'p;s,.*/,,;n' \
844             -e 'h;s|.*|.|' \
845             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
846         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
847           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
848             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
849               if (++n[d] == $(am__install_max)) { \
850                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
851             else { print "f", d "/" $$4, $$1 } } \
852           END { for (d in files) print "f", d, files[d] }' | \
853         while read type dir files; do \
854              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
855              test -z "$$files" || { \
856                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
857                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
858              } \
859         ; done
860
861 uninstall-binSCRIPTS:
862         @$(NORMAL_UNINSTALL)
863         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
864         files=`for p in $$list; do echo "$$p"; done | \
865                sed -e 's,.*/,,;$(transform)'`; \
866         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
867
868 mostlyclean-libtool:
869         -rm -f *.lo
870
871 clean-libtool:
872         -rm -rf .libs _libs
873
874 distclean-libtool:
875         -rm -f libtool config.lt
876 install-pkgconfigDATA: $(pkgconfig_DATA)
877         @$(NORMAL_INSTALL)
878         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
879         if test -n "$$list"; then \
880           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
881           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
882         fi; \
883         for p in $$list; do \
884           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
885           echo "$$d$$p"; \
886         done | $(am__base_list) | \
887         while read files; do \
888           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
889           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
890         done
891
892 uninstall-pkgconfigDATA:
893         @$(NORMAL_UNINSTALL)
894         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
895         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
896         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
897
898 # This directory's subdirectories are mostly independent; you can cd
899 # into them and run 'make' without going through this Makefile.
900 # To change the values of 'make' variables: instead of editing Makefiles,
901 # (1) if the variable is set in 'config.status', edit 'config.status'
902 #     (which will cause the Makefiles to be regenerated when you run 'make');
903 # (2) otherwise, pass the desired values on the 'make' command line.
904 $(am__recursive_targets):
905         @fail=; \
906         if $(am__make_keepgoing); then \
907           failcom='fail=yes'; \
908         else \
909           failcom='exit 1'; \
910         fi; \
911         dot_seen=no; \
912         target=`echo $@ | sed s/-recursive//`; \
913         case "$@" in \
914           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
915           *) list='$(SUBDIRS)' ;; \
916         esac; \
917         for subdir in $$list; do \
918           echo "Making $$target in $$subdir"; \
919           if test "$$subdir" = "."; then \
920             dot_seen=yes; \
921             local_target="$$target-am"; \
922           else \
923             local_target="$$target"; \
924           fi; \
925           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
926           || eval $$failcom; \
927         done; \
928         if test "$$dot_seen" = "no"; then \
929           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
930         fi; test -z "$$fail"
931
932 ID: $(am__tagged_files)
933         $(am__define_uniq_tagged_files); mkid -fID $$unique
934 tags: tags-recursive
935 TAGS: tags
936
937 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
938         set x; \
939         here=`pwd`; \
940         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
941           include_option=--etags-include; \
942           empty_fix=.; \
943         else \
944           include_option=--include; \
945           empty_fix=; \
946         fi; \
947         list='$(SUBDIRS)'; for subdir in $$list; do \
948           if test "$$subdir" = .; then :; else \
949             test ! -f $$subdir/TAGS || \
950               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
951           fi; \
952         done; \
953         $(am__define_uniq_tagged_files); \
954         shift; \
955         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
956           test -n "$$unique" || unique=$$empty_fix; \
957           if test $$# -gt 0; then \
958             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
959               "$$@" $$unique; \
960           else \
961             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
962               $$unique; \
963           fi; \
964         fi
965 ctags: ctags-recursive
966
967 CTAGS: ctags
968 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
969         $(am__define_uniq_tagged_files); \
970         test -z "$(CTAGS_ARGS)$$unique" \
971           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
972              $$unique
973
974 GTAGS:
975         here=`$(am__cd) $(top_builddir) && pwd` \
976           && $(am__cd) $(top_srcdir) \
977           && gtags -i $(GTAGS_ARGS) "$$here"
978 cscope: cscope.files
979         test ! -s cscope.files \
980           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
981 clean-cscope:
982         -rm -f cscope.files
983 cscope.files: clean-cscope cscopelist
984 cscopelist: cscopelist-recursive
985
986 cscopelist-am: $(am__tagged_files)
987         list='$(am__tagged_files)'; \
988         case "$(srcdir)" in \
989           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
990           *) sdir=$(subdir)/$(srcdir) ;; \
991         esac; \
992         for i in $$list; do \
993           if test -f "$$i"; then \
994             echo "$(subdir)/$$i"; \
995           else \
996             echo "$$sdir/$$i"; \
997           fi; \
998         done >> $(top_builddir)/cscope.files
999
1000 distclean-tags:
1001         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1002         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1003
1004 distdir: $(DISTFILES)
1005         $(am__remove_distdir)
1006         test -d "$(distdir)" || mkdir "$(distdir)"
1007         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1008         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1009         list='$(DISTFILES)'; \
1010           dist_files=`for file in $$list; do echo $$file; done | \
1011           sed -e "s|^$$srcdirstrip/||;t" \
1012               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1013         case $$dist_files in \
1014           */*) $(MKDIR_P) `echo "$$dist_files" | \
1015                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1016                            sort -u` ;; \
1017         esac; \
1018         for file in $$dist_files; do \
1019           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1020           if test -d $$d/$$file; then \
1021             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1022             if test -d "$(distdir)/$$file"; then \
1023               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1024             fi; \
1025             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1026               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1027               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1028             fi; \
1029             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1030           else \
1031             test -f "$(distdir)/$$file" \
1032             || cp -p $$d/$$file "$(distdir)/$$file" \
1033             || exit 1; \
1034           fi; \
1035         done
1036         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1037           if test "$$subdir" = .; then :; else \
1038             $(am__make_dryrun) \
1039               || test -d "$(distdir)/$$subdir" \
1040               || $(MKDIR_P) "$(distdir)/$$subdir" \
1041               || exit 1; \
1042             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1043             $(am__relativize); \
1044             new_distdir=$$reldir; \
1045             dir1=$$subdir; dir2="$(top_distdir)"; \
1046             $(am__relativize); \
1047             new_top_distdir=$$reldir; \
1048             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1049             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1050             ($(am__cd) $$subdir && \
1051               $(MAKE) $(AM_MAKEFLAGS) \
1052                 top_distdir="$$new_top_distdir" \
1053                 distdir="$$new_distdir" \
1054                 am__remove_distdir=: \
1055                 am__skip_length_check=: \
1056                 am__skip_mode_fix=: \
1057                 distdir) \
1058               || exit 1; \
1059           fi; \
1060         done
1061         $(MAKE) $(AM_MAKEFLAGS) \
1062           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1063           dist-hook
1064         -test -n "$(am__skip_mode_fix)" \
1065         || find "$(distdir)" -type d ! -perm -755 \
1066                 -exec chmod u+rwx,go+rx {} \; -o \
1067           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1068           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1069           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1070         || chmod -R a+r "$(distdir)"
1071 dist-gzip: distdir
1072         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1073         $(am__post_remove_distdir)
1074
1075 dist-bzip2: distdir
1076         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1077         $(am__post_remove_distdir)
1078
1079 dist-lzip: distdir
1080         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1081         $(am__post_remove_distdir)
1082
1083 dist-xz: distdir
1084         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1085         $(am__post_remove_distdir)
1086
1087 dist-tarZ: distdir
1088         @echo WARNING: "Support for distribution archives compressed with" \
1089                        "legacy program 'compress' is deprecated." >&2
1090         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1091         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1092         $(am__post_remove_distdir)
1093
1094 dist-shar: distdir
1095         @echo WARNING: "Support for shar distribution archives is" \
1096                        "deprecated." >&2
1097         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1098         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1099         $(am__post_remove_distdir)
1100
1101 dist-zip: distdir
1102         -rm -f $(distdir).zip
1103         zip -rq $(distdir).zip $(distdir)
1104         $(am__post_remove_distdir)
1105
1106 dist dist-all:
1107         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1108         $(am__post_remove_distdir)
1109
1110 # This target untars the dist file and tries a VPATH configuration.  Then
1111 # it guarantees that the distribution is self-contained by making another
1112 # tarfile.
1113 distcheck: dist
1114         case '$(DIST_ARCHIVES)' in \
1115         *.tar.gz*) \
1116           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1117         *.tar.bz2*) \
1118           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1119         *.tar.lz*) \
1120           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1121         *.tar.xz*) \
1122           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1123         *.tar.Z*) \
1124           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1125         *.shar.gz*) \
1126           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1127         *.zip*) \
1128           unzip $(distdir).zip ;;\
1129         esac
1130         chmod -R a-w $(distdir)
1131         chmod u+w $(distdir)
1132         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1133         chmod a-w $(distdir)
1134         test -d $(distdir)/_build || exit 0; \
1135         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1136           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1137           && am__cwd=`pwd` \
1138           && $(am__cd) $(distdir)/_build/sub \
1139           && ../../configure \
1140             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1141             $(DISTCHECK_CONFIGURE_FLAGS) \
1142             --srcdir=../.. --prefix="$$dc_install_base" \
1143           && $(MAKE) $(AM_MAKEFLAGS) \
1144           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1145           && $(MAKE) $(AM_MAKEFLAGS) check \
1146           && $(MAKE) $(AM_MAKEFLAGS) install \
1147           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1148           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1149           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1150                 distuninstallcheck \
1151           && chmod -R a-w "$$dc_install_base" \
1152           && ({ \
1153                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1154                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1155                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1156                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1157                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1158               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1159           && rm -rf "$$dc_destdir" \
1160           && $(MAKE) $(AM_MAKEFLAGS) dist \
1161           && rm -rf $(DIST_ARCHIVES) \
1162           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1163           && cd "$$am__cwd" \
1164           || exit 1
1165         $(am__post_remove_distdir)
1166         @(echo "$(distdir) archives ready for distribution: "; \
1167           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1168           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1169 distuninstallcheck:
1170         @test -n '$(distuninstallcheck_dir)' || { \
1171           echo 'ERROR: trying to run $@ with an empty' \
1172                '$$(distuninstallcheck_dir)' >&2; \
1173           exit 1; \
1174         }; \
1175         $(am__cd) '$(distuninstallcheck_dir)' || { \
1176           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1177           exit 1; \
1178         }; \
1179         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1180            || { echo "ERROR: files left after uninstall:" ; \
1181                 if test -n "$(DESTDIR)"; then \
1182                   echo "  (check DESTDIR support)"; \
1183                 fi ; \
1184                 $(distuninstallcheck_listfiles) ; \
1185                 exit 1; } >&2
1186 distcleancheck: distclean
1187         @if test '$(srcdir)' = . ; then \
1188           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1189           exit 1 ; \
1190         fi
1191         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1192           || { echo "ERROR: files left in build directory after distclean:" ; \
1193                $(distcleancheck_listfiles) ; \
1194                exit 1; } >&2
1195 check-am: all-am
1196 check: check-recursive
1197 all-am: Makefile $(SCRIPTS) $(DATA)
1198 installdirs: installdirs-recursive
1199 installdirs-am:
1200         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \
1201           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1202         done
1203 install: install-recursive
1204 install-exec: install-exec-recursive
1205 install-data: install-data-recursive
1206 uninstall: uninstall-recursive
1207
1208 install-am: all-am
1209         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1210
1211 installcheck: installcheck-recursive
1212 install-strip:
1213         if test -z '$(STRIP)'; then \
1214           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1215             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1216               install; \
1217         else \
1218           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1219             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1220             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1221         fi
1222 mostlyclean-generic:
1223
1224 clean-generic:
1225         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1226
1227 distclean-generic:
1228         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1229         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1230
1231 maintainer-clean-generic:
1232         @echo "This command is intended for maintainers to use"
1233         @echo "it deletes files that may require special tools to rebuild."
1234 clean: clean-recursive
1235
1236 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1237
1238 distclean: distclean-recursive
1239         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1240         -rm -f Makefile
1241 distclean-am: clean-am distclean-generic distclean-libtool \
1242         distclean-tags
1243
1244 dvi: dvi-recursive
1245
1246 dvi-am:
1247
1248 html-am:
1249
1250 info: info-recursive
1251
1252 info-am:
1253
1254 install-data-am: install-pkgconfigDATA
1255         @$(NORMAL_INSTALL)
1256         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1257 install-dvi: install-dvi-recursive
1258
1259 install-dvi-am:
1260
1261 install-exec-am: install-binSCRIPTS
1262
1263 install-html: install-html-recursive
1264
1265 install-html-am:
1266
1267 install-info: install-info-recursive
1268
1269 install-info-am:
1270
1271 install-man:
1272
1273 install-pdf: install-pdf-recursive
1274
1275 install-pdf-am:
1276
1277 install-ps: install-ps-recursive
1278
1279 install-ps-am:
1280
1281 installcheck-am:
1282
1283 maintainer-clean: maintainer-clean-recursive
1284         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1285         -rm -rf $(top_srcdir)/autom4te.cache
1286         -rm -f Makefile
1287 maintainer-clean-am: distclean-am maintainer-clean-generic
1288
1289 mostlyclean: mostlyclean-recursive
1290
1291 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1292
1293 pdf-am:
1294
1295 ps: ps-recursive
1296
1297 ps-am:
1298
1299 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
1300         @$(NORMAL_INSTALL)
1301         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
1302 .MAKE: $(am__recursive_targets) install-am install-data-am \
1303         install-strip uninstall-am
1304
1305 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1306         am--refresh check check-am clean clean-cscope clean-generic \
1307         clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
1308         dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
1309         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1310         distclean-generic distclean-libtool distclean-tags \
1311         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1312         html-am info info-am install install-am install-binSCRIPTS \
1313         install-data install-data-am install-data-hook install-dvi \
1314         install-dvi-am install-exec install-exec-am install-html \
1315         install-html-am install-info install-info-am install-man \
1316         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1317         install-ps-am install-strip installcheck installcheck-am \
1318         installdirs installdirs-am maintainer-clean \
1319         maintainer-clean-generic mostlyclean mostlyclean-generic \
1320         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1321         uninstall-am uninstall-binSCRIPTS uninstall-hook \
1322         uninstall-pkgconfigDATA
1323
1324 .PRECIOUS: Makefile
1325
1326
1327 # List of files required to generate VC IDE .dsp, .vcproj and .vcxproj files
1328
1329 dist-hook:
1330         rm -rf $(top_builddir)/tests/log
1331         find $(distdir) -name "*.dist" -exec rm {} \;
1332         (distit=`find $(srcdir) -name "*.dist" | grep -v ./ares/`; \
1333         for file in $$distit; do \
1334           strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
1335           cp -p $$file $(distdir)$$strip; \
1336         done)
1337
1338 html:
1339         cd docs && $(MAKE) html
1340
1341 pdf:
1342         cd docs && $(MAKE) pdf
1343
1344 check: test examples check-docs
1345
1346 @CROSSCOMPILING_TRUE@test-full: test
1347 @CROSSCOMPILING_TRUE@test-torture: test
1348
1349 @CROSSCOMPILING_TRUE@test:
1350 @CROSSCOMPILING_TRUE@   @echo "NOTICE: we can't run the tests when cross-compiling!"
1351
1352 @CROSSCOMPILING_FALSE@test:
1353 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all quiet-test)
1354
1355 @CROSSCOMPILING_FALSE@test-full:
1356 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all full-test)
1357
1358 @CROSSCOMPILING_FALSE@test-nonflaky:
1359 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all nonflaky-test)
1360
1361 @CROSSCOMPILING_FALSE@test-torture:
1362 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all torture-test)
1363
1364 @CROSSCOMPILING_FALSE@test-event:
1365 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all event-test)
1366
1367 @CROSSCOMPILING_FALSE@test-am:
1368 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all am-test)
1369
1370 examples:
1371         @(cd docs/examples; $(MAKE) check)
1372
1373 check-docs:
1374         @(cd docs/libcurl; $(MAKE) check)
1375
1376 # This is a hook to have 'make clean' also clean up the docs and the tests
1377 # dir. The extra check for the Makefiles being present is necessary because
1378 # 'make distcheck' will make clean first in these directories _before_ it runs
1379 # this hook.
1380 clean-local:
1381         @(if test -f tests/Makefile; then cd tests; $(MAKE) clean; fi)
1382         @(if test -f docs/Makefile; then cd docs; $(MAKE) clean; fi)
1383
1384 #
1385 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
1386 # must contain the following line:
1387 # %_topdir /home/loic/local/rpm
1388 # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
1389 #
1390 # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
1391 #
1392 # If additional configure flags are needed to build the package, add the
1393 # following in ~/.rpmmacros
1394 # %configure CFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{_prefix} ${AM_CONFIGFLAGS}
1395 # and run make rpm in the following way:
1396 # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
1397 #
1398
1399 rpms:
1400         $(MAKE) RPMDIST=curl rpm
1401         $(MAKE) RPMDIST=curl-ssl rpm
1402
1403 rpm:
1404         RPM_TOPDIR=`rpm --showrc | $(PERL) -n -e 'print if(s/.*_topdir\s+(.*)/$$1/)'` ; \
1405         cp $(srcdir)/packages/Linux/RPM/$(RPMDIST).spec $$RPM_TOPDIR/SPECS ; \
1406         cp $(PACKAGE)-$(VERSION).tar.gz $$RPM_TOPDIR/SOURCES ; \
1407         rpm -ba --clean --rmsource $$RPM_TOPDIR/SPECS/$(RPMDIST).spec ; \
1408         mv $$RPM_TOPDIR/RPMS/i386/$(RPMDIST)-*.rpm . ; \
1409         mv $$RPM_TOPDIR/SRPMS/$(RPMDIST)-*.src.rpm .
1410
1411 #
1412 # Build a Solaris pkgadd format file
1413 # run 'make pkgadd' once you've done './configure' and 'make' to make a Solaris pkgadd format
1414 # file (which ends up back in this directory).
1415 # The pkgadd file is in 'pkgtrans' format, so to install on Solaris, do
1416 # pkgadd -d ./HAXXcurl-*
1417 #
1418
1419 # gak - libtool requires an absolute directory, hence the pwd below...
1420 pkgadd:
1421         umask 022 ; \
1422         $(MAKE) install DESTDIR=`/bin/pwd`/packages/Solaris/root ; \
1423         cat COPYING > $(srcdir)/packages/Solaris/copyright ; \
1424         cd $(srcdir)/packages/Solaris && $(MAKE) package
1425
1426 #
1427 # Build a cygwin binary tarball installation file
1428 # resulting .tar.bz2 file will end up at packages/Win32/cygwin
1429 cygwinbin:
1430         $(MAKE) -C packages/Win32/cygwin cygwinbin
1431
1432 # We extend the standard install with a custom hook:
1433 install-data-hook:
1434         cd include && $(MAKE) install
1435         cd docs && $(MAKE) install
1436         cd docs/libcurl && $(MAKE) install
1437
1438 # We extend the standard uninstall with a custom hook:
1439 uninstall-hook:
1440         cd include && $(MAKE) uninstall
1441         cd docs && $(MAKE) uninstall
1442         cd docs/libcurl && $(MAKE) uninstall
1443
1444 ca-bundle: lib/mk-ca-bundle.pl
1445         @echo "generating a fresh ca-bundle.crt"
1446         @perl $< -b -l -u lib/ca-bundle.crt
1447
1448 ca-firefox: lib/firefox-db2pem.sh
1449         @echo "generating a fresh ca-bundle.crt"
1450         ./lib/firefox-db2pem.sh lib/ca-bundle.crt
1451
1452 checksrc:
1453         cd lib && $(MAKE) checksrc
1454         cd src && $(MAKE) checksrc
1455         cd tests && $(MAKE) checksrc
1456         cd include/curl && $(MAKE) checksrc
1457         cd docs/examples && $(MAKE) checksrc
1458
1459 .PHONY: vc-ide
1460
1461 vc-ide: $(VC6_LIBDSP_DEPS) $(VC6_SRCDSP_DEPS) $(VC7_LIBVCPROJ_DEPS)     \
1462  $(VC7_SRCVCPROJ_DEPS) $(VC71_LIBVCPROJ_DEPS) $(VC71_SRCVCPROJ_DEPS)    \
1463  $(VC8_LIBVCPROJ_DEPS) $(VC8_SRCVCPROJ_DEPS) $(VC9_LIBVCPROJ_DEPS)      \
1464  $(VC9_SRCVCPROJ_DEPS) $(VC10_LIBVCXPROJ_DEPS) $(VC10_SRCVCXPROJ_DEPS)  \
1465  $(VC11_LIBVCXPROJ_DEPS) $(VC11_SRCVCXPROJ_DEPS) $(VC12_LIBVCXPROJ_DEPS)        \
1466  $(VC12_SRCVCXPROJ_DEPS) $(VC14_LIBVCXPROJ_DEPS) $(VC14_SRCVCXPROJ_DEPS)
1467         @(win32_lib_srcs='$(LIB_CFILES)'; \
1468         win32_lib_hdrs='$(LIB_HFILES) config-win32.h'; \
1469         win32_lib_rc='$(LIB_RCFILES)'; \
1470         win32_lib_vauth_srcs='$(LIB_VAUTH_CFILES)'; \
1471         win32_lib_vauth_hdrs='$(LIB_VAUTH_HFILES)'; \
1472         win32_lib_vtls_srcs='$(LIB_VTLS_CFILES)'; \
1473         win32_lib_vtls_hdrs='$(LIB_VTLS_HFILES)'; \
1474         win32_src_srcs='$(CURL_CFILES)'; \
1475         win32_src_hdrs='$(CURL_HFILES)'; \
1476         win32_src_rc='$(CURL_RCFILES)'; \
1477         win32_src_x_srcs='$(CURLX_CFILES)'; \
1478         win32_src_x_hdrs='$(CURLX_HFILES) ../lib/config-win32.h'; \
1479         \
1480         sorted_lib_srcs=`for file in $$win32_lib_srcs; do echo $$file; done | sort`; \
1481         sorted_lib_hdrs=`for file in $$win32_lib_hdrs; do echo $$file; done | sort`; \
1482         sorted_lib_vauth_srcs=`for file in $$win32_lib_vauth_srcs; do echo $$file; done | sort`; \
1483         sorted_lib_vauth_hdrs=`for file in $$win32_lib_vauth_hdrs; do echo $$file; done | sort`; \
1484         sorted_lib_vtls_srcs=`for file in $$win32_lib_vtls_srcs; do echo $$file; done | sort`; \
1485         sorted_lib_vtls_hdrs=`for file in $$win32_lib_vtls_hdrs; do echo $$file; done | sort`; \
1486         sorted_src_srcs=`for file in $$win32_src_srcs; do echo $$file; done | sort`; \
1487         sorted_src_hdrs=`for file in $$win32_src_hdrs; do echo $$file; done | sort`; \
1488         sorted_src_x_srcs=`for file in $$win32_src_x_srcs; do echo $$file; done | sort`; \
1489         sorted_src_x_hdrs=`for file in $$win32_src_x_hdrs; do echo $$file; done | sort`; \
1490         \
1491         awk_code='\
1492 function gen_element(type, dir, file)\
1493 {\
1494   sub(/vauth\//, "", file);\
1495   sub(/vtls\//, "", file);\
1496 \
1497   spaces="    ";\
1498   if(dir == "lib\\vauth" || dir == "lib\\vtls")\
1499     tabs="                              ";\
1500   else\
1501     tabs="                      ";\
1502 \
1503   if(type == "dsp") {\
1504     printf("# Begin Source File\r\n");\
1505     printf("\r\n");\
1506     printf("SOURCE=..\\..\\..\\..\\%s\\%s\r\n", dir, file);\
1507     printf("# End Source File\r\n");\
1508   }\
1509   else if(type == "vcproj1") {\
1510     printf("%s<File\r\n", tabs);\
1511     printf("%s  RelativePath=\"..\\..\\..\\..\\%s\\%s\">\r\n",\
1512            tabs, dir, file);\
1513     printf("%s</File>\r\n", tabs);\
1514   }\
1515   else if(type == "vcproj2") {\
1516     printf("%s<File\r\n", tabs);\
1517     printf("%s  RelativePath=\"..\\..\\..\\..\\%s\\%s\"\r\n",\
1518            tabs, dir, file);\
1519     printf("%s>\r\n", tabs);\
1520     printf("%s</File>\r\n", tabs);\
1521   }\
1522   else if(type == "vcxproj") {\
1523     i = index(file, ".");\
1524     ext = substr(file, i == 0 ? 0 : i + 1);\
1525 \
1526     if(ext == "c")\
1527       printf("%s<ClCompile Include=\"..\\..\\..\\..\\%s\\%s\" />\r\n",\
1528              spaces, dir, file);\
1529     else if(ext == "h")\
1530       printf("%s<ClInclude Include=\"..\\..\\..\\..\\%s\\%s\" />\r\n",\
1531              spaces, dir, file);\
1532     else if(ext == "rc")\
1533       printf("%s<ResourceCompile Include=\"..\\..\\..\\..\\%s\\%s\" />\r\n",\
1534       spaces, dir, file);\
1535   }\
1536 }\
1537 \
1538 {\
1539 \
1540   if($$0 == "CURL_LIB_C_FILES") {\
1541     split(lib_srcs, arr);\
1542     for(val in arr) gen_element(proj_type, "lib", arr[val]);\
1543   }\
1544   else if($$0 == "CURL_LIB_H_FILES") {\
1545     split(lib_hdrs, arr);\
1546     for(val in arr) gen_element(proj_type, "lib", arr[val]);\
1547   }\
1548   else if($$0 == "CURL_LIB_RC_FILES") {\
1549     split(lib_rc, arr);\
1550     for(val in arr) gen_element(proj_type, "lib", arr[val]);\
1551   }\
1552   else if($$0 == "CURL_LIB_VAUTH_C_FILES") {\
1553     split(lib_vauth_srcs, arr);\
1554     for(val in arr) gen_element(proj_type, "lib\\vauth", arr[val]);\
1555   }\
1556   else if($$0 == "CURL_LIB_VAUTH_H_FILES") {\
1557     split(lib_vauth_hdrs, arr);\
1558     for(val in arr) gen_element(proj_type, "lib\\vauth", arr[val]);\
1559   }\
1560   else if($$0 == "CURL_LIB_VTLS_C_FILES") {\
1561     split(lib_vtls_srcs, arr);\
1562     for(val in arr) gen_element(proj_type, "lib\\vtls", arr[val]);\
1563   }\
1564   else if($$0 == "CURL_LIB_VTLS_H_FILES") {\
1565     split(lib_vtls_hdrs, arr);\
1566     for(val in arr) gen_element(proj_type, "lib\\vtls", arr[val]);\
1567   }\
1568   else if($$0 == "CURL_SRC_C_FILES") {\
1569     split(src_srcs, arr);\
1570     for(val in arr) gen_element(proj_type, "src", arr[val]);\
1571   }\
1572   else if($$0 == "CURL_SRC_H_FILES") {\
1573     split(src_hdrs, arr);\
1574     for(val in arr) gen_element(proj_type, "src", arr[val]);\
1575   }\
1576   else if($$0 == "CURL_SRC_RC_FILES") {\
1577     split(src_rc, arr);\
1578     for(val in arr) gen_element(proj_type, "src", arr[val]);\
1579   }\
1580   else if($$0 == "CURL_SRC_X_C_FILES") {\
1581     split(src_x_srcs, arr);\
1582     for(val in arr) {\
1583       sub(/..\/lib\//, "", arr[val]);\
1584       gen_element(proj_type, "lib", arr[val]);\
1585     }\
1586   }\
1587   else if($$0 == "CURL_SRC_X_H_FILES") {\
1588     split(src_x_hdrs, arr);\
1589     for(val in arr) {\
1590       sub(/..\/lib\//, "", arr[val]);\
1591       gen_element(proj_type, "lib", arr[val]);\
1592     }\
1593   }\
1594   else\
1595     printf("%s\r\n", $$0);\
1596 }';\
1597         \
1598         echo "generating '$(VC6_LIBDSP)'"; \
1599         awk -v proj_type=dsp \
1600                 -v lib_srcs="$$sorted_lib_srcs" \
1601                 -v lib_hdrs="$$sorted_lib_hdrs" \
1602                 -v lib_rc="$$win32_lib_rc" \
1603                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1604                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1605                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1606                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1607                 "$$awk_code" $(srcdir)/$(VC6_LIBTMPL) > $(VC6_LIBDSP) || { exit 1; }; \
1608         \
1609         echo "generating '$(VC6_SRCDSP)'"; \
1610         awk -v proj_type=dsp \
1611                 -v src_srcs="$$sorted_src_srcs" \
1612                 -v src_hdrs="$$sorted_src_hdrs" \
1613                 -v src_rc="$$win32_src_rc" \
1614                 -v src_x_srcs="$$sorted_src_x_srcs" \
1615                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1616                 "$$awk_code" $(srcdir)/$(VC6_SRCTMPL) > $(VC6_SRCDSP) || { exit 1; }; \
1617         \
1618         echo "generating '$(VC7_LIBVCPROJ)'"; \
1619         awk -v proj_type=vcproj1 \
1620                 -v lib_srcs="$$sorted_lib_srcs" \
1621                 -v lib_hdrs="$$sorted_lib_hdrs" \
1622                 -v lib_rc="$$win32_lib_rc" \
1623                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1624                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1625                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1626                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1627                 "$$awk_code" $(srcdir)/$(VC7_LIBTMPL) > $(VC7_LIBVCPROJ) || { exit 1; }; \
1628         \
1629         echo "generating '$(VC7_SRCVCPROJ)'"; \
1630         awk -v proj_type=vcproj1 \
1631                 -v src_srcs="$$sorted_src_srcs" \
1632                 -v src_hdrs="$$sorted_src_hdrs" \
1633                 -v src_rc="$$win32_src_rc" \
1634                 -v src_x_srcs="$$sorted_src_x_srcs" \
1635                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1636                 "$$awk_code" $(srcdir)/$(VC7_SRCTMPL) > $(VC7_SRCVCPROJ) || { exit 1; }; \
1637         \
1638         echo "generating '$(VC71_LIBVCPROJ)'"; \
1639         awk -v proj_type=vcproj1 \
1640                 -v lib_srcs="$$sorted_lib_srcs" \
1641                 -v lib_hdrs="$$sorted_lib_hdrs" \
1642                 -v lib_rc="$$win32_lib_rc" \
1643                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1644                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1645                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1646                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1647                 "$$awk_code" $(srcdir)/$(VC71_LIBTMPL) > $(VC71_LIBVCPROJ) || { exit 1; }; \
1648         \
1649         echo "generating '$(VC71_SRCVCPROJ)'"; \
1650         awk -v proj_type=vcproj1 \
1651                 -v src_srcs="$$sorted_src_srcs" \
1652                 -v src_hdrs="$$sorted_src_hdrs" \
1653                 -v src_rc="$$win32_src_rc" \
1654                 -v src_x_srcs="$$sorted_src_x_srcs" \
1655                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1656                 "$$awk_code" $(srcdir)/$(VC71_SRCTMPL) > $(VC71_SRCVCPROJ) || { exit 1; }; \
1657         \
1658         echo "generating '$(VC8_LIBVCPROJ)'"; \
1659         awk -v proj_type=vcproj2 \
1660                 -v lib_srcs="$$sorted_lib_srcs" \
1661                 -v lib_hdrs="$$sorted_lib_hdrs" \
1662                 -v lib_rc="$$win32_lib_rc" \
1663                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1664                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1665                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1666                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1667                 "$$awk_code" $(srcdir)/$(VC8_LIBTMPL) > $(VC8_LIBVCPROJ) || { exit 1; }; \
1668         \
1669         echo "generating '$(VC8_SRCVCPROJ)'"; \
1670         awk -v proj_type=vcproj2 \
1671                 -v src_srcs="$$sorted_src_srcs" \
1672                 -v src_hdrs="$$sorted_src_hdrs" \
1673                 -v src_rc="$$win32_src_rc" \
1674                 -v src_x_srcs="$$sorted_src_x_srcs" \
1675                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1676                 "$$awk_code" $(srcdir)/$(VC8_SRCTMPL) > $(VC8_SRCVCPROJ) || { exit 1; }; \
1677         \
1678         echo "generating '$(VC9_LIBVCPROJ)'"; \
1679         awk -v proj_type=vcproj2 \
1680                 -v lib_srcs="$$sorted_lib_srcs" \
1681                 -v lib_hdrs="$$sorted_lib_hdrs" \
1682                 -v lib_rc="$$win32_lib_rc" \
1683                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1684                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1685                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1686                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1687                 "$$awk_code" $(srcdir)/$(VC9_LIBTMPL) > $(VC9_LIBVCPROJ) || { exit 1; }; \
1688         \
1689         echo "generating '$(VC9_SRCVCPROJ)'"; \
1690         awk -v proj_type=vcproj2 \
1691                 -v src_srcs="$$sorted_src_srcs" \
1692                 -v src_hdrs="$$sorted_src_hdrs" \
1693                 -v src_rc="$$win32_src_rc" \
1694                 -v src_x_srcs="$$sorted_src_x_srcs" \
1695                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1696                 "$$awk_code" $(srcdir)/$(VC9_SRCTMPL) > $(VC9_SRCVCPROJ) || { exit 1; }; \
1697         \
1698         echo "generating '$(VC10_LIBVCXPROJ)'"; \
1699         awk -v proj_type=vcxproj \
1700                 -v lib_srcs="$$sorted_lib_srcs" \
1701                 -v lib_hdrs="$$sorted_lib_hdrs" \
1702                 -v lib_rc="$$win32_lib_rc" \
1703                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1704                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1705                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1706                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1707                 "$$awk_code" $(srcdir)/$(VC10_LIBTMPL) > $(VC10_LIBVCXPROJ) || { exit 1; }; \
1708         \
1709         echo "generating '$(VC10_SRCVCXPROJ)'"; \
1710         awk -v proj_type=vcxproj \
1711                 -v src_srcs="$$sorted_src_srcs" \
1712                 -v src_hdrs="$$sorted_src_hdrs" \
1713                 -v src_rc="$$win32_src_rc" \
1714                 -v src_x_srcs="$$sorted_src_x_srcs" \
1715                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1716                 "$$awk_code" $(srcdir)/$(VC10_SRCTMPL) > $(VC10_SRCVCXPROJ) || { exit 1; }; \
1717         \
1718         echo "generating '$(VC11_LIBVCXPROJ)'"; \
1719         awk -v proj_type=vcxproj \
1720                 -v lib_srcs="$$sorted_lib_srcs" \
1721                 -v lib_hdrs="$$sorted_lib_hdrs" \
1722                 -v lib_rc="$$win32_lib_rc" \
1723                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1724                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1725                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1726                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1727                 "$$awk_code" $(srcdir)/$(VC11_LIBTMPL) > $(VC11_LIBVCXPROJ) || { exit 1; }; \
1728         \
1729         echo "generating '$(VC11_SRCVCXPROJ)'"; \
1730         awk -v proj_type=vcxproj \
1731                 -v src_srcs="$$sorted_src_srcs" \
1732                 -v src_hdrs="$$sorted_src_hdrs" \
1733                 -v src_rc="$$win32_src_rc" \
1734                 -v src_x_srcs="$$sorted_src_x_srcs" \
1735                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1736                 "$$awk_code" $(srcdir)/$(VC11_SRCTMPL) > $(VC11_SRCVCXPROJ) || { exit 1; }; \
1737         \
1738         echo "generating '$(VC12_LIBVCXPROJ)'"; \
1739         awk -v proj_type=vcxproj \
1740                 -v lib_srcs="$$sorted_lib_srcs" \
1741                 -v lib_hdrs="$$sorted_lib_hdrs" \
1742                 -v lib_rc="$$win32_lib_rc" \
1743                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1744                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1745                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1746                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1747                 "$$awk_code" $(srcdir)/$(VC12_LIBTMPL) > $(VC12_LIBVCXPROJ) || { exit 1; }; \
1748         \
1749         echo "generating '$(VC12_SRCVCXPROJ)'"; \
1750         awk -v proj_type=vcxproj \
1751                 -v src_srcs="$$sorted_src_srcs" \
1752                 -v src_hdrs="$$sorted_src_hdrs" \
1753                 -v src_rc="$$win32_src_rc" \
1754                 -v src_x_srcs="$$sorted_src_x_srcs" \
1755                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1756                 "$$awk_code" $(srcdir)/$(VC12_SRCTMPL) > $(VC12_SRCVCXPROJ) || { exit 1; }; \
1757         \
1758         echo "generating '$(VC14_LIBVCXPROJ)'"; \
1759         awk -v proj_type=vcxproj \
1760                 -v lib_srcs="$$sorted_lib_srcs" \
1761                 -v lib_hdrs="$$sorted_lib_hdrs" \
1762                 -v lib_rc="$$win32_lib_rc" \
1763                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1764                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1765                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1766                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1767                 "$$awk_code" $(srcdir)/$(VC14_LIBTMPL) > $(VC14_LIBVCXPROJ) || { exit 1; }; \
1768         \
1769         echo "generating '$(VC14_SRCVCXPROJ)'"; \
1770         awk -v proj_type=vcxproj \
1771                 -v src_srcs="$$sorted_src_srcs" \
1772                 -v src_hdrs="$$sorted_src_hdrs" \
1773                 -v src_rc="$$win32_src_rc" \
1774                 -v src_x_srcs="$$sorted_src_x_srcs" \
1775                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1776                 "$$awk_code" $(srcdir)/$(VC14_SRCTMPL) > $(VC14_SRCVCXPROJ) || { exit 1; };)
1777
1778 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1779 # Otherwise a system limit (for SysV at least) may be exceeded.
1780 .NOEXPORT: