Makefile (106828B)
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# src/libguac/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_libguac$(EXEEXT) 117subdir = src/libguac/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_libguac_OBJECTS = client/test_libguac-buffer_pool.$(OBJEXT) \ 133 client/test_libguac-layer_pool.$(OBJEXT) \ 134 id/test_libguac-generate.$(OBJEXT) \ 135 mem/test_libguac-alloc.$(OBJEXT) \ 136 mem/test_libguac-ckd_add.$(OBJEXT) \ 137 mem/test_libguac-ckd_add_or_die.$(OBJEXT) \ 138 mem/test_libguac-ckd_mul.$(OBJEXT) \ 139 mem/test_libguac-ckd_mul_or_die.$(OBJEXT) \ 140 mem/test_libguac-ckd_sub.$(OBJEXT) \ 141 mem/test_libguac-ckd_sub_or_die.$(OBJEXT) \ 142 mem/test_libguac-free.$(OBJEXT) \ 143 mem/test_libguac-realloc.$(OBJEXT) \ 144 mem/test_libguac-realloc_or_die.$(OBJEXT) \ 145 mem/test_libguac-zalloc.$(OBJEXT) \ 146 parser/test_libguac-append.$(OBJEXT) \ 147 parser/test_libguac-read.$(OBJEXT) \ 148 pool/test_libguac-next_free.$(OBJEXT) \ 149 protocol/test_libguac-base64_decode.$(OBJEXT) \ 150 protocol/test_libguac-guac_protocol_version.$(OBJEXT) \ 151 socket/test_libguac-fd_send_instruction.$(OBJEXT) \ 152 socket/test_libguac-nested_send_instruction.$(OBJEXT) \ 153 string/test_libguac-strdup.$(OBJEXT) \ 154 string/test_libguac-strlcat.$(OBJEXT) \ 155 string/test_libguac-strlcpy.$(OBJEXT) \ 156 string/test_libguac-strljoin.$(OBJEXT) \ 157 string/test_libguac-strnstr.$(OBJEXT) \ 158 unicode/test_libguac-charsize.$(OBJEXT) \ 159 unicode/test_libguac-read.$(OBJEXT) \ 160 unicode/test_libguac-strlen.$(OBJEXT) \ 161 unicode/test_libguac-write.$(OBJEXT) 162nodist_test_libguac_OBJECTS = \ 163 test_libguac-_generated_runner.$(OBJEXT) 164test_libguac_OBJECTS = $(am_test_libguac_OBJECTS) \ 165 $(nodist_test_libguac_OBJECTS) 166test_libguac_DEPENDENCIES = 167AM_V_lt = $(am__v_lt_$(V)) 168am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 169am__v_lt_0 = --silent 170am__v_lt_1 = 171test_libguac_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 172 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_libguac_CFLAGS) \ 173 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 174AM_V_P = $(am__v_P_$(V)) 175am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 176am__v_P_0 = false 177am__v_P_1 = : 178AM_V_GEN = $(am__v_GEN_$(V)) 179am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 180am__v_GEN_0 = @echo " GEN " $@; 181am__v_GEN_1 = 182AM_V_at = $(am__v_at_$(V)) 183am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 184am__v_at_0 = @ 185am__v_at_1 = 186DEFAULT_INCLUDES = -I. -I$(top_builddir) 187depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 188am__maybe_remake_depfiles = depfiles 189am__depfiles_remade = ./$(DEPDIR)/test_libguac-_generated_runner.Po \ 190 client/$(DEPDIR)/test_libguac-buffer_pool.Po \ 191 client/$(DEPDIR)/test_libguac-layer_pool.Po \ 192 id/$(DEPDIR)/test_libguac-generate.Po \ 193 mem/$(DEPDIR)/test_libguac-alloc.Po \ 194 mem/$(DEPDIR)/test_libguac-ckd_add.Po \ 195 mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Po \ 196 mem/$(DEPDIR)/test_libguac-ckd_mul.Po \ 197 mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Po \ 198 mem/$(DEPDIR)/test_libguac-ckd_sub.Po \ 199 mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Po \ 200 mem/$(DEPDIR)/test_libguac-free.Po \ 201 mem/$(DEPDIR)/test_libguac-realloc.Po \ 202 mem/$(DEPDIR)/test_libguac-realloc_or_die.Po \ 203 mem/$(DEPDIR)/test_libguac-zalloc.Po \ 204 parser/$(DEPDIR)/test_libguac-append.Po \ 205 parser/$(DEPDIR)/test_libguac-read.Po \ 206 pool/$(DEPDIR)/test_libguac-next_free.Po \ 207 protocol/$(DEPDIR)/test_libguac-base64_decode.Po \ 208 protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Po \ 209 socket/$(DEPDIR)/test_libguac-fd_send_instruction.Po \ 210 socket/$(DEPDIR)/test_libguac-nested_send_instruction.Po \ 211 string/$(DEPDIR)/test_libguac-strdup.Po \ 212 string/$(DEPDIR)/test_libguac-strlcat.Po \ 213 string/$(DEPDIR)/test_libguac-strlcpy.Po \ 214 string/$(DEPDIR)/test_libguac-strljoin.Po \ 215 string/$(DEPDIR)/test_libguac-strnstr.Po \ 216 unicode/$(DEPDIR)/test_libguac-charsize.Po \ 217 unicode/$(DEPDIR)/test_libguac-read.Po \ 218 unicode/$(DEPDIR)/test_libguac-strlen.Po \ 219 unicode/$(DEPDIR)/test_libguac-write.Po 220am__mv = mv -f 221COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 222 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 223LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 224 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 225 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 226 $(AM_CFLAGS) $(CFLAGS) 227AM_V_CC = $(am__v_CC_$(V)) 228am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 229am__v_CC_0 = @echo " CC " $@; 230am__v_CC_1 = 231CCLD = $(CC) 232LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 233 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 234 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 235AM_V_CCLD = $(am__v_CCLD_$(V)) 236am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 237am__v_CCLD_0 = @echo " CCLD " $@; 238am__v_CCLD_1 = 239SOURCES = $(test_libguac_SOURCES) $(nodist_test_libguac_SOURCES) 240DIST_SOURCES = $(test_libguac_SOURCES) 241am__can_run_installinfo = \ 242 case $$AM_UPDATE_INFO_DIR in \ 243 n|no|NO) false;; \ 244 *) (install-info --version) >/dev/null 2>&1;; \ 245 esac 246HEADERS = $(noinst_HEADERS) 247am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 248# Read a list of newline-separated strings from the standard input, 249# and print each of them once, without duplicates. Input order is 250# *not* preserved. 251am__uniquify_input = $(AWK) '\ 252 BEGIN { nonempty = 0; } \ 253 { items[$$0] = 1; nonempty = 1; } \ 254 END { if (nonempty) { for (i in items) print i; }; } \ 255' 256# Make sure the list of sources is unique. This is necessary because, 257# e.g., the same source file might be shared among _SOURCES variables 258# for different programs/libraries. 259am__define_uniq_tagged_files = \ 260 list='$(am__tagged_files)'; \ 261 unique=`for i in $$list; do \ 262 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 263 done | $(am__uniquify_input)` 264am__tty_colors_dummy = \ 265 mgn= red= grn= lgn= blu= brg= std=; \ 266 am__color_tests=no 267am__tty_colors = { \ 268 $(am__tty_colors_dummy); \ 269 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 270 am__color_tests=no; \ 271 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 272 am__color_tests=yes; \ 273 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 274 am__color_tests=yes; \ 275 fi; \ 276 if test $$am__color_tests = yes; then \ 277 red='[0;31m'; \ 278 grn='[0;32m'; \ 279 lgn='[1;32m'; \ 280 blu='[1;34m'; \ 281 mgn='[0;35m'; \ 282 brg='[1m'; \ 283 std='[m'; \ 284 fi; \ 285} 286am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 287am__vpath_adj = case $$p in \ 288 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 289 *) f=$$p;; \ 290 esac; 291am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 292am__install_max = 40 293am__nobase_strip_setup = \ 294 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 295am__nobase_strip = \ 296 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 297am__nobase_list = $(am__nobase_strip_setup); \ 298 for p in $$list; do echo "$$p $$p"; done | \ 299 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 300 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 301 if (++n[$$2] == $(am__install_max)) \ 302 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 303 END { for (dir in files) print dir, files[dir] }' 304am__base_list = \ 305 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 306 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 307am__uninstall_files_from_dir = { \ 308 test -z "$$files" \ 309 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 310 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 311 $(am__cd) "$$dir" && rm -f $$files; }; \ 312 } 313am__recheck_rx = ^[ ]*:recheck:[ ]* 314am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 315am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 316# A command that, given a newline-separated list of test names on the 317# standard input, print the name of the tests that are to be re-run 318# upon "make recheck". 319am__list_recheck_tests = $(AWK) '{ \ 320 recheck = 1; \ 321 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 322 { \ 323 if (rc < 0) \ 324 { \ 325 if ((getline line2 < ($$0 ".log")) < 0) \ 326 recheck = 0; \ 327 break; \ 328 } \ 329 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 330 { \ 331 recheck = 0; \ 332 break; \ 333 } \ 334 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 335 { \ 336 break; \ 337 } \ 338 }; \ 339 if (recheck) \ 340 print $$0; \ 341 close ($$0 ".trs"); \ 342 close ($$0 ".log"); \ 343}' 344# A command that, given a newline-separated list of test names on the 345# standard input, create the global log from their .trs and .log files. 346am__create_global_log = $(AWK) ' \ 347function fatal(msg) \ 348{ \ 349 print "fatal: making $@: " msg | "cat >&2"; \ 350 exit 1; \ 351} \ 352function rst_section(header) \ 353{ \ 354 print header; \ 355 len = length(header); \ 356 for (i = 1; i <= len; i = i + 1) \ 357 printf "="; \ 358 printf "\n\n"; \ 359} \ 360{ \ 361 copy_in_global_log = 1; \ 362 global_test_result = "RUN"; \ 363 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 364 { \ 365 if (rc < 0) \ 366 fatal("failed to read from " $$0 ".trs"); \ 367 if (line ~ /$(am__global_test_result_rx)/) \ 368 { \ 369 sub("$(am__global_test_result_rx)", "", line); \ 370 sub("[ ]*$$", "", line); \ 371 global_test_result = line; \ 372 } \ 373 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 374 copy_in_global_log = 0; \ 375 }; \ 376 if (copy_in_global_log) \ 377 { \ 378 rst_section(global_test_result ": " $$0); \ 379 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 380 { \ 381 if (rc < 0) \ 382 fatal("failed to read from " $$0 ".log"); \ 383 print line; \ 384 }; \ 385 printf "\n"; \ 386 }; \ 387 close ($$0 ".trs"); \ 388 close ($$0 ".log"); \ 389}' 390# Restructured Text title. 391am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 392# Solaris 10 'make', and several other traditional 'make' implementations, 393# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 394# by disabling -e (using the XSI extension "set +e") if it's set. 395am__sh_e_setup = case $$- in *e*) set +e;; esac 396# Default flags passed to test drivers. 397am__common_driver_flags = \ 398 --color-tests "$$am__color_tests" \ 399 --enable-hard-errors "$$am__enable_hard_errors" \ 400 --expect-failure "$$am__expect_failure" 401# To be inserted before the command running the test. Creates the 402# directory for the log if needed. Stores in $dir the directory 403# containing $f, in $tst the test, in $log the log. Executes the 404# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 405# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 406# will run the test scripts (or their associated LOG_COMPILER, if 407# thy have one). 408am__check_pre = \ 409$(am__sh_e_setup); \ 410$(am__vpath_adj_setup) $(am__vpath_adj) \ 411$(am__tty_colors); \ 412srcdir=$(srcdir); export srcdir; \ 413case "$@" in \ 414 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 415 *) am__odir=.;; \ 416esac; \ 417test "x$$am__odir" = x"." || test -d "$$am__odir" \ 418 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 419if test -f "./$$f"; then dir=./; \ 420elif test -f "$$f"; then dir=; \ 421else dir="$(srcdir)/"; fi; \ 422tst=$$dir$$f; log='$@'; \ 423if test -n '$(DISABLE_HARD_ERRORS)'; then \ 424 am__enable_hard_errors=no; \ 425else \ 426 am__enable_hard_errors=yes; \ 427fi; \ 428case " $(XFAIL_TESTS) " in \ 429 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 430 am__expect_failure=yes;; \ 431 *) \ 432 am__expect_failure=no;; \ 433esac; \ 434$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 435# A shell command to get the names of the tests scripts with any registered 436# extension removed (i.e., equivalently, the names of the test logs, with 437# the '.log' extension removed). The result is saved in the shell variable 438# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 439# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 440# since that might cause problem with VPATH rewrites for suffix-less tests. 441# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 442am__set_TESTS_bases = \ 443 bases='$(TEST_LOGS)'; \ 444 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 445 bases=`echo $$bases` 446AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 447RECHECK_LOGS = $(TEST_LOGS) 448AM_RECURSIVE_TARGETS = check recheck 449TEST_SUITE_LOG = test-suite.log 450TEST_EXTENSIONS = .test 451LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 452am__set_b = \ 453 case '$@' in \ 454 */*) \ 455 case '$*' in \ 456 */*) b='$*';; \ 457 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 458 esac;; \ 459 *) \ 460 b='$*';; \ 461 esac 462am__test_logs1 = $(TESTS:=.log) 463am__test_logs2 = $(am__test_logs1:.log=.log) 464TEST_LOGS = $(am__test_logs2:.test.log=.log) 465TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver 466TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 467 $(TEST_LOG_FLAGS) 468am__DIST_COMMON = $(srcdir)/Makefile.in \ 469 $(top_srcdir)/build-aux/depcomp \ 470 $(top_srcdir)/build-aux/test-driver 471DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 472ACLOCAL = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' aclocal-1.16 473AMTAR = $${TAR-tar} 474AM_DEFAULT_VERBOSITY = 1 475AR = ar 476AUTOCONF = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoconf 477AUTOHEADER = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoheader 478AUTOMAKE = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' automake-1.16 479AVCODEC_CFLAGS = 480AVCODEC_LIBS = -lavcodec 481AVFORMAT_CFLAGS = 482AVFORMAT_LIBS = -lavformat 483AVUTIL_CFLAGS = 484AVUTIL_LIBS = -lavutil 485AWK = gawk 486CAIRO_LIBS = -lcairo 487CC = gcc 488CCDEPMODE = depmode=gcc3 489CFLAGS = -g -O2 490COMMON_INCLUDE = -I$(top_srcdir)/src/common 491COMMON_LTLIB = $(top_builddir)/src/common/libguac_common.la 492COMMON_SSH_INCLUDE = -I$(top_srcdir)/src/common-ssh 493COMMON_SSH_LTLIB = $(top_builddir)/src/common-ssh/libguac_common_ssh.la 494CPP = 495CPPFLAGS = 496CSCOPE = cscope 497CTAGS = ctags 498CUNIT_LIBS = 499CYGPATH_W = echo 500DEFS = -DHAVE_CONFIG_H 501DEPDIR = .deps 502DLLTOOL = false 503DL_LIBS = -ldl 504DSYMUTIL = 505DUMPBIN = 506ECHO_C = 507ECHO_N = -n 508ECHO_T = 509EGREP = /usr/bin/grep -E 510ETAGS = etags 511EXEEXT = 512FGREP = /usr/bin/grep -F 513FILECMD = file 514FREERDP2_PLUGIN_DIR = 515GREP = /usr/bin/grep 516INSTALL = /usr/bin/install -c 517INSTALL_DATA = ${INSTALL} -m 644 518INSTALL_PROGRAM = ${INSTALL} 519INSTALL_SCRIPT = ${INSTALL} 520INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 521JPEG_LIBS = -ljpeg 522LD = /usr/bin/ld -m elf_x86_64 523LDFLAGS = 524LIBGUAC_CLIENT_KUBERNETES_INCLUDE = -I$(top_srcdir)/src/protocols/kubernetes 525LIBGUAC_CLIENT_KUBERNETES_LTLIB = $(top_builddir)/src/protocols/kubernetes/libguac-client-kubernetes.la 526LIBGUAC_CLIENT_RDP_INCLUDE = -I$(top_srcdir)/src/protocols/rdp 527LIBGUAC_CLIENT_RDP_LTLIB = $(top_builddir)/src/protocols/rdp/libguac-client-rdp.la 528LIBGUAC_INCLUDE = -I$(top_srcdir)/src/libguac 529LIBGUAC_LTLIB = $(top_builddir)/src/libguac/libguac.la 530LIBOBJS = 531LIBS = 532LIBTOOL = $(SHELL) $(top_builddir)/libtool 533LIPO = 534LN_S = ln -s 535LTLIBOBJS = 536LT_SYS_LIBRARY_PATH = 537MAKEINFO = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' makeinfo 538MANIFEST_TOOL = : 539MATH_LIBS = -lm 540MKDIR_P = /usr/bin/mkdir -p 541NM = /usr/bin/nm -B 542NMEDIT = 543OBJDUMP = objdump 544OBJEXT = o 545OTOOL = 546OTOOL64 = 547PACKAGE = guacamole-server 548PACKAGE_BUGREPORT = 549PACKAGE_NAME = guacamole-server 550PACKAGE_STRING = guacamole-server 1.5.4 551PACKAGE_TARNAME = guacamole-server 552PACKAGE_URL = 553PACKAGE_VERSION = 1.5.4 554PANGOCAIRO_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 555PANGOCAIRO_LIBS = -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo 556PANGO_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 557PANGO_LIBS = -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz 558PATH_SEPARATOR = : 559PKG_CONFIG = /usr/bin/pkg-config 560PKG_CONFIG_LIBDIR = 561PKG_CONFIG_PATH = 562PNG_LIBS = -lpng 563PTHREAD_LIBS = -lpthread 564PULSE_INCLUDE = -I$(top_srcdir)/src/pulse 565PULSE_LIBS = -lpulse 566PULSE_LTLIB = $(top_builddir)/src/pulse/libguac_pulse.la 567RANLIB = ranlib 568RDP_CFLAGS = 569RDP_LIBS = 570SED = /usr/bin/sed 571SET_MAKE = 572SHELL = /bin/sh 573SSH_LIBS = -lssh2 574SSL_LIBS = -lssl -lcrypto 575STRIP = strip 576SWSCALE_CFLAGS = 577SWSCALE_LIBS = -lswscale 578TELNET_LIBS = 579TERMINAL_INCLUDE = -I$(top_srcdir)/src/terminal $(PANGO_CFLAGS) $(PANGOCAIRO_CFLAGS) $(COMMON_INCLUDE) 580TERMINAL_LTLIB = $(top_builddir)/src/terminal/libguac-terminal.la 581UUID_LIBS = -luuid 582VERSION = 1.5.4 583VNC_LIBS = 584VORBIS_LIBS = -logg -lvorbis -lvorbisenc 585WEBP_LIBS = -lwebp 586WEBSOCKETS_LIBS = -lwebsockets 587WINSOCK_LIBS = 588abs_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/libguac/tests 589abs_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/libguac/tests 590abs_top_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 591abs_top_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 592ac_ct_AR = ar 593ac_ct_CC = gcc 594ac_ct_DUMPBIN = 595am__include = include 596am__leading_dot = . 597am__quote = 598am__tar = $${TAR-tar} chof - "$$tardir" 599am__untar = $${TAR-tar} xf - 600bindir = ${exec_prefix}/bin 601build = x86_64-pc-linux-gnu 602build_alias = 603build_cpu = x86_64 604build_os = linux-gnu 605build_vendor = pc 606builddir = . 607datadir = ${datarootdir} 608datarootdir = ${prefix}/share 609docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 610dvidir = ${docdir} 611exec_prefix = ${prefix} 612host = x86_64-pc-linux-gnu 613host_alias = 614host_cpu = x86_64 615host_os = linux-gnu 616host_vendor = pc 617htmldir = ${docdir} 618includedir = ${prefix}/include 619infodir = ${datarootdir}/info 620init_dir = 621install_sh = ${SHELL} /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/install-sh 622libdir = ${exec_prefix}/lib 623libexecdir = ${exec_prefix}/libexec 624localedir = ${datarootdir}/locale 625localstatedir = ${prefix}/var 626mandir = ${datarootdir}/man 627mkdir_p = $(MKDIR_P) 628oldincludedir = /usr/include 629pdfdir = ${docdir} 630prefix = /usr/local 631program_transform_name = s,x,x, 632psdir = ${docdir} 633runstatedir = ${localstatedir}/run 634sbindir = ${exec_prefix}/sbin 635sharedstatedir = ${prefix}/com 636srcdir = . 637sysconfdir = ${prefix}/etc 638systemd_dir = 639target_alias = 640top_build_prefix = ../../../ 641top_builddir = ../../.. 642top_srcdir = ../../.. 643AUTOMAKE_OPTIONS = foreign 644ACLOCAL_AMFLAGS = -I m4 645TESTS = $(check_PROGRAMS) 646noinst_HEADERS = \ 647 assert-signal.h 648 649test_libguac_SOURCES = \ 650 client/buffer_pool.c \ 651 client/layer_pool.c \ 652 id/generate.c \ 653 mem/alloc.c \ 654 mem/ckd_add.c \ 655 mem/ckd_add_or_die.c \ 656 mem/ckd_mul.c \ 657 mem/ckd_mul_or_die.c \ 658 mem/ckd_sub.c \ 659 mem/ckd_sub_or_die.c \ 660 mem/free.c \ 661 mem/realloc.c \ 662 mem/realloc_or_die.c \ 663 mem/zalloc.c \ 664 parser/append.c \ 665 parser/read.c \ 666 pool/next_free.c \ 667 protocol/base64_decode.c \ 668 protocol/guac_protocol_version.c \ 669 socket/fd_send_instruction.c \ 670 socket/nested_send_instruction.c \ 671 string/strdup.c \ 672 string/strlcat.c \ 673 string/strlcpy.c \ 674 string/strljoin.c \ 675 string/strnstr.c \ 676 unicode/charsize.c \ 677 unicode/read.c \ 678 unicode/strlen.c \ 679 unicode/write.c 680 681test_libguac_CFLAGS = \ 682 -Werror -Wall -pedantic \ 683 -I$(top_srcdir)/src/libguac 684 685test_libguac_LDADD = \ 686 \ 687 $(top_builddir)/src/libguac/libguac.la 688 689 690# 691# Autogenerate test runner 692# 693GEN_RUNNER = $(top_srcdir)/util/generate-test-runner.pl 694CLEANFILES = _generated_runner.c 695nodist_test_libguac_SOURCES = \ 696 _generated_runner.c 697 698 699# Use automake's TAP test driver for running any tests 700LOG_DRIVER = \ 701 env AM_TAP_AWK='$(AWK)' \ 702 $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh 703 704all: all-am 705 706.SUFFIXES: 707.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 708$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 709 @for dep in $?; do \ 710 case '$(am__configure_deps)' in \ 711 *$$dep*) \ 712 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 713 && { if test -f $@; then exit 0; else break; fi; }; \ 714 exit 1;; \ 715 esac; \ 716 done; \ 717 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libguac/tests/Makefile'; \ 718 $(am__cd) $(top_srcdir) && \ 719 $(AUTOMAKE) --foreign src/libguac/tests/Makefile 720Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 721 @case '$?' in \ 722 *config.status*) \ 723 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 724 *) \ 725 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 726 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 727 esac; 728 729$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 730 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 731 732$(top_srcdir)/configure: $(am__configure_deps) 733 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 734$(ACLOCAL_M4): $(am__aclocal_m4_deps) 735 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 736$(am__aclocal_m4_deps): 737 738clean-checkPROGRAMS: 739 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 740 echo " rm -f" $$list; \ 741 rm -f $$list || exit $$?; \ 742 test -n "$(EXEEXT)" || exit 0; \ 743 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 744 echo " rm -f" $$list; \ 745 rm -f $$list 746client/$(am__dirstamp): 747 @$(MKDIR_P) client 748 @: > client/$(am__dirstamp) 749client/$(DEPDIR)/$(am__dirstamp): 750 @$(MKDIR_P) client/$(DEPDIR) 751 @: > client/$(DEPDIR)/$(am__dirstamp) 752client/test_libguac-buffer_pool.$(OBJEXT): client/$(am__dirstamp) \ 753 client/$(DEPDIR)/$(am__dirstamp) 754client/test_libguac-layer_pool.$(OBJEXT): client/$(am__dirstamp) \ 755 client/$(DEPDIR)/$(am__dirstamp) 756id/$(am__dirstamp): 757 @$(MKDIR_P) id 758 @: > id/$(am__dirstamp) 759id/$(DEPDIR)/$(am__dirstamp): 760 @$(MKDIR_P) id/$(DEPDIR) 761 @: > id/$(DEPDIR)/$(am__dirstamp) 762id/test_libguac-generate.$(OBJEXT): id/$(am__dirstamp) \ 763 id/$(DEPDIR)/$(am__dirstamp) 764mem/$(am__dirstamp): 765 @$(MKDIR_P) mem 766 @: > mem/$(am__dirstamp) 767mem/$(DEPDIR)/$(am__dirstamp): 768 @$(MKDIR_P) mem/$(DEPDIR) 769 @: > mem/$(DEPDIR)/$(am__dirstamp) 770mem/test_libguac-alloc.$(OBJEXT): mem/$(am__dirstamp) \ 771 mem/$(DEPDIR)/$(am__dirstamp) 772mem/test_libguac-ckd_add.$(OBJEXT): mem/$(am__dirstamp) \ 773 mem/$(DEPDIR)/$(am__dirstamp) 774mem/test_libguac-ckd_add_or_die.$(OBJEXT): mem/$(am__dirstamp) \ 775 mem/$(DEPDIR)/$(am__dirstamp) 776mem/test_libguac-ckd_mul.$(OBJEXT): mem/$(am__dirstamp) \ 777 mem/$(DEPDIR)/$(am__dirstamp) 778mem/test_libguac-ckd_mul_or_die.$(OBJEXT): mem/$(am__dirstamp) \ 779 mem/$(DEPDIR)/$(am__dirstamp) 780mem/test_libguac-ckd_sub.$(OBJEXT): mem/$(am__dirstamp) \ 781 mem/$(DEPDIR)/$(am__dirstamp) 782mem/test_libguac-ckd_sub_or_die.$(OBJEXT): mem/$(am__dirstamp) \ 783 mem/$(DEPDIR)/$(am__dirstamp) 784mem/test_libguac-free.$(OBJEXT): mem/$(am__dirstamp) \ 785 mem/$(DEPDIR)/$(am__dirstamp) 786mem/test_libguac-realloc.$(OBJEXT): mem/$(am__dirstamp) \ 787 mem/$(DEPDIR)/$(am__dirstamp) 788mem/test_libguac-realloc_or_die.$(OBJEXT): mem/$(am__dirstamp) \ 789 mem/$(DEPDIR)/$(am__dirstamp) 790mem/test_libguac-zalloc.$(OBJEXT): mem/$(am__dirstamp) \ 791 mem/$(DEPDIR)/$(am__dirstamp) 792parser/$(am__dirstamp): 793 @$(MKDIR_P) parser 794 @: > parser/$(am__dirstamp) 795parser/$(DEPDIR)/$(am__dirstamp): 796 @$(MKDIR_P) parser/$(DEPDIR) 797 @: > parser/$(DEPDIR)/$(am__dirstamp) 798parser/test_libguac-append.$(OBJEXT): parser/$(am__dirstamp) \ 799 parser/$(DEPDIR)/$(am__dirstamp) 800parser/test_libguac-read.$(OBJEXT): parser/$(am__dirstamp) \ 801 parser/$(DEPDIR)/$(am__dirstamp) 802pool/$(am__dirstamp): 803 @$(MKDIR_P) pool 804 @: > pool/$(am__dirstamp) 805pool/$(DEPDIR)/$(am__dirstamp): 806 @$(MKDIR_P) pool/$(DEPDIR) 807 @: > pool/$(DEPDIR)/$(am__dirstamp) 808pool/test_libguac-next_free.$(OBJEXT): pool/$(am__dirstamp) \ 809 pool/$(DEPDIR)/$(am__dirstamp) 810protocol/$(am__dirstamp): 811 @$(MKDIR_P) protocol 812 @: > protocol/$(am__dirstamp) 813protocol/$(DEPDIR)/$(am__dirstamp): 814 @$(MKDIR_P) protocol/$(DEPDIR) 815 @: > protocol/$(DEPDIR)/$(am__dirstamp) 816protocol/test_libguac-base64_decode.$(OBJEXT): \ 817 protocol/$(am__dirstamp) protocol/$(DEPDIR)/$(am__dirstamp) 818protocol/test_libguac-guac_protocol_version.$(OBJEXT): \ 819 protocol/$(am__dirstamp) protocol/$(DEPDIR)/$(am__dirstamp) 820socket/$(am__dirstamp): 821 @$(MKDIR_P) socket 822 @: > socket/$(am__dirstamp) 823socket/$(DEPDIR)/$(am__dirstamp): 824 @$(MKDIR_P) socket/$(DEPDIR) 825 @: > socket/$(DEPDIR)/$(am__dirstamp) 826socket/test_libguac-fd_send_instruction.$(OBJEXT): \ 827 socket/$(am__dirstamp) socket/$(DEPDIR)/$(am__dirstamp) 828socket/test_libguac-nested_send_instruction.$(OBJEXT): \ 829 socket/$(am__dirstamp) socket/$(DEPDIR)/$(am__dirstamp) 830string/$(am__dirstamp): 831 @$(MKDIR_P) string 832 @: > string/$(am__dirstamp) 833string/$(DEPDIR)/$(am__dirstamp): 834 @$(MKDIR_P) string/$(DEPDIR) 835 @: > string/$(DEPDIR)/$(am__dirstamp) 836string/test_libguac-strdup.$(OBJEXT): string/$(am__dirstamp) \ 837 string/$(DEPDIR)/$(am__dirstamp) 838string/test_libguac-strlcat.$(OBJEXT): string/$(am__dirstamp) \ 839 string/$(DEPDIR)/$(am__dirstamp) 840string/test_libguac-strlcpy.$(OBJEXT): string/$(am__dirstamp) \ 841 string/$(DEPDIR)/$(am__dirstamp) 842string/test_libguac-strljoin.$(OBJEXT): string/$(am__dirstamp) \ 843 string/$(DEPDIR)/$(am__dirstamp) 844string/test_libguac-strnstr.$(OBJEXT): string/$(am__dirstamp) \ 845 string/$(DEPDIR)/$(am__dirstamp) 846unicode/$(am__dirstamp): 847 @$(MKDIR_P) unicode 848 @: > unicode/$(am__dirstamp) 849unicode/$(DEPDIR)/$(am__dirstamp): 850 @$(MKDIR_P) unicode/$(DEPDIR) 851 @: > unicode/$(DEPDIR)/$(am__dirstamp) 852unicode/test_libguac-charsize.$(OBJEXT): unicode/$(am__dirstamp) \ 853 unicode/$(DEPDIR)/$(am__dirstamp) 854unicode/test_libguac-read.$(OBJEXT): unicode/$(am__dirstamp) \ 855 unicode/$(DEPDIR)/$(am__dirstamp) 856unicode/test_libguac-strlen.$(OBJEXT): unicode/$(am__dirstamp) \ 857 unicode/$(DEPDIR)/$(am__dirstamp) 858unicode/test_libguac-write.$(OBJEXT): unicode/$(am__dirstamp) \ 859 unicode/$(DEPDIR)/$(am__dirstamp) 860 861test_libguac$(EXEEXT): $(test_libguac_OBJECTS) $(test_libguac_DEPENDENCIES) $(EXTRA_test_libguac_DEPENDENCIES) 862 @rm -f test_libguac$(EXEEXT) 863 $(AM_V_CCLD)$(test_libguac_LINK) $(test_libguac_OBJECTS) $(test_libguac_LDADD) $(LIBS) 864 865mostlyclean-compile: 866 -rm -f *.$(OBJEXT) 867 -rm -f client/*.$(OBJEXT) 868 -rm -f id/*.$(OBJEXT) 869 -rm -f mem/*.$(OBJEXT) 870 -rm -f parser/*.$(OBJEXT) 871 -rm -f pool/*.$(OBJEXT) 872 -rm -f protocol/*.$(OBJEXT) 873 -rm -f socket/*.$(OBJEXT) 874 -rm -f string/*.$(OBJEXT) 875 -rm -f unicode/*.$(OBJEXT) 876 877distclean-compile: 878 -rm -f *.tab.c 879 880include ./$(DEPDIR)/test_libguac-_generated_runner.Po # am--include-marker 881include client/$(DEPDIR)/test_libguac-buffer_pool.Po # am--include-marker 882include client/$(DEPDIR)/test_libguac-layer_pool.Po # am--include-marker 883include id/$(DEPDIR)/test_libguac-generate.Po # am--include-marker 884include mem/$(DEPDIR)/test_libguac-alloc.Po # am--include-marker 885include mem/$(DEPDIR)/test_libguac-ckd_add.Po # am--include-marker 886include mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Po # am--include-marker 887include mem/$(DEPDIR)/test_libguac-ckd_mul.Po # am--include-marker 888include mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Po # am--include-marker 889include mem/$(DEPDIR)/test_libguac-ckd_sub.Po # am--include-marker 890include mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Po # am--include-marker 891include mem/$(DEPDIR)/test_libguac-free.Po # am--include-marker 892include mem/$(DEPDIR)/test_libguac-realloc.Po # am--include-marker 893include mem/$(DEPDIR)/test_libguac-realloc_or_die.Po # am--include-marker 894include mem/$(DEPDIR)/test_libguac-zalloc.Po # am--include-marker 895include parser/$(DEPDIR)/test_libguac-append.Po # am--include-marker 896include parser/$(DEPDIR)/test_libguac-read.Po # am--include-marker 897include pool/$(DEPDIR)/test_libguac-next_free.Po # am--include-marker 898include protocol/$(DEPDIR)/test_libguac-base64_decode.Po # am--include-marker 899include protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Po # am--include-marker 900include socket/$(DEPDIR)/test_libguac-fd_send_instruction.Po # am--include-marker 901include socket/$(DEPDIR)/test_libguac-nested_send_instruction.Po # am--include-marker 902include string/$(DEPDIR)/test_libguac-strdup.Po # am--include-marker 903include string/$(DEPDIR)/test_libguac-strlcat.Po # am--include-marker 904include string/$(DEPDIR)/test_libguac-strlcpy.Po # am--include-marker 905include string/$(DEPDIR)/test_libguac-strljoin.Po # am--include-marker 906include string/$(DEPDIR)/test_libguac-strnstr.Po # am--include-marker 907include unicode/$(DEPDIR)/test_libguac-charsize.Po # am--include-marker 908include unicode/$(DEPDIR)/test_libguac-read.Po # am--include-marker 909include unicode/$(DEPDIR)/test_libguac-strlen.Po # am--include-marker 910include unicode/$(DEPDIR)/test_libguac-write.Po # am--include-marker 911 912$(am__depfiles_remade): 913 @$(MKDIR_P) $(@D) 914 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 915 916am--depfiles: $(am__depfiles_remade) 917 918.c.o: 919 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 920 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 921 $(am__mv) $$depbase.Tpo $$depbase.Po 922# $(AM_V_CC)source='$<' object='$@' libtool=no \ 923# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 924# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 925 926.c.obj: 927 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 928 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 929 $(am__mv) $$depbase.Tpo $$depbase.Po 930# $(AM_V_CC)source='$<' object='$@' libtool=no \ 931# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 932# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 933 934.c.lo: 935 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 936 $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 937 $(am__mv) $$depbase.Tpo $$depbase.Plo 938# $(AM_V_CC)source='$<' object='$@' libtool=yes \ 939# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 940# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 941 942client/test_libguac-buffer_pool.o: client/buffer_pool.c 943 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT client/test_libguac-buffer_pool.o -MD -MP -MF client/$(DEPDIR)/test_libguac-buffer_pool.Tpo -c -o client/test_libguac-buffer_pool.o `test -f 'client/buffer_pool.c' || echo '$(srcdir)/'`client/buffer_pool.c 944 $(AM_V_at)$(am__mv) client/$(DEPDIR)/test_libguac-buffer_pool.Tpo client/$(DEPDIR)/test_libguac-buffer_pool.Po 945# $(AM_V_CC)source='client/buffer_pool.c' object='client/test_libguac-buffer_pool.o' libtool=no \ 946# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 947# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o client/test_libguac-buffer_pool.o `test -f 'client/buffer_pool.c' || echo '$(srcdir)/'`client/buffer_pool.c 948 949client/test_libguac-buffer_pool.obj: client/buffer_pool.c 950 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT client/test_libguac-buffer_pool.obj -MD -MP -MF client/$(DEPDIR)/test_libguac-buffer_pool.Tpo -c -o client/test_libguac-buffer_pool.obj `if test -f 'client/buffer_pool.c'; then $(CYGPATH_W) 'client/buffer_pool.c'; else $(CYGPATH_W) '$(srcdir)/client/buffer_pool.c'; fi` 951 $(AM_V_at)$(am__mv) client/$(DEPDIR)/test_libguac-buffer_pool.Tpo client/$(DEPDIR)/test_libguac-buffer_pool.Po 952# $(AM_V_CC)source='client/buffer_pool.c' object='client/test_libguac-buffer_pool.obj' libtool=no \ 953# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 954# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o client/test_libguac-buffer_pool.obj `if test -f 'client/buffer_pool.c'; then $(CYGPATH_W) 'client/buffer_pool.c'; else $(CYGPATH_W) '$(srcdir)/client/buffer_pool.c'; fi` 955 956client/test_libguac-layer_pool.o: client/layer_pool.c 957 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT client/test_libguac-layer_pool.o -MD -MP -MF client/$(DEPDIR)/test_libguac-layer_pool.Tpo -c -o client/test_libguac-layer_pool.o `test -f 'client/layer_pool.c' || echo '$(srcdir)/'`client/layer_pool.c 958 $(AM_V_at)$(am__mv) client/$(DEPDIR)/test_libguac-layer_pool.Tpo client/$(DEPDIR)/test_libguac-layer_pool.Po 959# $(AM_V_CC)source='client/layer_pool.c' object='client/test_libguac-layer_pool.o' libtool=no \ 960# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 961# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o client/test_libguac-layer_pool.o `test -f 'client/layer_pool.c' || echo '$(srcdir)/'`client/layer_pool.c 962 963client/test_libguac-layer_pool.obj: client/layer_pool.c 964 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT client/test_libguac-layer_pool.obj -MD -MP -MF client/$(DEPDIR)/test_libguac-layer_pool.Tpo -c -o client/test_libguac-layer_pool.obj `if test -f 'client/layer_pool.c'; then $(CYGPATH_W) 'client/layer_pool.c'; else $(CYGPATH_W) '$(srcdir)/client/layer_pool.c'; fi` 965 $(AM_V_at)$(am__mv) client/$(DEPDIR)/test_libguac-layer_pool.Tpo client/$(DEPDIR)/test_libguac-layer_pool.Po 966# $(AM_V_CC)source='client/layer_pool.c' object='client/test_libguac-layer_pool.obj' libtool=no \ 967# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 968# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o client/test_libguac-layer_pool.obj `if test -f 'client/layer_pool.c'; then $(CYGPATH_W) 'client/layer_pool.c'; else $(CYGPATH_W) '$(srcdir)/client/layer_pool.c'; fi` 969 970id/test_libguac-generate.o: id/generate.c 971 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT id/test_libguac-generate.o -MD -MP -MF id/$(DEPDIR)/test_libguac-generate.Tpo -c -o id/test_libguac-generate.o `test -f 'id/generate.c' || echo '$(srcdir)/'`id/generate.c 972 $(AM_V_at)$(am__mv) id/$(DEPDIR)/test_libguac-generate.Tpo id/$(DEPDIR)/test_libguac-generate.Po 973# $(AM_V_CC)source='id/generate.c' object='id/test_libguac-generate.o' libtool=no \ 974# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 975# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o id/test_libguac-generate.o `test -f 'id/generate.c' || echo '$(srcdir)/'`id/generate.c 976 977id/test_libguac-generate.obj: id/generate.c 978 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT id/test_libguac-generate.obj -MD -MP -MF id/$(DEPDIR)/test_libguac-generate.Tpo -c -o id/test_libguac-generate.obj `if test -f 'id/generate.c'; then $(CYGPATH_W) 'id/generate.c'; else $(CYGPATH_W) '$(srcdir)/id/generate.c'; fi` 979 $(AM_V_at)$(am__mv) id/$(DEPDIR)/test_libguac-generate.Tpo id/$(DEPDIR)/test_libguac-generate.Po 980# $(AM_V_CC)source='id/generate.c' object='id/test_libguac-generate.obj' libtool=no \ 981# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 982# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o id/test_libguac-generate.obj `if test -f 'id/generate.c'; then $(CYGPATH_W) 'id/generate.c'; else $(CYGPATH_W) '$(srcdir)/id/generate.c'; fi` 983 984mem/test_libguac-alloc.o: mem/alloc.c 985 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-alloc.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-alloc.Tpo -c -o mem/test_libguac-alloc.o `test -f 'mem/alloc.c' || echo '$(srcdir)/'`mem/alloc.c 986 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-alloc.Tpo mem/$(DEPDIR)/test_libguac-alloc.Po 987# $(AM_V_CC)source='mem/alloc.c' object='mem/test_libguac-alloc.o' libtool=no \ 988# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 989# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-alloc.o `test -f 'mem/alloc.c' || echo '$(srcdir)/'`mem/alloc.c 990 991mem/test_libguac-alloc.obj: mem/alloc.c 992 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-alloc.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-alloc.Tpo -c -o mem/test_libguac-alloc.obj `if test -f 'mem/alloc.c'; then $(CYGPATH_W) 'mem/alloc.c'; else $(CYGPATH_W) '$(srcdir)/mem/alloc.c'; fi` 993 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-alloc.Tpo mem/$(DEPDIR)/test_libguac-alloc.Po 994# $(AM_V_CC)source='mem/alloc.c' object='mem/test_libguac-alloc.obj' libtool=no \ 995# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 996# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-alloc.obj `if test -f 'mem/alloc.c'; then $(CYGPATH_W) 'mem/alloc.c'; else $(CYGPATH_W) '$(srcdir)/mem/alloc.c'; fi` 997 998mem/test_libguac-ckd_add.o: mem/ckd_add.c 999 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_add.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_add.Tpo -c -o mem/test_libguac-ckd_add.o `test -f 'mem/ckd_add.c' || echo '$(srcdir)/'`mem/ckd_add.c 1000 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_add.Tpo mem/$(DEPDIR)/test_libguac-ckd_add.Po 1001# $(AM_V_CC)source='mem/ckd_add.c' object='mem/test_libguac-ckd_add.o' libtool=no \ 1002# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1003# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_add.o `test -f 'mem/ckd_add.c' || echo '$(srcdir)/'`mem/ckd_add.c 1004 1005mem/test_libguac-ckd_add.obj: mem/ckd_add.c 1006 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_add.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_add.Tpo -c -o mem/test_libguac-ckd_add.obj `if test -f 'mem/ckd_add.c'; then $(CYGPATH_W) 'mem/ckd_add.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_add.c'; fi` 1007 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_add.Tpo mem/$(DEPDIR)/test_libguac-ckd_add.Po 1008# $(AM_V_CC)source='mem/ckd_add.c' object='mem/test_libguac-ckd_add.obj' libtool=no \ 1009# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1010# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_add.obj `if test -f 'mem/ckd_add.c'; then $(CYGPATH_W) 'mem/ckd_add.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_add.c'; fi` 1011 1012mem/test_libguac-ckd_add_or_die.o: mem/ckd_add_or_die.c 1013 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_add_or_die.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Tpo -c -o mem/test_libguac-ckd_add_or_die.o `test -f 'mem/ckd_add_or_die.c' || echo '$(srcdir)/'`mem/ckd_add_or_die.c 1014 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Po 1015# $(AM_V_CC)source='mem/ckd_add_or_die.c' object='mem/test_libguac-ckd_add_or_die.o' libtool=no \ 1016# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1017# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_add_or_die.o `test -f 'mem/ckd_add_or_die.c' || echo '$(srcdir)/'`mem/ckd_add_or_die.c 1018 1019mem/test_libguac-ckd_add_or_die.obj: mem/ckd_add_or_die.c 1020 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_add_or_die.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Tpo -c -o mem/test_libguac-ckd_add_or_die.obj `if test -f 'mem/ckd_add_or_die.c'; then $(CYGPATH_W) 'mem/ckd_add_or_die.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_add_or_die.c'; fi` 1021 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Po 1022# $(AM_V_CC)source='mem/ckd_add_or_die.c' object='mem/test_libguac-ckd_add_or_die.obj' libtool=no \ 1023# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1024# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_add_or_die.obj `if test -f 'mem/ckd_add_or_die.c'; then $(CYGPATH_W) 'mem/ckd_add_or_die.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_add_or_die.c'; fi` 1025 1026mem/test_libguac-ckd_mul.o: mem/ckd_mul.c 1027 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_mul.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_mul.Tpo -c -o mem/test_libguac-ckd_mul.o `test -f 'mem/ckd_mul.c' || echo '$(srcdir)/'`mem/ckd_mul.c 1028 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_mul.Tpo mem/$(DEPDIR)/test_libguac-ckd_mul.Po 1029# $(AM_V_CC)source='mem/ckd_mul.c' object='mem/test_libguac-ckd_mul.o' libtool=no \ 1030# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1031# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_mul.o `test -f 'mem/ckd_mul.c' || echo '$(srcdir)/'`mem/ckd_mul.c 1032 1033mem/test_libguac-ckd_mul.obj: mem/ckd_mul.c 1034 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_mul.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_mul.Tpo -c -o mem/test_libguac-ckd_mul.obj `if test -f 'mem/ckd_mul.c'; then $(CYGPATH_W) 'mem/ckd_mul.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_mul.c'; fi` 1035 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_mul.Tpo mem/$(DEPDIR)/test_libguac-ckd_mul.Po 1036# $(AM_V_CC)source='mem/ckd_mul.c' object='mem/test_libguac-ckd_mul.obj' libtool=no \ 1037# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1038# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_mul.obj `if test -f 'mem/ckd_mul.c'; then $(CYGPATH_W) 'mem/ckd_mul.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_mul.c'; fi` 1039 1040mem/test_libguac-ckd_mul_or_die.o: mem/ckd_mul_or_die.c 1041 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_mul_or_die.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Tpo -c -o mem/test_libguac-ckd_mul_or_die.o `test -f 'mem/ckd_mul_or_die.c' || echo '$(srcdir)/'`mem/ckd_mul_or_die.c 1042 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Po 1043# $(AM_V_CC)source='mem/ckd_mul_or_die.c' object='mem/test_libguac-ckd_mul_or_die.o' libtool=no \ 1044# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1045# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_mul_or_die.o `test -f 'mem/ckd_mul_or_die.c' || echo '$(srcdir)/'`mem/ckd_mul_or_die.c 1046 1047mem/test_libguac-ckd_mul_or_die.obj: mem/ckd_mul_or_die.c 1048 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_mul_or_die.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Tpo -c -o mem/test_libguac-ckd_mul_or_die.obj `if test -f 'mem/ckd_mul_or_die.c'; then $(CYGPATH_W) 'mem/ckd_mul_or_die.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_mul_or_die.c'; fi` 1049 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Po 1050# $(AM_V_CC)source='mem/ckd_mul_or_die.c' object='mem/test_libguac-ckd_mul_or_die.obj' libtool=no \ 1051# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1052# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_mul_or_die.obj `if test -f 'mem/ckd_mul_or_die.c'; then $(CYGPATH_W) 'mem/ckd_mul_or_die.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_mul_or_die.c'; fi` 1053 1054mem/test_libguac-ckd_sub.o: mem/ckd_sub.c 1055 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_sub.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_sub.Tpo -c -o mem/test_libguac-ckd_sub.o `test -f 'mem/ckd_sub.c' || echo '$(srcdir)/'`mem/ckd_sub.c 1056 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_sub.Tpo mem/$(DEPDIR)/test_libguac-ckd_sub.Po 1057# $(AM_V_CC)source='mem/ckd_sub.c' object='mem/test_libguac-ckd_sub.o' libtool=no \ 1058# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1059# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_sub.o `test -f 'mem/ckd_sub.c' || echo '$(srcdir)/'`mem/ckd_sub.c 1060 1061mem/test_libguac-ckd_sub.obj: mem/ckd_sub.c 1062 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_sub.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_sub.Tpo -c -o mem/test_libguac-ckd_sub.obj `if test -f 'mem/ckd_sub.c'; then $(CYGPATH_W) 'mem/ckd_sub.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_sub.c'; fi` 1063 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_sub.Tpo mem/$(DEPDIR)/test_libguac-ckd_sub.Po 1064# $(AM_V_CC)source='mem/ckd_sub.c' object='mem/test_libguac-ckd_sub.obj' libtool=no \ 1065# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1066# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_sub.obj `if test -f 'mem/ckd_sub.c'; then $(CYGPATH_W) 'mem/ckd_sub.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_sub.c'; fi` 1067 1068mem/test_libguac-ckd_sub_or_die.o: mem/ckd_sub_or_die.c 1069 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_sub_or_die.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Tpo -c -o mem/test_libguac-ckd_sub_or_die.o `test -f 'mem/ckd_sub_or_die.c' || echo '$(srcdir)/'`mem/ckd_sub_or_die.c 1070 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Po 1071# $(AM_V_CC)source='mem/ckd_sub_or_die.c' object='mem/test_libguac-ckd_sub_or_die.o' libtool=no \ 1072# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1073# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_sub_or_die.o `test -f 'mem/ckd_sub_or_die.c' || echo '$(srcdir)/'`mem/ckd_sub_or_die.c 1074 1075mem/test_libguac-ckd_sub_or_die.obj: mem/ckd_sub_or_die.c 1076 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-ckd_sub_or_die.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Tpo -c -o mem/test_libguac-ckd_sub_or_die.obj `if test -f 'mem/ckd_sub_or_die.c'; then $(CYGPATH_W) 'mem/ckd_sub_or_die.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_sub_or_die.c'; fi` 1077 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Po 1078# $(AM_V_CC)source='mem/ckd_sub_or_die.c' object='mem/test_libguac-ckd_sub_or_die.obj' libtool=no \ 1079# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1080# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-ckd_sub_or_die.obj `if test -f 'mem/ckd_sub_or_die.c'; then $(CYGPATH_W) 'mem/ckd_sub_or_die.c'; else $(CYGPATH_W) '$(srcdir)/mem/ckd_sub_or_die.c'; fi` 1081 1082mem/test_libguac-free.o: mem/free.c 1083 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-free.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-free.Tpo -c -o mem/test_libguac-free.o `test -f 'mem/free.c' || echo '$(srcdir)/'`mem/free.c 1084 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-free.Tpo mem/$(DEPDIR)/test_libguac-free.Po 1085# $(AM_V_CC)source='mem/free.c' object='mem/test_libguac-free.o' libtool=no \ 1086# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1087# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-free.o `test -f 'mem/free.c' || echo '$(srcdir)/'`mem/free.c 1088 1089mem/test_libguac-free.obj: mem/free.c 1090 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-free.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-free.Tpo -c -o mem/test_libguac-free.obj `if test -f 'mem/free.c'; then $(CYGPATH_W) 'mem/free.c'; else $(CYGPATH_W) '$(srcdir)/mem/free.c'; fi` 1091 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-free.Tpo mem/$(DEPDIR)/test_libguac-free.Po 1092# $(AM_V_CC)source='mem/free.c' object='mem/test_libguac-free.obj' libtool=no \ 1093# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1094# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-free.obj `if test -f 'mem/free.c'; then $(CYGPATH_W) 'mem/free.c'; else $(CYGPATH_W) '$(srcdir)/mem/free.c'; fi` 1095 1096mem/test_libguac-realloc.o: mem/realloc.c 1097 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-realloc.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-realloc.Tpo -c -o mem/test_libguac-realloc.o `test -f 'mem/realloc.c' || echo '$(srcdir)/'`mem/realloc.c 1098 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-realloc.Tpo mem/$(DEPDIR)/test_libguac-realloc.Po 1099# $(AM_V_CC)source='mem/realloc.c' object='mem/test_libguac-realloc.o' libtool=no \ 1100# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1101# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-realloc.o `test -f 'mem/realloc.c' || echo '$(srcdir)/'`mem/realloc.c 1102 1103mem/test_libguac-realloc.obj: mem/realloc.c 1104 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-realloc.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-realloc.Tpo -c -o mem/test_libguac-realloc.obj `if test -f 'mem/realloc.c'; then $(CYGPATH_W) 'mem/realloc.c'; else $(CYGPATH_W) '$(srcdir)/mem/realloc.c'; fi` 1105 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-realloc.Tpo mem/$(DEPDIR)/test_libguac-realloc.Po 1106# $(AM_V_CC)source='mem/realloc.c' object='mem/test_libguac-realloc.obj' libtool=no \ 1107# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1108# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-realloc.obj `if test -f 'mem/realloc.c'; then $(CYGPATH_W) 'mem/realloc.c'; else $(CYGPATH_W) '$(srcdir)/mem/realloc.c'; fi` 1109 1110mem/test_libguac-realloc_or_die.o: mem/realloc_or_die.c 1111 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-realloc_or_die.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-realloc_or_die.Tpo -c -o mem/test_libguac-realloc_or_die.o `test -f 'mem/realloc_or_die.c' || echo '$(srcdir)/'`mem/realloc_or_die.c 1112 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-realloc_or_die.Tpo mem/$(DEPDIR)/test_libguac-realloc_or_die.Po 1113# $(AM_V_CC)source='mem/realloc_or_die.c' object='mem/test_libguac-realloc_or_die.o' libtool=no \ 1114# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1115# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-realloc_or_die.o `test -f 'mem/realloc_or_die.c' || echo '$(srcdir)/'`mem/realloc_or_die.c 1116 1117mem/test_libguac-realloc_or_die.obj: mem/realloc_or_die.c 1118 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-realloc_or_die.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-realloc_or_die.Tpo -c -o mem/test_libguac-realloc_or_die.obj `if test -f 'mem/realloc_or_die.c'; then $(CYGPATH_W) 'mem/realloc_or_die.c'; else $(CYGPATH_W) '$(srcdir)/mem/realloc_or_die.c'; fi` 1119 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-realloc_or_die.Tpo mem/$(DEPDIR)/test_libguac-realloc_or_die.Po 1120# $(AM_V_CC)source='mem/realloc_or_die.c' object='mem/test_libguac-realloc_or_die.obj' libtool=no \ 1121# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1122# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-realloc_or_die.obj `if test -f 'mem/realloc_or_die.c'; then $(CYGPATH_W) 'mem/realloc_or_die.c'; else $(CYGPATH_W) '$(srcdir)/mem/realloc_or_die.c'; fi` 1123 1124mem/test_libguac-zalloc.o: mem/zalloc.c 1125 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-zalloc.o -MD -MP -MF mem/$(DEPDIR)/test_libguac-zalloc.Tpo -c -o mem/test_libguac-zalloc.o `test -f 'mem/zalloc.c' || echo '$(srcdir)/'`mem/zalloc.c 1126 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-zalloc.Tpo mem/$(DEPDIR)/test_libguac-zalloc.Po 1127# $(AM_V_CC)source='mem/zalloc.c' object='mem/test_libguac-zalloc.o' libtool=no \ 1128# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1129# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-zalloc.o `test -f 'mem/zalloc.c' || echo '$(srcdir)/'`mem/zalloc.c 1130 1131mem/test_libguac-zalloc.obj: mem/zalloc.c 1132 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT mem/test_libguac-zalloc.obj -MD -MP -MF mem/$(DEPDIR)/test_libguac-zalloc.Tpo -c -o mem/test_libguac-zalloc.obj `if test -f 'mem/zalloc.c'; then $(CYGPATH_W) 'mem/zalloc.c'; else $(CYGPATH_W) '$(srcdir)/mem/zalloc.c'; fi` 1133 $(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-zalloc.Tpo mem/$(DEPDIR)/test_libguac-zalloc.Po 1134# $(AM_V_CC)source='mem/zalloc.c' object='mem/test_libguac-zalloc.obj' libtool=no \ 1135# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1136# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o mem/test_libguac-zalloc.obj `if test -f 'mem/zalloc.c'; then $(CYGPATH_W) 'mem/zalloc.c'; else $(CYGPATH_W) '$(srcdir)/mem/zalloc.c'; fi` 1137 1138parser/test_libguac-append.o: parser/append.c 1139 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT parser/test_libguac-append.o -MD -MP -MF parser/$(DEPDIR)/test_libguac-append.Tpo -c -o parser/test_libguac-append.o `test -f 'parser/append.c' || echo '$(srcdir)/'`parser/append.c 1140 $(AM_V_at)$(am__mv) parser/$(DEPDIR)/test_libguac-append.Tpo parser/$(DEPDIR)/test_libguac-append.Po 1141# $(AM_V_CC)source='parser/append.c' object='parser/test_libguac-append.o' libtool=no \ 1142# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1143# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o parser/test_libguac-append.o `test -f 'parser/append.c' || echo '$(srcdir)/'`parser/append.c 1144 1145parser/test_libguac-append.obj: parser/append.c 1146 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT parser/test_libguac-append.obj -MD -MP -MF parser/$(DEPDIR)/test_libguac-append.Tpo -c -o parser/test_libguac-append.obj `if test -f 'parser/append.c'; then $(CYGPATH_W) 'parser/append.c'; else $(CYGPATH_W) '$(srcdir)/parser/append.c'; fi` 1147 $(AM_V_at)$(am__mv) parser/$(DEPDIR)/test_libguac-append.Tpo parser/$(DEPDIR)/test_libguac-append.Po 1148# $(AM_V_CC)source='parser/append.c' object='parser/test_libguac-append.obj' libtool=no \ 1149# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1150# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o parser/test_libguac-append.obj `if test -f 'parser/append.c'; then $(CYGPATH_W) 'parser/append.c'; else $(CYGPATH_W) '$(srcdir)/parser/append.c'; fi` 1151 1152parser/test_libguac-read.o: parser/read.c 1153 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT parser/test_libguac-read.o -MD -MP -MF parser/$(DEPDIR)/test_libguac-read.Tpo -c -o parser/test_libguac-read.o `test -f 'parser/read.c' || echo '$(srcdir)/'`parser/read.c 1154 $(AM_V_at)$(am__mv) parser/$(DEPDIR)/test_libguac-read.Tpo parser/$(DEPDIR)/test_libguac-read.Po 1155# $(AM_V_CC)source='parser/read.c' object='parser/test_libguac-read.o' libtool=no \ 1156# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1157# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o parser/test_libguac-read.o `test -f 'parser/read.c' || echo '$(srcdir)/'`parser/read.c 1158 1159parser/test_libguac-read.obj: parser/read.c 1160 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT parser/test_libguac-read.obj -MD -MP -MF parser/$(DEPDIR)/test_libguac-read.Tpo -c -o parser/test_libguac-read.obj `if test -f 'parser/read.c'; then $(CYGPATH_W) 'parser/read.c'; else $(CYGPATH_W) '$(srcdir)/parser/read.c'; fi` 1161 $(AM_V_at)$(am__mv) parser/$(DEPDIR)/test_libguac-read.Tpo parser/$(DEPDIR)/test_libguac-read.Po 1162# $(AM_V_CC)source='parser/read.c' object='parser/test_libguac-read.obj' libtool=no \ 1163# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1164# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o parser/test_libguac-read.obj `if test -f 'parser/read.c'; then $(CYGPATH_W) 'parser/read.c'; else $(CYGPATH_W) '$(srcdir)/parser/read.c'; fi` 1165 1166pool/test_libguac-next_free.o: pool/next_free.c 1167 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT pool/test_libguac-next_free.o -MD -MP -MF pool/$(DEPDIR)/test_libguac-next_free.Tpo -c -o pool/test_libguac-next_free.o `test -f 'pool/next_free.c' || echo '$(srcdir)/'`pool/next_free.c 1168 $(AM_V_at)$(am__mv) pool/$(DEPDIR)/test_libguac-next_free.Tpo pool/$(DEPDIR)/test_libguac-next_free.Po 1169# $(AM_V_CC)source='pool/next_free.c' object='pool/test_libguac-next_free.o' libtool=no \ 1170# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1171# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o pool/test_libguac-next_free.o `test -f 'pool/next_free.c' || echo '$(srcdir)/'`pool/next_free.c 1172 1173pool/test_libguac-next_free.obj: pool/next_free.c 1174 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT pool/test_libguac-next_free.obj -MD -MP -MF pool/$(DEPDIR)/test_libguac-next_free.Tpo -c -o pool/test_libguac-next_free.obj `if test -f 'pool/next_free.c'; then $(CYGPATH_W) 'pool/next_free.c'; else $(CYGPATH_W) '$(srcdir)/pool/next_free.c'; fi` 1175 $(AM_V_at)$(am__mv) pool/$(DEPDIR)/test_libguac-next_free.Tpo pool/$(DEPDIR)/test_libguac-next_free.Po 1176# $(AM_V_CC)source='pool/next_free.c' object='pool/test_libguac-next_free.obj' libtool=no \ 1177# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1178# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o pool/test_libguac-next_free.obj `if test -f 'pool/next_free.c'; then $(CYGPATH_W) 'pool/next_free.c'; else $(CYGPATH_W) '$(srcdir)/pool/next_free.c'; fi` 1179 1180protocol/test_libguac-base64_decode.o: protocol/base64_decode.c 1181 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT protocol/test_libguac-base64_decode.o -MD -MP -MF protocol/$(DEPDIR)/test_libguac-base64_decode.Tpo -c -o protocol/test_libguac-base64_decode.o `test -f 'protocol/base64_decode.c' || echo '$(srcdir)/'`protocol/base64_decode.c 1182 $(AM_V_at)$(am__mv) protocol/$(DEPDIR)/test_libguac-base64_decode.Tpo protocol/$(DEPDIR)/test_libguac-base64_decode.Po 1183# $(AM_V_CC)source='protocol/base64_decode.c' object='protocol/test_libguac-base64_decode.o' libtool=no \ 1184# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1185# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o protocol/test_libguac-base64_decode.o `test -f 'protocol/base64_decode.c' || echo '$(srcdir)/'`protocol/base64_decode.c 1186 1187protocol/test_libguac-base64_decode.obj: protocol/base64_decode.c 1188 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT protocol/test_libguac-base64_decode.obj -MD -MP -MF protocol/$(DEPDIR)/test_libguac-base64_decode.Tpo -c -o protocol/test_libguac-base64_decode.obj `if test -f 'protocol/base64_decode.c'; then $(CYGPATH_W) 'protocol/base64_decode.c'; else $(CYGPATH_W) '$(srcdir)/protocol/base64_decode.c'; fi` 1189 $(AM_V_at)$(am__mv) protocol/$(DEPDIR)/test_libguac-base64_decode.Tpo protocol/$(DEPDIR)/test_libguac-base64_decode.Po 1190# $(AM_V_CC)source='protocol/base64_decode.c' object='protocol/test_libguac-base64_decode.obj' libtool=no \ 1191# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1192# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o protocol/test_libguac-base64_decode.obj `if test -f 'protocol/base64_decode.c'; then $(CYGPATH_W) 'protocol/base64_decode.c'; else $(CYGPATH_W) '$(srcdir)/protocol/base64_decode.c'; fi` 1193 1194protocol/test_libguac-guac_protocol_version.o: protocol/guac_protocol_version.c 1195 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT protocol/test_libguac-guac_protocol_version.o -MD -MP -MF protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Tpo -c -o protocol/test_libguac-guac_protocol_version.o `test -f 'protocol/guac_protocol_version.c' || echo '$(srcdir)/'`protocol/guac_protocol_version.c 1196 $(AM_V_at)$(am__mv) protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Tpo protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Po 1197# $(AM_V_CC)source='protocol/guac_protocol_version.c' object='protocol/test_libguac-guac_protocol_version.o' libtool=no \ 1198# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1199# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o protocol/test_libguac-guac_protocol_version.o `test -f 'protocol/guac_protocol_version.c' || echo '$(srcdir)/'`protocol/guac_protocol_version.c 1200 1201protocol/test_libguac-guac_protocol_version.obj: protocol/guac_protocol_version.c 1202 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT protocol/test_libguac-guac_protocol_version.obj -MD -MP -MF protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Tpo -c -o protocol/test_libguac-guac_protocol_version.obj `if test -f 'protocol/guac_protocol_version.c'; then $(CYGPATH_W) 'protocol/guac_protocol_version.c'; else $(CYGPATH_W) '$(srcdir)/protocol/guac_protocol_version.c'; fi` 1203 $(AM_V_at)$(am__mv) protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Tpo protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Po 1204# $(AM_V_CC)source='protocol/guac_protocol_version.c' object='protocol/test_libguac-guac_protocol_version.obj' libtool=no \ 1205# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1206# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o protocol/test_libguac-guac_protocol_version.obj `if test -f 'protocol/guac_protocol_version.c'; then $(CYGPATH_W) 'protocol/guac_protocol_version.c'; else $(CYGPATH_W) '$(srcdir)/protocol/guac_protocol_version.c'; fi` 1207 1208socket/test_libguac-fd_send_instruction.o: socket/fd_send_instruction.c 1209 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT socket/test_libguac-fd_send_instruction.o -MD -MP -MF socket/$(DEPDIR)/test_libguac-fd_send_instruction.Tpo -c -o socket/test_libguac-fd_send_instruction.o `test -f 'socket/fd_send_instruction.c' || echo '$(srcdir)/'`socket/fd_send_instruction.c 1210 $(AM_V_at)$(am__mv) socket/$(DEPDIR)/test_libguac-fd_send_instruction.Tpo socket/$(DEPDIR)/test_libguac-fd_send_instruction.Po 1211# $(AM_V_CC)source='socket/fd_send_instruction.c' object='socket/test_libguac-fd_send_instruction.o' libtool=no \ 1212# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1213# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o socket/test_libguac-fd_send_instruction.o `test -f 'socket/fd_send_instruction.c' || echo '$(srcdir)/'`socket/fd_send_instruction.c 1214 1215socket/test_libguac-fd_send_instruction.obj: socket/fd_send_instruction.c 1216 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT socket/test_libguac-fd_send_instruction.obj -MD -MP -MF socket/$(DEPDIR)/test_libguac-fd_send_instruction.Tpo -c -o socket/test_libguac-fd_send_instruction.obj `if test -f 'socket/fd_send_instruction.c'; then $(CYGPATH_W) 'socket/fd_send_instruction.c'; else $(CYGPATH_W) '$(srcdir)/socket/fd_send_instruction.c'; fi` 1217 $(AM_V_at)$(am__mv) socket/$(DEPDIR)/test_libguac-fd_send_instruction.Tpo socket/$(DEPDIR)/test_libguac-fd_send_instruction.Po 1218# $(AM_V_CC)source='socket/fd_send_instruction.c' object='socket/test_libguac-fd_send_instruction.obj' libtool=no \ 1219# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1220# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o socket/test_libguac-fd_send_instruction.obj `if test -f 'socket/fd_send_instruction.c'; then $(CYGPATH_W) 'socket/fd_send_instruction.c'; else $(CYGPATH_W) '$(srcdir)/socket/fd_send_instruction.c'; fi` 1221 1222socket/test_libguac-nested_send_instruction.o: socket/nested_send_instruction.c 1223 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT socket/test_libguac-nested_send_instruction.o -MD -MP -MF socket/$(DEPDIR)/test_libguac-nested_send_instruction.Tpo -c -o socket/test_libguac-nested_send_instruction.o `test -f 'socket/nested_send_instruction.c' || echo '$(srcdir)/'`socket/nested_send_instruction.c 1224 $(AM_V_at)$(am__mv) socket/$(DEPDIR)/test_libguac-nested_send_instruction.Tpo socket/$(DEPDIR)/test_libguac-nested_send_instruction.Po 1225# $(AM_V_CC)source='socket/nested_send_instruction.c' object='socket/test_libguac-nested_send_instruction.o' libtool=no \ 1226# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1227# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o socket/test_libguac-nested_send_instruction.o `test -f 'socket/nested_send_instruction.c' || echo '$(srcdir)/'`socket/nested_send_instruction.c 1228 1229socket/test_libguac-nested_send_instruction.obj: socket/nested_send_instruction.c 1230 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT socket/test_libguac-nested_send_instruction.obj -MD -MP -MF socket/$(DEPDIR)/test_libguac-nested_send_instruction.Tpo -c -o socket/test_libguac-nested_send_instruction.obj `if test -f 'socket/nested_send_instruction.c'; then $(CYGPATH_W) 'socket/nested_send_instruction.c'; else $(CYGPATH_W) '$(srcdir)/socket/nested_send_instruction.c'; fi` 1231 $(AM_V_at)$(am__mv) socket/$(DEPDIR)/test_libguac-nested_send_instruction.Tpo socket/$(DEPDIR)/test_libguac-nested_send_instruction.Po 1232# $(AM_V_CC)source='socket/nested_send_instruction.c' object='socket/test_libguac-nested_send_instruction.obj' libtool=no \ 1233# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1234# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o socket/test_libguac-nested_send_instruction.obj `if test -f 'socket/nested_send_instruction.c'; then $(CYGPATH_W) 'socket/nested_send_instruction.c'; else $(CYGPATH_W) '$(srcdir)/socket/nested_send_instruction.c'; fi` 1235 1236string/test_libguac-strdup.o: string/strdup.c 1237 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strdup.o -MD -MP -MF string/$(DEPDIR)/test_libguac-strdup.Tpo -c -o string/test_libguac-strdup.o `test -f 'string/strdup.c' || echo '$(srcdir)/'`string/strdup.c 1238 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strdup.Tpo string/$(DEPDIR)/test_libguac-strdup.Po 1239# $(AM_V_CC)source='string/strdup.c' object='string/test_libguac-strdup.o' libtool=no \ 1240# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1241# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strdup.o `test -f 'string/strdup.c' || echo '$(srcdir)/'`string/strdup.c 1242 1243string/test_libguac-strdup.obj: string/strdup.c 1244 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strdup.obj -MD -MP -MF string/$(DEPDIR)/test_libguac-strdup.Tpo -c -o string/test_libguac-strdup.obj `if test -f 'string/strdup.c'; then $(CYGPATH_W) 'string/strdup.c'; else $(CYGPATH_W) '$(srcdir)/string/strdup.c'; fi` 1245 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strdup.Tpo string/$(DEPDIR)/test_libguac-strdup.Po 1246# $(AM_V_CC)source='string/strdup.c' object='string/test_libguac-strdup.obj' libtool=no \ 1247# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1248# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strdup.obj `if test -f 'string/strdup.c'; then $(CYGPATH_W) 'string/strdup.c'; else $(CYGPATH_W) '$(srcdir)/string/strdup.c'; fi` 1249 1250string/test_libguac-strlcat.o: string/strlcat.c 1251 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strlcat.o -MD -MP -MF string/$(DEPDIR)/test_libguac-strlcat.Tpo -c -o string/test_libguac-strlcat.o `test -f 'string/strlcat.c' || echo '$(srcdir)/'`string/strlcat.c 1252 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strlcat.Tpo string/$(DEPDIR)/test_libguac-strlcat.Po 1253# $(AM_V_CC)source='string/strlcat.c' object='string/test_libguac-strlcat.o' libtool=no \ 1254# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1255# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strlcat.o `test -f 'string/strlcat.c' || echo '$(srcdir)/'`string/strlcat.c 1256 1257string/test_libguac-strlcat.obj: string/strlcat.c 1258 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strlcat.obj -MD -MP -MF string/$(DEPDIR)/test_libguac-strlcat.Tpo -c -o string/test_libguac-strlcat.obj `if test -f 'string/strlcat.c'; then $(CYGPATH_W) 'string/strlcat.c'; else $(CYGPATH_W) '$(srcdir)/string/strlcat.c'; fi` 1259 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strlcat.Tpo string/$(DEPDIR)/test_libguac-strlcat.Po 1260# $(AM_V_CC)source='string/strlcat.c' object='string/test_libguac-strlcat.obj' libtool=no \ 1261# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1262# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strlcat.obj `if test -f 'string/strlcat.c'; then $(CYGPATH_W) 'string/strlcat.c'; else $(CYGPATH_W) '$(srcdir)/string/strlcat.c'; fi` 1263 1264string/test_libguac-strlcpy.o: string/strlcpy.c 1265 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strlcpy.o -MD -MP -MF string/$(DEPDIR)/test_libguac-strlcpy.Tpo -c -o string/test_libguac-strlcpy.o `test -f 'string/strlcpy.c' || echo '$(srcdir)/'`string/strlcpy.c 1266 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strlcpy.Tpo string/$(DEPDIR)/test_libguac-strlcpy.Po 1267# $(AM_V_CC)source='string/strlcpy.c' object='string/test_libguac-strlcpy.o' libtool=no \ 1268# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1269# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strlcpy.o `test -f 'string/strlcpy.c' || echo '$(srcdir)/'`string/strlcpy.c 1270 1271string/test_libguac-strlcpy.obj: string/strlcpy.c 1272 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strlcpy.obj -MD -MP -MF string/$(DEPDIR)/test_libguac-strlcpy.Tpo -c -o string/test_libguac-strlcpy.obj `if test -f 'string/strlcpy.c'; then $(CYGPATH_W) 'string/strlcpy.c'; else $(CYGPATH_W) '$(srcdir)/string/strlcpy.c'; fi` 1273 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strlcpy.Tpo string/$(DEPDIR)/test_libguac-strlcpy.Po 1274# $(AM_V_CC)source='string/strlcpy.c' object='string/test_libguac-strlcpy.obj' libtool=no \ 1275# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1276# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strlcpy.obj `if test -f 'string/strlcpy.c'; then $(CYGPATH_W) 'string/strlcpy.c'; else $(CYGPATH_W) '$(srcdir)/string/strlcpy.c'; fi` 1277 1278string/test_libguac-strljoin.o: string/strljoin.c 1279 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strljoin.o -MD -MP -MF string/$(DEPDIR)/test_libguac-strljoin.Tpo -c -o string/test_libguac-strljoin.o `test -f 'string/strljoin.c' || echo '$(srcdir)/'`string/strljoin.c 1280 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strljoin.Tpo string/$(DEPDIR)/test_libguac-strljoin.Po 1281# $(AM_V_CC)source='string/strljoin.c' object='string/test_libguac-strljoin.o' libtool=no \ 1282# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1283# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strljoin.o `test -f 'string/strljoin.c' || echo '$(srcdir)/'`string/strljoin.c 1284 1285string/test_libguac-strljoin.obj: string/strljoin.c 1286 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strljoin.obj -MD -MP -MF string/$(DEPDIR)/test_libguac-strljoin.Tpo -c -o string/test_libguac-strljoin.obj `if test -f 'string/strljoin.c'; then $(CYGPATH_W) 'string/strljoin.c'; else $(CYGPATH_W) '$(srcdir)/string/strljoin.c'; fi` 1287 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strljoin.Tpo string/$(DEPDIR)/test_libguac-strljoin.Po 1288# $(AM_V_CC)source='string/strljoin.c' object='string/test_libguac-strljoin.obj' libtool=no \ 1289# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1290# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strljoin.obj `if test -f 'string/strljoin.c'; then $(CYGPATH_W) 'string/strljoin.c'; else $(CYGPATH_W) '$(srcdir)/string/strljoin.c'; fi` 1291 1292string/test_libguac-strnstr.o: string/strnstr.c 1293 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strnstr.o -MD -MP -MF string/$(DEPDIR)/test_libguac-strnstr.Tpo -c -o string/test_libguac-strnstr.o `test -f 'string/strnstr.c' || echo '$(srcdir)/'`string/strnstr.c 1294 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strnstr.Tpo string/$(DEPDIR)/test_libguac-strnstr.Po 1295# $(AM_V_CC)source='string/strnstr.c' object='string/test_libguac-strnstr.o' libtool=no \ 1296# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1297# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strnstr.o `test -f 'string/strnstr.c' || echo '$(srcdir)/'`string/strnstr.c 1298 1299string/test_libguac-strnstr.obj: string/strnstr.c 1300 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT string/test_libguac-strnstr.obj -MD -MP -MF string/$(DEPDIR)/test_libguac-strnstr.Tpo -c -o string/test_libguac-strnstr.obj `if test -f 'string/strnstr.c'; then $(CYGPATH_W) 'string/strnstr.c'; else $(CYGPATH_W) '$(srcdir)/string/strnstr.c'; fi` 1301 $(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strnstr.Tpo string/$(DEPDIR)/test_libguac-strnstr.Po 1302# $(AM_V_CC)source='string/strnstr.c' object='string/test_libguac-strnstr.obj' libtool=no \ 1303# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1304# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o string/test_libguac-strnstr.obj `if test -f 'string/strnstr.c'; then $(CYGPATH_W) 'string/strnstr.c'; else $(CYGPATH_W) '$(srcdir)/string/strnstr.c'; fi` 1305 1306unicode/test_libguac-charsize.o: unicode/charsize.c 1307 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT unicode/test_libguac-charsize.o -MD -MP -MF unicode/$(DEPDIR)/test_libguac-charsize.Tpo -c -o unicode/test_libguac-charsize.o `test -f 'unicode/charsize.c' || echo '$(srcdir)/'`unicode/charsize.c 1308 $(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-charsize.Tpo unicode/$(DEPDIR)/test_libguac-charsize.Po 1309# $(AM_V_CC)source='unicode/charsize.c' object='unicode/test_libguac-charsize.o' libtool=no \ 1310# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1311# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o unicode/test_libguac-charsize.o `test -f 'unicode/charsize.c' || echo '$(srcdir)/'`unicode/charsize.c 1312 1313unicode/test_libguac-charsize.obj: unicode/charsize.c 1314 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT unicode/test_libguac-charsize.obj -MD -MP -MF unicode/$(DEPDIR)/test_libguac-charsize.Tpo -c -o unicode/test_libguac-charsize.obj `if test -f 'unicode/charsize.c'; then $(CYGPATH_W) 'unicode/charsize.c'; else $(CYGPATH_W) '$(srcdir)/unicode/charsize.c'; fi` 1315 $(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-charsize.Tpo unicode/$(DEPDIR)/test_libguac-charsize.Po 1316# $(AM_V_CC)source='unicode/charsize.c' object='unicode/test_libguac-charsize.obj' libtool=no \ 1317# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1318# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o unicode/test_libguac-charsize.obj `if test -f 'unicode/charsize.c'; then $(CYGPATH_W) 'unicode/charsize.c'; else $(CYGPATH_W) '$(srcdir)/unicode/charsize.c'; fi` 1319 1320unicode/test_libguac-read.o: unicode/read.c 1321 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT unicode/test_libguac-read.o -MD -MP -MF unicode/$(DEPDIR)/test_libguac-read.Tpo -c -o unicode/test_libguac-read.o `test -f 'unicode/read.c' || echo '$(srcdir)/'`unicode/read.c 1322 $(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-read.Tpo unicode/$(DEPDIR)/test_libguac-read.Po 1323# $(AM_V_CC)source='unicode/read.c' object='unicode/test_libguac-read.o' libtool=no \ 1324# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1325# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o unicode/test_libguac-read.o `test -f 'unicode/read.c' || echo '$(srcdir)/'`unicode/read.c 1326 1327unicode/test_libguac-read.obj: unicode/read.c 1328 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT unicode/test_libguac-read.obj -MD -MP -MF unicode/$(DEPDIR)/test_libguac-read.Tpo -c -o unicode/test_libguac-read.obj `if test -f 'unicode/read.c'; then $(CYGPATH_W) 'unicode/read.c'; else $(CYGPATH_W) '$(srcdir)/unicode/read.c'; fi` 1329 $(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-read.Tpo unicode/$(DEPDIR)/test_libguac-read.Po 1330# $(AM_V_CC)source='unicode/read.c' object='unicode/test_libguac-read.obj' libtool=no \ 1331# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1332# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o unicode/test_libguac-read.obj `if test -f 'unicode/read.c'; then $(CYGPATH_W) 'unicode/read.c'; else $(CYGPATH_W) '$(srcdir)/unicode/read.c'; fi` 1333 1334unicode/test_libguac-strlen.o: unicode/strlen.c 1335 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT unicode/test_libguac-strlen.o -MD -MP -MF unicode/$(DEPDIR)/test_libguac-strlen.Tpo -c -o unicode/test_libguac-strlen.o `test -f 'unicode/strlen.c' || echo '$(srcdir)/'`unicode/strlen.c 1336 $(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-strlen.Tpo unicode/$(DEPDIR)/test_libguac-strlen.Po 1337# $(AM_V_CC)source='unicode/strlen.c' object='unicode/test_libguac-strlen.o' libtool=no \ 1338# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1339# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o unicode/test_libguac-strlen.o `test -f 'unicode/strlen.c' || echo '$(srcdir)/'`unicode/strlen.c 1340 1341unicode/test_libguac-strlen.obj: unicode/strlen.c 1342 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT unicode/test_libguac-strlen.obj -MD -MP -MF unicode/$(DEPDIR)/test_libguac-strlen.Tpo -c -o unicode/test_libguac-strlen.obj `if test -f 'unicode/strlen.c'; then $(CYGPATH_W) 'unicode/strlen.c'; else $(CYGPATH_W) '$(srcdir)/unicode/strlen.c'; fi` 1343 $(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-strlen.Tpo unicode/$(DEPDIR)/test_libguac-strlen.Po 1344# $(AM_V_CC)source='unicode/strlen.c' object='unicode/test_libguac-strlen.obj' libtool=no \ 1345# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1346# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o unicode/test_libguac-strlen.obj `if test -f 'unicode/strlen.c'; then $(CYGPATH_W) 'unicode/strlen.c'; else $(CYGPATH_W) '$(srcdir)/unicode/strlen.c'; fi` 1347 1348unicode/test_libguac-write.o: unicode/write.c 1349 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT unicode/test_libguac-write.o -MD -MP -MF unicode/$(DEPDIR)/test_libguac-write.Tpo -c -o unicode/test_libguac-write.o `test -f 'unicode/write.c' || echo '$(srcdir)/'`unicode/write.c 1350 $(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-write.Tpo unicode/$(DEPDIR)/test_libguac-write.Po 1351# $(AM_V_CC)source='unicode/write.c' object='unicode/test_libguac-write.o' libtool=no \ 1352# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1353# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o unicode/test_libguac-write.o `test -f 'unicode/write.c' || echo '$(srcdir)/'`unicode/write.c 1354 1355unicode/test_libguac-write.obj: unicode/write.c 1356 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT unicode/test_libguac-write.obj -MD -MP -MF unicode/$(DEPDIR)/test_libguac-write.Tpo -c -o unicode/test_libguac-write.obj `if test -f 'unicode/write.c'; then $(CYGPATH_W) 'unicode/write.c'; else $(CYGPATH_W) '$(srcdir)/unicode/write.c'; fi` 1357 $(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-write.Tpo unicode/$(DEPDIR)/test_libguac-write.Po 1358# $(AM_V_CC)source='unicode/write.c' object='unicode/test_libguac-write.obj' libtool=no \ 1359# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1360# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o unicode/test_libguac-write.obj `if test -f 'unicode/write.c'; then $(CYGPATH_W) 'unicode/write.c'; else $(CYGPATH_W) '$(srcdir)/unicode/write.c'; fi` 1361 1362test_libguac-_generated_runner.o: _generated_runner.c 1363 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT test_libguac-_generated_runner.o -MD -MP -MF $(DEPDIR)/test_libguac-_generated_runner.Tpo -c -o test_libguac-_generated_runner.o `test -f '_generated_runner.c' || echo '$(srcdir)/'`_generated_runner.c 1364 $(AM_V_at)$(am__mv) $(DEPDIR)/test_libguac-_generated_runner.Tpo $(DEPDIR)/test_libguac-_generated_runner.Po 1365# $(AM_V_CC)source='_generated_runner.c' object='test_libguac-_generated_runner.o' libtool=no \ 1366# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1367# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o test_libguac-_generated_runner.o `test -f '_generated_runner.c' || echo '$(srcdir)/'`_generated_runner.c 1368 1369test_libguac-_generated_runner.obj: _generated_runner.c 1370 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -MT test_libguac-_generated_runner.obj -MD -MP -MF $(DEPDIR)/test_libguac-_generated_runner.Tpo -c -o test_libguac-_generated_runner.obj `if test -f '_generated_runner.c'; then $(CYGPATH_W) '_generated_runner.c'; else $(CYGPATH_W) '$(srcdir)/_generated_runner.c'; fi` 1371 $(AM_V_at)$(am__mv) $(DEPDIR)/test_libguac-_generated_runner.Tpo $(DEPDIR)/test_libguac-_generated_runner.Po 1372# $(AM_V_CC)source='_generated_runner.c' object='test_libguac-_generated_runner.obj' libtool=no \ 1373# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1374# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libguac_CFLAGS) $(CFLAGS) -c -o test_libguac-_generated_runner.obj `if test -f '_generated_runner.c'; then $(CYGPATH_W) '_generated_runner.c'; else $(CYGPATH_W) '$(srcdir)/_generated_runner.c'; fi` 1375 1376mostlyclean-libtool: 1377 -rm -f *.lo 1378 1379clean-libtool: 1380 -rm -rf .libs _libs 1381 1382ID: $(am__tagged_files) 1383 $(am__define_uniq_tagged_files); mkid -fID $$unique 1384tags: tags-am 1385TAGS: tags 1386 1387tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1388 set x; \ 1389 here=`pwd`; \ 1390 $(am__define_uniq_tagged_files); \ 1391 shift; \ 1392 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1393 test -n "$$unique" || unique=$$empty_fix; \ 1394 if test $$# -gt 0; then \ 1395 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1396 "$$@" $$unique; \ 1397 else \ 1398 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1399 $$unique; \ 1400 fi; \ 1401 fi 1402ctags: ctags-am 1403 1404CTAGS: ctags 1405ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1406 $(am__define_uniq_tagged_files); \ 1407 test -z "$(CTAGS_ARGS)$$unique" \ 1408 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1409 $$unique 1410 1411GTAGS: 1412 here=`$(am__cd) $(top_builddir) && pwd` \ 1413 && $(am__cd) $(top_srcdir) \ 1414 && gtags -i $(GTAGS_ARGS) "$$here" 1415cscopelist: cscopelist-am 1416 1417cscopelist-am: $(am__tagged_files) 1418 list='$(am__tagged_files)'; \ 1419 case "$(srcdir)" in \ 1420 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1421 *) sdir=$(subdir)/$(srcdir) ;; \ 1422 esac; \ 1423 for i in $$list; do \ 1424 if test -f "$$i"; then \ 1425 echo "$(subdir)/$$i"; \ 1426 else \ 1427 echo "$$sdir/$$i"; \ 1428 fi; \ 1429 done >> $(top_builddir)/cscope.files 1430 1431distclean-tags: 1432 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1433 1434# Recover from deleted '.trs' file; this should ensure that 1435# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1436# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1437# to avoid problems with "make -n". 1438.log.trs: 1439 rm -f $< $@ 1440 $(MAKE) $(AM_MAKEFLAGS) $< 1441 1442# Leading 'am--fnord' is there to ensure the list of targets does not 1443# expand to empty, as could happen e.g. with make check TESTS=''. 1444am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1445am--force-recheck: 1446 @: 1447 1448$(TEST_SUITE_LOG): $(TEST_LOGS) 1449 @$(am__set_TESTS_bases); \ 1450 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1451 redo_bases=`for i in $$bases; do \ 1452 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1453 done`; \ 1454 if test -n "$$redo_bases"; then \ 1455 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1456 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1457 if $(am__make_dryrun); then :; else \ 1458 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1459 fi; \ 1460 fi; \ 1461 if test -n "$$am__remaking_logs"; then \ 1462 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1463 "recursion detected" >&2; \ 1464 elif test -n "$$redo_logs"; then \ 1465 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1466 fi; \ 1467 if $(am__make_dryrun); then :; else \ 1468 st=0; \ 1469 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1470 for i in $$redo_bases; do \ 1471 test -f $$i.trs && test -r $$i.trs \ 1472 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1473 test -f $$i.log && test -r $$i.log \ 1474 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1475 done; \ 1476 test $$st -eq 0 || exit 1; \ 1477 fi 1478 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1479 ws='[ ]'; \ 1480 results=`for b in $$bases; do echo $$b.trs; done`; \ 1481 test -n "$$results" || results=/dev/null; \ 1482 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1483 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1484 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1485 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1486 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1487 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1488 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1489 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1490 success=true; \ 1491 else \ 1492 success=false; \ 1493 fi; \ 1494 br='==================='; br=$$br$$br$$br$$br; \ 1495 result_count () \ 1496 { \ 1497 if test x"$$1" = x"--maybe-color"; then \ 1498 maybe_colorize=yes; \ 1499 elif test x"$$1" = x"--no-color"; then \ 1500 maybe_colorize=no; \ 1501 else \ 1502 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1503 fi; \ 1504 shift; \ 1505 desc=$$1 count=$$2; \ 1506 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1507 color_start=$$3 color_end=$$std; \ 1508 else \ 1509 color_start= color_end=; \ 1510 fi; \ 1511 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1512 }; \ 1513 create_testsuite_report () \ 1514 { \ 1515 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1516 result_count $$1 "PASS: " $$pass "$$grn"; \ 1517 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1518 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1519 result_count $$1 "FAIL: " $$fail "$$red"; \ 1520 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1521 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1522 }; \ 1523 { \ 1524 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1525 $(am__rst_title); \ 1526 create_testsuite_report --no-color; \ 1527 echo; \ 1528 echo ".. contents:: :depth: 2"; \ 1529 echo; \ 1530 for b in $$bases; do echo $$b; done \ 1531 | $(am__create_global_log); \ 1532 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1533 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1534 if $$success; then \ 1535 col="$$grn"; \ 1536 else \ 1537 col="$$red"; \ 1538 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1539 fi; \ 1540 echo "$${col}$$br$${std}"; \ 1541 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 1542 echo "$${col}$$br$${std}"; \ 1543 create_testsuite_report --maybe-color; \ 1544 echo "$$col$$br$$std"; \ 1545 if $$success; then :; else \ 1546 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1547 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1548 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1549 fi; \ 1550 echo "$$col$$br$$std"; \ 1551 fi; \ 1552 $$success || exit 1 1553 1554check-TESTS: $(check_PROGRAMS) 1555 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1556 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1557 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1558 @set +e; $(am__set_TESTS_bases); \ 1559 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1560 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1561 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1562 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1563 exit $$?; 1564recheck: all $(check_PROGRAMS) 1565 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1566 @set +e; $(am__set_TESTS_bases); \ 1567 bases=`for i in $$bases; do echo $$i; done \ 1568 | $(am__list_recheck_tests)` || exit 1; \ 1569 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1570 log_list=`echo $$log_list`; \ 1571 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1572 am__force_recheck=am--force-recheck \ 1573 TEST_LOGS="$$log_list"; \ 1574 exit $$? 1575test_libguac.log: test_libguac$(EXEEXT) 1576 @p='test_libguac$(EXEEXT)'; \ 1577 b='test_libguac'; \ 1578 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1579 --log-file $$b.log --trs-file $$b.trs \ 1580 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1581 "$$tst" $(AM_TESTS_FD_REDIRECT) 1582.test.log: 1583 @p='$<'; \ 1584 $(am__set_b); \ 1585 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1586 --log-file $$b.log --trs-file $$b.trs \ 1587 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1588 "$$tst" $(AM_TESTS_FD_REDIRECT) 1589#.test$(EXEEXT).log: 1590# @p='$<'; \ 1591# $(am__set_b); \ 1592# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1593# --log-file $$b.log --trs-file $$b.trs \ 1594# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1595# "$$tst" $(AM_TESTS_FD_REDIRECT) 1596distdir: $(BUILT_SOURCES) 1597 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1598 1599distdir-am: $(DISTFILES) 1600 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1601 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1602 list='$(DISTFILES)'; \ 1603 dist_files=`for file in $$list; do echo $$file; done | \ 1604 sed -e "s|^$$srcdirstrip/||;t" \ 1605 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1606 case $$dist_files in \ 1607 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1608 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1609 sort -u` ;; \ 1610 esac; \ 1611 for file in $$dist_files; do \ 1612 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1613 if test -d $$d/$$file; then \ 1614 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1615 if test -d "$(distdir)/$$file"; then \ 1616 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1617 fi; \ 1618 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1619 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1620 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1621 fi; \ 1622 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1623 else \ 1624 test -f "$(distdir)/$$file" \ 1625 || cp -p $$d/$$file "$(distdir)/$$file" \ 1626 || exit 1; \ 1627 fi; \ 1628 done 1629check-am: all-am 1630 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 1631 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1632check: check-am 1633all-am: Makefile $(HEADERS) 1634installdirs: 1635install: install-am 1636install-exec: install-exec-am 1637install-data: install-data-am 1638uninstall: uninstall-am 1639 1640install-am: all-am 1641 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1642 1643installcheck: installcheck-am 1644install-strip: 1645 if test -z '$(STRIP)'; then \ 1646 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1647 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1648 install; \ 1649 else \ 1650 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1651 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1652 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1653 fi 1654mostlyclean-generic: 1655 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1656 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1657 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1658 1659clean-generic: 1660 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1661 1662distclean-generic: 1663 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1664 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1665 -rm -f client/$(DEPDIR)/$(am__dirstamp) 1666 -rm -f client/$(am__dirstamp) 1667 -rm -f id/$(DEPDIR)/$(am__dirstamp) 1668 -rm -f id/$(am__dirstamp) 1669 -rm -f mem/$(DEPDIR)/$(am__dirstamp) 1670 -rm -f mem/$(am__dirstamp) 1671 -rm -f parser/$(DEPDIR)/$(am__dirstamp) 1672 -rm -f parser/$(am__dirstamp) 1673 -rm -f pool/$(DEPDIR)/$(am__dirstamp) 1674 -rm -f pool/$(am__dirstamp) 1675 -rm -f protocol/$(DEPDIR)/$(am__dirstamp) 1676 -rm -f protocol/$(am__dirstamp) 1677 -rm -f socket/$(DEPDIR)/$(am__dirstamp) 1678 -rm -f socket/$(am__dirstamp) 1679 -rm -f string/$(DEPDIR)/$(am__dirstamp) 1680 -rm -f string/$(am__dirstamp) 1681 -rm -f unicode/$(DEPDIR)/$(am__dirstamp) 1682 -rm -f unicode/$(am__dirstamp) 1683 1684maintainer-clean-generic: 1685 @echo "This command is intended for maintainers to use" 1686 @echo "it deletes files that may require special tools to rebuild." 1687clean: clean-am 1688 1689clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 1690 mostlyclean-am 1691 1692distclean: distclean-am 1693 -rm -f ./$(DEPDIR)/test_libguac-_generated_runner.Po 1694 -rm -f client/$(DEPDIR)/test_libguac-buffer_pool.Po 1695 -rm -f client/$(DEPDIR)/test_libguac-layer_pool.Po 1696 -rm -f id/$(DEPDIR)/test_libguac-generate.Po 1697 -rm -f mem/$(DEPDIR)/test_libguac-alloc.Po 1698 -rm -f mem/$(DEPDIR)/test_libguac-ckd_add.Po 1699 -rm -f mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Po 1700 -rm -f mem/$(DEPDIR)/test_libguac-ckd_mul.Po 1701 -rm -f mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Po 1702 -rm -f mem/$(DEPDIR)/test_libguac-ckd_sub.Po 1703 -rm -f mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Po 1704 -rm -f mem/$(DEPDIR)/test_libguac-free.Po 1705 -rm -f mem/$(DEPDIR)/test_libguac-realloc.Po 1706 -rm -f mem/$(DEPDIR)/test_libguac-realloc_or_die.Po 1707 -rm -f mem/$(DEPDIR)/test_libguac-zalloc.Po 1708 -rm -f parser/$(DEPDIR)/test_libguac-append.Po 1709 -rm -f parser/$(DEPDIR)/test_libguac-read.Po 1710 -rm -f pool/$(DEPDIR)/test_libguac-next_free.Po 1711 -rm -f protocol/$(DEPDIR)/test_libguac-base64_decode.Po 1712 -rm -f protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Po 1713 -rm -f socket/$(DEPDIR)/test_libguac-fd_send_instruction.Po 1714 -rm -f socket/$(DEPDIR)/test_libguac-nested_send_instruction.Po 1715 -rm -f string/$(DEPDIR)/test_libguac-strdup.Po 1716 -rm -f string/$(DEPDIR)/test_libguac-strlcat.Po 1717 -rm -f string/$(DEPDIR)/test_libguac-strlcpy.Po 1718 -rm -f string/$(DEPDIR)/test_libguac-strljoin.Po 1719 -rm -f string/$(DEPDIR)/test_libguac-strnstr.Po 1720 -rm -f unicode/$(DEPDIR)/test_libguac-charsize.Po 1721 -rm -f unicode/$(DEPDIR)/test_libguac-read.Po 1722 -rm -f unicode/$(DEPDIR)/test_libguac-strlen.Po 1723 -rm -f unicode/$(DEPDIR)/test_libguac-write.Po 1724 -rm -f Makefile 1725distclean-am: clean-am distclean-compile distclean-generic \ 1726 distclean-tags 1727 1728dvi: dvi-am 1729 1730dvi-am: 1731 1732html: html-am 1733 1734html-am: 1735 1736info: info-am 1737 1738info-am: 1739 1740install-data-am: 1741 1742install-dvi: install-dvi-am 1743 1744install-dvi-am: 1745 1746install-exec-am: 1747 1748install-html: install-html-am 1749 1750install-html-am: 1751 1752install-info: install-info-am 1753 1754install-info-am: 1755 1756install-man: 1757 1758install-pdf: install-pdf-am 1759 1760install-pdf-am: 1761 1762install-ps: install-ps-am 1763 1764install-ps-am: 1765 1766installcheck-am: 1767 1768maintainer-clean: maintainer-clean-am 1769 -rm -f ./$(DEPDIR)/test_libguac-_generated_runner.Po 1770 -rm -f client/$(DEPDIR)/test_libguac-buffer_pool.Po 1771 -rm -f client/$(DEPDIR)/test_libguac-layer_pool.Po 1772 -rm -f id/$(DEPDIR)/test_libguac-generate.Po 1773 -rm -f mem/$(DEPDIR)/test_libguac-alloc.Po 1774 -rm -f mem/$(DEPDIR)/test_libguac-ckd_add.Po 1775 -rm -f mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Po 1776 -rm -f mem/$(DEPDIR)/test_libguac-ckd_mul.Po 1777 -rm -f mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Po 1778 -rm -f mem/$(DEPDIR)/test_libguac-ckd_sub.Po 1779 -rm -f mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Po 1780 -rm -f mem/$(DEPDIR)/test_libguac-free.Po 1781 -rm -f mem/$(DEPDIR)/test_libguac-realloc.Po 1782 -rm -f mem/$(DEPDIR)/test_libguac-realloc_or_die.Po 1783 -rm -f mem/$(DEPDIR)/test_libguac-zalloc.Po 1784 -rm -f parser/$(DEPDIR)/test_libguac-append.Po 1785 -rm -f parser/$(DEPDIR)/test_libguac-read.Po 1786 -rm -f pool/$(DEPDIR)/test_libguac-next_free.Po 1787 -rm -f protocol/$(DEPDIR)/test_libguac-base64_decode.Po 1788 -rm -f protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Po 1789 -rm -f socket/$(DEPDIR)/test_libguac-fd_send_instruction.Po 1790 -rm -f socket/$(DEPDIR)/test_libguac-nested_send_instruction.Po 1791 -rm -f string/$(DEPDIR)/test_libguac-strdup.Po 1792 -rm -f string/$(DEPDIR)/test_libguac-strlcat.Po 1793 -rm -f string/$(DEPDIR)/test_libguac-strlcpy.Po 1794 -rm -f string/$(DEPDIR)/test_libguac-strljoin.Po 1795 -rm -f string/$(DEPDIR)/test_libguac-strnstr.Po 1796 -rm -f unicode/$(DEPDIR)/test_libguac-charsize.Po 1797 -rm -f unicode/$(DEPDIR)/test_libguac-read.Po 1798 -rm -f unicode/$(DEPDIR)/test_libguac-strlen.Po 1799 -rm -f unicode/$(DEPDIR)/test_libguac-write.Po 1800 -rm -f Makefile 1801maintainer-clean-am: distclean-am maintainer-clean-generic 1802 1803mostlyclean: mostlyclean-am 1804 1805mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1806 mostlyclean-libtool 1807 1808pdf: pdf-am 1809 1810pdf-am: 1811 1812ps: ps-am 1813 1814ps-am: 1815 1816uninstall-am: 1817 1818.MAKE: check-am install-am install-strip 1819 1820.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ 1821 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \ 1822 cscopelist-am ctags ctags-am distclean distclean-compile \ 1823 distclean-generic distclean-libtool distclean-tags distdir dvi \ 1824 dvi-am html html-am info info-am install install-am \ 1825 install-data install-data-am install-dvi install-dvi-am \ 1826 install-exec install-exec-am install-html install-html-am \ 1827 install-info install-info-am install-man install-pdf \ 1828 install-pdf-am install-ps install-ps-am install-strip \ 1829 installcheck installcheck-am installdirs maintainer-clean \ 1830 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1831 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1832 recheck tags tags-am uninstall uninstall-am 1833 1834.PRECIOUS: Makefile 1835 1836 1837_generated_runner.c: $(test_libguac_SOURCES) 1838 $(AM_V_GEN) $(GEN_RUNNER) $(test_libguac_SOURCES) > $@ 1839 1840# Tell versions [3.59,3.63) of GNU make to not export all variables. 1841# Otherwise a system limit (for SysV at least) may be exceeded. 1842.NOEXPORT: