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