Makefile (24414B)
1 # Makefile.in generated by automake 1.16.5 from Makefile.am. 2 # tests/client/Makefile. Generated from Makefile.in by configure. 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 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 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)/curl 99 pkgincludedir = $(includedir)/curl 100 pkglibdir = $(libdir)/curl 101 pkglibexecdir = $(libexecdir)/curl 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 = x86_64-pc-linux-gnu 115 host_triplet = x86_64-pc-linux-gnu 116 #am__append_1 = -DCURL_STATICLIB 117 noinst_PROGRAMS = $(am__EXEEXT_1) 118 subdir = tests/client 119 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 120 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 121 $(top_srcdir)/m4/curl-compilers.m4 \ 122 $(top_srcdir)/m4/curl-confopts.m4 \ 123 $(top_srcdir)/m4/curl-functions.m4 \ 124 $(top_srcdir)/m4/curl-gnutls.m4 \ 125 $(top_srcdir)/m4/curl-mbedtls.m4 \ 126 $(top_srcdir)/m4/curl-openssl.m4 \ 127 $(top_srcdir)/m4/curl-override.m4 \ 128 $(top_srcdir)/m4/curl-reentrant.m4 \ 129 $(top_srcdir)/m4/curl-rustls.m4 \ 130 $(top_srcdir)/m4/curl-schannel.m4 \ 131 $(top_srcdir)/m4/curl-sysconfig.m4 \ 132 $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 133 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 134 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 135 $(top_srcdir)/m4/xc-am-iface.m4 \ 136 $(top_srcdir)/m4/xc-cc-check.m4 \ 137 $(top_srcdir)/m4/xc-lt-iface.m4 \ 138 $(top_srcdir)/m4/xc-val-flgs.m4 \ 139 $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 140 $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 141 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 142 $(top_srcdir)/configure.ac 143 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 144 $(ACLOCAL_M4) 145 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 146 mkinstalldirs = $(install_sh) -d 147 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h 148 CONFIG_CLEAN_FILES = 149 CONFIG_CLEAN_VPATH_FILES = 150 am__EXEEXT_1 = clients$(EXEEXT) 151 PROGRAMS = $(noinst_PROGRAMS) 152 clients_SOURCES = clients.c 153 clients_OBJECTS = clients.$(OBJEXT) 154 clients_LDADD = $(LDADD) 155 clients_DEPENDENCIES = $(top_builddir)/lib/libcurl.la 156 AM_V_lt = $(am__v_lt_$(V)) 157 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 158 am__v_lt_0 = --silent 159 am__v_lt_1 = 160 AM_V_P = $(am__v_P_$(V)) 161 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 162 am__v_P_0 = false 163 am__v_P_1 = : 164 AM_V_GEN = $(am__v_GEN_$(V)) 165 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 166 am__v_GEN_0 = @echo " GEN " $@; 167 am__v_GEN_1 = 168 AM_V_at = $(am__v_at_$(V)) 169 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 170 am__v_at_0 = @ 171 am__v_at_1 = 172 DEFAULT_INCLUDES = 173 depcomp = $(SHELL) $(top_srcdir)/depcomp 174 am__maybe_remake_depfiles = depfiles 175 am__depfiles_remade = ./$(DEPDIR)/clients.Po 176 am__mv = mv -f 177 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 179 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 180 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 181 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 182 $(AM_CFLAGS) $(CFLAGS) 183 AM_V_CC = $(am__v_CC_$(V)) 184 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 185 am__v_CC_0 = @echo " CC " $@; 186 am__v_CC_1 = 187 CCLD = $(CC) 188 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 189 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 190 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 191 AM_V_CCLD = $(am__v_CCLD_$(V)) 192 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 193 am__v_CCLD_0 = @echo " CCLD " $@; 194 am__v_CCLD_1 = 195 SOURCES = clients.c 196 DIST_SOURCES = clients.c 197 am__can_run_installinfo = \ 198 case $$AM_UPDATE_INFO_DIR in \ 199 n|no|NO) false;; \ 200 *) (install-info --version) >/dev/null 2>&1;; \ 201 esac 202 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 203 # Read a list of newline-separated strings from the standard input, 204 # and print each of them once, without duplicates. Input order is 205 # *not* preserved. 206 am__uniquify_input = $(AWK) '\ 207 BEGIN { nonempty = 0; } \ 208 { items[$$0] = 1; nonempty = 1; } \ 209 END { if (nonempty) { for (i in items) print i; }; } \ 210 ' 211 # Make sure the list of sources is unique. This is necessary because, 212 # e.g., the same source file might be shared among _SOURCES variables 213 # for different programs/libraries. 214 am__define_uniq_tagged_files = \ 215 list='$(am__tagged_files)'; \ 216 unique=`for i in $$list; do \ 217 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 218 done | $(am__uniquify_input)` 219 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \ 220 $(top_srcdir)/depcomp 221 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 222 ACLOCAL = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16 223 AMTAR = $${TAR-tar} 224 AM_DEFAULT_VERBOSITY = 0 225 APXS = 226 AR = /usr/bin/ar 227 AR_FLAGS = cr 228 AS = as 229 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf 230 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader 231 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16 232 AWK = gawk 233 BLANK_AT_MAKETIME = 234 CADDY = 235 CC = gcc 236 CCDEPMODE = depmode=gcc3 237 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers 238 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden 239 CONFIGURE_OPTIONS = " '--with-mbedtls'" 240 CPP = gcc -E 241 CPPFLAGS = -D_GNU_SOURCE -isystem /include 242 CSCOPE = cscope 243 CTAGS = ctags 244 CURLVERSION = 8.15.0 245 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt 246 CURL_CA_EMBED = 247 CURL_CFLAG_EXTRAS = 248 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include 249 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 250 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4 251 CURL_NETWORK_AND_TIME_LIBS = 252 CYGPATH_W = echo 253 DEFS = -DHAVE_CONFIG_H 254 DEPDIR = .deps 255 DLLTOOL = false 256 DSYMUTIL = 257 DUMPBIN = 258 ECHO_C = 259 ECHO_N = -n 260 ECHO_T = 261 EGREP = /usr/bin/grep -E 262 ENABLE_SHARED = yes 263 ENABLE_STATIC = yes 264 ETAGS = etags 265 EXEEXT = 266 FGREP = /usr/bin/grep -F 267 FILECMD = file 268 FISH_FUNCTIONS_DIR = 269 GCOV = 270 GREP = /usr/bin/grep 271 HAVE_LIBZ = 1 272 HTTPD = 273 HTTPD_NGHTTPX = 274 INSTALL = /usr/bin/install -c 275 INSTALL_DATA = ${INSTALL} -m 644 276 INSTALL_PROGRAM = ${INSTALL} 277 INSTALL_SCRIPT = ${INSTALL} 278 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 279 LCOV = 280 LD = /usr/bin/ld -m elf_x86_64 281 LDFLAGS = -L/lib 282 LIBCURL_PC_CFLAGS = 283 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB 284 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib 285 LIBCURL_PC_LIBS = 286 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz 287 LIBCURL_PC_REQUIRES = 288 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2 289 LIBOBJS = 290 291 # Prevent LIBS from being used for all link targets 292 LIBS = $(BLANK_AT_MAKETIME) 293 LIBTOOL = $(SHELL) $(top_builddir)/libtool 294 LIPO = 295 LN_S = ln -s 296 LTLIBOBJS = 297 LT_SYS_LIBRARY_PATH = 298 MAINT = # 299 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo 300 MANIFEST_TOOL = : 301 MKDIR_P = /usr/bin/mkdir -p 302 NM = /usr/bin/nm -B 303 NMEDIT = 304 OBJDUMP = objdump 305 OBJEXT = o 306 OTOOL = 307 OTOOL64 = 308 PACKAGE = curl 309 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/ 310 PACKAGE_NAME = curl 311 PACKAGE_STRING = curl - 312 PACKAGE_TARNAME = curl 313 PACKAGE_URL = 314 PACKAGE_VERSION = - 315 PATH_SEPARATOR = : 316 PERL = /usr/bin/perl 317 PKGCONFIG = /usr/bin/pkg-config 318 RANLIB = ranlib 319 RC = 320 SED = /usr/bin/sed 321 SET_MAKE = 322 SHELL = /bin/sh 323 SSL_BACKENDS = mbedTLS 324 STRIP = strip 325 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd 326 SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP WS WSS 327 TEST_NGHTTPX = nghttpx 328 VERSION = - 329 VERSIONNUM = 080f00 330 VSFTPD = 331 ZLIB_LIBS = -lz 332 ZSH_FUNCTIONS_DIR = 333 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/tests/client 334 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/tests/client 335 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 336 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 337 ac_ct_AR = 338 ac_ct_CC = gcc 339 ac_ct_DUMPBIN = 340 am__include = include 341 am__leading_dot = . 342 am__quote = 343 am__tar = $${TAR-tar} chof - "$$tardir" 344 am__untar = $${TAR-tar} xf - 345 bindir = ${exec_prefix}/bin 346 build = x86_64-pc-linux-gnu 347 build_alias = 348 build_cpu = x86_64 349 build_os = linux-gnu 350 build_vendor = pc 351 builddir = . 352 datadir = ${datarootdir} 353 datarootdir = ${prefix}/share 354 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 355 dvidir = ${docdir} 356 exec_prefix = ${prefix} 357 host = x86_64-pc-linux-gnu 358 host_alias = 359 host_cpu = x86_64 360 host_os = linux-gnu 361 host_vendor = pc 362 htmldir = ${docdir} 363 includedir = ${prefix}/include 364 infodir = ${datarootdir}/info 365 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh 366 libdir = ${exec_prefix}/lib 367 libexecdir = ${exec_prefix}/libexec 368 libext = a 369 localedir = ${datarootdir}/locale 370 localstatedir = ${prefix}/var 371 mandir = ${datarootdir}/man 372 mkdir_p = $(MKDIR_P) 373 oldincludedir = /usr/include 374 pdfdir = ${docdir} 375 prefix = /usr/local 376 program_transform_name = s,x,x, 377 psdir = ${docdir} 378 runstatedir = ${localstatedir}/run 379 sbindir = ${exec_prefix}/sbin 380 sharedstatedir = ${prefix}/com 381 srcdir = . 382 sysconfdir = ${prefix}/etc 383 target_alias = 384 top_build_prefix = ../../ 385 top_builddir = ../.. 386 top_srcdir = ../.. 387 388 #*************************************************************************** 389 # _ _ ____ _ 390 # Project ___| | | | _ \| | 391 # / __| | | | |_) | | 392 # | (__| |_| | _ <| |___ 393 # \___|\___/|_| \_\_____| 394 # 395 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 396 # 397 # This software is licensed as described in the file COPYING, which 398 # you should have received as part of this distribution. The terms 399 # are also available at https://curl.se/docs/copyright.html. 400 # 401 # You may opt to use, copy, modify, merge, publish, distribute and/or sell 402 # copies of the Software, and permit persons to whom the Software is 403 # furnished to do so, under the terms of the COPYING file. 404 # 405 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 406 # KIND, either express or implied. 407 # 408 # SPDX-License-Identifier: curl 409 # 410 ########################################################################### 411 AUTOMAKE_OPTIONS = foreign nostdinc 412 413 # Specify our include paths here, and do it relative to $(top_srcdir) and 414 # $(top_builddir), to ensure that these paths which belong to the library 415 # being currently built and tested are searched before the library which 416 # might possibly already be installed in the system. 417 # 418 # $(top_srcdir)/include is for libcurl's external include files 419 # $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file 420 # $(top_srcdir)/lib for libcurl's lib/curl_setup.h and other "borrowed" files 421 # $(srcdir) for the generated bundle source to find included test sources 422 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/lib \ 423 -I$(top_srcdir)/lib -I$(srcdir) $(am__append_1) \ 424 -DCURL_NO_OLDIES 425 BUNDLE = clients 426 427 # Files referenced from the bundle source 428 FIRST_C = first.c 429 FIRST_H = first.h 430 CURLX_C = \ 431 ../../lib/curlx/multibyte.c \ 432 ../../lib/curlx/timediff.c \ 433 ../../lib/curlx/wait.c 434 435 436 # All test clients 437 TESTS_C = \ 438 h2_pausing.c \ 439 h2_serverpush.c \ 440 h2_upgrade_extreme.c \ 441 hx_download.c \ 442 hx_upload.c \ 443 tls_session_reuse.c \ 444 upload_pausing.c \ 445 ws_data.c \ 446 ws_pingpong.c 447 448 449 # Get BUNDLE, FIRST_C, FIRST_H, CURLX_C, TESTS_C variables 450 EXTRA_DIST = CMakeLists.txt $(FIRST_C) $(FIRST_H) $(TESTS_C) 451 # These are part of the libcurl static lib. Add them here when linking shared. 452 curlx_c_lib = $(CURLX_C) 453 #curlx_c_lib = 454 LDADD = $(top_builddir)/lib/libcurl.la 455 CLEANFILES = $(BUNDLE).c 456 CHECKSRC = $(CS_$(V)) 457 CS_0 = @echo " RUN " $@; 458 CS_1 = 459 CS_ = $(CS_0) 460 all: all-am 461 462 .SUFFIXES: 463 .SUFFIXES: .c .lo .o .obj 464 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) 465 @for dep in $?; do \ 466 case '$(am__configure_deps)' in \ 467 *$$dep*) \ 468 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 469 && { if test -f $@; then exit 0; else break; fi; }; \ 470 exit 1;; \ 471 esac; \ 472 done; \ 473 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/client/Makefile'; \ 474 $(am__cd) $(top_srcdir) && \ 475 $(AUTOMAKE) --foreign tests/client/Makefile 476 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 477 @case '$?' in \ 478 *config.status*) \ 479 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 480 *) \ 481 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 482 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 483 esac; 484 $(srcdir)/Makefile.inc $(am__empty): 485 486 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 487 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 488 489 $(top_srcdir)/configure: # $(am__configure_deps) 490 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 491 $(ACLOCAL_M4): # $(am__aclocal_m4_deps) 492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 493 $(am__aclocal_m4_deps): 494 495 clean-noinstPROGRAMS: 496 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 497 echo " rm -f" $$list; \ 498 rm -f $$list || exit $$?; \ 499 test -n "$(EXEEXT)" || exit 0; \ 500 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 501 echo " rm -f" $$list; \ 502 rm -f $$list 503 504 clients$(EXEEXT): $(clients_OBJECTS) $(clients_DEPENDENCIES) $(EXTRA_clients_DEPENDENCIES) 505 @rm -f clients$(EXEEXT) 506 $(AM_V_CCLD)$(LINK) $(clients_OBJECTS) $(clients_LDADD) $(LIBS) 507 508 mostlyclean-compile: 509 -rm -f *.$(OBJEXT) 510 511 distclean-compile: 512 -rm -f *.tab.c 513 514 include ./$(DEPDIR)/clients.Po # am--include-marker 515 516 $(am__depfiles_remade): 517 @$(MKDIR_P) $(@D) 518 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 519 520 am--depfiles: $(am__depfiles_remade) 521 522 .c.o: 523 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 524 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 525 $(am__mv) $$depbase.Tpo $$depbase.Po 526 # $(AM_V_CC)source='$<' object='$@' libtool=no \ 527 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 528 # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 529 530 .c.obj: 531 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 532 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 533 $(am__mv) $$depbase.Tpo $$depbase.Po 534 # $(AM_V_CC)source='$<' object='$@' libtool=no \ 535 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 536 # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 537 538 .c.lo: 539 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 540 $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 541 $(am__mv) $$depbase.Tpo $$depbase.Plo 542 # $(AM_V_CC)source='$<' object='$@' libtool=yes \ 543 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 544 # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 545 546 mostlyclean-libtool: 547 -rm -f *.lo 548 549 clean-libtool: 550 -rm -rf .libs _libs 551 552 ID: $(am__tagged_files) 553 $(am__define_uniq_tagged_files); mkid -fID $$unique 554 tags: tags-am 555 TAGS: tags 556 557 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 558 set x; \ 559 here=`pwd`; \ 560 $(am__define_uniq_tagged_files); \ 561 shift; \ 562 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 563 test -n "$$unique" || unique=$$empty_fix; \ 564 if test $$# -gt 0; then \ 565 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 566 "$$@" $$unique; \ 567 else \ 568 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 569 $$unique; \ 570 fi; \ 571 fi 572 ctags: ctags-am 573 574 CTAGS: ctags 575 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 576 $(am__define_uniq_tagged_files); \ 577 test -z "$(CTAGS_ARGS)$$unique" \ 578 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 579 $$unique 580 581 GTAGS: 582 here=`$(am__cd) $(top_builddir) && pwd` \ 583 && $(am__cd) $(top_srcdir) \ 584 && gtags -i $(GTAGS_ARGS) "$$here" 585 cscopelist: cscopelist-am 586 587 cscopelist-am: $(am__tagged_files) 588 list='$(am__tagged_files)'; \ 589 case "$(srcdir)" in \ 590 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 591 *) sdir=$(subdir)/$(srcdir) ;; \ 592 esac; \ 593 for i in $$list; do \ 594 if test -f "$$i"; then \ 595 echo "$(subdir)/$$i"; \ 596 else \ 597 echo "$$sdir/$$i"; \ 598 fi; \ 599 done >> $(top_builddir)/cscope.files 600 601 distclean-tags: 602 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 603 distdir: $(BUILT_SOURCES) 604 $(MAKE) $(AM_MAKEFLAGS) distdir-am 605 606 distdir-am: $(DISTFILES) 607 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 608 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 609 list='$(DISTFILES)'; \ 610 dist_files=`for file in $$list; do echo $$file; done | \ 611 sed -e "s|^$$srcdirstrip/||;t" \ 612 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 613 case $$dist_files in \ 614 */*) $(MKDIR_P) `echo "$$dist_files" | \ 615 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 616 sort -u` ;; \ 617 esac; \ 618 for file in $$dist_files; do \ 619 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 620 if test -d $$d/$$file; then \ 621 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 622 if test -d "$(distdir)/$$file"; then \ 623 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 624 fi; \ 625 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 626 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 627 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 628 fi; \ 629 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 630 else \ 631 test -f "$(distdir)/$$file" \ 632 || cp -p $$d/$$file "$(distdir)/$$file" \ 633 || exit 1; \ 634 fi; \ 635 done 636 check-am: all-am 637 check: check-am 638 #all-local: 639 all-am: Makefile $(PROGRAMS) all-local 640 installdirs: 641 install: install-am 642 install-exec: install-exec-am 643 install-data: install-data-am 644 uninstall: uninstall-am 645 646 install-am: all-am 647 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 648 649 installcheck: installcheck-am 650 install-strip: 651 if test -z '$(STRIP)'; then \ 652 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 653 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 654 install; \ 655 else \ 656 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 657 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 658 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 659 fi 660 mostlyclean-generic: 661 662 clean-generic: 663 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 664 665 distclean-generic: 666 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 667 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 668 669 maintainer-clean-generic: 670 @echo "This command is intended for maintainers to use" 671 @echo "it deletes files that may require special tools to rebuild." 672 clean: clean-am 673 674 clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \ 675 mostlyclean-am 676 677 distclean: distclean-am 678 -rm -f ./$(DEPDIR)/clients.Po 679 -rm -f Makefile 680 distclean-am: clean-am distclean-compile distclean-generic \ 681 distclean-tags 682 683 dvi: dvi-am 684 685 dvi-am: 686 687 html: html-am 688 689 html-am: 690 691 info: info-am 692 693 info-am: 694 695 install-data-am: 696 697 install-dvi: install-dvi-am 698 699 install-dvi-am: 700 701 install-exec-am: 702 703 install-html: install-html-am 704 705 install-html-am: 706 707 install-info: install-info-am 708 709 install-info-am: 710 711 install-man: 712 713 install-pdf: install-pdf-am 714 715 install-pdf-am: 716 717 install-ps: install-ps-am 718 719 install-ps-am: 720 721 installcheck-am: 722 723 maintainer-clean: maintainer-clean-am 724 -rm -f ./$(DEPDIR)/clients.Po 725 -rm -f Makefile 726 maintainer-clean-am: distclean-am maintainer-clean-generic 727 728 mostlyclean: mostlyclean-am 729 730 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 731 mostlyclean-libtool 732 733 pdf: pdf-am 734 735 pdf-am: 736 737 ps: ps-am 738 739 ps-am: 740 741 uninstall-am: 742 743 .MAKE: install-am install-strip 744 745 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \ 746 check-am clean clean-generic clean-libtool clean-local \ 747 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 748 distclean-compile distclean-generic distclean-libtool \ 749 distclean-tags distdir dvi dvi-am html html-am info info-am \ 750 install install-am install-data install-data-am install-dvi \ 751 install-dvi-am install-exec install-exec-am install-html \ 752 install-html-am install-info install-info-am install-man \ 753 install-pdf install-pdf-am install-ps install-ps-am \ 754 install-strip installcheck installcheck-am installdirs \ 755 maintainer-clean maintainer-clean-generic mostlyclean \ 756 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 757 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am 758 759 .PRECIOUS: Makefile 760 761 $(BUNDLE).c: $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRST_C) $(curlx_c_lib) $(TESTS_C) 762 /usr/bin/perl $(top_srcdir)/scripts/mk-unity.pl --include $(curlx_c_lib) --test $(TESTS_C) > $(BUNDLE).c 763 764 # ignore generated C files since they play by slightly different rules! 765 checksrc: 766 $(CHECKSRC)(/usr/bin/perl $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) \ 767 -W$(srcdir)/$(BUNDLE).c \ 768 $(srcdir)/*.[ch]) 769 770 all-local: checksrc 771 772 clean-local: 773 rm -f $(BUNDLE) 774 775 # Tell versions [3.59,3.63) of GNU make to not export all variables. 776 # Otherwise a system limit (for SysV at least) may be exceeded. 777 .NOEXPORT: