cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

Makefile.in (117274B)


      1# Makefile.in generated by automake 1.16.5 from Makefile.am.
      2# @configure_input@
      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@SET_MAKE@
     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
     42VPATH = @srcdir@
     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)/@PACKAGE@
     99pkgincludedir = $(includedir)/@PACKAGE@
    100pkglibdir = $(libdir)/@PACKAGE@
    101pkglibexecdir = $(libexecdir)/@PACKAGE@
    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 = @build@
    115host_triplet = @host@
    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_@AM_V@)
    168am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    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_@AM_V@)
    175am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    176am__v_P_0 = false
    177am__v_P_1 = :
    178AM_V_GEN = $(am__v_GEN_@AM_V@)
    179am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    180am__v_GEN_0 = @echo "  GEN     " $@;
    181am__v_GEN_1 = 
    182AM_V_at = $(am__v_at_@AM_V@)
    183am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    184am__v_at_0 = @
    185am__v_at_1 = 
    186DEFAULT_INCLUDES = -I.@am__isrc@ -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_@AM_V@)
    228am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    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_@AM_V@)
    236am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    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=''; \
    278    grn=''; \
    279    lgn=''; \
    280    blu=''; \
    281    mgn=''; \
    282    brg=''; \
    283    std=''; \
    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 = @EXEEXT@ .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:@EXEEXT@.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 = @ACLOCAL@
    473AMTAR = @AMTAR@
    474AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    475AR = @AR@
    476AUTOCONF = @AUTOCONF@
    477AUTOHEADER = @AUTOHEADER@
    478AUTOMAKE = @AUTOMAKE@
    479AVCODEC_CFLAGS = @AVCODEC_CFLAGS@
    480AVCODEC_LIBS = @AVCODEC_LIBS@
    481AVFORMAT_CFLAGS = @AVFORMAT_CFLAGS@
    482AVFORMAT_LIBS = @AVFORMAT_LIBS@
    483AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
    484AVUTIL_LIBS = @AVUTIL_LIBS@
    485AWK = @AWK@
    486CAIRO_LIBS = @CAIRO_LIBS@
    487CC = @CC@
    488CCDEPMODE = @CCDEPMODE@
    489CFLAGS = @CFLAGS@
    490COMMON_INCLUDE = @COMMON_INCLUDE@
    491COMMON_LTLIB = @COMMON_LTLIB@
    492COMMON_SSH_INCLUDE = @COMMON_SSH_INCLUDE@
    493COMMON_SSH_LTLIB = @COMMON_SSH_LTLIB@
    494CPP = @CPP@
    495CPPFLAGS = @CPPFLAGS@
    496CSCOPE = @CSCOPE@
    497CTAGS = @CTAGS@
    498CUNIT_LIBS = @CUNIT_LIBS@
    499CYGPATH_W = @CYGPATH_W@
    500DEFS = @DEFS@
    501DEPDIR = @DEPDIR@
    502DLLTOOL = @DLLTOOL@
    503DL_LIBS = @DL_LIBS@
    504DSYMUTIL = @DSYMUTIL@
    505DUMPBIN = @DUMPBIN@
    506ECHO_C = @ECHO_C@
    507ECHO_N = @ECHO_N@
    508ECHO_T = @ECHO_T@
    509EGREP = @EGREP@
    510ETAGS = @ETAGS@
    511EXEEXT = @EXEEXT@
    512FGREP = @FGREP@
    513FILECMD = @FILECMD@
    514FREERDP2_PLUGIN_DIR = @FREERDP2_PLUGIN_DIR@
    515GREP = @GREP@
    516INSTALL = @INSTALL@
    517INSTALL_DATA = @INSTALL_DATA@
    518INSTALL_PROGRAM = @INSTALL_PROGRAM@
    519INSTALL_SCRIPT = @INSTALL_SCRIPT@
    520INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    521JPEG_LIBS = @JPEG_LIBS@
    522LD = @LD@
    523LDFLAGS = @LDFLAGS@
    524LIBGUAC_CLIENT_KUBERNETES_INCLUDE = @LIBGUAC_CLIENT_KUBERNETES_INCLUDE@
    525LIBGUAC_CLIENT_KUBERNETES_LTLIB = @LIBGUAC_CLIENT_KUBERNETES_LTLIB@
    526LIBGUAC_CLIENT_RDP_INCLUDE = @LIBGUAC_CLIENT_RDP_INCLUDE@
    527LIBGUAC_CLIENT_RDP_LTLIB = @LIBGUAC_CLIENT_RDP_LTLIB@
    528LIBGUAC_INCLUDE = @LIBGUAC_INCLUDE@
    529LIBGUAC_LTLIB = @LIBGUAC_LTLIB@
    530LIBOBJS = @LIBOBJS@
    531LIBS = @LIBS@
    532LIBTOOL = @LIBTOOL@
    533LIPO = @LIPO@
    534LN_S = @LN_S@
    535LTLIBOBJS = @LTLIBOBJS@
    536LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    537MAKEINFO = @MAKEINFO@
    538MANIFEST_TOOL = @MANIFEST_TOOL@
    539MATH_LIBS = @MATH_LIBS@
    540MKDIR_P = @MKDIR_P@
    541NM = @NM@
    542NMEDIT = @NMEDIT@
    543OBJDUMP = @OBJDUMP@
    544OBJEXT = @OBJEXT@
    545OTOOL = @OTOOL@
    546OTOOL64 = @OTOOL64@
    547PACKAGE = @PACKAGE@
    548PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    549PACKAGE_NAME = @PACKAGE_NAME@
    550PACKAGE_STRING = @PACKAGE_STRING@
    551PACKAGE_TARNAME = @PACKAGE_TARNAME@
    552PACKAGE_URL = @PACKAGE_URL@
    553PACKAGE_VERSION = @PACKAGE_VERSION@
    554PANGOCAIRO_CFLAGS = @PANGOCAIRO_CFLAGS@
    555PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@
    556PANGO_CFLAGS = @PANGO_CFLAGS@
    557PANGO_LIBS = @PANGO_LIBS@
    558PATH_SEPARATOR = @PATH_SEPARATOR@
    559PKG_CONFIG = @PKG_CONFIG@
    560PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    561PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    562PNG_LIBS = @PNG_LIBS@
    563PTHREAD_LIBS = @PTHREAD_LIBS@
    564PULSE_INCLUDE = @PULSE_INCLUDE@
    565PULSE_LIBS = @PULSE_LIBS@
    566PULSE_LTLIB = @PULSE_LTLIB@
    567RANLIB = @RANLIB@
    568RDP_CFLAGS = @RDP_CFLAGS@
    569RDP_LIBS = @RDP_LIBS@
    570SED = @SED@
    571SET_MAKE = @SET_MAKE@
    572SHELL = @SHELL@
    573SSH_LIBS = @SSH_LIBS@
    574SSL_LIBS = @SSL_LIBS@
    575STRIP = @STRIP@
    576SWSCALE_CFLAGS = @SWSCALE_CFLAGS@
    577SWSCALE_LIBS = @SWSCALE_LIBS@
    578TELNET_LIBS = @TELNET_LIBS@
    579TERMINAL_INCLUDE = @TERMINAL_INCLUDE@
    580TERMINAL_LTLIB = @TERMINAL_LTLIB@
    581UUID_LIBS = @UUID_LIBS@
    582VERSION = @VERSION@
    583VNC_LIBS = @VNC_LIBS@
    584VORBIS_LIBS = @VORBIS_LIBS@
    585WEBP_LIBS = @WEBP_LIBS@
    586WEBSOCKETS_LIBS = @WEBSOCKETS_LIBS@
    587WINSOCK_LIBS = @WINSOCK_LIBS@
    588abs_builddir = @abs_builddir@
    589abs_srcdir = @abs_srcdir@
    590abs_top_builddir = @abs_top_builddir@
    591abs_top_srcdir = @abs_top_srcdir@
    592ac_ct_AR = @ac_ct_AR@
    593ac_ct_CC = @ac_ct_CC@
    594ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    595am__include = @am__include@
    596am__leading_dot = @am__leading_dot@
    597am__quote = @am__quote@
    598am__tar = @am__tar@
    599am__untar = @am__untar@
    600bindir = @bindir@
    601build = @build@
    602build_alias = @build_alias@
    603build_cpu = @build_cpu@
    604build_os = @build_os@
    605build_vendor = @build_vendor@
    606builddir = @builddir@
    607datadir = @datadir@
    608datarootdir = @datarootdir@
    609docdir = @docdir@
    610dvidir = @dvidir@
    611exec_prefix = @exec_prefix@
    612host = @host@
    613host_alias = @host_alias@
    614host_cpu = @host_cpu@
    615host_os = @host_os@
    616host_vendor = @host_vendor@
    617htmldir = @htmldir@
    618includedir = @includedir@
    619infodir = @infodir@
    620init_dir = @init_dir@
    621install_sh = @install_sh@
    622libdir = @libdir@
    623libexecdir = @libexecdir@
    624localedir = @localedir@
    625localstatedir = @localstatedir@
    626mandir = @mandir@
    627mkdir_p = @mkdir_p@
    628oldincludedir = @oldincludedir@
    629pdfdir = @pdfdir@
    630prefix = @prefix@
    631program_transform_name = @program_transform_name@
    632psdir = @psdir@
    633runstatedir = @runstatedir@
    634sbindir = @sbindir@
    635sharedstatedir = @sharedstatedir@
    636srcdir = @srcdir@
    637sysconfdir = @sysconfdir@
    638systemd_dir = @systemd_dir@
    639target_alias = @target_alias@
    640top_build_prefix = @top_build_prefix@
    641top_builddir = @top_builddir@
    642top_srcdir = @top_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    @LIBGUAC_INCLUDE@
    684
    685test_libguac_LDADD = \
    686    @CUNIT_LIBS@     \
    687    @LIBGUAC_LTLIB@
    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
    880@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libguac-_generated_runner.Po@am__quote@ # am--include-marker
    881@AMDEP_TRUE@@am__include@ @am__quote@client/$(DEPDIR)/test_libguac-buffer_pool.Po@am__quote@ # am--include-marker
    882@AMDEP_TRUE@@am__include@ @am__quote@client/$(DEPDIR)/test_libguac-layer_pool.Po@am__quote@ # am--include-marker
    883@AMDEP_TRUE@@am__include@ @am__quote@id/$(DEPDIR)/test_libguac-generate.Po@am__quote@ # am--include-marker
    884@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-alloc.Po@am__quote@ # am--include-marker
    885@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-ckd_add.Po@am__quote@ # am--include-marker
    886@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Po@am__quote@ # am--include-marker
    887@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-ckd_mul.Po@am__quote@ # am--include-marker
    888@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Po@am__quote@ # am--include-marker
    889@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-ckd_sub.Po@am__quote@ # am--include-marker
    890@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Po@am__quote@ # am--include-marker
    891@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-free.Po@am__quote@ # am--include-marker
    892@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-realloc.Po@am__quote@ # am--include-marker
    893@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-realloc_or_die.Po@am__quote@ # am--include-marker
    894@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/test_libguac-zalloc.Po@am__quote@ # am--include-marker
    895@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/test_libguac-append.Po@am__quote@ # am--include-marker
    896@AMDEP_TRUE@@am__include@ @am__quote@parser/$(DEPDIR)/test_libguac-read.Po@am__quote@ # am--include-marker
    897@AMDEP_TRUE@@am__include@ @am__quote@pool/$(DEPDIR)/test_libguac-next_free.Po@am__quote@ # am--include-marker
    898@AMDEP_TRUE@@am__include@ @am__quote@protocol/$(DEPDIR)/test_libguac-base64_decode.Po@am__quote@ # am--include-marker
    899@AMDEP_TRUE@@am__include@ @am__quote@protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Po@am__quote@ # am--include-marker
    900@AMDEP_TRUE@@am__include@ @am__quote@socket/$(DEPDIR)/test_libguac-fd_send_instruction.Po@am__quote@ # am--include-marker
    901@AMDEP_TRUE@@am__include@ @am__quote@socket/$(DEPDIR)/test_libguac-nested_send_instruction.Po@am__quote@ # am--include-marker
    902@AMDEP_TRUE@@am__include@ @am__quote@string/$(DEPDIR)/test_libguac-strdup.Po@am__quote@ # am--include-marker
    903@AMDEP_TRUE@@am__include@ @am__quote@string/$(DEPDIR)/test_libguac-strlcat.Po@am__quote@ # am--include-marker
    904@AMDEP_TRUE@@am__include@ @am__quote@string/$(DEPDIR)/test_libguac-strlcpy.Po@am__quote@ # am--include-marker
    905@AMDEP_TRUE@@am__include@ @am__quote@string/$(DEPDIR)/test_libguac-strljoin.Po@am__quote@ # am--include-marker
    906@AMDEP_TRUE@@am__include@ @am__quote@string/$(DEPDIR)/test_libguac-strnstr.Po@am__quote@ # am--include-marker
    907@AMDEP_TRUE@@am__include@ @am__quote@unicode/$(DEPDIR)/test_libguac-charsize.Po@am__quote@ # am--include-marker
    908@AMDEP_TRUE@@am__include@ @am__quote@unicode/$(DEPDIR)/test_libguac-read.Po@am__quote@ # am--include-marker
    909@AMDEP_TRUE@@am__include@ @am__quote@unicode/$(DEPDIR)/test_libguac-strlen.Po@am__quote@ # am--include-marker
    910@AMDEP_TRUE@@am__include@ @am__quote@unicode/$(DEPDIR)/test_libguac-write.Po@am__quote@ # 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__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    920@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    921@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    922@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    923@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    924@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    925
    926.c.obj:
    927@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    928@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    929@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    930@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    931@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    932@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    933
    934.c.lo:
    935@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    936@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    937@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
    938@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    939@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    940@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    941
    942client/test_libguac-buffer_pool.o: client/buffer_pool.c
    943@am__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) client/$(DEPDIR)/test_libguac-buffer_pool.Tpo client/$(DEPDIR)/test_libguac-buffer_pool.Po
    945@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='client/buffer_pool.c' object='client/test_libguac-buffer_pool.o' libtool=no @AMDEPBACKSLASH@
    946@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    947@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) client/$(DEPDIR)/test_libguac-buffer_pool.Tpo client/$(DEPDIR)/test_libguac-buffer_pool.Po
    952@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='client/buffer_pool.c' object='client/test_libguac-buffer_pool.obj' libtool=no @AMDEPBACKSLASH@
    953@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    954@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) client/$(DEPDIR)/test_libguac-layer_pool.Tpo client/$(DEPDIR)/test_libguac-layer_pool.Po
    959@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='client/layer_pool.c' object='client/test_libguac-layer_pool.o' libtool=no @AMDEPBACKSLASH@
    960@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    961@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) client/$(DEPDIR)/test_libguac-layer_pool.Tpo client/$(DEPDIR)/test_libguac-layer_pool.Po
    966@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='client/layer_pool.c' object='client/test_libguac-layer_pool.obj' libtool=no @AMDEPBACKSLASH@
    967@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    968@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) id/$(DEPDIR)/test_libguac-generate.Tpo id/$(DEPDIR)/test_libguac-generate.Po
    973@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='id/generate.c' object='id/test_libguac-generate.o' libtool=no @AMDEPBACKSLASH@
    974@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    975@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) id/$(DEPDIR)/test_libguac-generate.Tpo id/$(DEPDIR)/test_libguac-generate.Po
    980@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='id/generate.c' object='id/test_libguac-generate.obj' libtool=no @AMDEPBACKSLASH@
    981@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    982@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-alloc.Tpo mem/$(DEPDIR)/test_libguac-alloc.Po
    987@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/alloc.c' object='mem/test_libguac-alloc.o' libtool=no @AMDEPBACKSLASH@
    988@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    989@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-alloc.Tpo mem/$(DEPDIR)/test_libguac-alloc.Po
    994@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/alloc.c' object='mem/test_libguac-alloc.obj' libtool=no @AMDEPBACKSLASH@
    995@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    996@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_add.Tpo mem/$(DEPDIR)/test_libguac-ckd_add.Po
   1001@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_add.c' object='mem/test_libguac-ckd_add.o' libtool=no @AMDEPBACKSLASH@
   1002@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1003@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_add.Tpo mem/$(DEPDIR)/test_libguac-ckd_add.Po
   1008@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_add.c' object='mem/test_libguac-ckd_add.obj' libtool=no @AMDEPBACKSLASH@
   1009@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1010@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Po
   1015@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_add_or_die.c' object='mem/test_libguac-ckd_add_or_die.o' libtool=no @AMDEPBACKSLASH@
   1016@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1017@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_add_or_die.Po
   1022@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_add_or_die.c' object='mem/test_libguac-ckd_add_or_die.obj' libtool=no @AMDEPBACKSLASH@
   1023@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1024@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_mul.Tpo mem/$(DEPDIR)/test_libguac-ckd_mul.Po
   1029@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_mul.c' object='mem/test_libguac-ckd_mul.o' libtool=no @AMDEPBACKSLASH@
   1030@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1031@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_mul.Tpo mem/$(DEPDIR)/test_libguac-ckd_mul.Po
   1036@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_mul.c' object='mem/test_libguac-ckd_mul.obj' libtool=no @AMDEPBACKSLASH@
   1037@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1038@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Po
   1043@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_mul_or_die.c' object='mem/test_libguac-ckd_mul_or_die.o' libtool=no @AMDEPBACKSLASH@
   1044@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1045@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_mul_or_die.Po
   1050@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_mul_or_die.c' object='mem/test_libguac-ckd_mul_or_die.obj' libtool=no @AMDEPBACKSLASH@
   1051@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1052@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_sub.Tpo mem/$(DEPDIR)/test_libguac-ckd_sub.Po
   1057@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_sub.c' object='mem/test_libguac-ckd_sub.o' libtool=no @AMDEPBACKSLASH@
   1058@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1059@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_sub.Tpo mem/$(DEPDIR)/test_libguac-ckd_sub.Po
   1064@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_sub.c' object='mem/test_libguac-ckd_sub.obj' libtool=no @AMDEPBACKSLASH@
   1065@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1066@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Po
   1071@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_sub_or_die.c' object='mem/test_libguac-ckd_sub_or_die.o' libtool=no @AMDEPBACKSLASH@
   1072@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1073@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Tpo mem/$(DEPDIR)/test_libguac-ckd_sub_or_die.Po
   1078@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/ckd_sub_or_die.c' object='mem/test_libguac-ckd_sub_or_die.obj' libtool=no @AMDEPBACKSLASH@
   1079@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1080@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-free.Tpo mem/$(DEPDIR)/test_libguac-free.Po
   1085@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/free.c' object='mem/test_libguac-free.o' libtool=no @AMDEPBACKSLASH@
   1086@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1087@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-free.Tpo mem/$(DEPDIR)/test_libguac-free.Po
   1092@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/free.c' object='mem/test_libguac-free.obj' libtool=no @AMDEPBACKSLASH@
   1093@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1094@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-realloc.Tpo mem/$(DEPDIR)/test_libguac-realloc.Po
   1099@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/realloc.c' object='mem/test_libguac-realloc.o' libtool=no @AMDEPBACKSLASH@
   1100@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1101@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-realloc.Tpo mem/$(DEPDIR)/test_libguac-realloc.Po
   1106@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/realloc.c' object='mem/test_libguac-realloc.obj' libtool=no @AMDEPBACKSLASH@
   1107@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1108@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-realloc_or_die.Tpo mem/$(DEPDIR)/test_libguac-realloc_or_die.Po
   1113@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/realloc_or_die.c' object='mem/test_libguac-realloc_or_die.o' libtool=no @AMDEPBACKSLASH@
   1114@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1115@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-realloc_or_die.Tpo mem/$(DEPDIR)/test_libguac-realloc_or_die.Po
   1120@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/realloc_or_die.c' object='mem/test_libguac-realloc_or_die.obj' libtool=no @AMDEPBACKSLASH@
   1121@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1122@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-zalloc.Tpo mem/$(DEPDIR)/test_libguac-zalloc.Po
   1127@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/zalloc.c' object='mem/test_libguac-zalloc.o' libtool=no @AMDEPBACKSLASH@
   1128@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1129@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) mem/$(DEPDIR)/test_libguac-zalloc.Tpo mem/$(DEPDIR)/test_libguac-zalloc.Po
   1134@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem/zalloc.c' object='mem/test_libguac-zalloc.obj' libtool=no @AMDEPBACKSLASH@
   1135@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1136@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) parser/$(DEPDIR)/test_libguac-append.Tpo parser/$(DEPDIR)/test_libguac-append.Po
   1141@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parser/append.c' object='parser/test_libguac-append.o' libtool=no @AMDEPBACKSLASH@
   1142@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1143@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) parser/$(DEPDIR)/test_libguac-append.Tpo parser/$(DEPDIR)/test_libguac-append.Po
   1148@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parser/append.c' object='parser/test_libguac-append.obj' libtool=no @AMDEPBACKSLASH@
   1149@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1150@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) parser/$(DEPDIR)/test_libguac-read.Tpo parser/$(DEPDIR)/test_libguac-read.Po
   1155@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parser/read.c' object='parser/test_libguac-read.o' libtool=no @AMDEPBACKSLASH@
   1156@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1157@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) parser/$(DEPDIR)/test_libguac-read.Tpo parser/$(DEPDIR)/test_libguac-read.Po
   1162@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parser/read.c' object='parser/test_libguac-read.obj' libtool=no @AMDEPBACKSLASH@
   1163@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1164@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) pool/$(DEPDIR)/test_libguac-next_free.Tpo pool/$(DEPDIR)/test_libguac-next_free.Po
   1169@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pool/next_free.c' object='pool/test_libguac-next_free.o' libtool=no @AMDEPBACKSLASH@
   1170@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1171@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) pool/$(DEPDIR)/test_libguac-next_free.Tpo pool/$(DEPDIR)/test_libguac-next_free.Po
   1176@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pool/next_free.c' object='pool/test_libguac-next_free.obj' libtool=no @AMDEPBACKSLASH@
   1177@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1178@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) protocol/$(DEPDIR)/test_libguac-base64_decode.Tpo protocol/$(DEPDIR)/test_libguac-base64_decode.Po
   1183@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='protocol/base64_decode.c' object='protocol/test_libguac-base64_decode.o' libtool=no @AMDEPBACKSLASH@
   1184@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1185@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) protocol/$(DEPDIR)/test_libguac-base64_decode.Tpo protocol/$(DEPDIR)/test_libguac-base64_decode.Po
   1190@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='protocol/base64_decode.c' object='protocol/test_libguac-base64_decode.obj' libtool=no @AMDEPBACKSLASH@
   1191@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1192@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Tpo protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Po
   1197@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='protocol/guac_protocol_version.c' object='protocol/test_libguac-guac_protocol_version.o' libtool=no @AMDEPBACKSLASH@
   1198@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1199@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Tpo protocol/$(DEPDIR)/test_libguac-guac_protocol_version.Po
   1204@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='protocol/guac_protocol_version.c' object='protocol/test_libguac-guac_protocol_version.obj' libtool=no @AMDEPBACKSLASH@
   1205@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1206@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) socket/$(DEPDIR)/test_libguac-fd_send_instruction.Tpo socket/$(DEPDIR)/test_libguac-fd_send_instruction.Po
   1211@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socket/fd_send_instruction.c' object='socket/test_libguac-fd_send_instruction.o' libtool=no @AMDEPBACKSLASH@
   1212@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1213@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) socket/$(DEPDIR)/test_libguac-fd_send_instruction.Tpo socket/$(DEPDIR)/test_libguac-fd_send_instruction.Po
   1218@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socket/fd_send_instruction.c' object='socket/test_libguac-fd_send_instruction.obj' libtool=no @AMDEPBACKSLASH@
   1219@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1220@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) socket/$(DEPDIR)/test_libguac-nested_send_instruction.Tpo socket/$(DEPDIR)/test_libguac-nested_send_instruction.Po
   1225@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socket/nested_send_instruction.c' object='socket/test_libguac-nested_send_instruction.o' libtool=no @AMDEPBACKSLASH@
   1226@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1227@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) socket/$(DEPDIR)/test_libguac-nested_send_instruction.Tpo socket/$(DEPDIR)/test_libguac-nested_send_instruction.Po
   1232@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socket/nested_send_instruction.c' object='socket/test_libguac-nested_send_instruction.obj' libtool=no @AMDEPBACKSLASH@
   1233@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1234@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strdup.Tpo string/$(DEPDIR)/test_libguac-strdup.Po
   1239@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strdup.c' object='string/test_libguac-strdup.o' libtool=no @AMDEPBACKSLASH@
   1240@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1241@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strdup.Tpo string/$(DEPDIR)/test_libguac-strdup.Po
   1246@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strdup.c' object='string/test_libguac-strdup.obj' libtool=no @AMDEPBACKSLASH@
   1247@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1248@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strlcat.Tpo string/$(DEPDIR)/test_libguac-strlcat.Po
   1253@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strlcat.c' object='string/test_libguac-strlcat.o' libtool=no @AMDEPBACKSLASH@
   1254@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1255@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strlcat.Tpo string/$(DEPDIR)/test_libguac-strlcat.Po
   1260@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strlcat.c' object='string/test_libguac-strlcat.obj' libtool=no @AMDEPBACKSLASH@
   1261@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1262@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strlcpy.Tpo string/$(DEPDIR)/test_libguac-strlcpy.Po
   1267@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strlcpy.c' object='string/test_libguac-strlcpy.o' libtool=no @AMDEPBACKSLASH@
   1268@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1269@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strlcpy.Tpo string/$(DEPDIR)/test_libguac-strlcpy.Po
   1274@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strlcpy.c' object='string/test_libguac-strlcpy.obj' libtool=no @AMDEPBACKSLASH@
   1275@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1276@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strljoin.Tpo string/$(DEPDIR)/test_libguac-strljoin.Po
   1281@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strljoin.c' object='string/test_libguac-strljoin.o' libtool=no @AMDEPBACKSLASH@
   1282@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1283@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strljoin.Tpo string/$(DEPDIR)/test_libguac-strljoin.Po
   1288@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strljoin.c' object='string/test_libguac-strljoin.obj' libtool=no @AMDEPBACKSLASH@
   1289@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1290@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strnstr.Tpo string/$(DEPDIR)/test_libguac-strnstr.Po
   1295@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strnstr.c' object='string/test_libguac-strnstr.o' libtool=no @AMDEPBACKSLASH@
   1296@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1297@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) string/$(DEPDIR)/test_libguac-strnstr.Tpo string/$(DEPDIR)/test_libguac-strnstr.Po
   1302@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string/strnstr.c' object='string/test_libguac-strnstr.obj' libtool=no @AMDEPBACKSLASH@
   1303@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1304@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-charsize.Tpo unicode/$(DEPDIR)/test_libguac-charsize.Po
   1309@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='unicode/charsize.c' object='unicode/test_libguac-charsize.o' libtool=no @AMDEPBACKSLASH@
   1310@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1311@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-charsize.Tpo unicode/$(DEPDIR)/test_libguac-charsize.Po
   1316@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='unicode/charsize.c' object='unicode/test_libguac-charsize.obj' libtool=no @AMDEPBACKSLASH@
   1317@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1318@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-read.Tpo unicode/$(DEPDIR)/test_libguac-read.Po
   1323@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='unicode/read.c' object='unicode/test_libguac-read.o' libtool=no @AMDEPBACKSLASH@
   1324@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1325@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-read.Tpo unicode/$(DEPDIR)/test_libguac-read.Po
   1330@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='unicode/read.c' object='unicode/test_libguac-read.obj' libtool=no @AMDEPBACKSLASH@
   1331@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1332@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-strlen.Tpo unicode/$(DEPDIR)/test_libguac-strlen.Po
   1337@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='unicode/strlen.c' object='unicode/test_libguac-strlen.o' libtool=no @AMDEPBACKSLASH@
   1338@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1339@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-strlen.Tpo unicode/$(DEPDIR)/test_libguac-strlen.Po
   1344@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='unicode/strlen.c' object='unicode/test_libguac-strlen.obj' libtool=no @AMDEPBACKSLASH@
   1345@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1346@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-write.Tpo unicode/$(DEPDIR)/test_libguac-write.Po
   1351@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='unicode/write.c' object='unicode/test_libguac-write.o' libtool=no @AMDEPBACKSLASH@
   1352@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1353@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) unicode/$(DEPDIR)/test_libguac-write.Tpo unicode/$(DEPDIR)/test_libguac-write.Po
   1358@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='unicode/write.c' object='unicode/test_libguac-write.obj' libtool=no @AMDEPBACKSLASH@
   1359@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1360@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_libguac-_generated_runner.Tpo $(DEPDIR)/test_libguac-_generated_runner.Po
   1365@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='_generated_runner.c' object='test_libguac-_generated_runner.o' libtool=no @AMDEPBACKSLASH@
   1366@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1367@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@	$(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__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_libguac-_generated_runner.Tpo $(DEPDIR)/test_libguac-_generated_runner.Po
   1372@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='_generated_runner.c' object='test_libguac-_generated_runner.obj' libtool=no @AMDEPBACKSLASH@
   1373@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1374@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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@am__EXEEXT_TRUE@.test$(EXEEXT).log:
   1590@am__EXEEXT_TRUE@	@p='$<'; \
   1591@am__EXEEXT_TRUE@	$(am__set_b); \
   1592@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
   1593@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
   1594@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
   1595@am__EXEEXT_TRUE@	"$$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: