Makefile (71266B)
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# src/libguac/Makefile. Generated from Makefile.in by configure. 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15 16 17# 18# Licensed to the Apache Software Foundation (ASF) under one 19# or more contributor license agreements. See the NOTICE file 20# distributed with this work for additional information 21# regarding copyright ownership. The ASF licenses this file 22# to you under the Apache License, Version 2.0 (the 23# "License"); you may not use this file except in compliance 24# with the License. You may obtain a copy of the License at 25# 26# http://www.apache.org/licenses/LICENSE-2.0 27# 28# Unless required by applicable law or agreed to in writing, 29# software distributed under the License is distributed on an 30# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 31# KIND, either express or implied. See the License for the 32# specific language governing permissions and limitations 33# under the License. 34# 35# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim 36# into Makefile.in. Though the build system (GNU Autotools) automatically adds 37# its own license boilerplate to the generated Makefile.in, that boilerplate 38# does not apply to the transcluded portions of Makefile.am which are licensed 39# to you by the ASF under the Apache License, Version 2.0, as described above. 40# 41 42 43 44am__is_gnu_make = { \ 45 if test -z '$(MAKELEVEL)'; then \ 46 false; \ 47 elif test -n '$(MAKE_HOST)'; then \ 48 true; \ 49 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 50 true; \ 51 else \ 52 false; \ 53 fi; \ 54} 55am__make_running_with_option = \ 56 case $${target_option-} in \ 57 ?) ;; \ 58 *) echo "am__make_running_with_option: internal error: invalid" \ 59 "target option '$${target_option-}' specified" >&2; \ 60 exit 1;; \ 61 esac; \ 62 has_opt=no; \ 63 sane_makeflags=$$MAKEFLAGS; \ 64 if $(am__is_gnu_make); then \ 65 sane_makeflags=$$MFLAGS; \ 66 else \ 67 case $$MAKEFLAGS in \ 68 *\\[\ \ ]*) \ 69 bs=\\; \ 70 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 71 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 72 esac; \ 73 fi; \ 74 skip_next=no; \ 75 strip_trailopt () \ 76 { \ 77 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 78 }; \ 79 for flg in $$sane_makeflags; do \ 80 test $$skip_next = yes && { skip_next=no; continue; }; \ 81 case $$flg in \ 82 *=*|--*) continue;; \ 83 -*I) strip_trailopt 'I'; skip_next=yes;; \ 84 -*I?*) strip_trailopt 'I';; \ 85 -*O) strip_trailopt 'O'; skip_next=yes;; \ 86 -*O?*) strip_trailopt 'O';; \ 87 -*l) strip_trailopt 'l'; skip_next=yes;; \ 88 -*l?*) strip_trailopt 'l';; \ 89 -[dEDm]) skip_next=yes;; \ 90 -[JT]) skip_next=yes;; \ 91 esac; \ 92 case $$flg in \ 93 *$$target_option*) has_opt=yes; break;; \ 94 esac; \ 95 done; \ 96 test $$has_opt = yes 97am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 98am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 99pkgdatadir = $(datadir)/guacamole-server 100pkgincludedir = $(includedir)/guacamole-server 101pkglibdir = $(libdir)/guacamole-server 102pkglibexecdir = $(libexecdir)/guacamole-server 103am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 104install_sh_DATA = $(install_sh) -c -m 644 105install_sh_PROGRAM = $(install_sh) -c 106install_sh_SCRIPT = $(install_sh) -c 107INSTALL_HEADER = $(INSTALL_DATA) 108transform = $(program_transform_name) 109NORMAL_INSTALL = : 110PRE_INSTALL = : 111POST_INSTALL = : 112NORMAL_UNINSTALL = : 113PRE_UNINSTALL = : 114POST_UNINSTALL = : 115build_triplet = x86_64-pc-linux-gnu 116host_triplet = x86_64-pc-linux-gnu 117 118# Compile WebP support if available 119am__append_1 = encode-webp.c 120am__append_2 = encode-webp.h 121 122# SSL support 123am__append_3 = socket-ssl.c 124am__append_4 = guacamole/socket-ssl.h 125 126# Winsock support 127#am__append_5 = socket-wsa.c 128#am__append_6 = guacamole/socket-wsa.h 129subdir = src/libguac 130ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 131am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 132 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 133 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 134 $(top_srcdir)/configure.ac 135am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 136 $(ACLOCAL_M4) 137DIST_COMMON = $(srcdir)/Makefile.am $(am__libguacinc_HEADERS_DIST) \ 138 $(libguacprivinc_HEADERS) $(am__noinst_HEADERS_DIST) \ 139 $(am__DIST_COMMON) 140mkinstalldirs = $(install_sh) -d 141CONFIG_HEADER = $(top_builddir)/config.h 142CONFIG_CLEAN_FILES = 143CONFIG_CLEAN_VPATH_FILES = 144am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 145am__vpath_adj = case $$p in \ 146 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 147 *) f=$$p;; \ 148 esac; 149am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 150am__install_max = 40 151am__nobase_strip_setup = \ 152 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 153am__nobase_strip = \ 154 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 155am__nobase_list = $(am__nobase_strip_setup); \ 156 for p in $$list; do echo "$$p $$p"; done | \ 157 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 158 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 159 if (++n[$$2] == $(am__install_max)) \ 160 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 161 END { for (dir in files) print dir, files[dir] }' 162am__base_list = \ 163 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 164 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 165am__uninstall_files_from_dir = { \ 166 test -z "$$files" \ 167 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 168 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 169 $(am__cd) "$$dir" && rm -f $$files; }; \ 170 } 171am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libguacincdir)" \ 172 "$(DESTDIR)$(libguacprivincdir)" 173LTLIBRARIES = $(lib_LTLIBRARIES) 174libguac_la_LIBADD = 175am__libguac_la_SOURCES_DIST = argv.c audio.c client.c encode-jpeg.c \ 176 encode-png.c error.c fips.c hash.c id.c mem.c rwlock.c \ 177 palette.c parser.c pool.c protocol.c raw_encoder.c recording.c \ 178 socket.c socket-broadcast.c socket-fd.c socket-nest.c \ 179 socket-tee.c string.c timestamp.c unicode.c user.c \ 180 user-handlers.c user-handshake.c wait-fd.c wol.c encode-webp.c \ 181 socket-ssl.c socket-wsa.c 182am__objects_1 = libguac_la-encode-webp.lo 183am__objects_2 = libguac_la-socket-ssl.lo 184#am__objects_3 = libguac_la-socket-wsa.lo 185am_libguac_la_OBJECTS = libguac_la-argv.lo libguac_la-audio.lo \ 186 libguac_la-client.lo libguac_la-encode-jpeg.lo \ 187 libguac_la-encode-png.lo libguac_la-error.lo \ 188 libguac_la-fips.lo libguac_la-hash.lo libguac_la-id.lo \ 189 libguac_la-mem.lo libguac_la-rwlock.lo libguac_la-palette.lo \ 190 libguac_la-parser.lo libguac_la-pool.lo libguac_la-protocol.lo \ 191 libguac_la-raw_encoder.lo libguac_la-recording.lo \ 192 libguac_la-socket.lo libguac_la-socket-broadcast.lo \ 193 libguac_la-socket-fd.lo libguac_la-socket-nest.lo \ 194 libguac_la-socket-tee.lo libguac_la-string.lo \ 195 libguac_la-timestamp.lo libguac_la-unicode.lo \ 196 libguac_la-user.lo libguac_la-user-handlers.lo \ 197 libguac_la-user-handshake.lo libguac_la-wait-fd.lo \ 198 libguac_la-wol.lo $(am__objects_1) $(am__objects_2) \ 199 $(am__objects_3) 200libguac_la_OBJECTS = $(am_libguac_la_OBJECTS) 201AM_V_lt = $(am__v_lt_$(V)) 202am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 203am__v_lt_0 = --silent 204am__v_lt_1 = 205libguac_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 206 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libguac_la_CFLAGS) \ 207 $(CFLAGS) $(libguac_la_LDFLAGS) $(LDFLAGS) -o $@ 208AM_V_P = $(am__v_P_$(V)) 209am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 210am__v_P_0 = false 211am__v_P_1 = : 212AM_V_GEN = $(am__v_GEN_$(V)) 213am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 214am__v_GEN_0 = @echo " GEN " $@; 215am__v_GEN_1 = 216AM_V_at = $(am__v_at_$(V)) 217am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 218am__v_at_0 = @ 219am__v_at_1 = 220DEFAULT_INCLUDES = -I. -I$(top_builddir) 221depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 222am__maybe_remake_depfiles = depfiles 223am__depfiles_remade = ./$(DEPDIR)/libguac_la-argv.Plo \ 224 ./$(DEPDIR)/libguac_la-audio.Plo \ 225 ./$(DEPDIR)/libguac_la-client.Plo \ 226 ./$(DEPDIR)/libguac_la-encode-jpeg.Plo \ 227 ./$(DEPDIR)/libguac_la-encode-png.Plo \ 228 ./$(DEPDIR)/libguac_la-encode-webp.Plo \ 229 ./$(DEPDIR)/libguac_la-error.Plo \ 230 ./$(DEPDIR)/libguac_la-fips.Plo \ 231 ./$(DEPDIR)/libguac_la-hash.Plo ./$(DEPDIR)/libguac_la-id.Plo \ 232 ./$(DEPDIR)/libguac_la-mem.Plo \ 233 ./$(DEPDIR)/libguac_la-palette.Plo \ 234 ./$(DEPDIR)/libguac_la-parser.Plo \ 235 ./$(DEPDIR)/libguac_la-pool.Plo \ 236 ./$(DEPDIR)/libguac_la-protocol.Plo \ 237 ./$(DEPDIR)/libguac_la-raw_encoder.Plo \ 238 ./$(DEPDIR)/libguac_la-recording.Plo \ 239 ./$(DEPDIR)/libguac_la-rwlock.Plo \ 240 ./$(DEPDIR)/libguac_la-socket-broadcast.Plo \ 241 ./$(DEPDIR)/libguac_la-socket-fd.Plo \ 242 ./$(DEPDIR)/libguac_la-socket-nest.Plo \ 243 ./$(DEPDIR)/libguac_la-socket-ssl.Plo \ 244 ./$(DEPDIR)/libguac_la-socket-tee.Plo \ 245 ./$(DEPDIR)/libguac_la-socket-wsa.Plo \ 246 ./$(DEPDIR)/libguac_la-socket.Plo \ 247 ./$(DEPDIR)/libguac_la-string.Plo \ 248 ./$(DEPDIR)/libguac_la-timestamp.Plo \ 249 ./$(DEPDIR)/libguac_la-unicode.Plo \ 250 ./$(DEPDIR)/libguac_la-user-handlers.Plo \ 251 ./$(DEPDIR)/libguac_la-user-handshake.Plo \ 252 ./$(DEPDIR)/libguac_la-user.Plo \ 253 ./$(DEPDIR)/libguac_la-wait-fd.Plo \ 254 ./$(DEPDIR)/libguac_la-wol.Plo 255am__mv = mv -f 256COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 257 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 258LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 259 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 260 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 261 $(AM_CFLAGS) $(CFLAGS) 262AM_V_CC = $(am__v_CC_$(V)) 263am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 264am__v_CC_0 = @echo " CC " $@; 265am__v_CC_1 = 266CCLD = $(CC) 267LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 268 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 269 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 270AM_V_CCLD = $(am__v_CCLD_$(V)) 271am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 272am__v_CCLD_0 = @echo " CCLD " $@; 273am__v_CCLD_1 = 274SOURCES = $(libguac_la_SOURCES) 275DIST_SOURCES = $(am__libguac_la_SOURCES_DIST) 276RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 277 ctags-recursive dvi-recursive html-recursive info-recursive \ 278 install-data-recursive install-dvi-recursive \ 279 install-exec-recursive install-html-recursive \ 280 install-info-recursive install-pdf-recursive \ 281 install-ps-recursive install-recursive installcheck-recursive \ 282 installdirs-recursive pdf-recursive ps-recursive \ 283 tags-recursive uninstall-recursive 284am__can_run_installinfo = \ 285 case $$AM_UPDATE_INFO_DIR in \ 286 n|no|NO) false;; \ 287 *) (install-info --version) >/dev/null 2>&1;; \ 288 esac 289am__libguacinc_HEADERS_DIST = guacamole/argv.h \ 290 guacamole/argv-constants.h guacamole/argv-fntypes.h \ 291 guacamole/audio.h guacamole/audio-fntypes.h \ 292 guacamole/audio-types.h guacamole/client-constants.h \ 293 guacamole/client.h guacamole/client-fntypes.h \ 294 guacamole/client-types.h guacamole/error.h \ 295 guacamole/error-types.h guacamole/fips.h guacamole/hash.h \ 296 guacamole/layer.h guacamole/layer-types.h guacamole/mem.h \ 297 guacamole/object.h guacamole/object-types.h \ 298 guacamole/parser-constants.h guacamole/parser.h \ 299 guacamole/parser-types.h guacamole/plugin-constants.h \ 300 guacamole/plugin.h guacamole/pool.h guacamole/pool-types.h \ 301 guacamole/protocol.h guacamole/protocol-constants.h \ 302 guacamole/protocol-types.h guacamole/recording.h \ 303 guacamole/rwlock.h guacamole/socket-constants.h \ 304 guacamole/socket.h guacamole/socket-fntypes.h \ 305 guacamole/socket-types.h guacamole/stream.h \ 306 guacamole/stream-types.h guacamole/string.h \ 307 guacamole/timestamp.h guacamole/timestamp-types.h \ 308 guacamole/unicode.h guacamole/user.h \ 309 guacamole/user-constants.h guacamole/user-fntypes.h \ 310 guacamole/user-types.h guacamole/wol.h \ 311 guacamole/wol-constants.h guacamole/socket-ssl.h \ 312 guacamole/socket-wsa.h 313am__noinst_HEADERS_DIST = id.h encode-jpeg.h encode-png.h palette.h \ 314 user-handlers.h raw_encoder.h wait-fd.h encode-webp.h 315HEADERS = $(libguacinc_HEADERS) $(libguacprivinc_HEADERS) \ 316 $(noinst_HEADERS) 317RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 318 distclean-recursive maintainer-clean-recursive 319am__recursive_targets = \ 320 $(RECURSIVE_TARGETS) \ 321 $(RECURSIVE_CLEAN_TARGETS) \ 322 $(am__extra_recursive_targets) 323AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 324 distdir distdir-am 325am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 326# Read a list of newline-separated strings from the standard input, 327# and print each of them once, without duplicates. Input order is 328# *not* preserved. 329am__uniquify_input = $(AWK) '\ 330 BEGIN { nonempty = 0; } \ 331 { items[$$0] = 1; nonempty = 1; } \ 332 END { if (nonempty) { for (i in items) print i; }; } \ 333' 334# Make sure the list of sources is unique. This is necessary because, 335# e.g., the same source file might be shared among _SOURCES variables 336# for different programs/libraries. 337am__define_uniq_tagged_files = \ 338 list='$(am__tagged_files)'; \ 339 unique=`for i in $$list; do \ 340 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 341 done | $(am__uniquify_input)` 342DIST_SUBDIRS = $(SUBDIRS) 343am__DIST_COMMON = $(srcdir)/Makefile.in \ 344 $(top_srcdir)/build-aux/depcomp 345DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 346am__relativize = \ 347 dir0=`pwd`; \ 348 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 349 sed_rest='s,^[^/]*/*,,'; \ 350 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 351 sed_butlast='s,/*[^/]*$$,,'; \ 352 while test -n "$$dir1"; do \ 353 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 354 if test "$$first" != "."; then \ 355 if test "$$first" = ".."; then \ 356 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 357 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 358 else \ 359 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 360 if test "$$first2" = "$$first"; then \ 361 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 362 else \ 363 dir2="../$$dir2"; \ 364 fi; \ 365 dir0="$$dir0"/"$$first"; \ 366 fi; \ 367 fi; \ 368 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 369 done; \ 370 reldir="$$dir2" 371ACLOCAL = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' aclocal-1.16 372AMTAR = $${TAR-tar} 373AM_DEFAULT_VERBOSITY = 1 374AR = ar 375AUTOCONF = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoconf 376AUTOHEADER = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoheader 377AUTOMAKE = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' automake-1.16 378AVCODEC_CFLAGS = 379AVCODEC_LIBS = -lavcodec 380AVFORMAT_CFLAGS = 381AVFORMAT_LIBS = -lavformat 382AVUTIL_CFLAGS = 383AVUTIL_LIBS = -lavutil 384AWK = gawk 385CAIRO_LIBS = -lcairo 386CC = gcc 387CCDEPMODE = depmode=gcc3 388CFLAGS = -g -O2 389COMMON_INCLUDE = -I$(top_srcdir)/src/common 390COMMON_LTLIB = $(top_builddir)/src/common/libguac_common.la 391COMMON_SSH_INCLUDE = -I$(top_srcdir)/src/common-ssh 392COMMON_SSH_LTLIB = $(top_builddir)/src/common-ssh/libguac_common_ssh.la 393CPP = 394CPPFLAGS = 395CSCOPE = cscope 396CTAGS = ctags 397CUNIT_LIBS = 398CYGPATH_W = echo 399DEFS = -DHAVE_CONFIG_H 400DEPDIR = .deps 401DLLTOOL = false 402DL_LIBS = -ldl 403DSYMUTIL = 404DUMPBIN = 405ECHO_C = 406ECHO_N = -n 407ECHO_T = 408EGREP = /usr/bin/grep -E 409ETAGS = etags 410EXEEXT = 411FGREP = /usr/bin/grep -F 412FILECMD = file 413FREERDP2_PLUGIN_DIR = 414GREP = /usr/bin/grep 415INSTALL = /usr/bin/install -c 416INSTALL_DATA = ${INSTALL} -m 644 417INSTALL_PROGRAM = ${INSTALL} 418INSTALL_SCRIPT = ${INSTALL} 419INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 420JPEG_LIBS = -ljpeg 421LD = /usr/bin/ld -m elf_x86_64 422LDFLAGS = 423LIBGUAC_CLIENT_KUBERNETES_INCLUDE = -I$(top_srcdir)/src/protocols/kubernetes 424LIBGUAC_CLIENT_KUBERNETES_LTLIB = $(top_builddir)/src/protocols/kubernetes/libguac-client-kubernetes.la 425LIBGUAC_CLIENT_RDP_INCLUDE = -I$(top_srcdir)/src/protocols/rdp 426LIBGUAC_CLIENT_RDP_LTLIB = $(top_builddir)/src/protocols/rdp/libguac-client-rdp.la 427LIBGUAC_INCLUDE = -I$(top_srcdir)/src/libguac 428LIBGUAC_LTLIB = $(top_builddir)/src/libguac/libguac.la 429LIBOBJS = 430LIBS = 431LIBTOOL = $(SHELL) $(top_builddir)/libtool 432LIPO = 433LN_S = ln -s 434LTLIBOBJS = 435LT_SYS_LIBRARY_PATH = 436MAKEINFO = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' makeinfo 437MANIFEST_TOOL = : 438MATH_LIBS = -lm 439MKDIR_P = /usr/bin/mkdir -p 440NM = /usr/bin/nm -B 441NMEDIT = 442OBJDUMP = objdump 443OBJEXT = o 444OTOOL = 445OTOOL64 = 446PACKAGE = guacamole-server 447PACKAGE_BUGREPORT = 448PACKAGE_NAME = guacamole-server 449PACKAGE_STRING = guacamole-server 1.5.4 450PACKAGE_TARNAME = guacamole-server 451PACKAGE_URL = 452PACKAGE_VERSION = 1.5.4 453PANGOCAIRO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/fribidi 454PANGOCAIRO_LIBS = -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo 455PANGO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/pixman-1 456PANGO_LIBS = -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz 457PATH_SEPARATOR = : 458PKG_CONFIG = /usr/bin/pkg-config 459PKG_CONFIG_LIBDIR = 460PKG_CONFIG_PATH = 461PNG_LIBS = -lpng 462PTHREAD_LIBS = -lpthread 463PULSE_INCLUDE = -I$(top_srcdir)/src/pulse 464PULSE_LIBS = -lpulse 465PULSE_LTLIB = $(top_builddir)/src/pulse/libguac_pulse.la 466RANLIB = ranlib 467RDP_CFLAGS = 468RDP_LIBS = 469SED = /usr/bin/sed 470SET_MAKE = 471SHELL = /bin/sh 472SSH_LIBS = -lssh2 473SSL_LIBS = -lssl -lcrypto 474STRIP = strip 475SWSCALE_CFLAGS = 476SWSCALE_LIBS = -lswscale 477TELNET_LIBS = 478TERMINAL_INCLUDE = -I$(top_srcdir)/src/terminal $(PANGO_CFLAGS) $(PANGOCAIRO_CFLAGS) $(COMMON_INCLUDE) 479TERMINAL_LTLIB = $(top_builddir)/src/terminal/libguac-terminal.la 480UUID_LIBS = -luuid 481VERSION = 1.5.4 482VNC_LIBS = 483VORBIS_LIBS = -logg -lvorbis -lvorbisenc 484WEBP_LIBS = -lwebp 485WEBSOCKETS_LIBS = -lwebsockets 486WINSOCK_LIBS = 487abs_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/libguac 488abs_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/libguac 489abs_top_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 490abs_top_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 491ac_ct_AR = ar 492ac_ct_CC = gcc 493ac_ct_DUMPBIN = 494am__include = include 495am__leading_dot = . 496am__quote = 497am__tar = $${TAR-tar} chof - "$$tardir" 498am__untar = $${TAR-tar} xf - 499bindir = ${exec_prefix}/bin 500build = x86_64-pc-linux-gnu 501build_alias = 502build_cpu = x86_64 503build_os = linux-gnu 504build_vendor = pc 505builddir = . 506datadir = ${datarootdir} 507datarootdir = ${prefix}/share 508docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 509dvidir = ${docdir} 510exec_prefix = ${prefix} 511host = x86_64-pc-linux-gnu 512host_alias = 513host_cpu = x86_64 514host_os = linux-gnu 515host_vendor = pc 516htmldir = ${docdir} 517includedir = ${prefix}/include 518infodir = ${datarootdir}/info 519init_dir = 520install_sh = ${SHELL} /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/install-sh 521libdir = ${exec_prefix}/lib 522libexecdir = ${exec_prefix}/libexec 523localedir = ${datarootdir}/locale 524localstatedir = ${prefix}/var 525mandir = ${datarootdir}/man 526mkdir_p = $(MKDIR_P) 527oldincludedir = /usr/include 528pdfdir = ${docdir} 529prefix = /usr/local 530program_transform_name = s,x,x, 531psdir = ${docdir} 532runstatedir = ${localstatedir}/run 533sbindir = ${exec_prefix}/sbin 534sharedstatedir = ${prefix}/com 535srcdir = . 536sysconfdir = ${prefix}/etc 537systemd_dir = 538target_alias = 539top_build_prefix = ../../ 540top_builddir = ../.. 541top_srcdir = ../.. 542AUTOMAKE_OPTIONS = foreign 543ACLOCAL_AMFLAGS = -I m4 544lib_LTLIBRARIES = libguac.la 545SUBDIRS = . tests 546 547# 548# Public headers 549# 550libguacincdir = $(includedir)/guacamole 551libguacinc_HEADERS = guacamole/argv.h guacamole/argv-constants.h \ 552 guacamole/argv-fntypes.h guacamole/audio.h \ 553 guacamole/audio-fntypes.h guacamole/audio-types.h \ 554 guacamole/client-constants.h guacamole/client.h \ 555 guacamole/client-fntypes.h guacamole/client-types.h \ 556 guacamole/error.h guacamole/error-types.h guacamole/fips.h \ 557 guacamole/hash.h guacamole/layer.h guacamole/layer-types.h \ 558 guacamole/mem.h guacamole/object.h guacamole/object-types.h \ 559 guacamole/parser-constants.h guacamole/parser.h \ 560 guacamole/parser-types.h guacamole/plugin-constants.h \ 561 guacamole/plugin.h guacamole/pool.h guacamole/pool-types.h \ 562 guacamole/protocol.h guacamole/protocol-constants.h \ 563 guacamole/protocol-types.h guacamole/recording.h \ 564 guacamole/rwlock.h guacamole/socket-constants.h \ 565 guacamole/socket.h guacamole/socket-fntypes.h \ 566 guacamole/socket-types.h guacamole/stream.h \ 567 guacamole/stream-types.h guacamole/string.h \ 568 guacamole/timestamp.h guacamole/timestamp-types.h \ 569 guacamole/unicode.h guacamole/user.h \ 570 guacamole/user-constants.h guacamole/user-fntypes.h \ 571 guacamole/user-types.h guacamole/wol.h \ 572 guacamole/wol-constants.h $(am__append_4) $(am__append_6) 573 574# 575# Private, installed headers 576# 577libguacprivincdir = $(includedir)/guacamole/private 578libguacprivinc_HEADERS = \ 579 guacamole/private/mem.h 580 581 582# 583# Private, non-installed headers 584# 585noinst_HEADERS = id.h encode-jpeg.h encode-png.h palette.h \ 586 user-handlers.h raw_encoder.h wait-fd.h $(am__append_2) 587libguac_la_SOURCES = argv.c audio.c client.c encode-jpeg.c \ 588 encode-png.c error.c fips.c hash.c id.c mem.c rwlock.c \ 589 palette.c parser.c pool.c protocol.c raw_encoder.c recording.c \ 590 socket.c socket-broadcast.c socket-fd.c socket-nest.c \ 591 socket-tee.c string.c timestamp.c unicode.c user.c \ 592 user-handlers.c user-handshake.c wait-fd.c wol.c \ 593 $(am__append_1) $(am__append_3) $(am__append_5) 594libguac_la_CFLAGS = \ 595 -Werror -Wall -pedantic 596 597libguac_la_LDFLAGS = \ 598 -version-info 23:0:0 \ 599 -no-undefined \ 600 -lcairo \ 601 -ldl \ 602 -ljpeg \ 603 -lpng \ 604 -lpthread \ 605 -lssl -lcrypto \ 606 -luuid \ 607 -logg -lvorbis -lvorbisenc \ 608 -lwebp \ 609 610 611all: all-recursive 612 613.SUFFIXES: 614.SUFFIXES: .c .lo .o .obj 615$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 616 @for dep in $?; do \ 617 case '$(am__configure_deps)' in \ 618 *$$dep*) \ 619 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 620 && { if test -f $@; then exit 0; else break; fi; }; \ 621 exit 1;; \ 622 esac; \ 623 done; \ 624 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libguac/Makefile'; \ 625 $(am__cd) $(top_srcdir) && \ 626 $(AUTOMAKE) --foreign src/libguac/Makefile 627Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 628 @case '$?' in \ 629 *config.status*) \ 630 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 631 *) \ 632 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 633 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 634 esac; 635 636$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 637 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 638 639$(top_srcdir)/configure: $(am__configure_deps) 640 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 641$(ACLOCAL_M4): $(am__aclocal_m4_deps) 642 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 643$(am__aclocal_m4_deps): 644 645install-libLTLIBRARIES: $(lib_LTLIBRARIES) 646 @$(NORMAL_INSTALL) 647 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 648 list2=; for p in $$list; do \ 649 if test -f $$p; then \ 650 list2="$$list2 $$p"; \ 651 else :; fi; \ 652 done; \ 653 test -z "$$list2" || { \ 654 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 655 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 656 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 657 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 658 } 659 660uninstall-libLTLIBRARIES: 661 @$(NORMAL_UNINSTALL) 662 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 663 for p in $$list; do \ 664 $(am__strip_dir) \ 665 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 666 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 667 done 668 669clean-libLTLIBRARIES: 670 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 671 @list='$(lib_LTLIBRARIES)'; \ 672 locs=`for p in $$list; do echo $$p; done | \ 673 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 674 sort -u`; \ 675 test -z "$$locs" || { \ 676 echo rm -f $${locs}; \ 677 rm -f $${locs}; \ 678 } 679 680libguac.la: $(libguac_la_OBJECTS) $(libguac_la_DEPENDENCIES) $(EXTRA_libguac_la_DEPENDENCIES) 681 $(AM_V_CCLD)$(libguac_la_LINK) -rpath $(libdir) $(libguac_la_OBJECTS) $(libguac_la_LIBADD) $(LIBS) 682 683mostlyclean-compile: 684 -rm -f *.$(OBJEXT) 685 686distclean-compile: 687 -rm -f *.tab.c 688 689include ./$(DEPDIR)/libguac_la-argv.Plo # am--include-marker 690include ./$(DEPDIR)/libguac_la-audio.Plo # am--include-marker 691include ./$(DEPDIR)/libguac_la-client.Plo # am--include-marker 692include ./$(DEPDIR)/libguac_la-encode-jpeg.Plo # am--include-marker 693include ./$(DEPDIR)/libguac_la-encode-png.Plo # am--include-marker 694include ./$(DEPDIR)/libguac_la-encode-webp.Plo # am--include-marker 695include ./$(DEPDIR)/libguac_la-error.Plo # am--include-marker 696include ./$(DEPDIR)/libguac_la-fips.Plo # am--include-marker 697include ./$(DEPDIR)/libguac_la-hash.Plo # am--include-marker 698include ./$(DEPDIR)/libguac_la-id.Plo # am--include-marker 699include ./$(DEPDIR)/libguac_la-mem.Plo # am--include-marker 700include ./$(DEPDIR)/libguac_la-palette.Plo # am--include-marker 701include ./$(DEPDIR)/libguac_la-parser.Plo # am--include-marker 702include ./$(DEPDIR)/libguac_la-pool.Plo # am--include-marker 703include ./$(DEPDIR)/libguac_la-protocol.Plo # am--include-marker 704include ./$(DEPDIR)/libguac_la-raw_encoder.Plo # am--include-marker 705include ./$(DEPDIR)/libguac_la-recording.Plo # am--include-marker 706include ./$(DEPDIR)/libguac_la-rwlock.Plo # am--include-marker 707include ./$(DEPDIR)/libguac_la-socket-broadcast.Plo # am--include-marker 708include ./$(DEPDIR)/libguac_la-socket-fd.Plo # am--include-marker 709include ./$(DEPDIR)/libguac_la-socket-nest.Plo # am--include-marker 710include ./$(DEPDIR)/libguac_la-socket-ssl.Plo # am--include-marker 711include ./$(DEPDIR)/libguac_la-socket-tee.Plo # am--include-marker 712include ./$(DEPDIR)/libguac_la-socket-wsa.Plo # am--include-marker 713include ./$(DEPDIR)/libguac_la-socket.Plo # am--include-marker 714include ./$(DEPDIR)/libguac_la-string.Plo # am--include-marker 715include ./$(DEPDIR)/libguac_la-timestamp.Plo # am--include-marker 716include ./$(DEPDIR)/libguac_la-unicode.Plo # am--include-marker 717include ./$(DEPDIR)/libguac_la-user-handlers.Plo # am--include-marker 718include ./$(DEPDIR)/libguac_la-user-handshake.Plo # am--include-marker 719include ./$(DEPDIR)/libguac_la-user.Plo # am--include-marker 720include ./$(DEPDIR)/libguac_la-wait-fd.Plo # am--include-marker 721include ./$(DEPDIR)/libguac_la-wol.Plo # am--include-marker 722 723$(am__depfiles_remade): 724 @$(MKDIR_P) $(@D) 725 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 726 727am--depfiles: $(am__depfiles_remade) 728 729.c.o: 730 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 731 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 732 $(am__mv) $$depbase.Tpo $$depbase.Po 733# $(AM_V_CC)source='$<' object='$@' libtool=no \ 734# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 735# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 736 737.c.obj: 738 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 739 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 740 $(am__mv) $$depbase.Tpo $$depbase.Po 741# $(AM_V_CC)source='$<' object='$@' libtool=no \ 742# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 743# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 744 745.c.lo: 746 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 747 $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 748 $(am__mv) $$depbase.Tpo $$depbase.Plo 749# $(AM_V_CC)source='$<' object='$@' libtool=yes \ 750# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 751# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 752 753libguac_la-argv.lo: argv.c 754 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-argv.lo -MD -MP -MF $(DEPDIR)/libguac_la-argv.Tpo -c -o libguac_la-argv.lo `test -f 'argv.c' || echo '$(srcdir)/'`argv.c 755 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-argv.Tpo $(DEPDIR)/libguac_la-argv.Plo 756# $(AM_V_CC)source='argv.c' object='libguac_la-argv.lo' libtool=yes \ 757# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 758# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-argv.lo `test -f 'argv.c' || echo '$(srcdir)/'`argv.c 759 760libguac_la-audio.lo: audio.c 761 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-audio.lo -MD -MP -MF $(DEPDIR)/libguac_la-audio.Tpo -c -o libguac_la-audio.lo `test -f 'audio.c' || echo '$(srcdir)/'`audio.c 762 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-audio.Tpo $(DEPDIR)/libguac_la-audio.Plo 763# $(AM_V_CC)source='audio.c' object='libguac_la-audio.lo' libtool=yes \ 764# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 765# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-audio.lo `test -f 'audio.c' || echo '$(srcdir)/'`audio.c 766 767libguac_la-client.lo: client.c 768 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-client.lo -MD -MP -MF $(DEPDIR)/libguac_la-client.Tpo -c -o libguac_la-client.lo `test -f 'client.c' || echo '$(srcdir)/'`client.c 769 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-client.Tpo $(DEPDIR)/libguac_la-client.Plo 770# $(AM_V_CC)source='client.c' object='libguac_la-client.lo' libtool=yes \ 771# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 772# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-client.lo `test -f 'client.c' || echo '$(srcdir)/'`client.c 773 774libguac_la-encode-jpeg.lo: encode-jpeg.c 775 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-encode-jpeg.lo -MD -MP -MF $(DEPDIR)/libguac_la-encode-jpeg.Tpo -c -o libguac_la-encode-jpeg.lo `test -f 'encode-jpeg.c' || echo '$(srcdir)/'`encode-jpeg.c 776 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-encode-jpeg.Tpo $(DEPDIR)/libguac_la-encode-jpeg.Plo 777# $(AM_V_CC)source='encode-jpeg.c' object='libguac_la-encode-jpeg.lo' libtool=yes \ 778# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 779# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-encode-jpeg.lo `test -f 'encode-jpeg.c' || echo '$(srcdir)/'`encode-jpeg.c 780 781libguac_la-encode-png.lo: encode-png.c 782 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-encode-png.lo -MD -MP -MF $(DEPDIR)/libguac_la-encode-png.Tpo -c -o libguac_la-encode-png.lo `test -f 'encode-png.c' || echo '$(srcdir)/'`encode-png.c 783 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-encode-png.Tpo $(DEPDIR)/libguac_la-encode-png.Plo 784# $(AM_V_CC)source='encode-png.c' object='libguac_la-encode-png.lo' libtool=yes \ 785# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 786# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-encode-png.lo `test -f 'encode-png.c' || echo '$(srcdir)/'`encode-png.c 787 788libguac_la-error.lo: error.c 789 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-error.lo -MD -MP -MF $(DEPDIR)/libguac_la-error.Tpo -c -o libguac_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c 790 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-error.Tpo $(DEPDIR)/libguac_la-error.Plo 791# $(AM_V_CC)source='error.c' object='libguac_la-error.lo' libtool=yes \ 792# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 793# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c 794 795libguac_la-fips.lo: fips.c 796 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-fips.lo -MD -MP -MF $(DEPDIR)/libguac_la-fips.Tpo -c -o libguac_la-fips.lo `test -f 'fips.c' || echo '$(srcdir)/'`fips.c 797 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-fips.Tpo $(DEPDIR)/libguac_la-fips.Plo 798# $(AM_V_CC)source='fips.c' object='libguac_la-fips.lo' libtool=yes \ 799# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 800# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-fips.lo `test -f 'fips.c' || echo '$(srcdir)/'`fips.c 801 802libguac_la-hash.lo: hash.c 803 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-hash.lo -MD -MP -MF $(DEPDIR)/libguac_la-hash.Tpo -c -o libguac_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c 804 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-hash.Tpo $(DEPDIR)/libguac_la-hash.Plo 805# $(AM_V_CC)source='hash.c' object='libguac_la-hash.lo' libtool=yes \ 806# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 807# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c 808 809libguac_la-id.lo: id.c 810 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-id.lo -MD -MP -MF $(DEPDIR)/libguac_la-id.Tpo -c -o libguac_la-id.lo `test -f 'id.c' || echo '$(srcdir)/'`id.c 811 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-id.Tpo $(DEPDIR)/libguac_la-id.Plo 812# $(AM_V_CC)source='id.c' object='libguac_la-id.lo' libtool=yes \ 813# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 814# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-id.lo `test -f 'id.c' || echo '$(srcdir)/'`id.c 815 816libguac_la-mem.lo: mem.c 817 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-mem.lo -MD -MP -MF $(DEPDIR)/libguac_la-mem.Tpo -c -o libguac_la-mem.lo `test -f 'mem.c' || echo '$(srcdir)/'`mem.c 818 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-mem.Tpo $(DEPDIR)/libguac_la-mem.Plo 819# $(AM_V_CC)source='mem.c' object='libguac_la-mem.lo' libtool=yes \ 820# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 821# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-mem.lo `test -f 'mem.c' || echo '$(srcdir)/'`mem.c 822 823libguac_la-rwlock.lo: rwlock.c 824 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-rwlock.lo -MD -MP -MF $(DEPDIR)/libguac_la-rwlock.Tpo -c -o libguac_la-rwlock.lo `test -f 'rwlock.c' || echo '$(srcdir)/'`rwlock.c 825 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-rwlock.Tpo $(DEPDIR)/libguac_la-rwlock.Plo 826# $(AM_V_CC)source='rwlock.c' object='libguac_la-rwlock.lo' libtool=yes \ 827# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 828# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-rwlock.lo `test -f 'rwlock.c' || echo '$(srcdir)/'`rwlock.c 829 830libguac_la-palette.lo: palette.c 831 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-palette.lo -MD -MP -MF $(DEPDIR)/libguac_la-palette.Tpo -c -o libguac_la-palette.lo `test -f 'palette.c' || echo '$(srcdir)/'`palette.c 832 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-palette.Tpo $(DEPDIR)/libguac_la-palette.Plo 833# $(AM_V_CC)source='palette.c' object='libguac_la-palette.lo' libtool=yes \ 834# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 835# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-palette.lo `test -f 'palette.c' || echo '$(srcdir)/'`palette.c 836 837libguac_la-parser.lo: parser.c 838 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-parser.lo -MD -MP -MF $(DEPDIR)/libguac_la-parser.Tpo -c -o libguac_la-parser.lo `test -f 'parser.c' || echo '$(srcdir)/'`parser.c 839 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-parser.Tpo $(DEPDIR)/libguac_la-parser.Plo 840# $(AM_V_CC)source='parser.c' object='libguac_la-parser.lo' libtool=yes \ 841# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 842# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-parser.lo `test -f 'parser.c' || echo '$(srcdir)/'`parser.c 843 844libguac_la-pool.lo: pool.c 845 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-pool.lo -MD -MP -MF $(DEPDIR)/libguac_la-pool.Tpo -c -o libguac_la-pool.lo `test -f 'pool.c' || echo '$(srcdir)/'`pool.c 846 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-pool.Tpo $(DEPDIR)/libguac_la-pool.Plo 847# $(AM_V_CC)source='pool.c' object='libguac_la-pool.lo' libtool=yes \ 848# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 849# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-pool.lo `test -f 'pool.c' || echo '$(srcdir)/'`pool.c 850 851libguac_la-protocol.lo: protocol.c 852 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-protocol.lo -MD -MP -MF $(DEPDIR)/libguac_la-protocol.Tpo -c -o libguac_la-protocol.lo `test -f 'protocol.c' || echo '$(srcdir)/'`protocol.c 853 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-protocol.Tpo $(DEPDIR)/libguac_la-protocol.Plo 854# $(AM_V_CC)source='protocol.c' object='libguac_la-protocol.lo' libtool=yes \ 855# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 856# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-protocol.lo `test -f 'protocol.c' || echo '$(srcdir)/'`protocol.c 857 858libguac_la-raw_encoder.lo: raw_encoder.c 859 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-raw_encoder.lo -MD -MP -MF $(DEPDIR)/libguac_la-raw_encoder.Tpo -c -o libguac_la-raw_encoder.lo `test -f 'raw_encoder.c' || echo '$(srcdir)/'`raw_encoder.c 860 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-raw_encoder.Tpo $(DEPDIR)/libguac_la-raw_encoder.Plo 861# $(AM_V_CC)source='raw_encoder.c' object='libguac_la-raw_encoder.lo' libtool=yes \ 862# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 863# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-raw_encoder.lo `test -f 'raw_encoder.c' || echo '$(srcdir)/'`raw_encoder.c 864 865libguac_la-recording.lo: recording.c 866 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-recording.lo -MD -MP -MF $(DEPDIR)/libguac_la-recording.Tpo -c -o libguac_la-recording.lo `test -f 'recording.c' || echo '$(srcdir)/'`recording.c 867 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-recording.Tpo $(DEPDIR)/libguac_la-recording.Plo 868# $(AM_V_CC)source='recording.c' object='libguac_la-recording.lo' libtool=yes \ 869# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 870# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-recording.lo `test -f 'recording.c' || echo '$(srcdir)/'`recording.c 871 872libguac_la-socket.lo: socket.c 873 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-socket.lo -MD -MP -MF $(DEPDIR)/libguac_la-socket.Tpo -c -o libguac_la-socket.lo `test -f 'socket.c' || echo '$(srcdir)/'`socket.c 874 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-socket.Tpo $(DEPDIR)/libguac_la-socket.Plo 875# $(AM_V_CC)source='socket.c' object='libguac_la-socket.lo' libtool=yes \ 876# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 877# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-socket.lo `test -f 'socket.c' || echo '$(srcdir)/'`socket.c 878 879libguac_la-socket-broadcast.lo: socket-broadcast.c 880 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-socket-broadcast.lo -MD -MP -MF $(DEPDIR)/libguac_la-socket-broadcast.Tpo -c -o libguac_la-socket-broadcast.lo `test -f 'socket-broadcast.c' || echo '$(srcdir)/'`socket-broadcast.c 881 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-socket-broadcast.Tpo $(DEPDIR)/libguac_la-socket-broadcast.Plo 882# $(AM_V_CC)source='socket-broadcast.c' object='libguac_la-socket-broadcast.lo' libtool=yes \ 883# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 884# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-socket-broadcast.lo `test -f 'socket-broadcast.c' || echo '$(srcdir)/'`socket-broadcast.c 885 886libguac_la-socket-fd.lo: socket-fd.c 887 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-socket-fd.lo -MD -MP -MF $(DEPDIR)/libguac_la-socket-fd.Tpo -c -o libguac_la-socket-fd.lo `test -f 'socket-fd.c' || echo '$(srcdir)/'`socket-fd.c 888 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-socket-fd.Tpo $(DEPDIR)/libguac_la-socket-fd.Plo 889# $(AM_V_CC)source='socket-fd.c' object='libguac_la-socket-fd.lo' libtool=yes \ 890# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 891# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-socket-fd.lo `test -f 'socket-fd.c' || echo '$(srcdir)/'`socket-fd.c 892 893libguac_la-socket-nest.lo: socket-nest.c 894 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-socket-nest.lo -MD -MP -MF $(DEPDIR)/libguac_la-socket-nest.Tpo -c -o libguac_la-socket-nest.lo `test -f 'socket-nest.c' || echo '$(srcdir)/'`socket-nest.c 895 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-socket-nest.Tpo $(DEPDIR)/libguac_la-socket-nest.Plo 896# $(AM_V_CC)source='socket-nest.c' object='libguac_la-socket-nest.lo' libtool=yes \ 897# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 898# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-socket-nest.lo `test -f 'socket-nest.c' || echo '$(srcdir)/'`socket-nest.c 899 900libguac_la-socket-tee.lo: socket-tee.c 901 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-socket-tee.lo -MD -MP -MF $(DEPDIR)/libguac_la-socket-tee.Tpo -c -o libguac_la-socket-tee.lo `test -f 'socket-tee.c' || echo '$(srcdir)/'`socket-tee.c 902 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-socket-tee.Tpo $(DEPDIR)/libguac_la-socket-tee.Plo 903# $(AM_V_CC)source='socket-tee.c' object='libguac_la-socket-tee.lo' libtool=yes \ 904# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 905# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-socket-tee.lo `test -f 'socket-tee.c' || echo '$(srcdir)/'`socket-tee.c 906 907libguac_la-string.lo: string.c 908 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-string.lo -MD -MP -MF $(DEPDIR)/libguac_la-string.Tpo -c -o libguac_la-string.lo `test -f 'string.c' || echo '$(srcdir)/'`string.c 909 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-string.Tpo $(DEPDIR)/libguac_la-string.Plo 910# $(AM_V_CC)source='string.c' object='libguac_la-string.lo' libtool=yes \ 911# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 912# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-string.lo `test -f 'string.c' || echo '$(srcdir)/'`string.c 913 914libguac_la-timestamp.lo: timestamp.c 915 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-timestamp.lo -MD -MP -MF $(DEPDIR)/libguac_la-timestamp.Tpo -c -o libguac_la-timestamp.lo `test -f 'timestamp.c' || echo '$(srcdir)/'`timestamp.c 916 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-timestamp.Tpo $(DEPDIR)/libguac_la-timestamp.Plo 917# $(AM_V_CC)source='timestamp.c' object='libguac_la-timestamp.lo' libtool=yes \ 918# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 919# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-timestamp.lo `test -f 'timestamp.c' || echo '$(srcdir)/'`timestamp.c 920 921libguac_la-unicode.lo: unicode.c 922 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-unicode.lo -MD -MP -MF $(DEPDIR)/libguac_la-unicode.Tpo -c -o libguac_la-unicode.lo `test -f 'unicode.c' || echo '$(srcdir)/'`unicode.c 923 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-unicode.Tpo $(DEPDIR)/libguac_la-unicode.Plo 924# $(AM_V_CC)source='unicode.c' object='libguac_la-unicode.lo' libtool=yes \ 925# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 926# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-unicode.lo `test -f 'unicode.c' || echo '$(srcdir)/'`unicode.c 927 928libguac_la-user.lo: user.c 929 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-user.lo -MD -MP -MF $(DEPDIR)/libguac_la-user.Tpo -c -o libguac_la-user.lo `test -f 'user.c' || echo '$(srcdir)/'`user.c 930 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-user.Tpo $(DEPDIR)/libguac_la-user.Plo 931# $(AM_V_CC)source='user.c' object='libguac_la-user.lo' libtool=yes \ 932# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 933# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-user.lo `test -f 'user.c' || echo '$(srcdir)/'`user.c 934 935libguac_la-user-handlers.lo: user-handlers.c 936 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-user-handlers.lo -MD -MP -MF $(DEPDIR)/libguac_la-user-handlers.Tpo -c -o libguac_la-user-handlers.lo `test -f 'user-handlers.c' || echo '$(srcdir)/'`user-handlers.c 937 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-user-handlers.Tpo $(DEPDIR)/libguac_la-user-handlers.Plo 938# $(AM_V_CC)source='user-handlers.c' object='libguac_la-user-handlers.lo' libtool=yes \ 939# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 940# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-user-handlers.lo `test -f 'user-handlers.c' || echo '$(srcdir)/'`user-handlers.c 941 942libguac_la-user-handshake.lo: user-handshake.c 943 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-user-handshake.lo -MD -MP -MF $(DEPDIR)/libguac_la-user-handshake.Tpo -c -o libguac_la-user-handshake.lo `test -f 'user-handshake.c' || echo '$(srcdir)/'`user-handshake.c 944 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-user-handshake.Tpo $(DEPDIR)/libguac_la-user-handshake.Plo 945# $(AM_V_CC)source='user-handshake.c' object='libguac_la-user-handshake.lo' libtool=yes \ 946# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 947# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-user-handshake.lo `test -f 'user-handshake.c' || echo '$(srcdir)/'`user-handshake.c 948 949libguac_la-wait-fd.lo: wait-fd.c 950 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-wait-fd.lo -MD -MP -MF $(DEPDIR)/libguac_la-wait-fd.Tpo -c -o libguac_la-wait-fd.lo `test -f 'wait-fd.c' || echo '$(srcdir)/'`wait-fd.c 951 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-wait-fd.Tpo $(DEPDIR)/libguac_la-wait-fd.Plo 952# $(AM_V_CC)source='wait-fd.c' object='libguac_la-wait-fd.lo' libtool=yes \ 953# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 954# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-wait-fd.lo `test -f 'wait-fd.c' || echo '$(srcdir)/'`wait-fd.c 955 956libguac_la-wol.lo: wol.c 957 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-wol.lo -MD -MP -MF $(DEPDIR)/libguac_la-wol.Tpo -c -o libguac_la-wol.lo `test -f 'wol.c' || echo '$(srcdir)/'`wol.c 958 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-wol.Tpo $(DEPDIR)/libguac_la-wol.Plo 959# $(AM_V_CC)source='wol.c' object='libguac_la-wol.lo' libtool=yes \ 960# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 961# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-wol.lo `test -f 'wol.c' || echo '$(srcdir)/'`wol.c 962 963libguac_la-encode-webp.lo: encode-webp.c 964 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-encode-webp.lo -MD -MP -MF $(DEPDIR)/libguac_la-encode-webp.Tpo -c -o libguac_la-encode-webp.lo `test -f 'encode-webp.c' || echo '$(srcdir)/'`encode-webp.c 965 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-encode-webp.Tpo $(DEPDIR)/libguac_la-encode-webp.Plo 966# $(AM_V_CC)source='encode-webp.c' object='libguac_la-encode-webp.lo' libtool=yes \ 967# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 968# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-encode-webp.lo `test -f 'encode-webp.c' || echo '$(srcdir)/'`encode-webp.c 969 970libguac_la-socket-ssl.lo: socket-ssl.c 971 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-socket-ssl.lo -MD -MP -MF $(DEPDIR)/libguac_la-socket-ssl.Tpo -c -o libguac_la-socket-ssl.lo `test -f 'socket-ssl.c' || echo '$(srcdir)/'`socket-ssl.c 972 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-socket-ssl.Tpo $(DEPDIR)/libguac_la-socket-ssl.Plo 973# $(AM_V_CC)source='socket-ssl.c' object='libguac_la-socket-ssl.lo' libtool=yes \ 974# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 975# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-socket-ssl.lo `test -f 'socket-ssl.c' || echo '$(srcdir)/'`socket-ssl.c 976 977libguac_la-socket-wsa.lo: socket-wsa.c 978 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -MT libguac_la-socket-wsa.lo -MD -MP -MF $(DEPDIR)/libguac_la-socket-wsa.Tpo -c -o libguac_la-socket-wsa.lo `test -f 'socket-wsa.c' || echo '$(srcdir)/'`socket-wsa.c 979 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_la-socket-wsa.Tpo $(DEPDIR)/libguac_la-socket-wsa.Plo 980# $(AM_V_CC)source='socket-wsa.c' object='libguac_la-socket-wsa.lo' libtool=yes \ 981# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 982# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_la_CFLAGS) $(CFLAGS) -c -o libguac_la-socket-wsa.lo `test -f 'socket-wsa.c' || echo '$(srcdir)/'`socket-wsa.c 983 984mostlyclean-libtool: 985 -rm -f *.lo 986 987clean-libtool: 988 -rm -rf .libs _libs 989install-libguacincHEADERS: $(libguacinc_HEADERS) 990 @$(NORMAL_INSTALL) 991 @list='$(libguacinc_HEADERS)'; test -n "$(libguacincdir)" || list=; \ 992 if test -n "$$list"; then \ 993 echo " $(MKDIR_P) '$(DESTDIR)$(libguacincdir)'"; \ 994 $(MKDIR_P) "$(DESTDIR)$(libguacincdir)" || exit 1; \ 995 fi; \ 996 for p in $$list; do \ 997 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 998 echo "$$d$$p"; \ 999 done | $(am__base_list) | \ 1000 while read files; do \ 1001 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libguacincdir)'"; \ 1002 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libguacincdir)" || exit $$?; \ 1003 done 1004 1005uninstall-libguacincHEADERS: 1006 @$(NORMAL_UNINSTALL) 1007 @list='$(libguacinc_HEADERS)'; test -n "$(libguacincdir)" || list=; \ 1008 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1009 dir='$(DESTDIR)$(libguacincdir)'; $(am__uninstall_files_from_dir) 1010install-libguacprivincHEADERS: $(libguacprivinc_HEADERS) 1011 @$(NORMAL_INSTALL) 1012 @list='$(libguacprivinc_HEADERS)'; test -n "$(libguacprivincdir)" || list=; \ 1013 if test -n "$$list"; then \ 1014 echo " $(MKDIR_P) '$(DESTDIR)$(libguacprivincdir)'"; \ 1015 $(MKDIR_P) "$(DESTDIR)$(libguacprivincdir)" || exit 1; \ 1016 fi; \ 1017 for p in $$list; do \ 1018 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1019 echo "$$d$$p"; \ 1020 done | $(am__base_list) | \ 1021 while read files; do \ 1022 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libguacprivincdir)'"; \ 1023 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libguacprivincdir)" || exit $$?; \ 1024 done 1025 1026uninstall-libguacprivincHEADERS: 1027 @$(NORMAL_UNINSTALL) 1028 @list='$(libguacprivinc_HEADERS)'; test -n "$(libguacprivincdir)" || list=; \ 1029 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1030 dir='$(DESTDIR)$(libguacprivincdir)'; $(am__uninstall_files_from_dir) 1031 1032# This directory's subdirectories are mostly independent; you can cd 1033# into them and run 'make' without going through this Makefile. 1034# To change the values of 'make' variables: instead of editing Makefiles, 1035# (1) if the variable is set in 'config.status', edit 'config.status' 1036# (which will cause the Makefiles to be regenerated when you run 'make'); 1037# (2) otherwise, pass the desired values on the 'make' command line. 1038$(am__recursive_targets): 1039 @fail=; \ 1040 if $(am__make_keepgoing); then \ 1041 failcom='fail=yes'; \ 1042 else \ 1043 failcom='exit 1'; \ 1044 fi; \ 1045 dot_seen=no; \ 1046 target=`echo $@ | sed s/-recursive//`; \ 1047 case "$@" in \ 1048 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 1049 *) list='$(SUBDIRS)' ;; \ 1050 esac; \ 1051 for subdir in $$list; do \ 1052 echo "Making $$target in $$subdir"; \ 1053 if test "$$subdir" = "."; then \ 1054 dot_seen=yes; \ 1055 local_target="$$target-am"; \ 1056 else \ 1057 local_target="$$target"; \ 1058 fi; \ 1059 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1060 || eval $$failcom; \ 1061 done; \ 1062 if test "$$dot_seen" = "no"; then \ 1063 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1064 fi; test -z "$$fail" 1065 1066ID: $(am__tagged_files) 1067 $(am__define_uniq_tagged_files); mkid -fID $$unique 1068tags: tags-recursive 1069TAGS: tags 1070 1071tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1072 set x; \ 1073 here=`pwd`; \ 1074 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1075 include_option=--etags-include; \ 1076 empty_fix=.; \ 1077 else \ 1078 include_option=--include; \ 1079 empty_fix=; \ 1080 fi; \ 1081 list='$(SUBDIRS)'; for subdir in $$list; do \ 1082 if test "$$subdir" = .; then :; else \ 1083 test ! -f $$subdir/TAGS || \ 1084 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1085 fi; \ 1086 done; \ 1087 $(am__define_uniq_tagged_files); \ 1088 shift; \ 1089 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1090 test -n "$$unique" || unique=$$empty_fix; \ 1091 if test $$# -gt 0; then \ 1092 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1093 "$$@" $$unique; \ 1094 else \ 1095 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1096 $$unique; \ 1097 fi; \ 1098 fi 1099ctags: ctags-recursive 1100 1101CTAGS: ctags 1102ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1103 $(am__define_uniq_tagged_files); \ 1104 test -z "$(CTAGS_ARGS)$$unique" \ 1105 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1106 $$unique 1107 1108GTAGS: 1109 here=`$(am__cd) $(top_builddir) && pwd` \ 1110 && $(am__cd) $(top_srcdir) \ 1111 && gtags -i $(GTAGS_ARGS) "$$here" 1112cscopelist: cscopelist-recursive 1113 1114cscopelist-am: $(am__tagged_files) 1115 list='$(am__tagged_files)'; \ 1116 case "$(srcdir)" in \ 1117 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1118 *) sdir=$(subdir)/$(srcdir) ;; \ 1119 esac; \ 1120 for i in $$list; do \ 1121 if test -f "$$i"; then \ 1122 echo "$(subdir)/$$i"; \ 1123 else \ 1124 echo "$$sdir/$$i"; \ 1125 fi; \ 1126 done >> $(top_builddir)/cscope.files 1127 1128distclean-tags: 1129 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1130distdir: $(BUILT_SOURCES) 1131 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1132 1133distdir-am: $(DISTFILES) 1134 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1135 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1136 list='$(DISTFILES)'; \ 1137 dist_files=`for file in $$list; do echo $$file; done | \ 1138 sed -e "s|^$$srcdirstrip/||;t" \ 1139 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1140 case $$dist_files in \ 1141 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1142 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1143 sort -u` ;; \ 1144 esac; \ 1145 for file in $$dist_files; do \ 1146 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1147 if test -d $$d/$$file; then \ 1148 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1149 if test -d "$(distdir)/$$file"; then \ 1150 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1151 fi; \ 1152 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1153 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1154 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1155 fi; \ 1156 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1157 else \ 1158 test -f "$(distdir)/$$file" \ 1159 || cp -p $$d/$$file "$(distdir)/$$file" \ 1160 || exit 1; \ 1161 fi; \ 1162 done 1163 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1164 if test "$$subdir" = .; then :; else \ 1165 $(am__make_dryrun) \ 1166 || test -d "$(distdir)/$$subdir" \ 1167 || $(MKDIR_P) "$(distdir)/$$subdir" \ 1168 || exit 1; \ 1169 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1170 $(am__relativize); \ 1171 new_distdir=$$reldir; \ 1172 dir1=$$subdir; dir2="$(top_distdir)"; \ 1173 $(am__relativize); \ 1174 new_top_distdir=$$reldir; \ 1175 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1176 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1177 ($(am__cd) $$subdir && \ 1178 $(MAKE) $(AM_MAKEFLAGS) \ 1179 top_distdir="$$new_top_distdir" \ 1180 distdir="$$new_distdir" \ 1181 am__remove_distdir=: \ 1182 am__skip_length_check=: \ 1183 am__skip_mode_fix=: \ 1184 distdir) \ 1185 || exit 1; \ 1186 fi; \ 1187 done 1188check-am: all-am 1189check: check-recursive 1190all-am: Makefile $(LTLIBRARIES) $(HEADERS) 1191installdirs: installdirs-recursive 1192installdirs-am: 1193 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libguacincdir)" "$(DESTDIR)$(libguacprivincdir)"; do \ 1194 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1195 done 1196install: install-recursive 1197install-exec: install-exec-recursive 1198install-data: install-data-recursive 1199uninstall: uninstall-recursive 1200 1201install-am: all-am 1202 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1203 1204installcheck: installcheck-recursive 1205install-strip: 1206 if test -z '$(STRIP)'; then \ 1207 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1208 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1209 install; \ 1210 else \ 1211 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1212 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1213 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1214 fi 1215mostlyclean-generic: 1216 1217clean-generic: 1218 1219distclean-generic: 1220 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1221 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1222 1223maintainer-clean-generic: 1224 @echo "This command is intended for maintainers to use" 1225 @echo "it deletes files that may require special tools to rebuild." 1226clean: clean-recursive 1227 1228clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 1229 mostlyclean-am 1230 1231distclean: distclean-recursive 1232 -rm -f ./$(DEPDIR)/libguac_la-argv.Plo 1233 -rm -f ./$(DEPDIR)/libguac_la-audio.Plo 1234 -rm -f ./$(DEPDIR)/libguac_la-client.Plo 1235 -rm -f ./$(DEPDIR)/libguac_la-encode-jpeg.Plo 1236 -rm -f ./$(DEPDIR)/libguac_la-encode-png.Plo 1237 -rm -f ./$(DEPDIR)/libguac_la-encode-webp.Plo 1238 -rm -f ./$(DEPDIR)/libguac_la-error.Plo 1239 -rm -f ./$(DEPDIR)/libguac_la-fips.Plo 1240 -rm -f ./$(DEPDIR)/libguac_la-hash.Plo 1241 -rm -f ./$(DEPDIR)/libguac_la-id.Plo 1242 -rm -f ./$(DEPDIR)/libguac_la-mem.Plo 1243 -rm -f ./$(DEPDIR)/libguac_la-palette.Plo 1244 -rm -f ./$(DEPDIR)/libguac_la-parser.Plo 1245 -rm -f ./$(DEPDIR)/libguac_la-pool.Plo 1246 -rm -f ./$(DEPDIR)/libguac_la-protocol.Plo 1247 -rm -f ./$(DEPDIR)/libguac_la-raw_encoder.Plo 1248 -rm -f ./$(DEPDIR)/libguac_la-recording.Plo 1249 -rm -f ./$(DEPDIR)/libguac_la-rwlock.Plo 1250 -rm -f ./$(DEPDIR)/libguac_la-socket-broadcast.Plo 1251 -rm -f ./$(DEPDIR)/libguac_la-socket-fd.Plo 1252 -rm -f ./$(DEPDIR)/libguac_la-socket-nest.Plo 1253 -rm -f ./$(DEPDIR)/libguac_la-socket-ssl.Plo 1254 -rm -f ./$(DEPDIR)/libguac_la-socket-tee.Plo 1255 -rm -f ./$(DEPDIR)/libguac_la-socket-wsa.Plo 1256 -rm -f ./$(DEPDIR)/libguac_la-socket.Plo 1257 -rm -f ./$(DEPDIR)/libguac_la-string.Plo 1258 -rm -f ./$(DEPDIR)/libguac_la-timestamp.Plo 1259 -rm -f ./$(DEPDIR)/libguac_la-unicode.Plo 1260 -rm -f ./$(DEPDIR)/libguac_la-user-handlers.Plo 1261 -rm -f ./$(DEPDIR)/libguac_la-user-handshake.Plo 1262 -rm -f ./$(DEPDIR)/libguac_la-user.Plo 1263 -rm -f ./$(DEPDIR)/libguac_la-wait-fd.Plo 1264 -rm -f ./$(DEPDIR)/libguac_la-wol.Plo 1265 -rm -f Makefile 1266distclean-am: clean-am distclean-compile distclean-generic \ 1267 distclean-tags 1268 1269dvi: dvi-recursive 1270 1271dvi-am: 1272 1273html: html-recursive 1274 1275html-am: 1276 1277info: info-recursive 1278 1279info-am: 1280 1281install-data-am: install-libguacincHEADERS \ 1282 install-libguacprivincHEADERS 1283 1284install-dvi: install-dvi-recursive 1285 1286install-dvi-am: 1287 1288install-exec-am: install-libLTLIBRARIES 1289 1290install-html: install-html-recursive 1291 1292install-html-am: 1293 1294install-info: install-info-recursive 1295 1296install-info-am: 1297 1298install-man: 1299 1300install-pdf: install-pdf-recursive 1301 1302install-pdf-am: 1303 1304install-ps: install-ps-recursive 1305 1306install-ps-am: 1307 1308installcheck-am: 1309 1310maintainer-clean: maintainer-clean-recursive 1311 -rm -f ./$(DEPDIR)/libguac_la-argv.Plo 1312 -rm -f ./$(DEPDIR)/libguac_la-audio.Plo 1313 -rm -f ./$(DEPDIR)/libguac_la-client.Plo 1314 -rm -f ./$(DEPDIR)/libguac_la-encode-jpeg.Plo 1315 -rm -f ./$(DEPDIR)/libguac_la-encode-png.Plo 1316 -rm -f ./$(DEPDIR)/libguac_la-encode-webp.Plo 1317 -rm -f ./$(DEPDIR)/libguac_la-error.Plo 1318 -rm -f ./$(DEPDIR)/libguac_la-fips.Plo 1319 -rm -f ./$(DEPDIR)/libguac_la-hash.Plo 1320 -rm -f ./$(DEPDIR)/libguac_la-id.Plo 1321 -rm -f ./$(DEPDIR)/libguac_la-mem.Plo 1322 -rm -f ./$(DEPDIR)/libguac_la-palette.Plo 1323 -rm -f ./$(DEPDIR)/libguac_la-parser.Plo 1324 -rm -f ./$(DEPDIR)/libguac_la-pool.Plo 1325 -rm -f ./$(DEPDIR)/libguac_la-protocol.Plo 1326 -rm -f ./$(DEPDIR)/libguac_la-raw_encoder.Plo 1327 -rm -f ./$(DEPDIR)/libguac_la-recording.Plo 1328 -rm -f ./$(DEPDIR)/libguac_la-rwlock.Plo 1329 -rm -f ./$(DEPDIR)/libguac_la-socket-broadcast.Plo 1330 -rm -f ./$(DEPDIR)/libguac_la-socket-fd.Plo 1331 -rm -f ./$(DEPDIR)/libguac_la-socket-nest.Plo 1332 -rm -f ./$(DEPDIR)/libguac_la-socket-ssl.Plo 1333 -rm -f ./$(DEPDIR)/libguac_la-socket-tee.Plo 1334 -rm -f ./$(DEPDIR)/libguac_la-socket-wsa.Plo 1335 -rm -f ./$(DEPDIR)/libguac_la-socket.Plo 1336 -rm -f ./$(DEPDIR)/libguac_la-string.Plo 1337 -rm -f ./$(DEPDIR)/libguac_la-timestamp.Plo 1338 -rm -f ./$(DEPDIR)/libguac_la-unicode.Plo 1339 -rm -f ./$(DEPDIR)/libguac_la-user-handlers.Plo 1340 -rm -f ./$(DEPDIR)/libguac_la-user-handshake.Plo 1341 -rm -f ./$(DEPDIR)/libguac_la-user.Plo 1342 -rm -f ./$(DEPDIR)/libguac_la-wait-fd.Plo 1343 -rm -f ./$(DEPDIR)/libguac_la-wol.Plo 1344 -rm -f Makefile 1345maintainer-clean-am: distclean-am maintainer-clean-generic 1346 1347mostlyclean: mostlyclean-recursive 1348 1349mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1350 mostlyclean-libtool 1351 1352pdf: pdf-recursive 1353 1354pdf-am: 1355 1356ps: ps-recursive 1357 1358ps-am: 1359 1360uninstall-am: uninstall-libLTLIBRARIES uninstall-libguacincHEADERS \ 1361 uninstall-libguacprivincHEADERS 1362 1363.MAKE: $(am__recursive_targets) install-am install-strip 1364 1365.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1366 am--depfiles check check-am clean clean-generic \ 1367 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ 1368 ctags-am distclean distclean-compile distclean-generic \ 1369 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1370 html-am info info-am install install-am install-data \ 1371 install-data-am install-dvi install-dvi-am install-exec \ 1372 install-exec-am install-html install-html-am install-info \ 1373 install-info-am install-libLTLIBRARIES \ 1374 install-libguacincHEADERS install-libguacprivincHEADERS \ 1375 install-man install-pdf install-pdf-am install-ps \ 1376 install-ps-am install-strip installcheck installcheck-am \ 1377 installdirs installdirs-am maintainer-clean \ 1378 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1379 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1380 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ 1381 uninstall-libguacincHEADERS uninstall-libguacprivincHEADERS 1382 1383.PRECIOUS: Makefile 1384 1385 1386# Tell versions [3.59,3.63) of GNU make to not export all variables. 1387# Otherwise a system limit (for SysV at least) may be exceeded. 1388.NOEXPORT: