Makefile.in (28224B)
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 # Shared between CMakeLists.txt and Makefile.am 41 42 VPATH = @srcdir@ 43 am__is_gnu_make = { \ 44 if test -z '$(MAKELEVEL)'; then \ 45 false; \ 46 elif test -n '$(MAKE_HOST)'; then \ 47 true; \ 48 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 49 true; \ 50 else \ 51 false; \ 52 fi; \ 53 } 54 am__make_running_with_option = \ 55 case $${target_option-} in \ 56 ?) ;; \ 57 *) echo "am__make_running_with_option: internal error: invalid" \ 58 "target option '$${target_option-}' specified" >&2; \ 59 exit 1;; \ 60 esac; \ 61 has_opt=no; \ 62 sane_makeflags=$$MAKEFLAGS; \ 63 if $(am__is_gnu_make); then \ 64 sane_makeflags=$$MFLAGS; \ 65 else \ 66 case $$MAKEFLAGS in \ 67 *\\[\ \ ]*) \ 68 bs=\\; \ 69 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 70 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 71 esac; \ 72 fi; \ 73 skip_next=no; \ 74 strip_trailopt () \ 75 { \ 76 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 77 }; \ 78 for flg in $$sane_makeflags; do \ 79 test $$skip_next = yes && { skip_next=no; continue; }; \ 80 case $$flg in \ 81 *=*|--*) continue;; \ 82 -*I) strip_trailopt 'I'; skip_next=yes;; \ 83 -*I?*) strip_trailopt 'I';; \ 84 -*O) strip_trailopt 'O'; skip_next=yes;; \ 85 -*O?*) strip_trailopt 'O';; \ 86 -*l) strip_trailopt 'l'; skip_next=yes;; \ 87 -*l?*) strip_trailopt 'l';; \ 88 -[dEDm]) skip_next=yes;; \ 89 -[JT]) skip_next=yes;; \ 90 esac; \ 91 case $$flg in \ 92 *$$target_option*) has_opt=yes; break;; \ 93 esac; \ 94 done; \ 95 test $$has_opt = yes 96 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 98 pkgdatadir = $(datadir)/@PACKAGE@ 99 pkgincludedir = $(includedir)/@PACKAGE@ 100 pkglibdir = $(libdir)/@PACKAGE@ 101 pkglibexecdir = $(libexecdir)/@PACKAGE@ 102 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 103 install_sh_DATA = $(install_sh) -c -m 644 104 install_sh_PROGRAM = $(install_sh) -c 105 install_sh_SCRIPT = $(install_sh) -c 106 INSTALL_HEADER = $(INSTALL_DATA) 107 transform = $(program_transform_name) 108 NORMAL_INSTALL = : 109 PRE_INSTALL = : 110 POST_INSTALL = : 111 NORMAL_UNINSTALL = : 112 PRE_UNINSTALL = : 113 POST_UNINSTALL = : 114 build_triplet = @build@ 115 host_triplet = @host@ 116 @USE_CPPFLAG_CURL_STATICLIB_TRUE@am__append_1 = -DCURL_STATICLIB 117 @DEBUGBUILD_TRUE@am__append_2 = -DDEBUGBUILD 118 @CURLDEBUG_TRUE@am__append_3 = -DCURLDEBUG 119 noinst_PROGRAMS = $(am__EXEEXT_1) 120 subdir = tests/libtest 121 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 122 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 123 $(top_srcdir)/m4/curl-compilers.m4 \ 124 $(top_srcdir)/m4/curl-confopts.m4 \ 125 $(top_srcdir)/m4/curl-functions.m4 \ 126 $(top_srcdir)/m4/curl-gnutls.m4 \ 127 $(top_srcdir)/m4/curl-mbedtls.m4 \ 128 $(top_srcdir)/m4/curl-openssl.m4 \ 129 $(top_srcdir)/m4/curl-override.m4 \ 130 $(top_srcdir)/m4/curl-reentrant.m4 \ 131 $(top_srcdir)/m4/curl-rustls.m4 \ 132 $(top_srcdir)/m4/curl-schannel.m4 \ 133 $(top_srcdir)/m4/curl-sysconfig.m4 \ 134 $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 135 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 136 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 137 $(top_srcdir)/m4/xc-am-iface.m4 \ 138 $(top_srcdir)/m4/xc-cc-check.m4 \ 139 $(top_srcdir)/m4/xc-lt-iface.m4 \ 140 $(top_srcdir)/m4/xc-val-flgs.m4 \ 141 $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 142 $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 143 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 144 $(top_srcdir)/configure.ac 145 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 146 $(ACLOCAL_M4) 147 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 148 mkinstalldirs = $(install_sh) -d 149 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h 150 CONFIG_CLEAN_FILES = 151 CONFIG_CLEAN_VPATH_FILES = 152 am__EXEEXT_1 = libtests$(EXEEXT) 153 PROGRAMS = $(noinst_PROGRAMS) 154 libtests_SOURCES = libtests.c 155 libtests_OBJECTS = libtests.$(OBJEXT) 156 libtests_LDADD = $(LDADD) 157 libtests_DEPENDENCIES = $(top_builddir)/lib/libcurl.la 158 AM_V_lt = $(am__v_lt_@AM_V@) 159 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 160 am__v_lt_0 = --silent 161 am__v_lt_1 = 162 AM_V_P = $(am__v_P_@AM_V@) 163 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 164 am__v_P_0 = false 165 am__v_P_1 = : 166 AM_V_GEN = $(am__v_GEN_@AM_V@) 167 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 168 am__v_GEN_0 = @echo " GEN " $@; 169 am__v_GEN_1 = 170 AM_V_at = $(am__v_at_@AM_V@) 171 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 172 am__v_at_0 = @ 173 am__v_at_1 = 174 DEFAULT_INCLUDES = 175 depcomp = $(SHELL) $(top_srcdir)/depcomp 176 am__maybe_remake_depfiles = depfiles 177 am__depfiles_remade = ./$(DEPDIR)/libtests.Po 178 am__mv = mv -f 179 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 180 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 181 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 182 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 183 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 184 $(AM_CFLAGS) $(CFLAGS) 185 AM_V_CC = $(am__v_CC_@AM_V@) 186 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 187 am__v_CC_0 = @echo " CC " $@; 188 am__v_CC_1 = 189 CCLD = $(CC) 190 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 191 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 192 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 193 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 194 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 195 am__v_CCLD_0 = @echo " CCLD " $@; 196 am__v_CCLD_1 = 197 SOURCES = libtests.c 198 DIST_SOURCES = libtests.c 199 am__can_run_installinfo = \ 200 case $$AM_UPDATE_INFO_DIR in \ 201 n|no|NO) false;; \ 202 *) (install-info --version) >/dev/null 2>&1;; \ 203 esac 204 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 205 # Read a list of newline-separated strings from the standard input, 206 # and print each of them once, without duplicates. Input order is 207 # *not* preserved. 208 am__uniquify_input = $(AWK) '\ 209 BEGIN { nonempty = 0; } \ 210 { items[$$0] = 1; nonempty = 1; } \ 211 END { if (nonempty) { for (i in items) print i; }; } \ 212 ' 213 # Make sure the list of sources is unique. This is necessary because, 214 # e.g., the same source file might be shared among _SOURCES variables 215 # for different programs/libraries. 216 am__define_uniq_tagged_files = \ 217 list='$(am__tagged_files)'; \ 218 unique=`for i in $$list; do \ 219 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 220 done | $(am__uniquify_input)` 221 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \ 222 $(top_srcdir)/depcomp 223 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 224 ACLOCAL = @ACLOCAL@ 225 AMTAR = @AMTAR@ 226 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 227 APXS = @APXS@ 228 AR = @AR@ 229 AR_FLAGS = @AR_FLAGS@ 230 AS = @AS@ 231 AUTOCONF = @AUTOCONF@ 232 AUTOHEADER = @AUTOHEADER@ 233 AUTOMAKE = @AUTOMAKE@ 234 AWK = @AWK@ 235 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 236 CADDY = @CADDY@ 237 CC = @CC@ 238 CCDEPMODE = @CCDEPMODE@ 239 CFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@ 240 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 241 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 242 CPP = @CPP@ 243 CPPFLAGS = @CPPFLAGS@ 244 CSCOPE = @CSCOPE@ 245 CTAGS = @CTAGS@ 246 CURLVERSION = @CURLVERSION@ 247 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 248 CURL_CA_EMBED = @CURL_CA_EMBED@ 249 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 250 CURL_CPP = @CURL_CPP@ 251 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = @CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@ 252 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = @CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@ 253 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 254 CYGPATH_W = @CYGPATH_W@ 255 DEFS = @DEFS@ 256 DEPDIR = @DEPDIR@ 257 DLLTOOL = @DLLTOOL@ 258 DSYMUTIL = @DSYMUTIL@ 259 DUMPBIN = @DUMPBIN@ 260 ECHO_C = @ECHO_C@ 261 ECHO_N = @ECHO_N@ 262 ECHO_T = @ECHO_T@ 263 EGREP = @EGREP@ 264 ENABLE_SHARED = @ENABLE_SHARED@ 265 ENABLE_STATIC = @ENABLE_STATIC@ 266 ETAGS = @ETAGS@ 267 EXEEXT = @EXEEXT@ 268 FGREP = @FGREP@ 269 FILECMD = @FILECMD@ 270 FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 271 GCOV = @GCOV@ 272 GREP = @GREP@ 273 HAVE_LIBZ = @HAVE_LIBZ@ 274 HTTPD = @HTTPD@ 275 HTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 276 INSTALL = @INSTALL@ 277 INSTALL_DATA = @INSTALL_DATA@ 278 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 279 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 280 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 281 LCOV = @LCOV@ 282 LD = @LD@ 283 LDFLAGS = @LDFLAGS@ 284 LIBCURL_PC_CFLAGS = @LIBCURL_PC_CFLAGS@ 285 LIBCURL_PC_CFLAGS_PRIVATE = @LIBCURL_PC_CFLAGS_PRIVATE@ 286 LIBCURL_PC_LDFLAGS_PRIVATE = @LIBCURL_PC_LDFLAGS_PRIVATE@ 287 LIBCURL_PC_LIBS = @LIBCURL_PC_LIBS@ 288 LIBCURL_PC_LIBS_PRIVATE = @LIBCURL_PC_LIBS_PRIVATE@ 289 LIBCURL_PC_REQUIRES = @LIBCURL_PC_REQUIRES@ 290 LIBCURL_PC_REQUIRES_PRIVATE = @LIBCURL_PC_REQUIRES_PRIVATE@ 291 LIBOBJS = @LIBOBJS@ 292 293 # Prevent LIBS from being used for all link targets 294 LIBS = $(BLANK_AT_MAKETIME) 295 LIBTOOL = @LIBTOOL@ 296 LIPO = @LIPO@ 297 LN_S = @LN_S@ 298 LTLIBOBJS = @LTLIBOBJS@ 299 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 300 MAINT = @MAINT@ 301 MAKEINFO = @MAKEINFO@ 302 MANIFEST_TOOL = @MANIFEST_TOOL@ 303 MKDIR_P = @MKDIR_P@ 304 NM = @NM@ 305 NMEDIT = @NMEDIT@ 306 OBJDUMP = @OBJDUMP@ 307 OBJEXT = @OBJEXT@ 308 OTOOL = @OTOOL@ 309 OTOOL64 = @OTOOL64@ 310 PACKAGE = @PACKAGE@ 311 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 312 PACKAGE_NAME = @PACKAGE_NAME@ 313 PACKAGE_STRING = @PACKAGE_STRING@ 314 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 315 PACKAGE_URL = @PACKAGE_URL@ 316 PACKAGE_VERSION = @PACKAGE_VERSION@ 317 PATH_SEPARATOR = @PATH_SEPARATOR@ 318 PERL = @PERL@ 319 PKGCONFIG = @PKGCONFIG@ 320 RANLIB = @RANLIB@ 321 RC = @RC@ 322 SED = @SED@ 323 SET_MAKE = @SET_MAKE@ 324 SHELL = @SHELL@ 325 SSL_BACKENDS = @SSL_BACKENDS@ 326 STRIP = @STRIP@ 327 SUPPORT_FEATURES = @SUPPORT_FEATURES@ 328 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 329 TEST_NGHTTPX = @TEST_NGHTTPX@ 330 VERSION = @VERSION@ 331 VERSIONNUM = @VERSIONNUM@ 332 VSFTPD = @VSFTPD@ 333 ZLIB_LIBS = @ZLIB_LIBS@ 334 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 335 abs_builddir = @abs_builddir@ 336 abs_srcdir = @abs_srcdir@ 337 abs_top_builddir = @abs_top_builddir@ 338 abs_top_srcdir = @abs_top_srcdir@ 339 ac_ct_AR = @ac_ct_AR@ 340 ac_ct_CC = @ac_ct_CC@ 341 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 342 am__include = @am__include@ 343 am__leading_dot = @am__leading_dot@ 344 am__quote = @am__quote@ 345 am__tar = @am__tar@ 346 am__untar = @am__untar@ 347 bindir = @bindir@ 348 build = @build@ 349 build_alias = @build_alias@ 350 build_cpu = @build_cpu@ 351 build_os = @build_os@ 352 build_vendor = @build_vendor@ 353 builddir = @builddir@ 354 datadir = @datadir@ 355 datarootdir = @datarootdir@ 356 docdir = @docdir@ 357 dvidir = @dvidir@ 358 exec_prefix = @exec_prefix@ 359 host = @host@ 360 host_alias = @host_alias@ 361 host_cpu = @host_cpu@ 362 host_os = @host_os@ 363 host_vendor = @host_vendor@ 364 htmldir = @htmldir@ 365 includedir = @includedir@ 366 infodir = @infodir@ 367 install_sh = @install_sh@ 368 libdir = @libdir@ 369 libexecdir = @libexecdir@ 370 libext = @libext@ 371 localedir = @localedir@ 372 localstatedir = @localstatedir@ 373 mandir = @mandir@ 374 mkdir_p = @mkdir_p@ 375 oldincludedir = @oldincludedir@ 376 pdfdir = @pdfdir@ 377 prefix = @prefix@ 378 program_transform_name = @program_transform_name@ 379 psdir = @psdir@ 380 runstatedir = @runstatedir@ 381 sbindir = @sbindir@ 382 sharedstatedir = @sharedstatedir@ 383 srcdir = @srcdir@ 384 sysconfdir = @sysconfdir@ 385 target_alias = @target_alias@ 386 top_build_prefix = @top_build_prefix@ 387 top_builddir = @top_builddir@ 388 top_srcdir = @top_srcdir@ 389 390 #*************************************************************************** 391 # _ _ ____ _ 392 # Project ___| | | | _ \| | 393 # / __| | | | |_) | | 394 # | (__| |_| | _ <| |___ 395 # \___|\___/|_| \_\_____| 396 # 397 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 398 # 399 # This software is licensed as described in the file COPYING, which 400 # you should have received as part of this distribution. The terms 401 # are also available at https://curl.se/docs/copyright.html. 402 # 403 # You may opt to use, copy, modify, merge, publish, distribute and/or sell 404 # copies of the Software, and permit persons to whom the Software is 405 # furnished to do so, under the terms of the COPYING file. 406 # 407 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 408 # KIND, either express or implied. 409 # 410 # SPDX-License-Identifier: curl 411 # 412 ########################################################################### 413 AUTOMAKE_OPTIONS = foreign nostdinc 414 415 # Specify our include paths here, and do it relative to $(top_srcdir) and 416 # $(top_builddir), to ensure that these paths which belong to the library 417 # being currently built and tested are searched before the library which 418 # might possibly already be installed in the system. 419 # 420 # $(top_srcdir)/include is for libcurl's external include files 421 # $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file 422 # $(top_srcdir)/lib for libcurl's lib/curl_setup.h and other "borrowed" files 423 # $(srcdir) for the generated bundle source to find included test sources 424 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/lib \ 425 -I$(top_srcdir)/lib -I$(srcdir) $(am__append_1) \ 426 $(am__append_2) $(am__append_3) -DCURL_NO_OLDIES \ 427 -DCURL_DISABLE_DEPRECATION 428 BUNDLE = libtests 429 430 # Files referenced from the bundle source 431 FIRST_C = first.c 432 FIRST_H = first.h 433 434 # Common files used by test programs 435 UTILS_C = memptr.c testutil.c testtrace.c 436 UTILS_H = testutil.h testtrace.h unitcheck.h 437 CURLX_C = \ 438 ../../lib/curlx/warnless.c \ 439 ../../lib/curlx/multibyte.c \ 440 ../../lib/curlx/timediff.c \ 441 ../../lib/curlx/timeval.c \ 442 ../../lib/curl_threads.c \ 443 ../../lib/curlx/version_win32.c \ 444 ../../lib/curlx/wait.c 445 446 447 # All libtest programs 448 TESTS_C = \ 449 lib500.c lib501.c lib502.c lib503.c lib504.c lib505.c lib506.c lib507.c \ 450 lib508.c lib509.c lib510.c lib511.c lib512.c lib513.c lib514.c lib515.c \ 451 lib516.c lib517.c lib518.c lib519.c lib520.c lib521.c lib523.c lib524.c \ 452 lib525.c lib526.c lib530.c \ 453 lib533.c lib536.c lib537.c lib539.c lib540.c lib541.c \ 454 lib542.c lib543.c lib544.c lib547.c lib549.c \ 455 lib552.c lib553.c lib554.c lib555.c lib556.c lib557.c lib558.c lib559.c \ 456 lib560.c lib562.c lib564.c lib566.c lib567.c \ 457 lib568.c lib569.c lib570.c lib571.c lib572.c lib573.c lib574.c lib575.c \ 458 lib576.c lib578.c lib579.c lib582.c lib583.c \ 459 lib586.c lib589.c lib590.c lib591.c \ 460 lib597.c lib598.c lib599.c \ 461 lib643.c \ 462 lib650.c lib651.c lib652.c lib653.c lib654.c lib655.c lib658.c lib659.c \ 463 lib661.c lib666.c lib667.c lib668.c \ 464 lib670.c lib674.c lib676.c lib677.c lib678.c \ 465 lib694.c lib695.c \ 466 lib751.c lib753.c \ 467 lib1156.c \ 468 lib1301.c lib1308.c \ 469 lib1485.c \ 470 lib1500.c lib1501.c lib1502.c lib1506.c \ 471 lib1507.c lib1508.c lib1509.c lib1510.c lib1511.c lib1512.c lib1513.c \ 472 lib1514.c lib1515.c lib1517.c lib1518.c lib1520.c \ 473 lib1522.c lib1523.c lib1525.c lib1526.c lib1527.c lib1528.c \ 474 lib1529.c lib1530.c lib1531.c lib1532.c lib1533.c lib1534.c lib1535.c \ 475 lib1536.c lib1537.c lib1538.c lib1540.c lib1541.c lib1542.c \ 476 lib1545.c lib1550.c lib1551.c \ 477 lib1552.c lib1553.c lib1554.c lib1555.c lib1556.c lib1557.c lib1558.c \ 478 lib1559.c lib1560.c lib1564.c lib1565.c \ 479 lib1567.c lib1568.c lib1569.c lib1571.c \ 480 lib1576.c \ 481 lib1591.c lib1592.c lib1593.c lib1594.c lib1597.c \ 482 lib1598.c lib1599.c \ 483 lib1662.c \ 484 lib1900.c lib1901.c lib1903.c lib1905.c lib1906.c lib1907.c \ 485 lib1908.c lib1910.c lib1911.c lib1912.c lib1913.c \ 486 lib1915.c lib1916.c lib1918.c lib1919.c \ 487 lib1933.c lib1934.c lib1935.c lib1936.c lib1937.c lib1938.c lib1939.c \ 488 lib1940.c lib1945.c \ 489 lib1947.c lib1948.c \ 490 lib1955.c lib1956.c lib1957.c lib1958.c lib1959.c lib1960.c \ 491 lib1964.c lib1970.c \ 492 lib1971.c lib1972.c lib1973.c lib1974.c lib1975.c lib1977.c lib1978.c \ 493 lib2023.c lib2032.c lib2082.c \ 494 lib2301.c lib2302.c lib2304.c lib2306.c lib2308.c lib2309.c \ 495 lib2402.c lib2404.c lib2405.c \ 496 lib2502.c \ 497 lib2700.c \ 498 lib3010.c lib3025.c lib3026.c lib3027.c \ 499 lib3100.c lib3101.c lib3102.c lib3103.c lib3104.c lib3105.c \ 500 lib3207.c lib3208.c 501 502 503 # Get BUNDLE, FIRST_C, FIRST_H, UTILS_C, UTILS_H, CURLX_C, TESTS_C variables 504 EXTRA_DIST = CMakeLists.txt $(FIRST_C) $(FIRST_H) $(UTILS_C) $(UTILS_H) $(TESTS_C) \ 505 test307.pl test610.pl test613.pl test1013.pl test1022.pl mk-lib1521.pl 506 507 # These are part of the libcurl static lib. Add them here when linking shared. 508 @USE_CPPFLAG_CURL_STATICLIB_FALSE@curlx_c_lib = $(CURLX_C) 509 @USE_CPPFLAG_CURL_STATICLIB_TRUE@curlx_c_lib = 510 LDADD = $(top_builddir)/lib/libcurl.la 511 CLEANFILES = $(BUNDLE).c lib1521.c 512 CHECKSRC = $(CS_$(V)) 513 CS_0 = @echo " RUN " $@; 514 CS_1 = 515 CS_ = $(CS_0) 516 all: all-am 517 518 .SUFFIXES: 519 .SUFFIXES: .c .lo .o .obj 520 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) 521 @for dep in $?; do \ 522 case '$(am__configure_deps)' in \ 523 *$$dep*) \ 524 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 525 && { if test -f $@; then exit 0; else break; fi; }; \ 526 exit 1;; \ 527 esac; \ 528 done; \ 529 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/libtest/Makefile'; \ 530 $(am__cd) $(top_srcdir) && \ 531 $(AUTOMAKE) --foreign tests/libtest/Makefile 532 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 533 @case '$?' in \ 534 *config.status*) \ 535 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 536 *) \ 537 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 538 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 539 esac; 540 $(srcdir)/Makefile.inc $(am__empty): 541 542 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 543 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 544 545 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 546 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 547 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 548 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 549 $(am__aclocal_m4_deps): 550 551 clean-noinstPROGRAMS: 552 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 553 echo " rm -f" $$list; \ 554 rm -f $$list || exit $$?; \ 555 test -n "$(EXEEXT)" || exit 0; \ 556 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 557 echo " rm -f" $$list; \ 558 rm -f $$list 559 560 libtests$(EXEEXT): $(libtests_OBJECTS) $(libtests_DEPENDENCIES) $(EXTRA_libtests_DEPENDENCIES) 561 @rm -f libtests$(EXEEXT) 562 $(AM_V_CCLD)$(LINK) $(libtests_OBJECTS) $(libtests_LDADD) $(LIBS) 563 564 mostlyclean-compile: 565 -rm -f *.$(OBJEXT) 566 567 distclean-compile: 568 -rm -f *.tab.c 569 570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtests.Po@am__quote@ # am--include-marker 571 572 $(am__depfiles_remade): 573 @$(MKDIR_P) $(@D) 574 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 575 576 am--depfiles: $(am__depfiles_remade) 577 578 .c.o: 579 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 580 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 581 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 582 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 583 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 584 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 585 586 .c.obj: 587 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 588 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 589 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 590 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 591 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 592 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 593 594 .c.lo: 595 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 596 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 597 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 598 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 600 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 601 602 mostlyclean-libtool: 603 -rm -f *.lo 604 605 clean-libtool: 606 -rm -rf .libs _libs 607 608 ID: $(am__tagged_files) 609 $(am__define_uniq_tagged_files); mkid -fID $$unique 610 tags: tags-am 611 TAGS: tags 612 613 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 614 set x; \ 615 here=`pwd`; \ 616 $(am__define_uniq_tagged_files); \ 617 shift; \ 618 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 619 test -n "$$unique" || unique=$$empty_fix; \ 620 if test $$# -gt 0; then \ 621 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 622 "$$@" $$unique; \ 623 else \ 624 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 625 $$unique; \ 626 fi; \ 627 fi 628 ctags: ctags-am 629 630 CTAGS: ctags 631 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 632 $(am__define_uniq_tagged_files); \ 633 test -z "$(CTAGS_ARGS)$$unique" \ 634 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 635 $$unique 636 637 GTAGS: 638 here=`$(am__cd) $(top_builddir) && pwd` \ 639 && $(am__cd) $(top_srcdir) \ 640 && gtags -i $(GTAGS_ARGS) "$$here" 641 cscopelist: cscopelist-am 642 643 cscopelist-am: $(am__tagged_files) 644 list='$(am__tagged_files)'; \ 645 case "$(srcdir)" in \ 646 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 647 *) sdir=$(subdir)/$(srcdir) ;; \ 648 esac; \ 649 for i in $$list; do \ 650 if test -f "$$i"; then \ 651 echo "$(subdir)/$$i"; \ 652 else \ 653 echo "$$sdir/$$i"; \ 654 fi; \ 655 done >> $(top_builddir)/cscope.files 656 657 distclean-tags: 658 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 659 distdir: $(BUILT_SOURCES) 660 $(MAKE) $(AM_MAKEFLAGS) distdir-am 661 662 distdir-am: $(DISTFILES) 663 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 664 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 665 list='$(DISTFILES)'; \ 666 dist_files=`for file in $$list; do echo $$file; done | \ 667 sed -e "s|^$$srcdirstrip/||;t" \ 668 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 669 case $$dist_files in \ 670 */*) $(MKDIR_P) `echo "$$dist_files" | \ 671 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 672 sort -u` ;; \ 673 esac; \ 674 for file in $$dist_files; do \ 675 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 676 if test -d $$d/$$file; then \ 677 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 678 if test -d "$(distdir)/$$file"; then \ 679 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 680 fi; \ 681 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 682 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 683 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 684 fi; \ 685 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 686 else \ 687 test -f "$(distdir)/$$file" \ 688 || cp -p $$d/$$file "$(distdir)/$$file" \ 689 || exit 1; \ 690 fi; \ 691 done 692 check-am: all-am 693 check: check-am 694 @NOT_CURL_CI_FALSE@all-local: 695 all-am: Makefile $(PROGRAMS) all-local 696 installdirs: 697 install: install-am 698 install-exec: install-exec-am 699 install-data: install-data-am 700 uninstall: uninstall-am 701 702 install-am: all-am 703 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 704 705 installcheck: installcheck-am 706 install-strip: 707 if test -z '$(STRIP)'; then \ 708 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 709 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 710 install; \ 711 else \ 712 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 713 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 714 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 715 fi 716 mostlyclean-generic: 717 718 clean-generic: 719 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 720 721 distclean-generic: 722 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 723 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 724 725 maintainer-clean-generic: 726 @echo "This command is intended for maintainers to use" 727 @echo "it deletes files that may require special tools to rebuild." 728 clean: clean-am 729 730 clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \ 731 mostlyclean-am 732 733 distclean: distclean-am 734 -rm -f ./$(DEPDIR)/libtests.Po 735 -rm -f Makefile 736 distclean-am: clean-am distclean-compile distclean-generic \ 737 distclean-tags 738 739 dvi: dvi-am 740 741 dvi-am: 742 743 html: html-am 744 745 html-am: 746 747 info: info-am 748 749 info-am: 750 751 install-data-am: 752 753 install-dvi: install-dvi-am 754 755 install-dvi-am: 756 757 install-exec-am: 758 759 install-html: install-html-am 760 761 install-html-am: 762 763 install-info: install-info-am 764 765 install-info-am: 766 767 install-man: 768 769 install-pdf: install-pdf-am 770 771 install-pdf-am: 772 773 install-ps: install-ps-am 774 775 install-ps-am: 776 777 installcheck-am: 778 779 maintainer-clean: maintainer-clean-am 780 -rm -f ./$(DEPDIR)/libtests.Po 781 -rm -f Makefile 782 maintainer-clean-am: distclean-am maintainer-clean-generic 783 784 mostlyclean: mostlyclean-am 785 786 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 787 mostlyclean-libtool 788 789 pdf: pdf-am 790 791 pdf-am: 792 793 ps: ps-am 794 795 ps-am: 796 797 uninstall-am: 798 799 .MAKE: install-am install-strip 800 801 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \ 802 check-am clean clean-generic clean-libtool clean-local \ 803 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 804 distclean-compile distclean-generic distclean-libtool \ 805 distclean-tags distdir dvi dvi-am html html-am info info-am \ 806 install install-am install-data install-data-am install-dvi \ 807 install-dvi-am install-exec install-exec-am install-html \ 808 install-html-am install-info install-info-am install-man \ 809 install-pdf install-pdf-am install-ps install-ps-am \ 810 install-strip installcheck installcheck-am installdirs \ 811 maintainer-clean maintainer-clean-generic mostlyclean \ 812 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 813 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am 814 815 .PRECIOUS: Makefile 816 817 $(BUNDLE).c: $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRST_C) $(UTILS_C) $(curlx_c_lib) $(TESTS_C) lib1521.c 818 @PERL@ $(top_srcdir)/scripts/mk-unity.pl --include $(UTILS_C) $(curlx_c_lib) --test $(TESTS_C) lib1521.c > $(BUNDLE).c 819 820 lib1521.c: $(top_srcdir)/tests/libtest/mk-lib1521.pl $(top_srcdir)/include/curl/curl.h 821 @PERL@ $(top_srcdir)/tests/libtest/mk-lib1521.pl < $(top_srcdir)/include/curl/curl.h lib1521.c 822 823 # ignore generated C files since they play by slightly different rules! 824 checksrc: lib1521.c 825 $(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) \ 826 -W$(srcdir)/$(BUNDLE).c \ 827 $(srcdir)/*.[ch]) 828 829 @NOT_CURL_CI_TRUE@all-local: checksrc 830 831 clean-local: 832 rm -f $(BUNDLE) 833 834 # Tell versions [3.59,3.63) of GNU make to not export all variables. 835 # Otherwise a system limit (for SysV at least) may be exceeded. 836 .NOEXPORT: