Makefile (43235B)
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# src/protocols/kubernetes/tests/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# Licensed to the Apache Software Foundation (ASF) under one 19# or more contributor license agreements. See the NOTICE file 20# distributed with this work for additional information 21# regarding copyright ownership. The ASF licenses this file 22# to you under the Apache License, Version 2.0 (the 23# "License"); you may not use this file except in compliance 24# with the License. You may obtain a copy of the License at 25# 26# http://www.apache.org/licenses/LICENSE-2.0 27# 28# Unless required by applicable law or agreed to in writing, 29# software distributed under the License is distributed on an 30# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 31# KIND, either express or implied. See the License for the 32# specific language governing permissions and limitations 33# under the License. 34# 35# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim 36# into Makefile.in. Though the build system (GNU Autotools) automatically adds 37# its own license boilerplate to the generated Makefile.in, that boilerplate 38# does not apply to the transcluded portions of Makefile.am which are licensed 39# to you by the ASF under the Apache License, Version 2.0, as described above. 40# 41 42am__is_gnu_make = { \ 43 if test -z '$(MAKELEVEL)'; then \ 44 false; \ 45 elif test -n '$(MAKE_HOST)'; then \ 46 true; \ 47 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 48 true; \ 49 else \ 50 false; \ 51 fi; \ 52} 53am__make_running_with_option = \ 54 case $${target_option-} in \ 55 ?) ;; \ 56 *) echo "am__make_running_with_option: internal error: invalid" \ 57 "target option '$${target_option-}' specified" >&2; \ 58 exit 1;; \ 59 esac; \ 60 has_opt=no; \ 61 sane_makeflags=$$MAKEFLAGS; \ 62 if $(am__is_gnu_make); then \ 63 sane_makeflags=$$MFLAGS; \ 64 else \ 65 case $$MAKEFLAGS in \ 66 *\\[\ \ ]*) \ 67 bs=\\; \ 68 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 69 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 70 esac; \ 71 fi; \ 72 skip_next=no; \ 73 strip_trailopt () \ 74 { \ 75 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 76 }; \ 77 for flg in $$sane_makeflags; do \ 78 test $$skip_next = yes && { skip_next=no; continue; }; \ 79 case $$flg in \ 80 *=*|--*) continue;; \ 81 -*I) strip_trailopt 'I'; skip_next=yes;; \ 82 -*I?*) strip_trailopt 'I';; \ 83 -*O) strip_trailopt 'O'; skip_next=yes;; \ 84 -*O?*) strip_trailopt 'O';; \ 85 -*l) strip_trailopt 'l'; skip_next=yes;; \ 86 -*l?*) strip_trailopt 'l';; \ 87 -[dEDm]) skip_next=yes;; \ 88 -[JT]) skip_next=yes;; \ 89 esac; \ 90 case $$flg in \ 91 *$$target_option*) has_opt=yes; break;; \ 92 esac; \ 93 done; \ 94 test $$has_opt = yes 95am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 96am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 97pkgdatadir = $(datadir)/guacamole-server 98pkgincludedir = $(includedir)/guacamole-server 99pkglibdir = $(libdir)/guacamole-server 100pkglibexecdir = $(libexecdir)/guacamole-server 101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 102install_sh_DATA = $(install_sh) -c -m 644 103install_sh_PROGRAM = $(install_sh) -c 104install_sh_SCRIPT = $(install_sh) -c 105INSTALL_HEADER = $(INSTALL_DATA) 106transform = $(program_transform_name) 107NORMAL_INSTALL = : 108PRE_INSTALL = : 109POST_INSTALL = : 110NORMAL_UNINSTALL = : 111PRE_UNINSTALL = : 112POST_UNINSTALL = : 113build_triplet = x86_64-pc-linux-gnu 114host_triplet = x86_64-pc-linux-gnu 115check_PROGRAMS = test_kubernetes$(EXEEXT) 116subdir = src/protocols/kubernetes/tests 117ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 118am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 119 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 120 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 121 $(top_srcdir)/configure.ac 122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 123 $(ACLOCAL_M4) 124DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 125mkinstalldirs = $(install_sh) -d 126CONFIG_HEADER = $(top_builddir)/config.h 127CONFIG_CLEAN_FILES = 128CONFIG_CLEAN_VPATH_FILES = 129am__dirstamp = $(am__leading_dot)dirstamp 130am_test_kubernetes_OBJECTS = url/test_kubernetes-append.$(OBJEXT) \ 131 url/test_kubernetes-escape.$(OBJEXT) 132nodist_test_kubernetes_OBJECTS = \ 133 test_kubernetes-_generated_runner.$(OBJEXT) 134test_kubernetes_OBJECTS = $(am_test_kubernetes_OBJECTS) \ 135 $(nodist_test_kubernetes_OBJECTS) 136test_kubernetes_DEPENDENCIES = 137AM_V_lt = $(am__v_lt_$(V)) 138am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 139am__v_lt_0 = --silent 140am__v_lt_1 = 141test_kubernetes_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 142 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 143 $(test_kubernetes_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 144 -o $@ 145AM_V_P = $(am__v_P_$(V)) 146am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 147am__v_P_0 = false 148am__v_P_1 = : 149AM_V_GEN = $(am__v_GEN_$(V)) 150am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 151am__v_GEN_0 = @echo " GEN " $@; 152am__v_GEN_1 = 153AM_V_at = $(am__v_at_$(V)) 154am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 155am__v_at_0 = @ 156am__v_at_1 = 157DEFAULT_INCLUDES = -I. -I$(top_builddir) 158depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 159am__maybe_remake_depfiles = depfiles 160am__depfiles_remade = \ 161 ./$(DEPDIR)/test_kubernetes-_generated_runner.Po \ 162 url/$(DEPDIR)/test_kubernetes-append.Po \ 163 url/$(DEPDIR)/test_kubernetes-escape.Po 164am__mv = mv -f 165COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 166 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 167LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 168 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 169 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 170 $(AM_CFLAGS) $(CFLAGS) 171AM_V_CC = $(am__v_CC_$(V)) 172am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 173am__v_CC_0 = @echo " CC " $@; 174am__v_CC_1 = 175CCLD = $(CC) 176LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 177 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 178 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 179AM_V_CCLD = $(am__v_CCLD_$(V)) 180am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 181am__v_CCLD_0 = @echo " CCLD " $@; 182am__v_CCLD_1 = 183SOURCES = $(test_kubernetes_SOURCES) $(nodist_test_kubernetes_SOURCES) 184DIST_SOURCES = $(test_kubernetes_SOURCES) 185am__can_run_installinfo = \ 186 case $$AM_UPDATE_INFO_DIR in \ 187 n|no|NO) false;; \ 188 *) (install-info --version) >/dev/null 2>&1;; \ 189 esac 190am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 191# Read a list of newline-separated strings from the standard input, 192# and print each of them once, without duplicates. Input order is 193# *not* preserved. 194am__uniquify_input = $(AWK) '\ 195 BEGIN { nonempty = 0; } \ 196 { items[$$0] = 1; nonempty = 1; } \ 197 END { if (nonempty) { for (i in items) print i; }; } \ 198' 199# Make sure the list of sources is unique. This is necessary because, 200# e.g., the same source file might be shared among _SOURCES variables 201# for different programs/libraries. 202am__define_uniq_tagged_files = \ 203 list='$(am__tagged_files)'; \ 204 unique=`for i in $$list; do \ 205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 206 done | $(am__uniquify_input)` 207am__tty_colors_dummy = \ 208 mgn= red= grn= lgn= blu= brg= std=; \ 209 am__color_tests=no 210am__tty_colors = { \ 211 $(am__tty_colors_dummy); \ 212 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 213 am__color_tests=no; \ 214 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 215 am__color_tests=yes; \ 216 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 217 am__color_tests=yes; \ 218 fi; \ 219 if test $$am__color_tests = yes; then \ 220 red='[0;31m'; \ 221 grn='[0;32m'; \ 222 lgn='[1;32m'; \ 223 blu='[1;34m'; \ 224 mgn='[0;35m'; \ 225 brg='[1m'; \ 226 std='[m'; \ 227 fi; \ 228} 229am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 230am__vpath_adj = case $$p in \ 231 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 232 *) f=$$p;; \ 233 esac; 234am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 235am__install_max = 40 236am__nobase_strip_setup = \ 237 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 238am__nobase_strip = \ 239 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 240am__nobase_list = $(am__nobase_strip_setup); \ 241 for p in $$list; do echo "$$p $$p"; done | \ 242 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 243 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 244 if (++n[$$2] == $(am__install_max)) \ 245 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 246 END { for (dir in files) print dir, files[dir] }' 247am__base_list = \ 248 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 249 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 250am__uninstall_files_from_dir = { \ 251 test -z "$$files" \ 252 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 253 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 254 $(am__cd) "$$dir" && rm -f $$files; }; \ 255 } 256am__recheck_rx = ^[ ]*:recheck:[ ]* 257am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 258am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 259# A command that, given a newline-separated list of test names on the 260# standard input, print the name of the tests that are to be re-run 261# upon "make recheck". 262am__list_recheck_tests = $(AWK) '{ \ 263 recheck = 1; \ 264 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 265 { \ 266 if (rc < 0) \ 267 { \ 268 if ((getline line2 < ($$0 ".log")) < 0) \ 269 recheck = 0; \ 270 break; \ 271 } \ 272 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 273 { \ 274 recheck = 0; \ 275 break; \ 276 } \ 277 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 278 { \ 279 break; \ 280 } \ 281 }; \ 282 if (recheck) \ 283 print $$0; \ 284 close ($$0 ".trs"); \ 285 close ($$0 ".log"); \ 286}' 287# A command that, given a newline-separated list of test names on the 288# standard input, create the global log from their .trs and .log files. 289am__create_global_log = $(AWK) ' \ 290function fatal(msg) \ 291{ \ 292 print "fatal: making $@: " msg | "cat >&2"; \ 293 exit 1; \ 294} \ 295function rst_section(header) \ 296{ \ 297 print header; \ 298 len = length(header); \ 299 for (i = 1; i <= len; i = i + 1) \ 300 printf "="; \ 301 printf "\n\n"; \ 302} \ 303{ \ 304 copy_in_global_log = 1; \ 305 global_test_result = "RUN"; \ 306 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 307 { \ 308 if (rc < 0) \ 309 fatal("failed to read from " $$0 ".trs"); \ 310 if (line ~ /$(am__global_test_result_rx)/) \ 311 { \ 312 sub("$(am__global_test_result_rx)", "", line); \ 313 sub("[ ]*$$", "", line); \ 314 global_test_result = line; \ 315 } \ 316 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 317 copy_in_global_log = 0; \ 318 }; \ 319 if (copy_in_global_log) \ 320 { \ 321 rst_section(global_test_result ": " $$0); \ 322 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 323 { \ 324 if (rc < 0) \ 325 fatal("failed to read from " $$0 ".log"); \ 326 print line; \ 327 }; \ 328 printf "\n"; \ 329 }; \ 330 close ($$0 ".trs"); \ 331 close ($$0 ".log"); \ 332}' 333# Restructured Text title. 334am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 335# Solaris 10 'make', and several other traditional 'make' implementations, 336# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 337# by disabling -e (using the XSI extension "set +e") if it's set. 338am__sh_e_setup = case $$- in *e*) set +e;; esac 339# Default flags passed to test drivers. 340am__common_driver_flags = \ 341 --color-tests "$$am__color_tests" \ 342 --enable-hard-errors "$$am__enable_hard_errors" \ 343 --expect-failure "$$am__expect_failure" 344# To be inserted before the command running the test. Creates the 345# directory for the log if needed. Stores in $dir the directory 346# containing $f, in $tst the test, in $log the log. Executes the 347# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 348# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 349# will run the test scripts (or their associated LOG_COMPILER, if 350# thy have one). 351am__check_pre = \ 352$(am__sh_e_setup); \ 353$(am__vpath_adj_setup) $(am__vpath_adj) \ 354$(am__tty_colors); \ 355srcdir=$(srcdir); export srcdir; \ 356case "$@" in \ 357 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 358 *) am__odir=.;; \ 359esac; \ 360test "x$$am__odir" = x"." || test -d "$$am__odir" \ 361 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 362if test -f "./$$f"; then dir=./; \ 363elif test -f "$$f"; then dir=; \ 364else dir="$(srcdir)/"; fi; \ 365tst=$$dir$$f; log='$@'; \ 366if test -n '$(DISABLE_HARD_ERRORS)'; then \ 367 am__enable_hard_errors=no; \ 368else \ 369 am__enable_hard_errors=yes; \ 370fi; \ 371case " $(XFAIL_TESTS) " in \ 372 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 373 am__expect_failure=yes;; \ 374 *) \ 375 am__expect_failure=no;; \ 376esac; \ 377$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 378# A shell command to get the names of the tests scripts with any registered 379# extension removed (i.e., equivalently, the names of the test logs, with 380# the '.log' extension removed). The result is saved in the shell variable 381# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 382# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 383# since that might cause problem with VPATH rewrites for suffix-less tests. 384# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 385am__set_TESTS_bases = \ 386 bases='$(TEST_LOGS)'; \ 387 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 388 bases=`echo $$bases` 389AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 390RECHECK_LOGS = $(TEST_LOGS) 391AM_RECURSIVE_TARGETS = check recheck 392TEST_SUITE_LOG = test-suite.log 393TEST_EXTENSIONS = .test 394LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 395am__set_b = \ 396 case '$@' in \ 397 */*) \ 398 case '$*' in \ 399 */*) b='$*';; \ 400 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 401 esac;; \ 402 *) \ 403 b='$*';; \ 404 esac 405am__test_logs1 = $(TESTS:=.log) 406am__test_logs2 = $(am__test_logs1:.log=.log) 407TEST_LOGS = $(am__test_logs2:.test.log=.log) 408TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver 409TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 410 $(TEST_LOG_FLAGS) 411am__DIST_COMMON = $(srcdir)/Makefile.in \ 412 $(top_srcdir)/build-aux/depcomp \ 413 $(top_srcdir)/build-aux/test-driver 414DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 415ACLOCAL = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' aclocal-1.16 416AMTAR = $${TAR-tar} 417AM_DEFAULT_VERBOSITY = 1 418AR = ar 419AUTOCONF = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoconf 420AUTOHEADER = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoheader 421AUTOMAKE = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' automake-1.16 422AVCODEC_CFLAGS = 423AVCODEC_LIBS = -lavcodec 424AVFORMAT_CFLAGS = 425AVFORMAT_LIBS = -lavformat 426AVUTIL_CFLAGS = 427AVUTIL_LIBS = -lavutil 428AWK = gawk 429CAIRO_LIBS = -lcairo 430CC = gcc 431CCDEPMODE = depmode=gcc3 432CFLAGS = -g -O2 433COMMON_INCLUDE = -I$(top_srcdir)/src/common 434COMMON_LTLIB = $(top_builddir)/src/common/libguac_common.la 435COMMON_SSH_INCLUDE = -I$(top_srcdir)/src/common-ssh 436COMMON_SSH_LTLIB = $(top_builddir)/src/common-ssh/libguac_common_ssh.la 437CPP = 438CPPFLAGS = 439CSCOPE = cscope 440CTAGS = ctags 441CUNIT_LIBS = 442CYGPATH_W = echo 443DEFS = -DHAVE_CONFIG_H 444DEPDIR = .deps 445DLLTOOL = false 446DL_LIBS = -ldl 447DSYMUTIL = 448DUMPBIN = 449ECHO_C = 450ECHO_N = -n 451ECHO_T = 452EGREP = /usr/bin/grep -E 453ETAGS = etags 454EXEEXT = 455FGREP = /usr/bin/grep -F 456FILECMD = file 457FREERDP2_PLUGIN_DIR = 458GREP = /usr/bin/grep 459INSTALL = /usr/bin/install -c 460INSTALL_DATA = ${INSTALL} -m 644 461INSTALL_PROGRAM = ${INSTALL} 462INSTALL_SCRIPT = ${INSTALL} 463INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 464JPEG_LIBS = -ljpeg 465LD = /usr/bin/ld -m elf_x86_64 466LDFLAGS = 467LIBGUAC_CLIENT_KUBERNETES_INCLUDE = -I$(top_srcdir)/src/protocols/kubernetes 468LIBGUAC_CLIENT_KUBERNETES_LTLIB = $(top_builddir)/src/protocols/kubernetes/libguac-client-kubernetes.la 469LIBGUAC_CLIENT_RDP_INCLUDE = -I$(top_srcdir)/src/protocols/rdp 470LIBGUAC_CLIENT_RDP_LTLIB = $(top_builddir)/src/protocols/rdp/libguac-client-rdp.la 471LIBGUAC_INCLUDE = -I$(top_srcdir)/src/libguac 472LIBGUAC_LTLIB = $(top_builddir)/src/libguac/libguac.la 473LIBOBJS = 474LIBS = 475LIBTOOL = $(SHELL) $(top_builddir)/libtool 476LIPO = 477LN_S = ln -s 478LTLIBOBJS = 479LT_SYS_LIBRARY_PATH = 480MAKEINFO = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' makeinfo 481MANIFEST_TOOL = : 482MATH_LIBS = -lm 483MKDIR_P = /usr/bin/mkdir -p 484NM = /usr/bin/nm -B 485NMEDIT = 486OBJDUMP = objdump 487OBJEXT = o 488OTOOL = 489OTOOL64 = 490PACKAGE = guacamole-server 491PACKAGE_BUGREPORT = 492PACKAGE_NAME = guacamole-server 493PACKAGE_STRING = guacamole-server 1.5.4 494PACKAGE_TARNAME = guacamole-server 495PACKAGE_URL = 496PACKAGE_VERSION = 1.5.4 497PANGOCAIRO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/fribidi 498PANGOCAIRO_LIBS = -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo 499PANGO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/pixman-1 500PANGO_LIBS = -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz 501PATH_SEPARATOR = : 502PKG_CONFIG = /usr/bin/pkg-config 503PKG_CONFIG_LIBDIR = 504PKG_CONFIG_PATH = 505PNG_LIBS = -lpng 506PTHREAD_LIBS = -lpthread 507PULSE_INCLUDE = -I$(top_srcdir)/src/pulse 508PULSE_LIBS = -lpulse 509PULSE_LTLIB = $(top_builddir)/src/pulse/libguac_pulse.la 510RANLIB = ranlib 511RDP_CFLAGS = 512RDP_LIBS = 513SED = /usr/bin/sed 514SET_MAKE = 515SHELL = /bin/sh 516SSH_LIBS = -lssh2 517SSL_LIBS = -lssl -lcrypto 518STRIP = strip 519SWSCALE_CFLAGS = 520SWSCALE_LIBS = -lswscale 521TELNET_LIBS = 522TERMINAL_INCLUDE = -I$(top_srcdir)/src/terminal $(PANGO_CFLAGS) $(PANGOCAIRO_CFLAGS) $(COMMON_INCLUDE) 523TERMINAL_LTLIB = $(top_builddir)/src/terminal/libguac-terminal.la 524UUID_LIBS = -luuid 525VERSION = 1.5.4 526VNC_LIBS = 527VORBIS_LIBS = -logg -lvorbis -lvorbisenc 528WEBP_LIBS = -lwebp 529WEBSOCKETS_LIBS = -lwebsockets 530WINSOCK_LIBS = 531abs_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/protocols/kubernetes/tests 532abs_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/protocols/kubernetes/tests 533abs_top_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 534abs_top_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 535ac_ct_AR = ar 536ac_ct_CC = gcc 537ac_ct_DUMPBIN = 538am__include = include 539am__leading_dot = . 540am__quote = 541am__tar = $${TAR-tar} chof - "$$tardir" 542am__untar = $${TAR-tar} xf - 543bindir = ${exec_prefix}/bin 544build = x86_64-pc-linux-gnu 545build_alias = 546build_cpu = x86_64 547build_os = linux-gnu 548build_vendor = pc 549builddir = . 550datadir = ${datarootdir} 551datarootdir = ${prefix}/share 552docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 553dvidir = ${docdir} 554exec_prefix = ${prefix} 555host = x86_64-pc-linux-gnu 556host_alias = 557host_cpu = x86_64 558host_os = linux-gnu 559host_vendor = pc 560htmldir = ${docdir} 561includedir = ${prefix}/include 562infodir = ${datarootdir}/info 563init_dir = 564install_sh = ${SHELL} /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/install-sh 565libdir = ${exec_prefix}/lib 566libexecdir = ${exec_prefix}/libexec 567localedir = ${datarootdir}/locale 568localstatedir = ${prefix}/var 569mandir = ${datarootdir}/man 570mkdir_p = $(MKDIR_P) 571oldincludedir = /usr/include 572pdfdir = ${docdir} 573prefix = /usr/local 574program_transform_name = s,x,x, 575psdir = ${docdir} 576runstatedir = ${localstatedir}/run 577sbindir = ${exec_prefix}/sbin 578sharedstatedir = ${prefix}/com 579srcdir = . 580sysconfdir = ${prefix}/etc 581systemd_dir = 582target_alias = 583top_build_prefix = ../../../../ 584top_builddir = ../../../.. 585top_srcdir = ../../../.. 586AUTOMAKE_OPTIONS = foreign 587ACLOCAL_AMFLAGS = -I m4 588TESTS = $(check_PROGRAMS) 589test_kubernetes_SOURCES = \ 590 url/append.c \ 591 url/escape.c 592 593test_kubernetes_CFLAGS = \ 594 -Werror -Wall -pedantic \ 595 -I$(top_srcdir)/src/protocols/kubernetes \ 596 -I$(top_srcdir)/src/libguac 597 598test_kubernetes_LDADD = \ 599 \ 600 $(top_builddir)/src/protocols/kubernetes/libguac-client-kubernetes.la 601 602 603# 604# Autogenerate test runner 605# 606GEN_RUNNER = $(top_srcdir)/util/generate-test-runner.pl 607CLEANFILES = _generated_runner.c 608nodist_test_kubernetes_SOURCES = \ 609 _generated_runner.c 610 611 612# Use automake's TAP test driver for running any tests 613LOG_DRIVER = \ 614 env AM_TAP_AWK='$(AWK)' \ 615 $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh 616 617all: all-am 618 619.SUFFIXES: 620.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 621$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 622 @for dep in $?; do \ 623 case '$(am__configure_deps)' in \ 624 *$$dep*) \ 625 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 626 && { if test -f $@; then exit 0; else break; fi; }; \ 627 exit 1;; \ 628 esac; \ 629 done; \ 630 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/protocols/kubernetes/tests/Makefile'; \ 631 $(am__cd) $(top_srcdir) && \ 632 $(AUTOMAKE) --foreign src/protocols/kubernetes/tests/Makefile 633Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 634 @case '$?' in \ 635 *config.status*) \ 636 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 637 *) \ 638 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 639 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 640 esac; 641 642$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 643 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 644 645$(top_srcdir)/configure: $(am__configure_deps) 646 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 647$(ACLOCAL_M4): $(am__aclocal_m4_deps) 648 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 649$(am__aclocal_m4_deps): 650 651clean-checkPROGRAMS: 652 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 653 echo " rm -f" $$list; \ 654 rm -f $$list || exit $$?; \ 655 test -n "$(EXEEXT)" || exit 0; \ 656 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 657 echo " rm -f" $$list; \ 658 rm -f $$list 659url/$(am__dirstamp): 660 @$(MKDIR_P) url 661 @: > url/$(am__dirstamp) 662url/$(DEPDIR)/$(am__dirstamp): 663 @$(MKDIR_P) url/$(DEPDIR) 664 @: > url/$(DEPDIR)/$(am__dirstamp) 665url/test_kubernetes-append.$(OBJEXT): url/$(am__dirstamp) \ 666 url/$(DEPDIR)/$(am__dirstamp) 667url/test_kubernetes-escape.$(OBJEXT): url/$(am__dirstamp) \ 668 url/$(DEPDIR)/$(am__dirstamp) 669 670test_kubernetes$(EXEEXT): $(test_kubernetes_OBJECTS) $(test_kubernetes_DEPENDENCIES) $(EXTRA_test_kubernetes_DEPENDENCIES) 671 @rm -f test_kubernetes$(EXEEXT) 672 $(AM_V_CCLD)$(test_kubernetes_LINK) $(test_kubernetes_OBJECTS) $(test_kubernetes_LDADD) $(LIBS) 673 674mostlyclean-compile: 675 -rm -f *.$(OBJEXT) 676 -rm -f url/*.$(OBJEXT) 677 678distclean-compile: 679 -rm -f *.tab.c 680 681include ./$(DEPDIR)/test_kubernetes-_generated_runner.Po # am--include-marker 682include url/$(DEPDIR)/test_kubernetes-append.Po # am--include-marker 683include url/$(DEPDIR)/test_kubernetes-escape.Po # am--include-marker 684 685$(am__depfiles_remade): 686 @$(MKDIR_P) $(@D) 687 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 688 689am--depfiles: $(am__depfiles_remade) 690 691.c.o: 692 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 693 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 694 $(am__mv) $$depbase.Tpo $$depbase.Po 695# $(AM_V_CC)source='$<' object='$@' libtool=no \ 696# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 697# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 698 699.c.obj: 700 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 701 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 702 $(am__mv) $$depbase.Tpo $$depbase.Po 703# $(AM_V_CC)source='$<' object='$@' libtool=no \ 704# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 705# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 706 707.c.lo: 708 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 709 $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 710 $(am__mv) $$depbase.Tpo $$depbase.Plo 711# $(AM_V_CC)source='$<' object='$@' libtool=yes \ 712# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 713# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 714 715url/test_kubernetes-append.o: url/append.c 716 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -MT url/test_kubernetes-append.o -MD -MP -MF url/$(DEPDIR)/test_kubernetes-append.Tpo -c -o url/test_kubernetes-append.o `test -f 'url/append.c' || echo '$(srcdir)/'`url/append.c 717 $(AM_V_at)$(am__mv) url/$(DEPDIR)/test_kubernetes-append.Tpo url/$(DEPDIR)/test_kubernetes-append.Po 718# $(AM_V_CC)source='url/append.c' object='url/test_kubernetes-append.o' libtool=no \ 719# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 720# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -c -o url/test_kubernetes-append.o `test -f 'url/append.c' || echo '$(srcdir)/'`url/append.c 721 722url/test_kubernetes-append.obj: url/append.c 723 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -MT url/test_kubernetes-append.obj -MD -MP -MF url/$(DEPDIR)/test_kubernetes-append.Tpo -c -o url/test_kubernetes-append.obj `if test -f 'url/append.c'; then $(CYGPATH_W) 'url/append.c'; else $(CYGPATH_W) '$(srcdir)/url/append.c'; fi` 724 $(AM_V_at)$(am__mv) url/$(DEPDIR)/test_kubernetes-append.Tpo url/$(DEPDIR)/test_kubernetes-append.Po 725# $(AM_V_CC)source='url/append.c' object='url/test_kubernetes-append.obj' libtool=no \ 726# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 727# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -c -o url/test_kubernetes-append.obj `if test -f 'url/append.c'; then $(CYGPATH_W) 'url/append.c'; else $(CYGPATH_W) '$(srcdir)/url/append.c'; fi` 728 729url/test_kubernetes-escape.o: url/escape.c 730 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -MT url/test_kubernetes-escape.o -MD -MP -MF url/$(DEPDIR)/test_kubernetes-escape.Tpo -c -o url/test_kubernetes-escape.o `test -f 'url/escape.c' || echo '$(srcdir)/'`url/escape.c 731 $(AM_V_at)$(am__mv) url/$(DEPDIR)/test_kubernetes-escape.Tpo url/$(DEPDIR)/test_kubernetes-escape.Po 732# $(AM_V_CC)source='url/escape.c' object='url/test_kubernetes-escape.o' libtool=no \ 733# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 734# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -c -o url/test_kubernetes-escape.o `test -f 'url/escape.c' || echo '$(srcdir)/'`url/escape.c 735 736url/test_kubernetes-escape.obj: url/escape.c 737 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -MT url/test_kubernetes-escape.obj -MD -MP -MF url/$(DEPDIR)/test_kubernetes-escape.Tpo -c -o url/test_kubernetes-escape.obj `if test -f 'url/escape.c'; then $(CYGPATH_W) 'url/escape.c'; else $(CYGPATH_W) '$(srcdir)/url/escape.c'; fi` 738 $(AM_V_at)$(am__mv) url/$(DEPDIR)/test_kubernetes-escape.Tpo url/$(DEPDIR)/test_kubernetes-escape.Po 739# $(AM_V_CC)source='url/escape.c' object='url/test_kubernetes-escape.obj' libtool=no \ 740# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 741# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -c -o url/test_kubernetes-escape.obj `if test -f 'url/escape.c'; then $(CYGPATH_W) 'url/escape.c'; else $(CYGPATH_W) '$(srcdir)/url/escape.c'; fi` 742 743test_kubernetes-_generated_runner.o: _generated_runner.c 744 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -MT test_kubernetes-_generated_runner.o -MD -MP -MF $(DEPDIR)/test_kubernetes-_generated_runner.Tpo -c -o test_kubernetes-_generated_runner.o `test -f '_generated_runner.c' || echo '$(srcdir)/'`_generated_runner.c 745 $(AM_V_at)$(am__mv) $(DEPDIR)/test_kubernetes-_generated_runner.Tpo $(DEPDIR)/test_kubernetes-_generated_runner.Po 746# $(AM_V_CC)source='_generated_runner.c' object='test_kubernetes-_generated_runner.o' libtool=no \ 747# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 748# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -c -o test_kubernetes-_generated_runner.o `test -f '_generated_runner.c' || echo '$(srcdir)/'`_generated_runner.c 749 750test_kubernetes-_generated_runner.obj: _generated_runner.c 751 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -MT test_kubernetes-_generated_runner.obj -MD -MP -MF $(DEPDIR)/test_kubernetes-_generated_runner.Tpo -c -o test_kubernetes-_generated_runner.obj `if test -f '_generated_runner.c'; then $(CYGPATH_W) '_generated_runner.c'; else $(CYGPATH_W) '$(srcdir)/_generated_runner.c'; fi` 752 $(AM_V_at)$(am__mv) $(DEPDIR)/test_kubernetes-_generated_runner.Tpo $(DEPDIR)/test_kubernetes-_generated_runner.Po 753# $(AM_V_CC)source='_generated_runner.c' object='test_kubernetes-_generated_runner.obj' libtool=no \ 754# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 755# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kubernetes_CFLAGS) $(CFLAGS) -c -o test_kubernetes-_generated_runner.obj `if test -f '_generated_runner.c'; then $(CYGPATH_W) '_generated_runner.c'; else $(CYGPATH_W) '$(srcdir)/_generated_runner.c'; fi` 756 757mostlyclean-libtool: 758 -rm -f *.lo 759 760clean-libtool: 761 -rm -rf .libs _libs 762 763ID: $(am__tagged_files) 764 $(am__define_uniq_tagged_files); mkid -fID $$unique 765tags: tags-am 766TAGS: tags 767 768tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 769 set x; \ 770 here=`pwd`; \ 771 $(am__define_uniq_tagged_files); \ 772 shift; \ 773 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 774 test -n "$$unique" || unique=$$empty_fix; \ 775 if test $$# -gt 0; then \ 776 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 777 "$$@" $$unique; \ 778 else \ 779 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 780 $$unique; \ 781 fi; \ 782 fi 783ctags: ctags-am 784 785CTAGS: ctags 786ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 787 $(am__define_uniq_tagged_files); \ 788 test -z "$(CTAGS_ARGS)$$unique" \ 789 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 790 $$unique 791 792GTAGS: 793 here=`$(am__cd) $(top_builddir) && pwd` \ 794 && $(am__cd) $(top_srcdir) \ 795 && gtags -i $(GTAGS_ARGS) "$$here" 796cscopelist: cscopelist-am 797 798cscopelist-am: $(am__tagged_files) 799 list='$(am__tagged_files)'; \ 800 case "$(srcdir)" in \ 801 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 802 *) sdir=$(subdir)/$(srcdir) ;; \ 803 esac; \ 804 for i in $$list; do \ 805 if test -f "$$i"; then \ 806 echo "$(subdir)/$$i"; \ 807 else \ 808 echo "$$sdir/$$i"; \ 809 fi; \ 810 done >> $(top_builddir)/cscope.files 811 812distclean-tags: 813 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 814 815# Recover from deleted '.trs' file; this should ensure that 816# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 817# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 818# to avoid problems with "make -n". 819.log.trs: 820 rm -f $< $@ 821 $(MAKE) $(AM_MAKEFLAGS) $< 822 823# Leading 'am--fnord' is there to ensure the list of targets does not 824# expand to empty, as could happen e.g. with make check TESTS=''. 825am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 826am--force-recheck: 827 @: 828 829$(TEST_SUITE_LOG): $(TEST_LOGS) 830 @$(am__set_TESTS_bases); \ 831 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 832 redo_bases=`for i in $$bases; do \ 833 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 834 done`; \ 835 if test -n "$$redo_bases"; then \ 836 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 837 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 838 if $(am__make_dryrun); then :; else \ 839 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 840 fi; \ 841 fi; \ 842 if test -n "$$am__remaking_logs"; then \ 843 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 844 "recursion detected" >&2; \ 845 elif test -n "$$redo_logs"; then \ 846 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 847 fi; \ 848 if $(am__make_dryrun); then :; else \ 849 st=0; \ 850 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 851 for i in $$redo_bases; do \ 852 test -f $$i.trs && test -r $$i.trs \ 853 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 854 test -f $$i.log && test -r $$i.log \ 855 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 856 done; \ 857 test $$st -eq 0 || exit 1; \ 858 fi 859 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 860 ws='[ ]'; \ 861 results=`for b in $$bases; do echo $$b.trs; done`; \ 862 test -n "$$results" || results=/dev/null; \ 863 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 864 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 865 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 866 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 867 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 868 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 869 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 870 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 871 success=true; \ 872 else \ 873 success=false; \ 874 fi; \ 875 br='==================='; br=$$br$$br$$br$$br; \ 876 result_count () \ 877 { \ 878 if test x"$$1" = x"--maybe-color"; then \ 879 maybe_colorize=yes; \ 880 elif test x"$$1" = x"--no-color"; then \ 881 maybe_colorize=no; \ 882 else \ 883 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 884 fi; \ 885 shift; \ 886 desc=$$1 count=$$2; \ 887 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 888 color_start=$$3 color_end=$$std; \ 889 else \ 890 color_start= color_end=; \ 891 fi; \ 892 echo "$${color_start}# $$desc $$count$${color_end}"; \ 893 }; \ 894 create_testsuite_report () \ 895 { \ 896 result_count $$1 "TOTAL:" $$all "$$brg"; \ 897 result_count $$1 "PASS: " $$pass "$$grn"; \ 898 result_count $$1 "SKIP: " $$skip "$$blu"; \ 899 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 900 result_count $$1 "FAIL: " $$fail "$$red"; \ 901 result_count $$1 "XPASS:" $$xpass "$$red"; \ 902 result_count $$1 "ERROR:" $$error "$$mgn"; \ 903 }; \ 904 { \ 905 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 906 $(am__rst_title); \ 907 create_testsuite_report --no-color; \ 908 echo; \ 909 echo ".. contents:: :depth: 2"; \ 910 echo; \ 911 for b in $$bases; do echo $$b; done \ 912 | $(am__create_global_log); \ 913 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 914 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 915 if $$success; then \ 916 col="$$grn"; \ 917 else \ 918 col="$$red"; \ 919 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 920 fi; \ 921 echo "$${col}$$br$${std}"; \ 922 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 923 echo "$${col}$$br$${std}"; \ 924 create_testsuite_report --maybe-color; \ 925 echo "$$col$$br$$std"; \ 926 if $$success; then :; else \ 927 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 928 if test -n "$(PACKAGE_BUGREPORT)"; then \ 929 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 930 fi; \ 931 echo "$$col$$br$$std"; \ 932 fi; \ 933 $$success || exit 1 934 935check-TESTS: $(check_PROGRAMS) 936 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 937 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 938 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 939 @set +e; $(am__set_TESTS_bases); \ 940 log_list=`for i in $$bases; do echo $$i.log; done`; \ 941 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 942 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 943 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 944 exit $$?; 945recheck: all $(check_PROGRAMS) 946 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 947 @set +e; $(am__set_TESTS_bases); \ 948 bases=`for i in $$bases; do echo $$i; done \ 949 | $(am__list_recheck_tests)` || exit 1; \ 950 log_list=`for i in $$bases; do echo $$i.log; done`; \ 951 log_list=`echo $$log_list`; \ 952 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 953 am__force_recheck=am--force-recheck \ 954 TEST_LOGS="$$log_list"; \ 955 exit $$? 956test_kubernetes.log: test_kubernetes$(EXEEXT) 957 @p='test_kubernetes$(EXEEXT)'; \ 958 b='test_kubernetes'; \ 959 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 960 --log-file $$b.log --trs-file $$b.trs \ 961 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 962 "$$tst" $(AM_TESTS_FD_REDIRECT) 963.test.log: 964 @p='$<'; \ 965 $(am__set_b); \ 966 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 967 --log-file $$b.log --trs-file $$b.trs \ 968 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 969 "$$tst" $(AM_TESTS_FD_REDIRECT) 970#.test$(EXEEXT).log: 971# @p='$<'; \ 972# $(am__set_b); \ 973# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 974# --log-file $$b.log --trs-file $$b.trs \ 975# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 976# "$$tst" $(AM_TESTS_FD_REDIRECT) 977distdir: $(BUILT_SOURCES) 978 $(MAKE) $(AM_MAKEFLAGS) distdir-am 979 980distdir-am: $(DISTFILES) 981 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 982 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 983 list='$(DISTFILES)'; \ 984 dist_files=`for file in $$list; do echo $$file; done | \ 985 sed -e "s|^$$srcdirstrip/||;t" \ 986 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 987 case $$dist_files in \ 988 */*) $(MKDIR_P) `echo "$$dist_files" | \ 989 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 990 sort -u` ;; \ 991 esac; \ 992 for file in $$dist_files; do \ 993 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 994 if test -d $$d/$$file; then \ 995 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 996 if test -d "$(distdir)/$$file"; then \ 997 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 998 fi; \ 999 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1000 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1001 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1002 fi; \ 1003 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1004 else \ 1005 test -f "$(distdir)/$$file" \ 1006 || cp -p $$d/$$file "$(distdir)/$$file" \ 1007 || exit 1; \ 1008 fi; \ 1009 done 1010check-am: all-am 1011 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 1012 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1013check: check-am 1014all-am: Makefile 1015installdirs: 1016install: install-am 1017install-exec: install-exec-am 1018install-data: install-data-am 1019uninstall: uninstall-am 1020 1021install-am: all-am 1022 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1023 1024installcheck: installcheck-am 1025install-strip: 1026 if test -z '$(STRIP)'; then \ 1027 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1028 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1029 install; \ 1030 else \ 1031 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1032 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1033 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1034 fi 1035mostlyclean-generic: 1036 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1037 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1038 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1039 1040clean-generic: 1041 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1042 1043distclean-generic: 1044 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1045 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1046 -rm -f url/$(DEPDIR)/$(am__dirstamp) 1047 -rm -f url/$(am__dirstamp) 1048 1049maintainer-clean-generic: 1050 @echo "This command is intended for maintainers to use" 1051 @echo "it deletes files that may require special tools to rebuild." 1052clean: clean-am 1053 1054clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 1055 mostlyclean-am 1056 1057distclean: distclean-am 1058 -rm -f ./$(DEPDIR)/test_kubernetes-_generated_runner.Po 1059 -rm -f url/$(DEPDIR)/test_kubernetes-append.Po 1060 -rm -f url/$(DEPDIR)/test_kubernetes-escape.Po 1061 -rm -f Makefile 1062distclean-am: clean-am distclean-compile distclean-generic \ 1063 distclean-tags 1064 1065dvi: dvi-am 1066 1067dvi-am: 1068 1069html: html-am 1070 1071html-am: 1072 1073info: info-am 1074 1075info-am: 1076 1077install-data-am: 1078 1079install-dvi: install-dvi-am 1080 1081install-dvi-am: 1082 1083install-exec-am: 1084 1085install-html: install-html-am 1086 1087install-html-am: 1088 1089install-info: install-info-am 1090 1091install-info-am: 1092 1093install-man: 1094 1095install-pdf: install-pdf-am 1096 1097install-pdf-am: 1098 1099install-ps: install-ps-am 1100 1101install-ps-am: 1102 1103installcheck-am: 1104 1105maintainer-clean: maintainer-clean-am 1106 -rm -f ./$(DEPDIR)/test_kubernetes-_generated_runner.Po 1107 -rm -f url/$(DEPDIR)/test_kubernetes-append.Po 1108 -rm -f url/$(DEPDIR)/test_kubernetes-escape.Po 1109 -rm -f Makefile 1110maintainer-clean-am: distclean-am maintainer-clean-generic 1111 1112mostlyclean: mostlyclean-am 1113 1114mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1115 mostlyclean-libtool 1116 1117pdf: pdf-am 1118 1119pdf-am: 1120 1121ps: ps-am 1122 1123ps-am: 1124 1125uninstall-am: 1126 1127.MAKE: check-am install-am install-strip 1128 1129.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ 1130 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \ 1131 cscopelist-am ctags ctags-am distclean distclean-compile \ 1132 distclean-generic distclean-libtool distclean-tags distdir dvi \ 1133 dvi-am html html-am info info-am install install-am \ 1134 install-data install-data-am install-dvi install-dvi-am \ 1135 install-exec install-exec-am install-html install-html-am \ 1136 install-info install-info-am install-man install-pdf \ 1137 install-pdf-am install-ps install-ps-am install-strip \ 1138 installcheck installcheck-am installdirs maintainer-clean \ 1139 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1140 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1141 recheck tags tags-am uninstall uninstall-am 1142 1143.PRECIOUS: Makefile 1144 1145 1146_generated_runner.c: $(test_kubernetes_SOURCES) 1147 $(AM_V_GEN) $(GEN_RUNNER) $(test_kubernetes_SOURCES) > $@ 1148 1149# Tell versions [3.59,3.63) of GNU make to not export all variables. 1150# Otherwise a system limit (for SysV at least) may be exceeded. 1151.NOEXPORT: