xref: /third_party/curl/docs/libcurl/Makefile.in (revision 13498266)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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) 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.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# SPDX-License-Identifier: curl
38#
39###########################################################################
40
41#***************************************************************************
42#                                  _   _ ____  _
43#  Project                     ___| | | |  _ \| |
44#                             / __| | | | |_) | |
45#                            | (__| |_| |  _ <| |___
46#                             \___|\___/|_| \_\_____|
47#
48# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
49#
50# This software is licensed as described in the file COPYING, which
51# you should have received as part of this distribution. The terms
52# are also available at https://curl.se/docs/copyright.html.
53#
54# You may opt to use, copy, modify, merge, publish, distribute and/or sell
55# copies of the Software, and permit persons to whom the Software is
56# furnished to do so, under the terms of the COPYING file.
57#
58# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
59# KIND, either express or implied.
60#
61# SPDX-License-Identifier: curl
62#
63###########################################################################
64
65# Shared between Makefile.am and CMakeLists.txt
66
67VPATH = @srcdir@
68am__is_gnu_make = { \
69  if test -z '$(MAKELEVEL)'; then \
70    false; \
71  elif test -n '$(MAKE_HOST)'; then \
72    true; \
73  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
74    true; \
75  else \
76    false; \
77  fi; \
78}
79am__make_running_with_option = \
80  case $${target_option-} in \
81      ?) ;; \
82      *) echo "am__make_running_with_option: internal error: invalid" \
83              "target option '$${target_option-}' specified" >&2; \
84         exit 1;; \
85  esac; \
86  has_opt=no; \
87  sane_makeflags=$$MAKEFLAGS; \
88  if $(am__is_gnu_make); then \
89    sane_makeflags=$$MFLAGS; \
90  else \
91    case $$MAKEFLAGS in \
92      *\\[\ \	]*) \
93        bs=\\; \
94        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
95          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
96    esac; \
97  fi; \
98  skip_next=no; \
99  strip_trailopt () \
100  { \
101    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
102  }; \
103  for flg in $$sane_makeflags; do \
104    test $$skip_next = yes && { skip_next=no; continue; }; \
105    case $$flg in \
106      *=*|--*) continue;; \
107        -*I) strip_trailopt 'I'; skip_next=yes;; \
108      -*I?*) strip_trailopt 'I';; \
109        -*O) strip_trailopt 'O'; skip_next=yes;; \
110      -*O?*) strip_trailopt 'O';; \
111        -*l) strip_trailopt 'l'; skip_next=yes;; \
112      -*l?*) strip_trailopt 'l';; \
113      -[dEDm]) skip_next=yes;; \
114      -[JT]) skip_next=yes;; \
115    esac; \
116    case $$flg in \
117      *$$target_option*) has_opt=yes; break;; \
118    esac; \
119  done; \
120  test $$has_opt = yes
121am__make_dryrun = (target_option=n; $(am__make_running_with_option))
122am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
123pkgdatadir = $(datadir)/@PACKAGE@
124pkgincludedir = $(includedir)/@PACKAGE@
125pkglibdir = $(libdir)/@PACKAGE@
126pkglibexecdir = $(libexecdir)/@PACKAGE@
127am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
128install_sh_DATA = $(install_sh) -c -m 644
129install_sh_PROGRAM = $(install_sh) -c
130install_sh_SCRIPT = $(install_sh) -c
131INSTALL_HEADER = $(INSTALL_DATA)
132transform = $(program_transform_name)
133NORMAL_INSTALL = :
134PRE_INSTALL = :
135POST_INSTALL = :
136NORMAL_UNINSTALL = :
137PRE_UNINSTALL = :
138POST_UNINSTALL = :
139build_triplet = @build@
140host_triplet = @host@
141subdir = docs/libcurl
142ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
143am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
144	$(top_srcdir)/m4/curl-bearssl.m4 \
145	$(top_srcdir)/m4/curl-compilers.m4 \
146	$(top_srcdir)/m4/curl-confopts.m4 \
147	$(top_srcdir)/m4/curl-functions.m4 \
148	$(top_srcdir)/m4/curl-gnutls.m4 \
149	$(top_srcdir)/m4/curl-mbedtls.m4 \
150	$(top_srcdir)/m4/curl-openssl.m4 \
151	$(top_srcdir)/m4/curl-override.m4 \
152	$(top_srcdir)/m4/curl-reentrant.m4 \
153	$(top_srcdir)/m4/curl-rustls.m4 \
154	$(top_srcdir)/m4/curl-schannel.m4 \
155	$(top_srcdir)/m4/curl-sectransp.m4 \
156	$(top_srcdir)/m4/curl-sysconfig.m4 \
157	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
158	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
159	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
160	$(top_srcdir)/m4/xc-am-iface.m4 \
161	$(top_srcdir)/m4/xc-cc-check.m4 \
162	$(top_srcdir)/m4/xc-lt-iface.m4 \
163	$(top_srcdir)/m4/xc-translit.m4 \
164	$(top_srcdir)/m4/xc-val-flgs.m4 \
165	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
166	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
167	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
168	$(top_srcdir)/configure.ac
169am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
170	$(ACLOCAL_M4)
171DIST_COMMON = $(srcdir)/Makefile.am $(dist_m4macro_DATA) \
172	$(am__DIST_COMMON)
173mkinstalldirs = $(install_sh) -d
174CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
175CONFIG_CLEAN_FILES =
176CONFIG_CLEAN_VPATH_FILES =
177AM_V_P = $(am__v_P_@AM_V@)
178am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
179am__v_P_0 = false
180am__v_P_1 = :
181AM_V_GEN = $(am__v_GEN_@AM_V@)
182am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
183am__v_GEN_0 = @echo "  GEN     " $@;
184am__v_GEN_1 = 
185AM_V_at = $(am__v_at_@AM_V@)
186am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
187am__v_at_0 = @
188am__v_at_1 = 
189depcomp =
190am__maybe_remake_depfiles =
191SOURCES =
192DIST_SOURCES =
193RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
194	ctags-recursive dvi-recursive html-recursive info-recursive \
195	install-data-recursive install-dvi-recursive \
196	install-exec-recursive install-html-recursive \
197	install-info-recursive install-pdf-recursive \
198	install-ps-recursive install-recursive installcheck-recursive \
199	installdirs-recursive pdf-recursive ps-recursive \
200	tags-recursive uninstall-recursive
201am__can_run_installinfo = \
202  case $$AM_UPDATE_INFO_DIR in \
203    n|no|NO) false;; \
204    *) (install-info --version) >/dev/null 2>&1;; \
205  esac
206am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
207am__vpath_adj = case $$p in \
208    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
209    *) f=$$p;; \
210  esac;
211am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
212am__install_max = 40
213am__nobase_strip_setup = \
214  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
215am__nobase_strip = \
216  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
217am__nobase_list = $(am__nobase_strip_setup); \
218  for p in $$list; do echo "$$p $$p"; done | \
219  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
220  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
221    if (++n[$$2] == $(am__install_max)) \
222      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
223    END { for (dir in files) print dir, files[dir] }'
224am__base_list = \
225  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
226  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
227am__uninstall_files_from_dir = { \
228  test -z "$$files" \
229    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
230    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
231         $(am__cd) "$$dir" && rm -f $$files; }; \
232  }
233man3dir = $(mandir)/man3
234am__installdirs = "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(m4macrodir)"
235MANS = $(man_MANS)
236DATA = $(dist_m4macro_DATA)
237RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
238  distclean-recursive maintainer-clean-recursive
239am__recursive_targets = \
240  $(RECURSIVE_TARGETS) \
241  $(RECURSIVE_CLEAN_TARGETS) \
242  $(am__extra_recursive_targets)
243AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
244	distdir distdir-am
245am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
246# Read a list of newline-separated strings from the standard input,
247# and print each of them once, without duplicates.  Input order is
248# *not* preserved.
249am__uniquify_input = $(AWK) '\
250  BEGIN { nonempty = 0; } \
251  { items[$$0] = 1; nonempty = 1; } \
252  END { if (nonempty) { for (i in items) print i; }; } \
253'
254# Make sure the list of sources is unique.  This is necessary because,
255# e.g., the same source file might be shared among _SOURCES variables
256# for different programs/libraries.
257am__define_uniq_tagged_files = \
258  list='$(am__tagged_files)'; \
259  unique=`for i in $$list; do \
260    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261  done | $(am__uniquify_input)`
262DIST_SUBDIRS = $(SUBDIRS)
263am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
264DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
265am__relativize = \
266  dir0=`pwd`; \
267  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
268  sed_rest='s,^[^/]*/*,,'; \
269  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
270  sed_butlast='s,/*[^/]*$$,,'; \
271  while test -n "$$dir1"; do \
272    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
273    if test "$$first" != "."; then \
274      if test "$$first" = ".."; then \
275        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
276        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
277      else \
278        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
279        if test "$$first2" = "$$first"; then \
280          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
281        else \
282          dir2="../$$dir2"; \
283        fi; \
284        dir0="$$dir0"/"$$first"; \
285      fi; \
286    fi; \
287    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
288  done; \
289  reldir="$$dir2"
290ACLOCAL = @ACLOCAL@
291AMTAR = @AMTAR@
292AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
293APACHECTL = @APACHECTL@
294APXS = @APXS@
295AR = @AR@
296AR_FLAGS = @AR_FLAGS@
297AS = @AS@
298AUTOCONF = @AUTOCONF@
299AUTOHEADER = @AUTOHEADER@
300AUTOMAKE = @AUTOMAKE@
301AWK = @AWK@
302BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
303CADDY = @CADDY@
304CC = @CC@
305CCDEPMODE = @CCDEPMODE@
306CFLAGS = @CFLAGS@
307CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
308CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
309CPP = @CPP@
310CPPFLAGS = @CPPFLAGS@
311CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
312CSCOPE = @CSCOPE@
313CTAGS = @CTAGS@
314CURLVERSION = @CURLVERSION@
315CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
316CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
317CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
318CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
319CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
320CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
321CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
322CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
323CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
324CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
325CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
326CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
327CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
328CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
329CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
330CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
331CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
332CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
333CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
334CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
335CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
336CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
337CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
338CYGPATH_W = @CYGPATH_W@
339DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
340DEFS = @DEFS@
341DEPDIR = @DEPDIR@
342DLLTOOL = @DLLTOOL@
343DSYMUTIL = @DSYMUTIL@
344DUMPBIN = @DUMPBIN@
345ECHO_C = @ECHO_C@
346ECHO_N = @ECHO_N@
347ECHO_T = @ECHO_T@
348EGREP = @EGREP@
349ENABLE_SHARED = @ENABLE_SHARED@
350ENABLE_STATIC = @ENABLE_STATIC@
351ETAGS = @ETAGS@
352EXEEXT = @EXEEXT@
353FGREP = @FGREP@
354FILECMD = @FILECMD@
355FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
356GCOV = @GCOV@
357GREP = @GREP@
358HAVE_BROTLI = @HAVE_BROTLI@
359HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
360HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
361HAVE_LIBZ = @HAVE_LIBZ@
362HAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@
363HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
364HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
365HAVE_ZSTD = @HAVE_ZSTD@
366HTTPD = @HTTPD@
367HTTPD_NGHTTPX = @HTTPD_NGHTTPX@
368IDN_ENABLED = @IDN_ENABLED@
369INSTALL = @INSTALL@
370INSTALL_DATA = @INSTALL_DATA@
371INSTALL_PROGRAM = @INSTALL_PROGRAM@
372INSTALL_SCRIPT = @INSTALL_SCRIPT@
373INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
374IPV6_ENABLED = @IPV6_ENABLED@
375LCOV = @LCOV@
376LD = @LD@
377LDFLAGS = @LDFLAGS@
378LIBCURL_LIBS = @LIBCURL_LIBS@
379LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
380LIBOBJS = @LIBOBJS@
381LIBS = @LIBS@
382LIBTOOL = @LIBTOOL@
383LIPO = @LIPO@
384LN_S = @LN_S@
385LTLIBOBJS = @LTLIBOBJS@
386LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
387MAINT = @MAINT@
388MAKEINFO = @MAKEINFO@
389MANIFEST_TOOL = @MANIFEST_TOOL@
390MANOPT = @MANOPT@
391MKDIR_P = @MKDIR_P@
392NM = @NM@
393NMEDIT = @NMEDIT@
394NROFF = @NROFF@
395OBJDUMP = @OBJDUMP@
396OBJEXT = @OBJEXT@
397OTOOL = @OTOOL@
398OTOOL64 = @OTOOL64@
399PACKAGE = @PACKAGE@
400PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
401PACKAGE_NAME = @PACKAGE_NAME@
402PACKAGE_STRING = @PACKAGE_STRING@
403PACKAGE_TARNAME = @PACKAGE_TARNAME@
404PACKAGE_URL = @PACKAGE_URL@
405PACKAGE_VERSION = @PACKAGE_VERSION@
406PATH_SEPARATOR = @PATH_SEPARATOR@
407PERL = @PERL@
408PKGADD_NAME = @PKGADD_NAME@
409PKGADD_PKG = @PKGADD_PKG@
410PKGADD_VENDOR = @PKGADD_VENDOR@
411PKGCONFIG = @PKGCONFIG@
412RANDOM_FILE = @RANDOM_FILE@
413RANLIB = @RANLIB@
414RC = @RC@
415REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
416SED = @SED@
417SET_MAKE = @SET_MAKE@
418SHELL = @SHELL@
419SSL_BACKENDS = @SSL_BACKENDS@
420SSL_ENABLED = @SSL_ENABLED@
421SSL_LIBS = @SSL_LIBS@
422STRIP = @STRIP@
423SUPPORT_FEATURES = @SUPPORT_FEATURES@
424SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
425TEST_NGHTTPX = @TEST_NGHTTPX@
426USE_ARES = @USE_ARES@
427USE_BEARSSL = @USE_BEARSSL@
428USE_GNUTLS = @USE_GNUTLS@
429USE_HYPER = @USE_HYPER@
430USE_LIBRTMP = @USE_LIBRTMP@
431USE_LIBSSH = @USE_LIBSSH@
432USE_LIBSSH2 = @USE_LIBSSH2@
433USE_MBEDTLS = @USE_MBEDTLS@
434USE_MSH3 = @USE_MSH3@
435USE_NGHTTP2 = @USE_NGHTTP2@
436USE_NGHTTP3 = @USE_NGHTTP3@
437USE_NGTCP2 = @USE_NGTCP2@
438USE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@
439USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
440USE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@
441USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
442USE_NGTCP2_H3 = @USE_NGTCP2_H3@
443USE_OPENLDAP = @USE_OPENLDAP@
444USE_OPENSSL_H3 = @USE_OPENSSL_H3@
445USE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@
446USE_QUICHE = @USE_QUICHE@
447USE_RUSTLS = @USE_RUSTLS@
448USE_SCHANNEL = @USE_SCHANNEL@
449USE_SECTRANSP = @USE_SECTRANSP@
450USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
451USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
452USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
453USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
454USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
455USE_WOLFSSH = @USE_WOLFSSH@
456USE_WOLFSSL = @USE_WOLFSSL@
457VERSION = @VERSION@
458VERSIONNUM = @VERSIONNUM@
459ZLIB_LIBS = @ZLIB_LIBS@
460ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
461abs_builddir = @abs_builddir@
462abs_srcdir = @abs_srcdir@
463abs_top_builddir = @abs_top_builddir@
464abs_top_srcdir = @abs_top_srcdir@
465ac_ct_AR = @ac_ct_AR@
466ac_ct_CC = @ac_ct_CC@
467ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
468am__include = @am__include@
469am__leading_dot = @am__leading_dot@
470am__quote = @am__quote@
471am__tar = @am__tar@
472am__untar = @am__untar@
473bindir = @bindir@
474build = @build@
475build_alias = @build_alias@
476build_cpu = @build_cpu@
477build_os = @build_os@
478build_vendor = @build_vendor@
479builddir = @builddir@
480datadir = @datadir@
481datarootdir = @datarootdir@
482docdir = @docdir@
483dvidir = @dvidir@
484exec_prefix = @exec_prefix@
485host = @host@
486host_alias = @host_alias@
487host_cpu = @host_cpu@
488host_os = @host_os@
489host_vendor = @host_vendor@
490htmldir = @htmldir@
491includedir = @includedir@
492infodir = @infodir@
493install_sh = @install_sh@
494libdir = @libdir@
495libexecdir = @libexecdir@
496libext = @libext@
497localedir = @localedir@
498localstatedir = @localstatedir@
499mandir = @mandir@
500mkdir_p = @mkdir_p@
501oldincludedir = @oldincludedir@
502pdfdir = @pdfdir@
503prefix = @prefix@
504program_transform_name = @program_transform_name@
505psdir = @psdir@
506runstatedir = @runstatedir@
507sbindir = @sbindir@
508sharedstatedir = @sharedstatedir@
509srcdir = @srcdir@
510sysconfdir = @sysconfdir@
511target_alias = @target_alias@
512top_build_prefix = @top_build_prefix@
513top_builddir = @top_builddir@
514top_srcdir = @top_srcdir@
515AUTOMAKE_OPTIONS = foreign no-dependencies
516SUBDIRS = opts
517man_MANS = \
518 curl_easy_cleanup.3 \
519 curl_easy_duphandle.3 \
520 curl_easy_escape.3 \
521 curl_easy_getinfo.3 \
522 curl_easy_header.3 \
523 curl_easy_init.3 \
524 curl_easy_nextheader.3 \
525 curl_easy_option_by_id.3 \
526 curl_easy_option_by_name.3 \
527 curl_easy_option_next.3 \
528 curl_easy_pause.3 \
529 curl_easy_perform.3 \
530 curl_easy_recv.3 \
531 curl_easy_reset.3 \
532 curl_easy_send.3 \
533 curl_easy_setopt.3 \
534 curl_easy_strerror.3 \
535 curl_easy_unescape.3 \
536 curl_easy_upkeep.3 \
537 curl_escape.3 \
538 curl_formadd.3 \
539 curl_formfree.3 \
540 curl_formget.3 \
541 curl_free.3 \
542 curl_getdate.3 \
543 curl_getenv.3 \
544 curl_global_cleanup.3 \
545 curl_global_init.3 \
546 curl_global_init_mem.3 \
547 curl_global_trace.3 \
548 curl_global_sslset.3 \
549 curl_mime_addpart.3 \
550 curl_mime_data.3 \
551 curl_mime_data_cb.3 \
552 curl_mime_encoder.3 \
553 curl_mime_filedata.3 \
554 curl_mime_filename.3 \
555 curl_mime_free.3 \
556 curl_mime_headers.3 \
557 curl_mime_init.3 \
558 curl_mime_name.3 \
559 curl_mime_subparts.3 \
560 curl_mime_type.3 \
561 curl_mprintf.3 \
562 curl_multi_add_handle.3 \
563 curl_multi_assign.3 \
564 curl_multi_cleanup.3 \
565 curl_multi_fdset.3 \
566 curl_multi_get_handles.3 \
567 curl_multi_info_read.3 \
568 curl_multi_init.3 \
569 curl_multi_perform.3 \
570 curl_multi_poll.3 \
571 curl_multi_remove_handle.3 \
572 curl_multi_setopt.3 \
573 curl_multi_socket.3 \
574 curl_multi_socket_action.3 \
575 curl_multi_socket_all.3 \
576 curl_multi_strerror.3 \
577 curl_multi_timeout.3 \
578 curl_multi_wakeup.3 \
579 curl_multi_wait.3 \
580 curl_pushheader_bynum.3 \
581 curl_pushheader_byname.3 \
582 curl_share_cleanup.3 \
583 curl_share_init.3 \
584 curl_share_setopt.3 \
585 curl_share_strerror.3 \
586 curl_slist_append.3 \
587 curl_slist_free_all.3 \
588 curl_strequal.3 \
589 curl_strnequal.3 \
590 curl_unescape.3 \
591 curl_url.3 \
592 curl_url_cleanup.3 \
593 curl_url_dup.3 \
594 curl_url_get.3 \
595 curl_url_set.3 \
596 curl_url_strerror.3 \
597 curl_version.3 \
598 curl_version_info.3 \
599 curl_ws_meta.3 \
600 curl_ws_recv.3 \
601 curl_ws_send.3 \
602 libcurl-easy.3 \
603 libcurl-env.3 \
604 libcurl-env-dbg.3 \
605 libcurl-errors.3 \
606 libcurl-multi.3 \
607 libcurl-security.3 \
608 libcurl-share.3 \
609 libcurl-symbols.3 \
610 libcurl-thread.3 \
611 libcurl-tutorial.3 \
612 libcurl-url.3 \
613 libcurl-ws.3 \
614 libcurl.3
615
616CURLPAGES = $(man_MANS:.3=.md)
617m4macrodir = $(datadir)/aclocal
618dist_m4macro_DATA = libcurl.m4
619CLEANFILES = $(man_MANS) libcurl-symbols.md
620nodist_MANS = $(man_MANS)
621EXTRA_DIST = $(CURLPAGES) ABI.md symbols-in-versions symbols.pl  \
622  mksymbolsmanpage.pl CMakeLists.txt
623
624CD2NROFF = $(top_srcdir)/scripts/cd2nroff $< >$@
625CD2 = $(CD2_$(V))
626CD2_0 = @echo "  RENDER " $@;
627CD2_1 = 
628CD2_ = $(CD2_0)
629SUFFIXES = .3 .md
630all: all-recursive
631
632.SUFFIXES:
633.SUFFIXES: .3 .md
634$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
635	@for dep in $?; do \
636	  case '$(am__configure_deps)' in \
637	    *$$dep*) \
638	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
639	        && { if test -f $@; then exit 0; else break; fi; }; \
640	      exit 1;; \
641	  esac; \
642	done; \
643	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/libcurl/Makefile'; \
644	$(am__cd) $(top_srcdir) && \
645	  $(AUTOMAKE) --foreign docs/libcurl/Makefile
646Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
647	@case '$?' in \
648	  *config.status*) \
649	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
650	  *) \
651	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
652	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
653	esac;
654$(srcdir)/Makefile.inc $(am__empty):
655
656$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
657	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
658
659$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
660	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
661$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
662	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
663$(am__aclocal_m4_deps):
664
665mostlyclean-libtool:
666	-rm -f *.lo
667
668clean-libtool:
669	-rm -rf .libs _libs
670install-man3: $(man_MANS)
671	@$(NORMAL_INSTALL)
672	@list1=''; \
673	list2='$(man_MANS)'; \
674	test -n "$(man3dir)" \
675	  && test -n "`echo $$list1$$list2`" \
676	  || exit 0; \
677	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
678	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
679	{ for i in $$list1; do echo "$$i"; done;  \
680	if test -n "$$list2"; then \
681	  for i in $$list2; do echo "$$i"; done \
682	    | sed -n '/\.3[a-z]*$$/p'; \
683	fi; \
684	} | while read p; do \
685	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
686	  echo "$$d$$p"; echo "$$p"; \
687	done | \
688	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
689	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
690	sed 'N;N;s,\n, ,g' | { \
691	list=; while read file base inst; do \
692	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
693	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
694	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
695	  fi; \
696	done; \
697	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
698	while read files; do \
699	  test -z "$$files" || { \
700	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
701	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
702	done; }
703
704uninstall-man3:
705	@$(NORMAL_UNINSTALL)
706	@list=''; test -n "$(man3dir)" || exit 0; \
707	files=`{ for i in $$list; do echo "$$i"; done; \
708	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
709	  sed -n '/\.3[a-z]*$$/p'; \
710	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
711	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
712	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
713install-dist_m4macroDATA: $(dist_m4macro_DATA)
714	@$(NORMAL_INSTALL)
715	@list='$(dist_m4macro_DATA)'; test -n "$(m4macrodir)" || list=; \
716	if test -n "$$list"; then \
717	  echo " $(MKDIR_P) '$(DESTDIR)$(m4macrodir)'"; \
718	  $(MKDIR_P) "$(DESTDIR)$(m4macrodir)" || exit 1; \
719	fi; \
720	for p in $$list; do \
721	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
722	  echo "$$d$$p"; \
723	done | $(am__base_list) | \
724	while read files; do \
725	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4macrodir)'"; \
726	  $(INSTALL_DATA) $$files "$(DESTDIR)$(m4macrodir)" || exit $$?; \
727	done
728
729uninstall-dist_m4macroDATA:
730	@$(NORMAL_UNINSTALL)
731	@list='$(dist_m4macro_DATA)'; test -n "$(m4macrodir)" || list=; \
732	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
733	dir='$(DESTDIR)$(m4macrodir)'; $(am__uninstall_files_from_dir)
734
735# This directory's subdirectories are mostly independent; you can cd
736# into them and run 'make' without going through this Makefile.
737# To change the values of 'make' variables: instead of editing Makefiles,
738# (1) if the variable is set in 'config.status', edit 'config.status'
739#     (which will cause the Makefiles to be regenerated when you run 'make');
740# (2) otherwise, pass the desired values on the 'make' command line.
741$(am__recursive_targets):
742	@fail=; \
743	if $(am__make_keepgoing); then \
744	  failcom='fail=yes'; \
745	else \
746	  failcom='exit 1'; \
747	fi; \
748	dot_seen=no; \
749	target=`echo $@ | sed s/-recursive//`; \
750	case "$@" in \
751	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
752	  *) list='$(SUBDIRS)' ;; \
753	esac; \
754	for subdir in $$list; do \
755	  echo "Making $$target in $$subdir"; \
756	  if test "$$subdir" = "."; then \
757	    dot_seen=yes; \
758	    local_target="$$target-am"; \
759	  else \
760	    local_target="$$target"; \
761	  fi; \
762	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
763	  || eval $$failcom; \
764	done; \
765	if test "$$dot_seen" = "no"; then \
766	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
767	fi; test -z "$$fail"
768
769ID: $(am__tagged_files)
770	$(am__define_uniq_tagged_files); mkid -fID $$unique
771tags: tags-recursive
772TAGS: tags
773
774tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
775	set x; \
776	here=`pwd`; \
777	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
778	  include_option=--etags-include; \
779	  empty_fix=.; \
780	else \
781	  include_option=--include; \
782	  empty_fix=; \
783	fi; \
784	list='$(SUBDIRS)'; for subdir in $$list; do \
785	  if test "$$subdir" = .; then :; else \
786	    test ! -f $$subdir/TAGS || \
787	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
788	  fi; \
789	done; \
790	$(am__define_uniq_tagged_files); \
791	shift; \
792	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
793	  test -n "$$unique" || unique=$$empty_fix; \
794	  if test $$# -gt 0; then \
795	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
796	      "$$@" $$unique; \
797	  else \
798	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
799	      $$unique; \
800	  fi; \
801	fi
802ctags: ctags-recursive
803
804CTAGS: ctags
805ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
806	$(am__define_uniq_tagged_files); \
807	test -z "$(CTAGS_ARGS)$$unique" \
808	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
809	     $$unique
810
811GTAGS:
812	here=`$(am__cd) $(top_builddir) && pwd` \
813	  && $(am__cd) $(top_srcdir) \
814	  && gtags -i $(GTAGS_ARGS) "$$here"
815cscopelist: cscopelist-recursive
816
817cscopelist-am: $(am__tagged_files)
818	list='$(am__tagged_files)'; \
819	case "$(srcdir)" in \
820	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
821	  *) sdir=$(subdir)/$(srcdir) ;; \
822	esac; \
823	for i in $$list; do \
824	  if test -f "$$i"; then \
825	    echo "$(subdir)/$$i"; \
826	  else \
827	    echo "$$sdir/$$i"; \
828	  fi; \
829	done >> $(top_builddir)/cscope.files
830
831distclean-tags:
832	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
833distdir: $(BUILT_SOURCES)
834	$(MAKE) $(AM_MAKEFLAGS) distdir-am
835
836distdir-am: $(DISTFILES)
837	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
838	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
839	list='$(DISTFILES)'; \
840	  dist_files=`for file in $$list; do echo $$file; done | \
841	  sed -e "s|^$$srcdirstrip/||;t" \
842	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
843	case $$dist_files in \
844	  */*) $(MKDIR_P) `echo "$$dist_files" | \
845			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
846			   sort -u` ;; \
847	esac; \
848	for file in $$dist_files; do \
849	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
850	  if test -d $$d/$$file; then \
851	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
852	    if test -d "$(distdir)/$$file"; then \
853	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
854	    fi; \
855	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
856	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
857	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
858	    fi; \
859	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
860	  else \
861	    test -f "$(distdir)/$$file" \
862	    || cp -p $$d/$$file "$(distdir)/$$file" \
863	    || exit 1; \
864	  fi; \
865	done
866	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
867	  if test "$$subdir" = .; then :; else \
868	    $(am__make_dryrun) \
869	      || test -d "$(distdir)/$$subdir" \
870	      || $(MKDIR_P) "$(distdir)/$$subdir" \
871	      || exit 1; \
872	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
873	    $(am__relativize); \
874	    new_distdir=$$reldir; \
875	    dir1=$$subdir; dir2="$(top_distdir)"; \
876	    $(am__relativize); \
877	    new_top_distdir=$$reldir; \
878	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
879	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
880	    ($(am__cd) $$subdir && \
881	      $(MAKE) $(AM_MAKEFLAGS) \
882	        top_distdir="$$new_top_distdir" \
883	        distdir="$$new_distdir" \
884		am__remove_distdir=: \
885		am__skip_length_check=: \
886		am__skip_mode_fix=: \
887	        distdir) \
888	      || exit 1; \
889	  fi; \
890	done
891check-am: all-am
892check: check-recursive
893all-am: Makefile $(MANS) $(DATA)
894installdirs: installdirs-recursive
895installdirs-am:
896	for dir in "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(m4macrodir)"; do \
897	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
898	done
899install: install-recursive
900install-exec: install-exec-recursive
901install-data: install-data-recursive
902uninstall: uninstall-recursive
903
904install-am: all-am
905	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
906
907installcheck: installcheck-recursive
908install-strip:
909	if test -z '$(STRIP)'; then \
910	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
911	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
912	      install; \
913	else \
914	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
915	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
916	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
917	fi
918mostlyclean-generic:
919
920clean-generic:
921	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
922
923distclean-generic:
924	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
925	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
926
927maintainer-clean-generic:
928	@echo "This command is intended for maintainers to use"
929	@echo "it deletes files that may require special tools to rebuild."
930clean: clean-recursive
931
932clean-am: clean-generic clean-libtool mostlyclean-am
933
934distclean: distclean-recursive
935	-rm -f Makefile
936distclean-am: clean-am distclean-generic distclean-tags
937
938dvi: dvi-recursive
939
940dvi-am:
941
942html: html-recursive
943
944html-am:
945
946info: info-recursive
947
948info-am:
949
950install-data-am: install-dist_m4macroDATA install-man
951
952install-dvi: install-dvi-recursive
953
954install-dvi-am:
955
956install-exec-am:
957
958install-html: install-html-recursive
959
960install-html-am:
961
962install-info: install-info-recursive
963
964install-info-am:
965
966install-man: install-man3
967
968install-pdf: install-pdf-recursive
969
970install-pdf-am:
971
972install-ps: install-ps-recursive
973
974install-ps-am:
975
976installcheck-am:
977
978maintainer-clean: maintainer-clean-recursive
979	-rm -f Makefile
980maintainer-clean-am: distclean-am maintainer-clean-generic
981
982mostlyclean: mostlyclean-recursive
983
984mostlyclean-am: mostlyclean-generic mostlyclean-libtool
985
986pdf: pdf-recursive
987
988pdf-am:
989
990ps: ps-recursive
991
992ps-am:
993
994uninstall-am: uninstall-dist_m4macroDATA uninstall-man
995
996uninstall-man: uninstall-man3
997
998.MAKE: $(am__recursive_targets) install-am install-strip
999
1000.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1001	check-am clean clean-generic clean-libtool cscopelist-am ctags \
1002	ctags-am distclean distclean-generic distclean-libtool \
1003	distclean-tags distdir dvi dvi-am html html-am info info-am \
1004	install install-am install-data install-data-am \
1005	install-dist_m4macroDATA install-dvi install-dvi-am \
1006	install-exec install-exec-am install-html install-html-am \
1007	install-info install-info-am install-man install-man3 \
1008	install-pdf install-pdf-am install-ps install-ps-am \
1009	install-strip installcheck installcheck-am installdirs \
1010	installdirs-am maintainer-clean maintainer-clean-generic \
1011	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1012	ps ps-am tags tags-am uninstall uninstall-am \
1013	uninstall-dist_m4macroDATA uninstall-man uninstall-man3
1014
1015.PRECIOUS: Makefile
1016
1017
1018libcurl-symbols.md: $(srcdir)/symbols-in-versions $(srcdir)/mksymbolsmanpage.pl
1019	$(CD2)perl $(srcdir)/mksymbolsmanpage.pl < $(srcdir)/symbols-in-versions > $@
1020
1021.md.3:
1022	$(CD2)$(CD2NROFF)
1023
1024# Tell versions [3.59,3.63) of GNU make to not export all variables.
1025# Otherwise a system limit (for SysV at least) may be exceeded.
1026.NOEXPORT:
1027