| xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 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 | VPATH = @srcdir@ | 
 | 17 | am__is_gnu_make = { \ | 
 | 18 |   if test -z '$(MAKELEVEL)'; then \ | 
 | 19 |     false; \ | 
 | 20 |   elif test -n '$(MAKE_HOST)'; then \ | 
 | 21 |     true; \ | 
 | 22 |   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | 
 | 23 |     true; \ | 
 | 24 |   else \ | 
 | 25 |     false; \ | 
 | 26 |   fi; \ | 
 | 27 | } | 
 | 28 | am__make_running_with_option = \ | 
 | 29 |   case $${target_option-} in \ | 
 | 30 |       ?) ;; \ | 
 | 31 |       *) echo "am__make_running_with_option: internal error: invalid" \ | 
 | 32 |               "target option '$${target_option-}' specified" >&2; \ | 
 | 33 |          exit 1;; \ | 
 | 34 |   esac; \ | 
 | 35 |   has_opt=no; \ | 
 | 36 |   sane_makeflags=$$MAKEFLAGS; \ | 
 | 37 |   if $(am__is_gnu_make); then \ | 
 | 38 |     sane_makeflags=$$MFLAGS; \ | 
 | 39 |   else \ | 
 | 40 |     case $$MAKEFLAGS in \ | 
 | 41 |       *\\[\ \	]*) \ | 
 | 42 |         bs=\\; \ | 
 | 43 |         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | 
 | 44 |           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \ | 
 | 45 |     esac; \ | 
 | 46 |   fi; \ | 
 | 47 |   skip_next=no; \ | 
 | 48 |   strip_trailopt () \ | 
 | 49 |   { \ | 
 | 50 |     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | 
 | 51 |   }; \ | 
 | 52 |   for flg in $$sane_makeflags; do \ | 
 | 53 |     test $$skip_next = yes && { skip_next=no; continue; }; \ | 
 | 54 |     case $$flg in \ | 
 | 55 |       *=*|--*) continue;; \ | 
 | 56 |         -*I) strip_trailopt 'I'; skip_next=yes;; \ | 
 | 57 |       -*I?*) strip_trailopt 'I';; \ | 
 | 58 |         -*O) strip_trailopt 'O'; skip_next=yes;; \ | 
 | 59 |       -*O?*) strip_trailopt 'O';; \ | 
 | 60 |         -*l) strip_trailopt 'l'; skip_next=yes;; \ | 
 | 61 |       -*l?*) strip_trailopt 'l';; \ | 
 | 62 |       -[dEDm]) skip_next=yes;; \ | 
 | 63 |       -[JT]) skip_next=yes;; \ | 
 | 64 |     esac; \ | 
 | 65 |     case $$flg in \ | 
 | 66 |       *$$target_option*) has_opt=yes; break;; \ | 
 | 67 |     esac; \ | 
 | 68 |   done; \ | 
 | 69 |   test $$has_opt = yes | 
 | 70 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | 
 | 71 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | 
 | 72 | pkgdatadir = $(datadir)/@PACKAGE@ | 
 | 73 | pkgincludedir = $(includedir)/@PACKAGE@ | 
 | 74 | pkglibdir = $(libdir)/@PACKAGE@ | 
 | 75 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | 
 | 76 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | 
 | 77 | install_sh_DATA = $(install_sh) -c -m 644 | 
 | 78 | install_sh_PROGRAM = $(install_sh) -c | 
 | 79 | install_sh_SCRIPT = $(install_sh) -c | 
 | 80 | INSTALL_HEADER = $(INSTALL_DATA) | 
 | 81 | transform = $(program_transform_name) | 
 | 82 | NORMAL_INSTALL = : | 
 | 83 | PRE_INSTALL = : | 
 | 84 | POST_INSTALL = : | 
 | 85 | NORMAL_UNINSTALL = : | 
 | 86 | PRE_UNINSTALL = : | 
 | 87 | POST_UNINSTALL = : | 
 | 88 | build_triplet = @build@ | 
 | 89 | host_triplet = @host@ | 
 | 90 | subdir = packages | 
 | 91 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 
 | 92 | am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ | 
 | 93 | 	$(top_srcdir)/m4/curl-bearssl.m4 \ | 
 | 94 | 	$(top_srcdir)/m4/curl-compilers.m4 \ | 
 | 95 | 	$(top_srcdir)/m4/curl-confopts.m4 \ | 
 | 96 | 	$(top_srcdir)/m4/curl-functions.m4 \ | 
 | 97 | 	$(top_srcdir)/m4/curl-gnutls.m4 \ | 
 | 98 | 	$(top_srcdir)/m4/curl-mbedtls.m4 $(top_srcdir)/m4/curl-nss.m4 \ | 
 | 99 | 	$(top_srcdir)/m4/curl-openssl.m4 \ | 
 | 100 | 	$(top_srcdir)/m4/curl-override.m4 \ | 
 | 101 | 	$(top_srcdir)/m4/curl-reentrant.m4 \ | 
 | 102 | 	$(top_srcdir)/m4/curl-rustls.m4 \ | 
 | 103 | 	$(top_srcdir)/m4/curl-schannel.m4 \ | 
 | 104 | 	$(top_srcdir)/m4/curl-sectransp.m4 \ | 
 | 105 | 	$(top_srcdir)/m4/curl-sysconfig.m4 \ | 
 | 106 | 	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ | 
 | 107 | 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | 
 | 108 | 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | 
 | 109 | 	$(top_srcdir)/m4/xc-am-iface.m4 \ | 
 | 110 | 	$(top_srcdir)/m4/xc-cc-check.m4 \ | 
 | 111 | 	$(top_srcdir)/m4/xc-lt-iface.m4 \ | 
 | 112 | 	$(top_srcdir)/m4/xc-translit.m4 \ | 
 | 113 | 	$(top_srcdir)/m4/xc-val-flgs.m4 \ | 
 | 114 | 	$(top_srcdir)/m4/zz40-xc-ovr.m4 \ | 
 | 115 | 	$(top_srcdir)/m4/zz50-xc-ovr.m4 \ | 
 | 116 | 	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ | 
 | 117 | 	$(top_srcdir)/configure.ac | 
 | 118 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 
 | 119 | 	$(ACLOCAL_M4) | 
 | 120 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) | 
 | 121 | mkinstalldirs = $(install_sh) -d | 
 | 122 | CONFIG_HEADER = $(top_builddir)/lib/curl_config.h | 
 | 123 | CONFIG_CLEAN_FILES = | 
 | 124 | CONFIG_CLEAN_VPATH_FILES = | 
 | 125 | AM_V_P = $(am__v_P_@AM_V@) | 
 | 126 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | 
 | 127 | am__v_P_0 = false | 
 | 128 | am__v_P_1 = : | 
 | 129 | AM_V_GEN = $(am__v_GEN_@AM_V@) | 
 | 130 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | 
 | 131 | am__v_GEN_0 = @echo "  GEN     " $@; | 
 | 132 | am__v_GEN_1 =  | 
 | 133 | AM_V_at = $(am__v_at_@AM_V@) | 
 | 134 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | 
 | 135 | am__v_at_0 = @ | 
 | 136 | am__v_at_1 =  | 
 | 137 | SOURCES = | 
 | 138 | DIST_SOURCES = | 
 | 139 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | 
 | 140 | 	ctags-recursive dvi-recursive html-recursive info-recursive \ | 
 | 141 | 	install-data-recursive install-dvi-recursive \ | 
 | 142 | 	install-exec-recursive install-html-recursive \ | 
 | 143 | 	install-info-recursive install-pdf-recursive \ | 
 | 144 | 	install-ps-recursive install-recursive installcheck-recursive \ | 
 | 145 | 	installdirs-recursive pdf-recursive ps-recursive \ | 
 | 146 | 	tags-recursive uninstall-recursive | 
 | 147 | am__can_run_installinfo = \ | 
 | 148 |   case $$AM_UPDATE_INFO_DIR in \ | 
 | 149 |     n|no|NO) false;; \ | 
 | 150 |     *) (install-info --version) >/dev/null 2>&1;; \ | 
 | 151 |   esac | 
 | 152 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\ | 
 | 153 |   distclean-recursive maintainer-clean-recursive | 
 | 154 | am__recursive_targets = \ | 
 | 155 |   $(RECURSIVE_TARGETS) \ | 
 | 156 |   $(RECURSIVE_CLEAN_TARGETS) \ | 
 | 157 |   $(am__extra_recursive_targets) | 
 | 158 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | 
 | 159 | 	distdir distdir-am | 
 | 160 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | 
 | 161 | # Read a list of newline-separated strings from the standard input, | 
 | 162 | # and print each of them once, without duplicates.  Input order is | 
 | 163 | # *not* preserved. | 
 | 164 | am__uniquify_input = $(AWK) '\ | 
 | 165 |   BEGIN { nonempty = 0; } \ | 
 | 166 |   { items[$$0] = 1; nonempty = 1; } \ | 
 | 167 |   END { if (nonempty) { for (i in items) print i; }; } \ | 
 | 168 | ' | 
 | 169 | # Make sure the list of sources is unique.  This is necessary because, | 
 | 170 | # e.g., the same source file might be shared among _SOURCES variables | 
 | 171 | # for different programs/libraries. | 
 | 172 | am__define_uniq_tagged_files = \ | 
 | 173 |   list='$(am__tagged_files)'; \ | 
 | 174 |   unique=`for i in $$list; do \ | 
 | 175 |     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 
 | 176 |   done | $(am__uniquify_input)` | 
 | 177 | DIST_SUBDIRS = $(SUBDIRS) | 
 | 178 | am__DIST_COMMON = $(srcdir)/Makefile.in README | 
 | 179 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 
 | 180 | am__relativize = \ | 
 | 181 |   dir0=`pwd`; \ | 
 | 182 |   sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | 
 | 183 |   sed_rest='s,^[^/]*/*,,'; \ | 
 | 184 |   sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | 
 | 185 |   sed_butlast='s,/*[^/]*$$,,'; \ | 
 | 186 |   while test -n "$$dir1"; do \ | 
 | 187 |     first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | 
 | 188 |     if test "$$first" != "."; then \ | 
 | 189 |       if test "$$first" = ".."; then \ | 
 | 190 |         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | 
 | 191 |         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | 
 | 192 |       else \ | 
 | 193 |         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | 
 | 194 |         if test "$$first2" = "$$first"; then \ | 
 | 195 |           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | 
 | 196 |         else \ | 
 | 197 |           dir2="../$$dir2"; \ | 
 | 198 |         fi; \ | 
 | 199 |         dir0="$$dir0"/"$$first"; \ | 
 | 200 |       fi; \ | 
 | 201 |     fi; \ | 
 | 202 |     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | 
 | 203 |   done; \ | 
 | 204 |   reldir="$$dir2" | 
 | 205 | ACLOCAL = @ACLOCAL@ | 
 | 206 | AMTAR = @AMTAR@ | 
 | 207 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | 
 | 208 | AR = @AR@ | 
 | 209 | AR_FLAGS = @AR_FLAGS@ | 
 | 210 | AS = @AS@ | 
 | 211 | AUTOCONF = @AUTOCONF@ | 
 | 212 | AUTOHEADER = @AUTOHEADER@ | 
 | 213 | AUTOMAKE = @AUTOMAKE@ | 
 | 214 | AWK = @AWK@ | 
 | 215 | BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ | 
 | 216 | CC = @CC@ | 
 | 217 | CCDEPMODE = @CCDEPMODE@ | 
 | 218 | CFLAGS = @CFLAGS@ | 
 | 219 | CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ | 
 | 220 | CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ | 
 | 221 | CPP = @CPP@ | 
 | 222 | CPPFLAGS = @CPPFLAGS@ | 
 | 223 | CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ | 
 | 224 | CSCOPE = @CSCOPE@ | 
 | 225 | CTAGS = @CTAGS@ | 
 | 226 | CURLVERSION = @CURLVERSION@ | 
 | 227 | CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ | 
 | 228 | CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ | 
 | 229 | CURL_DISABLE_DICT = @CURL_DISABLE_DICT@ | 
 | 230 | CURL_DISABLE_FILE = @CURL_DISABLE_FILE@ | 
 | 231 | CURL_DISABLE_FTP = @CURL_DISABLE_FTP@ | 
 | 232 | CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ | 
 | 233 | CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ | 
 | 234 | CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ | 
 | 235 | CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ | 
 | 236 | CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ | 
 | 237 | CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@ | 
 | 238 | CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ | 
 | 239 | CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ | 
 | 240 | CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ | 
 | 241 | CURL_DISABLE_SMB = @CURL_DISABLE_SMB@ | 
 | 242 | CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ | 
 | 243 | CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ | 
 | 244 | CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ | 
 | 245 | CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ | 
 | 246 | CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ | 
 | 247 | CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ | 
 | 248 | CURL_PLIST_VERSION = @CURL_PLIST_VERSION@ | 
 | 249 | CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@ | 
 | 250 | CYGPATH_W = @CYGPATH_W@ | 
 | 251 | DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@ | 
 | 252 | DEFS = @DEFS@ | 
 | 253 | DEPDIR = @DEPDIR@ | 
 | 254 | DLLTOOL = @DLLTOOL@ | 
 | 255 | DSYMUTIL = @DSYMUTIL@ | 
 | 256 | DUMPBIN = @DUMPBIN@ | 
 | 257 | ECHO_C = @ECHO_C@ | 
 | 258 | ECHO_N = @ECHO_N@ | 
 | 259 | ECHO_T = @ECHO_T@ | 
 | 260 | EGREP = @EGREP@ | 
 | 261 | ENABLE_SHARED = @ENABLE_SHARED@ | 
 | 262 | ENABLE_STATIC = @ENABLE_STATIC@ | 
 | 263 | ETAGS = @ETAGS@ | 
 | 264 | EXEEXT = @EXEEXT@ | 
 | 265 | FGREP = @FGREP@ | 
 | 266 | FILECMD = @FILECMD@ | 
 | 267 | FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ | 
 | 268 | GCOV = @GCOV@ | 
 | 269 | GREP = @GREP@ | 
 | 270 | HAVE_BROTLI = @HAVE_BROTLI@ | 
 | 271 | HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ | 
 | 272 | HAVE_LDAP_SSL = @HAVE_LDAP_SSL@ | 
 | 273 | HAVE_LIBZ = @HAVE_LIBZ@ | 
 | 274 | HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ | 
 | 275 | HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@ | 
 | 276 | HAVE_ZSTD = @HAVE_ZSTD@ | 
 | 277 | IDN_ENABLED = @IDN_ENABLED@ | 
 | 278 | INSTALL = @INSTALL@ | 
 | 279 | INSTALL_DATA = @INSTALL_DATA@ | 
 | 280 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 
 | 281 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | 
 | 282 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | 
 | 283 | IPV6_ENABLED = @IPV6_ENABLED@ | 
 | 284 | LCOV = @LCOV@ | 
 | 285 | LD = @LD@ | 
 | 286 | LDFLAGS = @LDFLAGS@ | 
 | 287 | LIBCURL_LIBS = @LIBCURL_LIBS@ | 
 | 288 | LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@ | 
 | 289 | LIBOBJS = @LIBOBJS@ | 
 | 290 | LIBS = @LIBS@ | 
 | 291 | LIBTOOL = @LIBTOOL@ | 
 | 292 | LIPO = @LIPO@ | 
 | 293 | LN_S = @LN_S@ | 
 | 294 | LTLIBOBJS = @LTLIBOBJS@ | 
 | 295 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | 
 | 296 | MAINT = @MAINT@ | 
 | 297 | MAKEINFO = @MAKEINFO@ | 
 | 298 | MANIFEST_TOOL = @MANIFEST_TOOL@ | 
 | 299 | MANOPT = @MANOPT@ | 
 | 300 | MKDIR_P = @MKDIR_P@ | 
 | 301 | NM = @NM@ | 
 | 302 | NMEDIT = @NMEDIT@ | 
 | 303 | NROFF = @NROFF@ | 
 | 304 | NSS_LIBS = @NSS_LIBS@ | 
 | 305 | OBJDUMP = @OBJDUMP@ | 
 | 306 | OBJEXT = @OBJEXT@ | 
 | 307 | OTOOL = @OTOOL@ | 
 | 308 | OTOOL64 = @OTOOL64@ | 
 | 309 | PACKAGE = @PACKAGE@ | 
 | 310 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | 
 | 311 | PACKAGE_NAME = @PACKAGE_NAME@ | 
 | 312 | PACKAGE_STRING = @PACKAGE_STRING@ | 
 | 313 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | 
 | 314 | PACKAGE_URL = @PACKAGE_URL@ | 
 | 315 | PACKAGE_VERSION = @PACKAGE_VERSION@ | 
 | 316 | PATH_SEPARATOR = @PATH_SEPARATOR@ | 
 | 317 | PERL = @PERL@ | 
 | 318 | PKGADD_NAME = @PKGADD_NAME@ | 
 | 319 | PKGADD_PKG = @PKGADD_PKG@ | 
 | 320 | PKGADD_VENDOR = @PKGADD_VENDOR@ | 
 | 321 | PKGCONFIG = @PKGCONFIG@ | 
 | 322 | RANDOM_FILE = @RANDOM_FILE@ | 
 | 323 | RANLIB = @RANLIB@ | 
 | 324 | RC = @RC@ | 
 | 325 | REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ | 
 | 326 | SED = @SED@ | 
 | 327 | SET_MAKE = @SET_MAKE@ | 
 | 328 | SHELL = @SHELL@ | 
 | 329 | SSL_BACKENDS = @SSL_BACKENDS@ | 
 | 330 | SSL_ENABLED = @SSL_ENABLED@ | 
 | 331 | SSL_LIBS = @SSL_LIBS@ | 
 | 332 | STRIP = @STRIP@ | 
 | 333 | SUPPORT_FEATURES = @SUPPORT_FEATURES@ | 
 | 334 | SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ | 
 | 335 | USE_ARES = @USE_ARES@ | 
 | 336 | USE_BEARSSL = @USE_BEARSSL@ | 
 | 337 | USE_GNUTLS = @USE_GNUTLS@ | 
 | 338 | USE_HYPER = @USE_HYPER@ | 
 | 339 | USE_LIBRTMP = @USE_LIBRTMP@ | 
 | 340 | USE_LIBSSH = @USE_LIBSSH@ | 
 | 341 | USE_LIBSSH2 = @USE_LIBSSH2@ | 
 | 342 | USE_MBEDTLS = @USE_MBEDTLS@ | 
 | 343 | USE_MSH3 = @USE_MSH3@ | 
 | 344 | USE_NGHTTP2 = @USE_NGHTTP2@ | 
 | 345 | USE_NGHTTP3 = @USE_NGHTTP3@ | 
 | 346 | USE_NGTCP2 = @USE_NGTCP2@ | 
 | 347 | USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@ | 
 | 348 | USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@ | 
 | 349 | USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@ | 
 | 350 | USE_NSS = @USE_NSS@ | 
 | 351 | USE_OPENLDAP = @USE_OPENLDAP@ | 
 | 352 | USE_QUICHE = @USE_QUICHE@ | 
 | 353 | USE_RUSTLS = @USE_RUSTLS@ | 
 | 354 | USE_SCHANNEL = @USE_SCHANNEL@ | 
 | 355 | USE_SECTRANSP = @USE_SECTRANSP@ | 
 | 356 | USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ | 
 | 357 | USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@ | 
 | 358 | USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@ | 
 | 359 | USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@ | 
 | 360 | USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ | 
 | 361 | USE_WOLFSSH = @USE_WOLFSSH@ | 
 | 362 | USE_WOLFSSL = @USE_WOLFSSL@ | 
 | 363 | VERSION = @VERSION@ | 
 | 364 | VERSIONNUM = @VERSIONNUM@ | 
 | 365 | ZLIB_LIBS = @ZLIB_LIBS@ | 
 | 366 | ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ | 
 | 367 | abs_builddir = @abs_builddir@ | 
 | 368 | abs_srcdir = @abs_srcdir@ | 
 | 369 | abs_top_builddir = @abs_top_builddir@ | 
 | 370 | abs_top_srcdir = @abs_top_srcdir@ | 
 | 371 | ac_ct_AR = @ac_ct_AR@ | 
 | 372 | ac_ct_CC = @ac_ct_CC@ | 
 | 373 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 
 | 374 | am__include = @am__include@ | 
 | 375 | am__leading_dot = @am__leading_dot@ | 
 | 376 | am__quote = @am__quote@ | 
 | 377 | am__tar = @am__tar@ | 
 | 378 | am__untar = @am__untar@ | 
 | 379 | bindir = @bindir@ | 
 | 380 | build = @build@ | 
 | 381 | build_alias = @build_alias@ | 
 | 382 | build_cpu = @build_cpu@ | 
 | 383 | build_os = @build_os@ | 
 | 384 | build_vendor = @build_vendor@ | 
 | 385 | builddir = @builddir@ | 
 | 386 | datadir = @datadir@ | 
 | 387 | datarootdir = @datarootdir@ | 
 | 388 | docdir = @docdir@ | 
 | 389 | dvidir = @dvidir@ | 
 | 390 | exec_prefix = @exec_prefix@ | 
 | 391 | host = @host@ | 
 | 392 | host_alias = @host_alias@ | 
 | 393 | host_cpu = @host_cpu@ | 
 | 394 | host_os = @host_os@ | 
 | 395 | host_vendor = @host_vendor@ | 
 | 396 | htmldir = @htmldir@ | 
 | 397 | includedir = @includedir@ | 
 | 398 | infodir = @infodir@ | 
 | 399 | install_sh = @install_sh@ | 
 | 400 | libdir = @libdir@ | 
 | 401 | libexecdir = @libexecdir@ | 
 | 402 | libext = @libext@ | 
 | 403 | localedir = @localedir@ | 
 | 404 | localstatedir = @localstatedir@ | 
 | 405 | mandir = @mandir@ | 
 | 406 | mkdir_p = @mkdir_p@ | 
 | 407 | oldincludedir = @oldincludedir@ | 
 | 408 | pdfdir = @pdfdir@ | 
 | 409 | prefix = @prefix@ | 
 | 410 | program_transform_name = @program_transform_name@ | 
 | 411 | psdir = @psdir@ | 
 | 412 | runstatedir = @runstatedir@ | 
 | 413 | sbindir = @sbindir@ | 
 | 414 | sharedstatedir = @sharedstatedir@ | 
 | 415 | srcdir = @srcdir@ | 
 | 416 | sysconfdir = @sysconfdir@ | 
 | 417 | target_alias = @target_alias@ | 
 | 418 | top_build_prefix = @top_build_prefix@ | 
 | 419 | top_builddir = @top_builddir@ | 
 | 420 | top_srcdir = @top_srcdir@ | 
 | 421 |  | 
 | 422 | #*************************************************************************** | 
 | 423 | #                                  _   _ ____  _ | 
 | 424 | #  Project                     ___| | | |  _ \| | | 
 | 425 | #                             / __| | | | |_) | | | 
 | 426 | #                            | (__| |_| |  _ <| |___ | 
 | 427 | #                             \___|\___/|_| \_\_____| | 
 | 428 | # | 
 | 429 | # Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. | 
 | 430 | # | 
 | 431 | # This software is licensed as described in the file COPYING, which | 
 | 432 | # you should have received as part of this distribution. The terms | 
 | 433 | # are also available at https://curl.se/docs/copyright.html. | 
 | 434 | # | 
 | 435 | # You may opt to use, copy, modify, merge, publish, distribute and/or sell | 
 | 436 | # copies of the Software, and permit persons to whom the Software is | 
 | 437 | # furnished to do so, under the terms of the COPYING file. | 
 | 438 | # | 
 | 439 | # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY | 
 | 440 | # KIND, either express or implied. | 
 | 441 | # | 
 | 442 | # SPDX-License-Identifier: curl | 
 | 443 | # | 
 | 444 | ########################################################################### | 
 | 445 | SUBDIRS = vms | 
 | 446 | EXTRA_DIST = README \ | 
 | 447 |   DOS/README \ | 
 | 448 |   DOS/common.dj \ | 
 | 449 |   OS400/README.OS400 \ | 
 | 450 |   OS400/ccsidcurl.c \ | 
 | 451 |   OS400/ccsidcurl.h \ | 
 | 452 |   OS400/chkstrings.c \ | 
 | 453 |   OS400/curl.inc.in \ | 
 | 454 |   OS400/initscript.sh \ | 
 | 455 |   OS400/make-include.sh \ | 
 | 456 |   OS400/make-lib.sh \ | 
 | 457 |   OS400/make-src.sh \ | 
 | 458 |   OS400/make-tests.sh \ | 
 | 459 |   OS400/makefile.sh \ | 
 | 460 |   OS400/os400sys.c \ | 
 | 461 |   OS400/os400sys.h \ | 
 | 462 |   Android/Android.mk | 
 | 463 |  | 
 | 464 | CHECKSRC = $(CS_$(V)) | 
 | 465 | CS_0 = @echo "  RUN     " $@; | 
 | 466 | CS_1 =  | 
 | 467 | CS_ = $(CS_0) | 
 | 468 | all: all-recursive | 
 | 469 |  | 
 | 470 | .SUFFIXES: | 
 | 471 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps) | 
 | 472 | 	@for dep in $?; do \ | 
 | 473 | 	  case '$(am__configure_deps)' in \ | 
 | 474 | 	    *$$dep*) \ | 
 | 475 | 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | 
 | 476 | 	        && { if test -f $@; then exit 0; else break; fi; }; \ | 
 | 477 | 	      exit 1;; \ | 
 | 478 | 	  esac; \ | 
 | 479 | 	done; \ | 
 | 480 | 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Makefile'; \ | 
 | 481 | 	$(am__cd) $(top_srcdir) && \ | 
 | 482 | 	  $(AUTOMAKE) --foreign packages/Makefile | 
 | 483 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 
 | 484 | 	@case '$?' in \ | 
 | 485 | 	  *config.status*) \ | 
 | 486 | 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | 
 | 487 | 	  *) \ | 
 | 488 | 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ | 
 | 489 | 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ | 
 | 490 | 	esac; | 
 | 491 |  | 
 | 492 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | 
 | 493 | 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | 
 | 494 |  | 
 | 495 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | 
 | 496 | 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | 
 | 497 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | 
 | 498 | 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | 
 | 499 | $(am__aclocal_m4_deps): | 
 | 500 |  | 
 | 501 | mostlyclean-libtool: | 
 | 502 | 	-rm -f *.lo | 
 | 503 |  | 
 | 504 | clean-libtool: | 
 | 505 | 	-rm -rf .libs _libs | 
 | 506 |  | 
 | 507 | # This directory's subdirectories are mostly independent; you can cd | 
 | 508 | # into them and run 'make' without going through this Makefile. | 
 | 509 | # To change the values of 'make' variables: instead of editing Makefiles, | 
 | 510 | # (1) if the variable is set in 'config.status', edit 'config.status' | 
 | 511 | #     (which will cause the Makefiles to be regenerated when you run 'make'); | 
 | 512 | # (2) otherwise, pass the desired values on the 'make' command line. | 
 | 513 | $(am__recursive_targets): | 
 | 514 | 	@fail=; \ | 
 | 515 | 	if $(am__make_keepgoing); then \ | 
 | 516 | 	  failcom='fail=yes'; \ | 
 | 517 | 	else \ | 
 | 518 | 	  failcom='exit 1'; \ | 
 | 519 | 	fi; \ | 
 | 520 | 	dot_seen=no; \ | 
 | 521 | 	target=`echo $@ | sed s/-recursive//`; \ | 
 | 522 | 	case "$@" in \ | 
 | 523 | 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 
 | 524 | 	  *) list='$(SUBDIRS)' ;; \ | 
 | 525 | 	esac; \ | 
 | 526 | 	for subdir in $$list; do \ | 
 | 527 | 	  echo "Making $$target in $$subdir"; \ | 
 | 528 | 	  if test "$$subdir" = "."; then \ | 
 | 529 | 	    dot_seen=yes; \ | 
 | 530 | 	    local_target="$$target-am"; \ | 
 | 531 | 	  else \ | 
 | 532 | 	    local_target="$$target"; \ | 
 | 533 | 	  fi; \ | 
 | 534 | 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
 | 535 | 	  || eval $$failcom; \ | 
 | 536 | 	done; \ | 
 | 537 | 	if test "$$dot_seen" = "no"; then \ | 
 | 538 | 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 
 | 539 | 	fi; test -z "$$fail" | 
 | 540 |  | 
 | 541 | ID: $(am__tagged_files) | 
 | 542 | 	$(am__define_uniq_tagged_files); mkid -fID $$unique | 
 | 543 | tags: tags-recursive | 
 | 544 | TAGS: tags | 
 | 545 |  | 
 | 546 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | 
 | 547 | 	set x; \ | 
 | 548 | 	here=`pwd`; \ | 
 | 549 | 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | 
 | 550 | 	  include_option=--etags-include; \ | 
 | 551 | 	  empty_fix=.; \ | 
 | 552 | 	else \ | 
 | 553 | 	  include_option=--include; \ | 
 | 554 | 	  empty_fix=; \ | 
 | 555 | 	fi; \ | 
 | 556 | 	list='$(SUBDIRS)'; for subdir in $$list; do \ | 
 | 557 | 	  if test "$$subdir" = .; then :; else \ | 
 | 558 | 	    test ! -f $$subdir/TAGS || \ | 
 | 559 | 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | 
 | 560 | 	  fi; \ | 
 | 561 | 	done; \ | 
 | 562 | 	$(am__define_uniq_tagged_files); \ | 
 | 563 | 	shift; \ | 
 | 564 | 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | 
 | 565 | 	  test -n "$$unique" || unique=$$empty_fix; \ | 
 | 566 | 	  if test $$# -gt 0; then \ | 
 | 567 | 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | 
 | 568 | 	      "$$@" $$unique; \ | 
 | 569 | 	  else \ | 
 | 570 | 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | 
 | 571 | 	      $$unique; \ | 
 | 572 | 	  fi; \ | 
 | 573 | 	fi | 
 | 574 | ctags: ctags-recursive | 
 | 575 |  | 
 | 576 | CTAGS: ctags | 
 | 577 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | 
 | 578 | 	$(am__define_uniq_tagged_files); \ | 
 | 579 | 	test -z "$(CTAGS_ARGS)$$unique" \ | 
 | 580 | 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | 
 | 581 | 	     $$unique | 
 | 582 |  | 
 | 583 | GTAGS: | 
 | 584 | 	here=`$(am__cd) $(top_builddir) && pwd` \ | 
 | 585 | 	  && $(am__cd) $(top_srcdir) \ | 
 | 586 | 	  && gtags -i $(GTAGS_ARGS) "$$here" | 
 | 587 | cscopelist: cscopelist-recursive | 
 | 588 |  | 
 | 589 | cscopelist-am: $(am__tagged_files) | 
 | 590 | 	list='$(am__tagged_files)'; \ | 
 | 591 | 	case "$(srcdir)" in \ | 
 | 592 | 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | 
 | 593 | 	  *) sdir=$(subdir)/$(srcdir) ;; \ | 
 | 594 | 	esac; \ | 
 | 595 | 	for i in $$list; do \ | 
 | 596 | 	  if test -f "$$i"; then \ | 
 | 597 | 	    echo "$(subdir)/$$i"; \ | 
 | 598 | 	  else \ | 
 | 599 | 	    echo "$$sdir/$$i"; \ | 
 | 600 | 	  fi; \ | 
 | 601 | 	done >> $(top_builddir)/cscope.files | 
 | 602 |  | 
 | 603 | distclean-tags: | 
 | 604 | 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | 
 | 605 | distdir: $(BUILT_SOURCES) | 
 | 606 | 	$(MAKE) $(AM_MAKEFLAGS) distdir-am | 
 | 607 |  | 
 | 608 | distdir-am: $(DISTFILES) | 
 | 609 | 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 
 | 610 | 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 
 | 611 | 	list='$(DISTFILES)'; \ | 
 | 612 | 	  dist_files=`for file in $$list; do echo $$file; done | \ | 
 | 613 | 	  sed -e "s|^$$srcdirstrip/||;t" \ | 
 | 614 | 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | 
 | 615 | 	case $$dist_files in \ | 
 | 616 | 	  */*) $(MKDIR_P) `echo "$$dist_files" | \ | 
 | 617 | 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | 
 | 618 | 			   sort -u` ;; \ | 
 | 619 | 	esac; \ | 
 | 620 | 	for file in $$dist_files; do \ | 
 | 621 | 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | 
 | 622 | 	  if test -d $$d/$$file; then \ | 
 | 623 | 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | 
 | 624 | 	    if test -d "$(distdir)/$$file"; then \ | 
 | 625 | 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | 
 | 626 | 	    fi; \ | 
 | 627 | 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | 
 | 628 | 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | 
 | 629 | 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | 
 | 630 | 	    fi; \ | 
 | 631 | 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | 
 | 632 | 	  else \ | 
 | 633 | 	    test -f "$(distdir)/$$file" \ | 
 | 634 | 	    || cp -p $$d/$$file "$(distdir)/$$file" \ | 
 | 635 | 	    || exit 1; \ | 
 | 636 | 	  fi; \ | 
 | 637 | 	done | 
 | 638 | 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | 
 | 639 | 	  if test "$$subdir" = .; then :; else \ | 
 | 640 | 	    $(am__make_dryrun) \ | 
 | 641 | 	      || test -d "$(distdir)/$$subdir" \ | 
 | 642 | 	      || $(MKDIR_P) "$(distdir)/$$subdir" \ | 
 | 643 | 	      || exit 1; \ | 
 | 644 | 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | 
 | 645 | 	    $(am__relativize); \ | 
 | 646 | 	    new_distdir=$$reldir; \ | 
 | 647 | 	    dir1=$$subdir; dir2="$(top_distdir)"; \ | 
 | 648 | 	    $(am__relativize); \ | 
 | 649 | 	    new_top_distdir=$$reldir; \ | 
 | 650 | 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | 
 | 651 | 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | 
 | 652 | 	    ($(am__cd) $$subdir && \ | 
 | 653 | 	      $(MAKE) $(AM_MAKEFLAGS) \ | 
 | 654 | 	        top_distdir="$$new_top_distdir" \ | 
 | 655 | 	        distdir="$$new_distdir" \ | 
 | 656 | 		am__remove_distdir=: \ | 
 | 657 | 		am__skip_length_check=: \ | 
 | 658 | 		am__skip_mode_fix=: \ | 
 | 659 | 	        distdir) \ | 
 | 660 | 	      || exit 1; \ | 
 | 661 | 	  fi; \ | 
 | 662 | 	done | 
 | 663 | check-am: all-am | 
 | 664 | check: check-recursive | 
 | 665 | all-am: Makefile | 
 | 666 | installdirs: installdirs-recursive | 
 | 667 | installdirs-am: | 
 | 668 | install: install-recursive | 
 | 669 | install-exec: install-exec-recursive | 
 | 670 | install-data: install-data-recursive | 
 | 671 | uninstall: uninstall-recursive | 
 | 672 |  | 
 | 673 | install-am: all-am | 
 | 674 | 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | 
 | 675 |  | 
 | 676 | installcheck: installcheck-recursive | 
 | 677 | install-strip: | 
 | 678 | 	if test -z '$(STRIP)'; then \ | 
 | 679 | 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | 
 | 680 | 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | 
 | 681 | 	      install; \ | 
 | 682 | 	else \ | 
 | 683 | 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | 
 | 684 | 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | 
 | 685 | 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | 
 | 686 | 	fi | 
 | 687 | mostlyclean-generic: | 
 | 688 |  | 
 | 689 | clean-generic: | 
 | 690 |  | 
 | 691 | distclean-generic: | 
 | 692 | 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | 
 | 693 | 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | 
 | 694 |  | 
 | 695 | maintainer-clean-generic: | 
 | 696 | 	@echo "This command is intended for maintainers to use" | 
 | 697 | 	@echo "it deletes files that may require special tools to rebuild." | 
 | 698 | clean: clean-recursive | 
 | 699 |  | 
 | 700 | clean-am: clean-generic clean-libtool mostlyclean-am | 
 | 701 |  | 
 | 702 | distclean: distclean-recursive | 
 | 703 | 	-rm -f Makefile | 
 | 704 | distclean-am: clean-am distclean-generic distclean-tags | 
 | 705 |  | 
 | 706 | dvi: dvi-recursive | 
 | 707 |  | 
 | 708 | dvi-am: | 
 | 709 |  | 
 | 710 | html: html-recursive | 
 | 711 |  | 
 | 712 | html-am: | 
 | 713 |  | 
 | 714 | info: info-recursive | 
 | 715 |  | 
 | 716 | info-am: | 
 | 717 |  | 
 | 718 | install-data-am: | 
 | 719 |  | 
 | 720 | install-dvi: install-dvi-recursive | 
 | 721 |  | 
 | 722 | install-dvi-am: | 
 | 723 |  | 
 | 724 | install-exec-am: | 
 | 725 |  | 
 | 726 | install-html: install-html-recursive | 
 | 727 |  | 
 | 728 | install-html-am: | 
 | 729 |  | 
 | 730 | install-info: install-info-recursive | 
 | 731 |  | 
 | 732 | install-info-am: | 
 | 733 |  | 
 | 734 | install-man: | 
 | 735 |  | 
 | 736 | install-pdf: install-pdf-recursive | 
 | 737 |  | 
 | 738 | install-pdf-am: | 
 | 739 |  | 
 | 740 | install-ps: install-ps-recursive | 
 | 741 |  | 
 | 742 | install-ps-am: | 
 | 743 |  | 
 | 744 | installcheck-am: | 
 | 745 |  | 
 | 746 | maintainer-clean: maintainer-clean-recursive | 
 | 747 | 	-rm -f Makefile | 
 | 748 | maintainer-clean-am: distclean-am maintainer-clean-generic | 
 | 749 |  | 
 | 750 | mostlyclean: mostlyclean-recursive | 
 | 751 |  | 
 | 752 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | 
 | 753 |  | 
 | 754 | pdf: pdf-recursive | 
 | 755 |  | 
 | 756 | pdf-am: | 
 | 757 |  | 
 | 758 | ps: ps-recursive | 
 | 759 |  | 
 | 760 | ps-am: | 
 | 761 |  | 
 | 762 | uninstall-am: | 
 | 763 |  | 
 | 764 | .MAKE: $(am__recursive_targets) install-am install-strip | 
 | 765 |  | 
 | 766 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ | 
 | 767 | 	check-am clean clean-generic clean-libtool cscopelist-am ctags \ | 
 | 768 | 	ctags-am distclean distclean-generic distclean-libtool \ | 
 | 769 | 	distclean-tags distdir dvi dvi-am html html-am info info-am \ | 
 | 770 | 	install install-am install-data install-data-am install-dvi \ | 
 | 771 | 	install-dvi-am install-exec install-exec-am install-html \ | 
 | 772 | 	install-html-am install-info install-info-am install-man \ | 
 | 773 | 	install-pdf install-pdf-am install-ps install-ps-am \ | 
 | 774 | 	install-strip installcheck installcheck-am installdirs \ | 
 | 775 | 	installdirs-am maintainer-clean maintainer-clean-generic \ | 
 | 776 | 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | 
 | 777 | 	ps ps-am tags tags-am uninstall uninstall-am | 
 | 778 |  | 
 | 779 | .PRECIOUS: Makefile | 
 | 780 |  | 
 | 781 |  | 
 | 782 | checksrc: | 
 | 783 | 	$(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/OS400/*.[ch]) | 
 | 784 |  | 
 | 785 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 
 | 786 | # Otherwise a system limit (for SysV at least) may be exceeded. | 
 | 787 | .NOEXPORT: |