Makefile (24608B)
1 # Makefile.in generated by automake 1.16.5 from Makefile.am. 2 # tests/server/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/server 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 = servers$(EXEEXT) 151 PROGRAMS = $(noinst_PROGRAMS) 152 servers_SOURCES = servers.c 153 servers_OBJECTS = servers.$(OBJEXT) 154 servers_LDADD = $(LDADD) 155 servers_DEPENDENCIES = 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)/servers.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 = servers.c 196 DIST_SOURCES = servers.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/server 334 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/tests/server 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) -DWITHOUT_LIBCURL \ 424 -DCURL_NO_OLDIES $(am__append_1) 425 BUNDLE = servers 426 427 # Files referenced from the bundle source 428 FIRST_C = first.c 429 FIRST_H = first.h 430 431 # Common files used by test programs 432 UTILS_C = memptr.c getpart.c util.c 433 UTILS_H = 434 CURLX_C = \ 435 ../../lib/curlx/base64.c \ 436 ../../lib/curlx/inet_pton.c \ 437 ../../lib/curlx/inet_ntop.c \ 438 ../../lib/curlx/multibyte.c \ 439 ../../lib/curlx/nonblock.c \ 440 ../../lib/curlx/strparse.c \ 441 ../../lib/curlx/timediff.c \ 442 ../../lib/curlx/timeval.c \ 443 ../../lib/curlx/version_win32.c \ 444 ../../lib/curlx/wait.c \ 445 ../../lib/curlx/warnless.c \ 446 ../../lib/curlx/winapi.c 447 448 449 # All test servers 450 TESTS_C = \ 451 dnsd.c \ 452 mqttd.c \ 453 resolve.c \ 454 rtspd.c \ 455 sockfilt.c \ 456 socksd.c \ 457 sws.c \ 458 tftpd.c 459 460 461 # Get BUNDLE, FIRST_C, FIRST_H, UTILS_C, UTILS_H, CURLX_C, TESTS_C variables 462 EXTRA_DIST = CMakeLists.txt .checksrc $(FIRST_C) $(FIRST_H) $(UTILS_C) $(UTILS_H) $(TESTS_C) 463 LDADD = 464 CLEANFILES = $(BUNDLE).c 465 CHECKSRC = $(CS_$(V)) 466 CS_0 = @echo " RUN " $@; 467 CS_1 = 468 CS_ = $(CS_0) 469 all: all-am 470 471 .SUFFIXES: 472 .SUFFIXES: .c .lo .o .obj 473 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) 474 @for dep in $?; do \ 475 case '$(am__configure_deps)' in \ 476 *$$dep*) \ 477 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 478 && { if test -f $@; then exit 0; else break; fi; }; \ 479 exit 1;; \ 480 esac; \ 481 done; \ 482 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/server/Makefile'; \ 483 $(am__cd) $(top_srcdir) && \ 484 $(AUTOMAKE) --foreign tests/server/Makefile 485 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 486 @case '$?' in \ 487 *config.status*) \ 488 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 489 *) \ 490 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 491 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 492 esac; 493 $(srcdir)/Makefile.inc $(am__empty): 494 495 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 496 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 497 498 $(top_srcdir)/configure: # $(am__configure_deps) 499 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 500 $(ACLOCAL_M4): # $(am__aclocal_m4_deps) 501 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 502 $(am__aclocal_m4_deps): 503 504 clean-noinstPROGRAMS: 505 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 506 echo " rm -f" $$list; \ 507 rm -f $$list || exit $$?; \ 508 test -n "$(EXEEXT)" || exit 0; \ 509 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 510 echo " rm -f" $$list; \ 511 rm -f $$list 512 513 servers$(EXEEXT): $(servers_OBJECTS) $(servers_DEPENDENCIES) $(EXTRA_servers_DEPENDENCIES) 514 @rm -f servers$(EXEEXT) 515 $(AM_V_CCLD)$(LINK) $(servers_OBJECTS) $(servers_LDADD) $(LIBS) 516 517 mostlyclean-compile: 518 -rm -f *.$(OBJEXT) 519 520 distclean-compile: 521 -rm -f *.tab.c 522 523 include ./$(DEPDIR)/servers.Po # am--include-marker 524 525 $(am__depfiles_remade): 526 @$(MKDIR_P) $(@D) 527 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 528 529 am--depfiles: $(am__depfiles_remade) 530 531 .c.o: 532 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 533 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 534 $(am__mv) $$depbase.Tpo $$depbase.Po 535 # $(AM_V_CC)source='$<' object='$@' libtool=no \ 536 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 537 # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 538 539 .c.obj: 540 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 541 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 542 $(am__mv) $$depbase.Tpo $$depbase.Po 543 # $(AM_V_CC)source='$<' object='$@' libtool=no \ 544 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 545 # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 546 547 .c.lo: 548 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 549 $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 550 $(am__mv) $$depbase.Tpo $$depbase.Plo 551 # $(AM_V_CC)source='$<' object='$@' libtool=yes \ 552 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 553 # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 554 555 mostlyclean-libtool: 556 -rm -f *.lo 557 558 clean-libtool: 559 -rm -rf .libs _libs 560 561 ID: $(am__tagged_files) 562 $(am__define_uniq_tagged_files); mkid -fID $$unique 563 tags: tags-am 564 TAGS: tags 565 566 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 567 set x; \ 568 here=`pwd`; \ 569 $(am__define_uniq_tagged_files); \ 570 shift; \ 571 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 572 test -n "$$unique" || unique=$$empty_fix; \ 573 if test $$# -gt 0; then \ 574 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 575 "$$@" $$unique; \ 576 else \ 577 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 578 $$unique; \ 579 fi; \ 580 fi 581 ctags: ctags-am 582 583 CTAGS: ctags 584 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 585 $(am__define_uniq_tagged_files); \ 586 test -z "$(CTAGS_ARGS)$$unique" \ 587 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 588 $$unique 589 590 GTAGS: 591 here=`$(am__cd) $(top_builddir) && pwd` \ 592 && $(am__cd) $(top_srcdir) \ 593 && gtags -i $(GTAGS_ARGS) "$$here" 594 cscopelist: cscopelist-am 595 596 cscopelist-am: $(am__tagged_files) 597 list='$(am__tagged_files)'; \ 598 case "$(srcdir)" in \ 599 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 600 *) sdir=$(subdir)/$(srcdir) ;; \ 601 esac; \ 602 for i in $$list; do \ 603 if test -f "$$i"; then \ 604 echo "$(subdir)/$$i"; \ 605 else \ 606 echo "$$sdir/$$i"; \ 607 fi; \ 608 done >> $(top_builddir)/cscope.files 609 610 distclean-tags: 611 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 612 distdir: $(BUILT_SOURCES) 613 $(MAKE) $(AM_MAKEFLAGS) distdir-am 614 615 distdir-am: $(DISTFILES) 616 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 617 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 618 list='$(DISTFILES)'; \ 619 dist_files=`for file in $$list; do echo $$file; done | \ 620 sed -e "s|^$$srcdirstrip/||;t" \ 621 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 622 case $$dist_files in \ 623 */*) $(MKDIR_P) `echo "$$dist_files" | \ 624 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 625 sort -u` ;; \ 626 esac; \ 627 for file in $$dist_files; do \ 628 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 629 if test -d $$d/$$file; then \ 630 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 631 if test -d "$(distdir)/$$file"; then \ 632 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 633 fi; \ 634 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 635 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 636 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 637 fi; \ 638 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 639 else \ 640 test -f "$(distdir)/$$file" \ 641 || cp -p $$d/$$file "$(distdir)/$$file" \ 642 || exit 1; \ 643 fi; \ 644 done 645 check-am: all-am 646 check: check-am 647 #all-local: 648 all-am: Makefile $(PROGRAMS) all-local 649 installdirs: 650 install: install-am 651 install-exec: install-exec-am 652 install-data: install-data-am 653 uninstall: uninstall-am 654 655 install-am: all-am 656 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 657 658 installcheck: installcheck-am 659 install-strip: 660 if test -z '$(STRIP)'; then \ 661 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 662 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 663 install; \ 664 else \ 665 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 666 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 667 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 668 fi 669 mostlyclean-generic: 670 671 clean-generic: 672 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 673 674 distclean-generic: 675 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 676 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 677 678 maintainer-clean-generic: 679 @echo "This command is intended for maintainers to use" 680 @echo "it deletes files that may require special tools to rebuild." 681 clean: clean-am 682 683 clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \ 684 mostlyclean-am 685 686 distclean: distclean-am 687 -rm -f ./$(DEPDIR)/servers.Po 688 -rm -f Makefile 689 distclean-am: clean-am distclean-compile distclean-generic \ 690 distclean-tags 691 692 dvi: dvi-am 693 694 dvi-am: 695 696 html: html-am 697 698 html-am: 699 700 info: info-am 701 702 info-am: 703 704 install-data-am: 705 706 install-dvi: install-dvi-am 707 708 install-dvi-am: 709 710 install-exec-am: 711 712 install-html: install-html-am 713 714 install-html-am: 715 716 install-info: install-info-am 717 718 install-info-am: 719 720 install-man: 721 722 install-pdf: install-pdf-am 723 724 install-pdf-am: 725 726 install-ps: install-ps-am 727 728 install-ps-am: 729 730 installcheck-am: 731 732 maintainer-clean: maintainer-clean-am 733 -rm -f ./$(DEPDIR)/servers.Po 734 -rm -f Makefile 735 maintainer-clean-am: distclean-am maintainer-clean-generic 736 737 mostlyclean: mostlyclean-am 738 739 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 740 mostlyclean-libtool 741 742 pdf: pdf-am 743 744 pdf-am: 745 746 ps: ps-am 747 748 ps-am: 749 750 uninstall-am: 751 752 .MAKE: install-am install-strip 753 754 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \ 755 check-am clean clean-generic clean-libtool clean-local \ 756 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 757 distclean-compile distclean-generic distclean-libtool \ 758 distclean-tags distdir dvi dvi-am html html-am info info-am \ 759 install install-am install-data install-data-am install-dvi \ 760 install-dvi-am install-exec install-exec-am install-html \ 761 install-html-am install-info install-info-am install-man \ 762 install-pdf install-pdf-am install-ps install-ps-am \ 763 install-strip installcheck installcheck-am installdirs \ 764 maintainer-clean maintainer-clean-generic mostlyclean \ 765 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 766 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am 767 768 .PRECIOUS: Makefile 769 770 771 $(BUNDLE).c: $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRST_C) $(UTILS_C) $(CURLX_C) $(TESTS_C) 772 /usr/bin/perl $(top_srcdir)/scripts/mk-unity.pl --include $(UTILS_C) $(CURLX_C) --test $(TESTS_C) > $(BUNDLE).c 773 774 # ignore generated C files since they play by slightly different rules! 775 checksrc: 776 $(CHECKSRC)(/usr/bin/perl $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) \ 777 -W$(srcdir)/$(BUNDLE).c \ 778 $(srcdir)/*.[ch]) 779 780 all-local: checksrc 781 782 clean-local: 783 rm -f $(BUNDLE) 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: