Makefile (90660B)
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# src/guacenc/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 117bin_PROGRAMS = guacenc$(EXEEXT) 118 119# Compile WebP support if available 120am__append_1 = webp.c 121am__append_2 = webp.h 122subdir = src/guacenc 123ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 124am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 125 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 126 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 127 $(top_srcdir)/configure.ac 128am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 129 $(ACLOCAL_M4) 130DIST_COMMON = $(srcdir)/Makefile.am $(am__noinst_HEADERS_DIST) \ 131 $(am__DIST_COMMON) 132mkinstalldirs = $(install_sh) -d 133CONFIG_HEADER = $(top_builddir)/config.h 134CONFIG_CLEAN_FILES = 135CONFIG_CLEAN_VPATH_FILES = 136am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" 137PROGRAMS = $(bin_PROGRAMS) 138am__guacenc_SOURCES_DIST = buffer.c cursor.c display.c \ 139 display-buffers.c display-image-streams.c display-flatten.c \ 140 display-layers.c display-sync.c encode.c ffmpeg-compat.c \ 141 guacenc.c image-stream.c instructions.c instruction-blob.c \ 142 instruction-cfill.c instruction-copy.c instruction-cursor.c \ 143 instruction-dispose.c instruction-end.c instruction-img.c \ 144 instruction-mouse.c instruction-move.c instruction-rect.c \ 145 instruction-shade.c instruction-size.c instruction-sync.c \ 146 instruction-transfer.c jpeg.c layer.c log.c parse.c png.c \ 147 video.c webp.c 148am__objects_1 = guacenc-webp.$(OBJEXT) 149am_guacenc_OBJECTS = guacenc-buffer.$(OBJEXT) guacenc-cursor.$(OBJEXT) \ 150 guacenc-display.$(OBJEXT) guacenc-display-buffers.$(OBJEXT) \ 151 guacenc-display-image-streams.$(OBJEXT) \ 152 guacenc-display-flatten.$(OBJEXT) \ 153 guacenc-display-layers.$(OBJEXT) \ 154 guacenc-display-sync.$(OBJEXT) guacenc-encode.$(OBJEXT) \ 155 guacenc-ffmpeg-compat.$(OBJEXT) guacenc-guacenc.$(OBJEXT) \ 156 guacenc-image-stream.$(OBJEXT) guacenc-instructions.$(OBJEXT) \ 157 guacenc-instruction-blob.$(OBJEXT) \ 158 guacenc-instruction-cfill.$(OBJEXT) \ 159 guacenc-instruction-copy.$(OBJEXT) \ 160 guacenc-instruction-cursor.$(OBJEXT) \ 161 guacenc-instruction-dispose.$(OBJEXT) \ 162 guacenc-instruction-end.$(OBJEXT) \ 163 guacenc-instruction-img.$(OBJEXT) \ 164 guacenc-instruction-mouse.$(OBJEXT) \ 165 guacenc-instruction-move.$(OBJEXT) \ 166 guacenc-instruction-rect.$(OBJEXT) \ 167 guacenc-instruction-shade.$(OBJEXT) \ 168 guacenc-instruction-size.$(OBJEXT) \ 169 guacenc-instruction-sync.$(OBJEXT) \ 170 guacenc-instruction-transfer.$(OBJEXT) guacenc-jpeg.$(OBJEXT) \ 171 guacenc-layer.$(OBJEXT) guacenc-log.$(OBJEXT) \ 172 guacenc-parse.$(OBJEXT) guacenc-png.$(OBJEXT) \ 173 guacenc-video.$(OBJEXT) $(am__objects_1) 174guacenc_OBJECTS = $(am_guacenc_OBJECTS) 175guacenc_DEPENDENCIES = 176AM_V_lt = $(am__v_lt_$(V)) 177am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 178am__v_lt_0 = --silent 179am__v_lt_1 = 180guacenc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 181 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(guacenc_CFLAGS) \ 182 $(CFLAGS) $(guacenc_LDFLAGS) $(LDFLAGS) -o $@ 183AM_V_P = $(am__v_P_$(V)) 184am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 185am__v_P_0 = false 186am__v_P_1 = : 187AM_V_GEN = $(am__v_GEN_$(V)) 188am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 189am__v_GEN_0 = @echo " GEN " $@; 190am__v_GEN_1 = 191AM_V_at = $(am__v_at_$(V)) 192am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 193am__v_at_0 = @ 194am__v_at_1 = 195DEFAULT_INCLUDES = -I. -I$(top_builddir) 196depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 197am__maybe_remake_depfiles = depfiles 198am__depfiles_remade = ./$(DEPDIR)/guacenc-buffer.Po \ 199 ./$(DEPDIR)/guacenc-cursor.Po \ 200 ./$(DEPDIR)/guacenc-display-buffers.Po \ 201 ./$(DEPDIR)/guacenc-display-flatten.Po \ 202 ./$(DEPDIR)/guacenc-display-image-streams.Po \ 203 ./$(DEPDIR)/guacenc-display-layers.Po \ 204 ./$(DEPDIR)/guacenc-display-sync.Po \ 205 ./$(DEPDIR)/guacenc-display.Po ./$(DEPDIR)/guacenc-encode.Po \ 206 ./$(DEPDIR)/guacenc-ffmpeg-compat.Po \ 207 ./$(DEPDIR)/guacenc-guacenc.Po \ 208 ./$(DEPDIR)/guacenc-image-stream.Po \ 209 ./$(DEPDIR)/guacenc-instruction-blob.Po \ 210 ./$(DEPDIR)/guacenc-instruction-cfill.Po \ 211 ./$(DEPDIR)/guacenc-instruction-copy.Po \ 212 ./$(DEPDIR)/guacenc-instruction-cursor.Po \ 213 ./$(DEPDIR)/guacenc-instruction-dispose.Po \ 214 ./$(DEPDIR)/guacenc-instruction-end.Po \ 215 ./$(DEPDIR)/guacenc-instruction-img.Po \ 216 ./$(DEPDIR)/guacenc-instruction-mouse.Po \ 217 ./$(DEPDIR)/guacenc-instruction-move.Po \ 218 ./$(DEPDIR)/guacenc-instruction-rect.Po \ 219 ./$(DEPDIR)/guacenc-instruction-shade.Po \ 220 ./$(DEPDIR)/guacenc-instruction-size.Po \ 221 ./$(DEPDIR)/guacenc-instruction-sync.Po \ 222 ./$(DEPDIR)/guacenc-instruction-transfer.Po \ 223 ./$(DEPDIR)/guacenc-instructions.Po \ 224 ./$(DEPDIR)/guacenc-jpeg.Po ./$(DEPDIR)/guacenc-layer.Po \ 225 ./$(DEPDIR)/guacenc-log.Po ./$(DEPDIR)/guacenc-parse.Po \ 226 ./$(DEPDIR)/guacenc-png.Po ./$(DEPDIR)/guacenc-video.Po \ 227 ./$(DEPDIR)/guacenc-webp.Po 228am__mv = mv -f 229COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 230 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 231LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 232 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 233 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 234 $(AM_CFLAGS) $(CFLAGS) 235AM_V_CC = $(am__v_CC_$(V)) 236am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 237am__v_CC_0 = @echo " CC " $@; 238am__v_CC_1 = 239CCLD = $(CC) 240LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 241 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 242 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 243AM_V_CCLD = $(am__v_CCLD_$(V)) 244am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 245am__v_CCLD_0 = @echo " CCLD " $@; 246am__v_CCLD_1 = 247SOURCES = $(guacenc_SOURCES) 248DIST_SOURCES = $(am__guacenc_SOURCES_DIST) 249am__can_run_installinfo = \ 250 case $$AM_UPDATE_INFO_DIR in \ 251 n|no|NO) false;; \ 252 *) (install-info --version) >/dev/null 2>&1;; \ 253 esac 254am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 255am__vpath_adj = case $$p in \ 256 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 257 *) f=$$p;; \ 258 esac; 259am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 260am__install_max = 40 261am__nobase_strip_setup = \ 262 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 263am__nobase_strip = \ 264 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 265am__nobase_list = $(am__nobase_strip_setup); \ 266 for p in $$list; do echo "$$p $$p"; done | \ 267 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 268 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 269 if (++n[$$2] == $(am__install_max)) \ 270 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 271 END { for (dir in files) print dir, files[dir] }' 272am__base_list = \ 273 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 274 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 275am__uninstall_files_from_dir = { \ 276 test -z "$$files" \ 277 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 278 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 279 $(am__cd) "$$dir" && rm -f $$files; }; \ 280 } 281man1dir = $(mandir)/man1 282NROFF = nroff 283MANS = $(man_MANS) 284am__noinst_HEADERS_DIST = buffer.h cursor.h display.h encode.h \ 285 ffmpeg-compat.h guacenc.h image-stream.h instructions.h jpeg.h \ 286 layer.h log.h parse.h png.h video.h webp.h 287HEADERS = $(noinst_HEADERS) 288am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 289# Read a list of newline-separated strings from the standard input, 290# and print each of them once, without duplicates. Input order is 291# *not* preserved. 292am__uniquify_input = $(AWK) '\ 293 BEGIN { nonempty = 0; } \ 294 { items[$$0] = 1; nonempty = 1; } \ 295 END { if (nonempty) { for (i in items) print i; }; } \ 296' 297# Make sure the list of sources is unique. This is necessary because, 298# e.g., the same source file might be shared among _SOURCES variables 299# for different programs/libraries. 300am__define_uniq_tagged_files = \ 301 list='$(am__tagged_files)'; \ 302 unique=`for i in $$list; do \ 303 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 304 done | $(am__uniquify_input)` 305am__DIST_COMMON = $(srcdir)/Makefile.in \ 306 $(top_srcdir)/build-aux/depcomp 307DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 308ACLOCAL = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' aclocal-1.16 309AMTAR = $${TAR-tar} 310AM_DEFAULT_VERBOSITY = 1 311AR = ar 312AUTOCONF = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoconf 313AUTOHEADER = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoheader 314AUTOMAKE = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' automake-1.16 315AVCODEC_CFLAGS = 316AVCODEC_LIBS = -lavcodec 317AVFORMAT_CFLAGS = 318AVFORMAT_LIBS = -lavformat 319AVUTIL_CFLAGS = 320AVUTIL_LIBS = -lavutil 321AWK = gawk 322CAIRO_LIBS = -lcairo 323CC = gcc 324CCDEPMODE = depmode=gcc3 325CFLAGS = -g -O2 326COMMON_INCLUDE = -I$(top_srcdir)/src/common 327COMMON_LTLIB = $(top_builddir)/src/common/libguac_common.la 328COMMON_SSH_INCLUDE = -I$(top_srcdir)/src/common-ssh 329COMMON_SSH_LTLIB = $(top_builddir)/src/common-ssh/libguac_common_ssh.la 330CPP = 331CPPFLAGS = 332CSCOPE = cscope 333CTAGS = ctags 334CUNIT_LIBS = 335CYGPATH_W = echo 336DEFS = -DHAVE_CONFIG_H 337DEPDIR = .deps 338DLLTOOL = false 339DL_LIBS = -ldl 340DSYMUTIL = 341DUMPBIN = 342ECHO_C = 343ECHO_N = -n 344ECHO_T = 345EGREP = /usr/bin/grep -E 346ETAGS = etags 347EXEEXT = 348FGREP = /usr/bin/grep -F 349FILECMD = file 350FREERDP2_PLUGIN_DIR = 351GREP = /usr/bin/grep 352INSTALL = /usr/bin/install -c 353INSTALL_DATA = ${INSTALL} -m 644 354INSTALL_PROGRAM = ${INSTALL} 355INSTALL_SCRIPT = ${INSTALL} 356INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 357JPEG_LIBS = -ljpeg 358LD = /usr/bin/ld -m elf_x86_64 359LDFLAGS = 360LIBGUAC_CLIENT_KUBERNETES_INCLUDE = -I$(top_srcdir)/src/protocols/kubernetes 361LIBGUAC_CLIENT_KUBERNETES_LTLIB = $(top_builddir)/src/protocols/kubernetes/libguac-client-kubernetes.la 362LIBGUAC_CLIENT_RDP_INCLUDE = -I$(top_srcdir)/src/protocols/rdp 363LIBGUAC_CLIENT_RDP_LTLIB = $(top_builddir)/src/protocols/rdp/libguac-client-rdp.la 364LIBGUAC_INCLUDE = -I$(top_srcdir)/src/libguac 365LIBGUAC_LTLIB = $(top_builddir)/src/libguac/libguac.la 366LIBOBJS = 367LIBS = 368LIBTOOL = $(SHELL) $(top_builddir)/libtool 369LIPO = 370LN_S = ln -s 371LTLIBOBJS = 372LT_SYS_LIBRARY_PATH = 373MAKEINFO = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' makeinfo 374MANIFEST_TOOL = : 375MATH_LIBS = -lm 376MKDIR_P = /usr/bin/mkdir -p 377NM = /usr/bin/nm -B 378NMEDIT = 379OBJDUMP = objdump 380OBJEXT = o 381OTOOL = 382OTOOL64 = 383PACKAGE = guacamole-server 384PACKAGE_BUGREPORT = 385PACKAGE_NAME = guacamole-server 386PACKAGE_STRING = guacamole-server 1.5.4 387PACKAGE_TARNAME = guacamole-server 388PACKAGE_URL = 389PACKAGE_VERSION = 1.5.4 390PANGOCAIRO_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 391PANGOCAIRO_LIBS = -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo 392PANGO_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 393PANGO_LIBS = -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz 394PATH_SEPARATOR = : 395PKG_CONFIG = /usr/bin/pkg-config 396PKG_CONFIG_LIBDIR = 397PKG_CONFIG_PATH = 398PNG_LIBS = -lpng 399PTHREAD_LIBS = -lpthread 400PULSE_INCLUDE = -I$(top_srcdir)/src/pulse 401PULSE_LIBS = -lpulse 402PULSE_LTLIB = $(top_builddir)/src/pulse/libguac_pulse.la 403RANLIB = ranlib 404RDP_CFLAGS = 405RDP_LIBS = 406SED = /usr/bin/sed 407SET_MAKE = 408SHELL = /bin/sh 409SSH_LIBS = -lssh2 410SSL_LIBS = -lssl -lcrypto 411STRIP = strip 412SWSCALE_CFLAGS = 413SWSCALE_LIBS = -lswscale 414TELNET_LIBS = 415TERMINAL_INCLUDE = -I$(top_srcdir)/src/terminal $(PANGO_CFLAGS) $(PANGOCAIRO_CFLAGS) $(COMMON_INCLUDE) 416TERMINAL_LTLIB = $(top_builddir)/src/terminal/libguac-terminal.la 417UUID_LIBS = -luuid 418VERSION = 1.5.4 419VNC_LIBS = 420VORBIS_LIBS = -logg -lvorbis -lvorbisenc 421WEBP_LIBS = -lwebp 422WEBSOCKETS_LIBS = -lwebsockets 423WINSOCK_LIBS = 424abs_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/guacenc 425abs_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/guacenc 426abs_top_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 427abs_top_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 428ac_ct_AR = ar 429ac_ct_CC = gcc 430ac_ct_DUMPBIN = 431am__include = include 432am__leading_dot = . 433am__quote = 434am__tar = $${TAR-tar} chof - "$$tardir" 435am__untar = $${TAR-tar} xf - 436bindir = ${exec_prefix}/bin 437build = x86_64-pc-linux-gnu 438build_alias = 439build_cpu = x86_64 440build_os = linux-gnu 441build_vendor = pc 442builddir = . 443datadir = ${datarootdir} 444datarootdir = ${prefix}/share 445docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 446dvidir = ${docdir} 447exec_prefix = ${prefix} 448host = x86_64-pc-linux-gnu 449host_alias = 450host_cpu = x86_64 451host_os = linux-gnu 452host_vendor = pc 453htmldir = ${docdir} 454includedir = ${prefix}/include 455infodir = ${datarootdir}/info 456init_dir = 457install_sh = ${SHELL} /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/install-sh 458libdir = ${exec_prefix}/lib 459libexecdir = ${exec_prefix}/libexec 460localedir = ${datarootdir}/locale 461localstatedir = ${prefix}/var 462mandir = ${datarootdir}/man 463mkdir_p = $(MKDIR_P) 464oldincludedir = /usr/include 465pdfdir = ${docdir} 466prefix = /usr/local 467program_transform_name = s,x,x, 468psdir = ${docdir} 469runstatedir = ${localstatedir}/run 470sbindir = ${exec_prefix}/sbin 471sharedstatedir = ${prefix}/com 472srcdir = . 473sysconfdir = ${prefix}/etc 474systemd_dir = 475target_alias = 476top_build_prefix = ../../ 477top_builddir = ../.. 478top_srcdir = ../.. 479AUTOMAKE_OPTIONS = foreign 480man_MANS = \ 481 man/guacenc.1 482 483noinst_HEADERS = buffer.h cursor.h display.h encode.h ffmpeg-compat.h \ 484 guacenc.h image-stream.h instructions.h jpeg.h layer.h log.h \ 485 parse.h png.h video.h $(am__append_2) 486guacenc_SOURCES = buffer.c cursor.c display.c display-buffers.c \ 487 display-image-streams.c display-flatten.c display-layers.c \ 488 display-sync.c encode.c ffmpeg-compat.c guacenc.c \ 489 image-stream.c instructions.c instruction-blob.c \ 490 instruction-cfill.c instruction-copy.c instruction-cursor.c \ 491 instruction-dispose.c instruction-end.c instruction-img.c \ 492 instruction-mouse.c instruction-move.c instruction-rect.c \ 493 instruction-shade.c instruction-size.c instruction-sync.c \ 494 instruction-transfer.c jpeg.c layer.c log.c parse.c png.c \ 495 video.c $(am__append_1) 496guacenc_CFLAGS = \ 497 -Werror -Wall \ 498 \ 499 \ 500 \ 501 -I$(top_srcdir)/src/libguac \ 502 503 504guacenc_LDADD = \ 505 $(top_builddir)/src/libguac/libguac.la 506 507guacenc_LDFLAGS = \ 508 -lavcodec \ 509 -lavformat \ 510 -lavutil \ 511 -lcairo \ 512 -ljpeg \ 513 -lswscale \ 514 -lwebp 515 516EXTRA_DIST = \ 517 man/guacenc.1.in 518 519all: all-am 520 521.SUFFIXES: 522.SUFFIXES: .c .lo .o .obj 523$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 524 @for dep in $?; do \ 525 case '$(am__configure_deps)' in \ 526 *$$dep*) \ 527 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 528 && { if test -f $@; then exit 0; else break; fi; }; \ 529 exit 1;; \ 530 esac; \ 531 done; \ 532 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/guacenc/Makefile'; \ 533 $(am__cd) $(top_srcdir) && \ 534 $(AUTOMAKE) --foreign src/guacenc/Makefile 535Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 536 @case '$?' in \ 537 *config.status*) \ 538 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 539 *) \ 540 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 541 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 542 esac; 543 544$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 545 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 546 547$(top_srcdir)/configure: $(am__configure_deps) 548 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 549$(ACLOCAL_M4): $(am__aclocal_m4_deps) 550 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 551$(am__aclocal_m4_deps): 552install-binPROGRAMS: $(bin_PROGRAMS) 553 @$(NORMAL_INSTALL) 554 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 555 if test -n "$$list"; then \ 556 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 557 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 558 fi; \ 559 for p in $$list; do echo "$$p $$p"; done | \ 560 sed 's/$(EXEEXT)$$//' | \ 561 while read p p1; do if test -f $$p \ 562 || test -f $$p1 \ 563 ; then echo "$$p"; echo "$$p"; else :; fi; \ 564 done | \ 565 sed -e 'p;s,.*/,,;n;h' \ 566 -e 's|.*|.|' \ 567 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 568 sed 'N;N;N;s,\n, ,g' | \ 569 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 570 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 571 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 572 else { print "f", $$3 "/" $$4, $$1; } } \ 573 END { for (d in files) print "f", d, files[d] }' | \ 574 while read type dir files; do \ 575 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 576 test -z "$$files" || { \ 577 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 578 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 579 } \ 580 ; done 581 582uninstall-binPROGRAMS: 583 @$(NORMAL_UNINSTALL) 584 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 585 files=`for p in $$list; do echo "$$p"; done | \ 586 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 587 -e 's/$$/$(EXEEXT)/' \ 588 `; \ 589 test -n "$$list" || exit 0; \ 590 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 591 cd "$(DESTDIR)$(bindir)" && rm -f $$files 592 593clean-binPROGRAMS: 594 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 595 echo " rm -f" $$list; \ 596 rm -f $$list || exit $$?; \ 597 test -n "$(EXEEXT)" || exit 0; \ 598 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 599 echo " rm -f" $$list; \ 600 rm -f $$list 601 602guacenc$(EXEEXT): $(guacenc_OBJECTS) $(guacenc_DEPENDENCIES) $(EXTRA_guacenc_DEPENDENCIES) 603 @rm -f guacenc$(EXEEXT) 604 $(AM_V_CCLD)$(guacenc_LINK) $(guacenc_OBJECTS) $(guacenc_LDADD) $(LIBS) 605 606mostlyclean-compile: 607 -rm -f *.$(OBJEXT) 608 609distclean-compile: 610 -rm -f *.tab.c 611 612include ./$(DEPDIR)/guacenc-buffer.Po # am--include-marker 613include ./$(DEPDIR)/guacenc-cursor.Po # am--include-marker 614include ./$(DEPDIR)/guacenc-display-buffers.Po # am--include-marker 615include ./$(DEPDIR)/guacenc-display-flatten.Po # am--include-marker 616include ./$(DEPDIR)/guacenc-display-image-streams.Po # am--include-marker 617include ./$(DEPDIR)/guacenc-display-layers.Po # am--include-marker 618include ./$(DEPDIR)/guacenc-display-sync.Po # am--include-marker 619include ./$(DEPDIR)/guacenc-display.Po # am--include-marker 620include ./$(DEPDIR)/guacenc-encode.Po # am--include-marker 621include ./$(DEPDIR)/guacenc-ffmpeg-compat.Po # am--include-marker 622include ./$(DEPDIR)/guacenc-guacenc.Po # am--include-marker 623include ./$(DEPDIR)/guacenc-image-stream.Po # am--include-marker 624include ./$(DEPDIR)/guacenc-instruction-blob.Po # am--include-marker 625include ./$(DEPDIR)/guacenc-instruction-cfill.Po # am--include-marker 626include ./$(DEPDIR)/guacenc-instruction-copy.Po # am--include-marker 627include ./$(DEPDIR)/guacenc-instruction-cursor.Po # am--include-marker 628include ./$(DEPDIR)/guacenc-instruction-dispose.Po # am--include-marker 629include ./$(DEPDIR)/guacenc-instruction-end.Po # am--include-marker 630include ./$(DEPDIR)/guacenc-instruction-img.Po # am--include-marker 631include ./$(DEPDIR)/guacenc-instruction-mouse.Po # am--include-marker 632include ./$(DEPDIR)/guacenc-instruction-move.Po # am--include-marker 633include ./$(DEPDIR)/guacenc-instruction-rect.Po # am--include-marker 634include ./$(DEPDIR)/guacenc-instruction-shade.Po # am--include-marker 635include ./$(DEPDIR)/guacenc-instruction-size.Po # am--include-marker 636include ./$(DEPDIR)/guacenc-instruction-sync.Po # am--include-marker 637include ./$(DEPDIR)/guacenc-instruction-transfer.Po # am--include-marker 638include ./$(DEPDIR)/guacenc-instructions.Po # am--include-marker 639include ./$(DEPDIR)/guacenc-jpeg.Po # am--include-marker 640include ./$(DEPDIR)/guacenc-layer.Po # am--include-marker 641include ./$(DEPDIR)/guacenc-log.Po # am--include-marker 642include ./$(DEPDIR)/guacenc-parse.Po # am--include-marker 643include ./$(DEPDIR)/guacenc-png.Po # am--include-marker 644include ./$(DEPDIR)/guacenc-video.Po # am--include-marker 645include ./$(DEPDIR)/guacenc-webp.Po # am--include-marker 646 647$(am__depfiles_remade): 648 @$(MKDIR_P) $(@D) 649 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 650 651am--depfiles: $(am__depfiles_remade) 652 653.c.o: 654 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 655 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 656 $(am__mv) $$depbase.Tpo $$depbase.Po 657# $(AM_V_CC)source='$<' object='$@' libtool=no \ 658# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 659# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 660 661.c.obj: 662 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 663 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 664 $(am__mv) $$depbase.Tpo $$depbase.Po 665# $(AM_V_CC)source='$<' object='$@' libtool=no \ 666# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 667# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 668 669.c.lo: 670 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 671 $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 672 $(am__mv) $$depbase.Tpo $$depbase.Plo 673# $(AM_V_CC)source='$<' object='$@' libtool=yes \ 674# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 675# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 676 677guacenc-buffer.o: buffer.c 678 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-buffer.o -MD -MP -MF $(DEPDIR)/guacenc-buffer.Tpo -c -o guacenc-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c 679 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-buffer.Tpo $(DEPDIR)/guacenc-buffer.Po 680# $(AM_V_CC)source='buffer.c' object='guacenc-buffer.o' libtool=no \ 681# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 682# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c 683 684guacenc-buffer.obj: buffer.c 685 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-buffer.obj -MD -MP -MF $(DEPDIR)/guacenc-buffer.Tpo -c -o guacenc-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi` 686 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-buffer.Tpo $(DEPDIR)/guacenc-buffer.Po 687# $(AM_V_CC)source='buffer.c' object='guacenc-buffer.obj' libtool=no \ 688# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 689# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi` 690 691guacenc-cursor.o: cursor.c 692 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-cursor.o -MD -MP -MF $(DEPDIR)/guacenc-cursor.Tpo -c -o guacenc-cursor.o `test -f 'cursor.c' || echo '$(srcdir)/'`cursor.c 693 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-cursor.Tpo $(DEPDIR)/guacenc-cursor.Po 694# $(AM_V_CC)source='cursor.c' object='guacenc-cursor.o' libtool=no \ 695# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 696# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-cursor.o `test -f 'cursor.c' || echo '$(srcdir)/'`cursor.c 697 698guacenc-cursor.obj: cursor.c 699 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-cursor.obj -MD -MP -MF $(DEPDIR)/guacenc-cursor.Tpo -c -o guacenc-cursor.obj `if test -f 'cursor.c'; then $(CYGPATH_W) 'cursor.c'; else $(CYGPATH_W) '$(srcdir)/cursor.c'; fi` 700 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-cursor.Tpo $(DEPDIR)/guacenc-cursor.Po 701# $(AM_V_CC)source='cursor.c' object='guacenc-cursor.obj' libtool=no \ 702# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 703# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-cursor.obj `if test -f 'cursor.c'; then $(CYGPATH_W) 'cursor.c'; else $(CYGPATH_W) '$(srcdir)/cursor.c'; fi` 704 705guacenc-display.o: display.c 706 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display.o -MD -MP -MF $(DEPDIR)/guacenc-display.Tpo -c -o guacenc-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c 707 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display.Tpo $(DEPDIR)/guacenc-display.Po 708# $(AM_V_CC)source='display.c' object='guacenc-display.o' libtool=no \ 709# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 710# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c 711 712guacenc-display.obj: display.c 713 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display.obj -MD -MP -MF $(DEPDIR)/guacenc-display.Tpo -c -o guacenc-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi` 714 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display.Tpo $(DEPDIR)/guacenc-display.Po 715# $(AM_V_CC)source='display.c' object='guacenc-display.obj' libtool=no \ 716# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 717# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi` 718 719guacenc-display-buffers.o: display-buffers.c 720 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-buffers.o -MD -MP -MF $(DEPDIR)/guacenc-display-buffers.Tpo -c -o guacenc-display-buffers.o `test -f 'display-buffers.c' || echo '$(srcdir)/'`display-buffers.c 721 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-buffers.Tpo $(DEPDIR)/guacenc-display-buffers.Po 722# $(AM_V_CC)source='display-buffers.c' object='guacenc-display-buffers.o' libtool=no \ 723# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 724# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-buffers.o `test -f 'display-buffers.c' || echo '$(srcdir)/'`display-buffers.c 725 726guacenc-display-buffers.obj: display-buffers.c 727 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-buffers.obj -MD -MP -MF $(DEPDIR)/guacenc-display-buffers.Tpo -c -o guacenc-display-buffers.obj `if test -f 'display-buffers.c'; then $(CYGPATH_W) 'display-buffers.c'; else $(CYGPATH_W) '$(srcdir)/display-buffers.c'; fi` 728 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-buffers.Tpo $(DEPDIR)/guacenc-display-buffers.Po 729# $(AM_V_CC)source='display-buffers.c' object='guacenc-display-buffers.obj' libtool=no \ 730# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 731# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-buffers.obj `if test -f 'display-buffers.c'; then $(CYGPATH_W) 'display-buffers.c'; else $(CYGPATH_W) '$(srcdir)/display-buffers.c'; fi` 732 733guacenc-display-image-streams.o: display-image-streams.c 734 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-image-streams.o -MD -MP -MF $(DEPDIR)/guacenc-display-image-streams.Tpo -c -o guacenc-display-image-streams.o `test -f 'display-image-streams.c' || echo '$(srcdir)/'`display-image-streams.c 735 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-image-streams.Tpo $(DEPDIR)/guacenc-display-image-streams.Po 736# $(AM_V_CC)source='display-image-streams.c' object='guacenc-display-image-streams.o' libtool=no \ 737# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 738# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-image-streams.o `test -f 'display-image-streams.c' || echo '$(srcdir)/'`display-image-streams.c 739 740guacenc-display-image-streams.obj: display-image-streams.c 741 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-image-streams.obj -MD -MP -MF $(DEPDIR)/guacenc-display-image-streams.Tpo -c -o guacenc-display-image-streams.obj `if test -f 'display-image-streams.c'; then $(CYGPATH_W) 'display-image-streams.c'; else $(CYGPATH_W) '$(srcdir)/display-image-streams.c'; fi` 742 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-image-streams.Tpo $(DEPDIR)/guacenc-display-image-streams.Po 743# $(AM_V_CC)source='display-image-streams.c' object='guacenc-display-image-streams.obj' libtool=no \ 744# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 745# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-image-streams.obj `if test -f 'display-image-streams.c'; then $(CYGPATH_W) 'display-image-streams.c'; else $(CYGPATH_W) '$(srcdir)/display-image-streams.c'; fi` 746 747guacenc-display-flatten.o: display-flatten.c 748 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-flatten.o -MD -MP -MF $(DEPDIR)/guacenc-display-flatten.Tpo -c -o guacenc-display-flatten.o `test -f 'display-flatten.c' || echo '$(srcdir)/'`display-flatten.c 749 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-flatten.Tpo $(DEPDIR)/guacenc-display-flatten.Po 750# $(AM_V_CC)source='display-flatten.c' object='guacenc-display-flatten.o' libtool=no \ 751# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 752# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-flatten.o `test -f 'display-flatten.c' || echo '$(srcdir)/'`display-flatten.c 753 754guacenc-display-flatten.obj: display-flatten.c 755 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-flatten.obj -MD -MP -MF $(DEPDIR)/guacenc-display-flatten.Tpo -c -o guacenc-display-flatten.obj `if test -f 'display-flatten.c'; then $(CYGPATH_W) 'display-flatten.c'; else $(CYGPATH_W) '$(srcdir)/display-flatten.c'; fi` 756 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-flatten.Tpo $(DEPDIR)/guacenc-display-flatten.Po 757# $(AM_V_CC)source='display-flatten.c' object='guacenc-display-flatten.obj' libtool=no \ 758# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 759# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-flatten.obj `if test -f 'display-flatten.c'; then $(CYGPATH_W) 'display-flatten.c'; else $(CYGPATH_W) '$(srcdir)/display-flatten.c'; fi` 760 761guacenc-display-layers.o: display-layers.c 762 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-layers.o -MD -MP -MF $(DEPDIR)/guacenc-display-layers.Tpo -c -o guacenc-display-layers.o `test -f 'display-layers.c' || echo '$(srcdir)/'`display-layers.c 763 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-layers.Tpo $(DEPDIR)/guacenc-display-layers.Po 764# $(AM_V_CC)source='display-layers.c' object='guacenc-display-layers.o' libtool=no \ 765# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 766# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-layers.o `test -f 'display-layers.c' || echo '$(srcdir)/'`display-layers.c 767 768guacenc-display-layers.obj: display-layers.c 769 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-layers.obj -MD -MP -MF $(DEPDIR)/guacenc-display-layers.Tpo -c -o guacenc-display-layers.obj `if test -f 'display-layers.c'; then $(CYGPATH_W) 'display-layers.c'; else $(CYGPATH_W) '$(srcdir)/display-layers.c'; fi` 770 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-layers.Tpo $(DEPDIR)/guacenc-display-layers.Po 771# $(AM_V_CC)source='display-layers.c' object='guacenc-display-layers.obj' libtool=no \ 772# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 773# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-layers.obj `if test -f 'display-layers.c'; then $(CYGPATH_W) 'display-layers.c'; else $(CYGPATH_W) '$(srcdir)/display-layers.c'; fi` 774 775guacenc-display-sync.o: display-sync.c 776 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-sync.o -MD -MP -MF $(DEPDIR)/guacenc-display-sync.Tpo -c -o guacenc-display-sync.o `test -f 'display-sync.c' || echo '$(srcdir)/'`display-sync.c 777 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-sync.Tpo $(DEPDIR)/guacenc-display-sync.Po 778# $(AM_V_CC)source='display-sync.c' object='guacenc-display-sync.o' libtool=no \ 779# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 780# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-sync.o `test -f 'display-sync.c' || echo '$(srcdir)/'`display-sync.c 781 782guacenc-display-sync.obj: display-sync.c 783 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-display-sync.obj -MD -MP -MF $(DEPDIR)/guacenc-display-sync.Tpo -c -o guacenc-display-sync.obj `if test -f 'display-sync.c'; then $(CYGPATH_W) 'display-sync.c'; else $(CYGPATH_W) '$(srcdir)/display-sync.c'; fi` 784 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-display-sync.Tpo $(DEPDIR)/guacenc-display-sync.Po 785# $(AM_V_CC)source='display-sync.c' object='guacenc-display-sync.obj' libtool=no \ 786# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 787# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-display-sync.obj `if test -f 'display-sync.c'; then $(CYGPATH_W) 'display-sync.c'; else $(CYGPATH_W) '$(srcdir)/display-sync.c'; fi` 788 789guacenc-encode.o: encode.c 790 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-encode.o -MD -MP -MF $(DEPDIR)/guacenc-encode.Tpo -c -o guacenc-encode.o `test -f 'encode.c' || echo '$(srcdir)/'`encode.c 791 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-encode.Tpo $(DEPDIR)/guacenc-encode.Po 792# $(AM_V_CC)source='encode.c' object='guacenc-encode.o' libtool=no \ 793# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 794# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-encode.o `test -f 'encode.c' || echo '$(srcdir)/'`encode.c 795 796guacenc-encode.obj: encode.c 797 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-encode.obj -MD -MP -MF $(DEPDIR)/guacenc-encode.Tpo -c -o guacenc-encode.obj `if test -f 'encode.c'; then $(CYGPATH_W) 'encode.c'; else $(CYGPATH_W) '$(srcdir)/encode.c'; fi` 798 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-encode.Tpo $(DEPDIR)/guacenc-encode.Po 799# $(AM_V_CC)source='encode.c' object='guacenc-encode.obj' libtool=no \ 800# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 801# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-encode.obj `if test -f 'encode.c'; then $(CYGPATH_W) 'encode.c'; else $(CYGPATH_W) '$(srcdir)/encode.c'; fi` 802 803guacenc-ffmpeg-compat.o: ffmpeg-compat.c 804 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-ffmpeg-compat.o -MD -MP -MF $(DEPDIR)/guacenc-ffmpeg-compat.Tpo -c -o guacenc-ffmpeg-compat.o `test -f 'ffmpeg-compat.c' || echo '$(srcdir)/'`ffmpeg-compat.c 805 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-ffmpeg-compat.Tpo $(DEPDIR)/guacenc-ffmpeg-compat.Po 806# $(AM_V_CC)source='ffmpeg-compat.c' object='guacenc-ffmpeg-compat.o' libtool=no \ 807# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 808# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-ffmpeg-compat.o `test -f 'ffmpeg-compat.c' || echo '$(srcdir)/'`ffmpeg-compat.c 809 810guacenc-ffmpeg-compat.obj: ffmpeg-compat.c 811 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-ffmpeg-compat.obj -MD -MP -MF $(DEPDIR)/guacenc-ffmpeg-compat.Tpo -c -o guacenc-ffmpeg-compat.obj `if test -f 'ffmpeg-compat.c'; then $(CYGPATH_W) 'ffmpeg-compat.c'; else $(CYGPATH_W) '$(srcdir)/ffmpeg-compat.c'; fi` 812 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-ffmpeg-compat.Tpo $(DEPDIR)/guacenc-ffmpeg-compat.Po 813# $(AM_V_CC)source='ffmpeg-compat.c' object='guacenc-ffmpeg-compat.obj' libtool=no \ 814# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 815# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-ffmpeg-compat.obj `if test -f 'ffmpeg-compat.c'; then $(CYGPATH_W) 'ffmpeg-compat.c'; else $(CYGPATH_W) '$(srcdir)/ffmpeg-compat.c'; fi` 816 817guacenc-guacenc.o: guacenc.c 818 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-guacenc.o -MD -MP -MF $(DEPDIR)/guacenc-guacenc.Tpo -c -o guacenc-guacenc.o `test -f 'guacenc.c' || echo '$(srcdir)/'`guacenc.c 819 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-guacenc.Tpo $(DEPDIR)/guacenc-guacenc.Po 820# $(AM_V_CC)source='guacenc.c' object='guacenc-guacenc.o' libtool=no \ 821# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 822# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-guacenc.o `test -f 'guacenc.c' || echo '$(srcdir)/'`guacenc.c 823 824guacenc-guacenc.obj: guacenc.c 825 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-guacenc.obj -MD -MP -MF $(DEPDIR)/guacenc-guacenc.Tpo -c -o guacenc-guacenc.obj `if test -f 'guacenc.c'; then $(CYGPATH_W) 'guacenc.c'; else $(CYGPATH_W) '$(srcdir)/guacenc.c'; fi` 826 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-guacenc.Tpo $(DEPDIR)/guacenc-guacenc.Po 827# $(AM_V_CC)source='guacenc.c' object='guacenc-guacenc.obj' libtool=no \ 828# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 829# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-guacenc.obj `if test -f 'guacenc.c'; then $(CYGPATH_W) 'guacenc.c'; else $(CYGPATH_W) '$(srcdir)/guacenc.c'; fi` 830 831guacenc-image-stream.o: image-stream.c 832 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-image-stream.o -MD -MP -MF $(DEPDIR)/guacenc-image-stream.Tpo -c -o guacenc-image-stream.o `test -f 'image-stream.c' || echo '$(srcdir)/'`image-stream.c 833 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-image-stream.Tpo $(DEPDIR)/guacenc-image-stream.Po 834# $(AM_V_CC)source='image-stream.c' object='guacenc-image-stream.o' libtool=no \ 835# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 836# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-image-stream.o `test -f 'image-stream.c' || echo '$(srcdir)/'`image-stream.c 837 838guacenc-image-stream.obj: image-stream.c 839 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-image-stream.obj -MD -MP -MF $(DEPDIR)/guacenc-image-stream.Tpo -c -o guacenc-image-stream.obj `if test -f 'image-stream.c'; then $(CYGPATH_W) 'image-stream.c'; else $(CYGPATH_W) '$(srcdir)/image-stream.c'; fi` 840 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-image-stream.Tpo $(DEPDIR)/guacenc-image-stream.Po 841# $(AM_V_CC)source='image-stream.c' object='guacenc-image-stream.obj' libtool=no \ 842# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 843# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-image-stream.obj `if test -f 'image-stream.c'; then $(CYGPATH_W) 'image-stream.c'; else $(CYGPATH_W) '$(srcdir)/image-stream.c'; fi` 844 845guacenc-instructions.o: instructions.c 846 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instructions.o -MD -MP -MF $(DEPDIR)/guacenc-instructions.Tpo -c -o guacenc-instructions.o `test -f 'instructions.c' || echo '$(srcdir)/'`instructions.c 847 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instructions.Tpo $(DEPDIR)/guacenc-instructions.Po 848# $(AM_V_CC)source='instructions.c' object='guacenc-instructions.o' libtool=no \ 849# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 850# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instructions.o `test -f 'instructions.c' || echo '$(srcdir)/'`instructions.c 851 852guacenc-instructions.obj: instructions.c 853 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instructions.obj -MD -MP -MF $(DEPDIR)/guacenc-instructions.Tpo -c -o guacenc-instructions.obj `if test -f 'instructions.c'; then $(CYGPATH_W) 'instructions.c'; else $(CYGPATH_W) '$(srcdir)/instructions.c'; fi` 854 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instructions.Tpo $(DEPDIR)/guacenc-instructions.Po 855# $(AM_V_CC)source='instructions.c' object='guacenc-instructions.obj' libtool=no \ 856# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 857# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instructions.obj `if test -f 'instructions.c'; then $(CYGPATH_W) 'instructions.c'; else $(CYGPATH_W) '$(srcdir)/instructions.c'; fi` 858 859guacenc-instruction-blob.o: instruction-blob.c 860 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-blob.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-blob.Tpo -c -o guacenc-instruction-blob.o `test -f 'instruction-blob.c' || echo '$(srcdir)/'`instruction-blob.c 861 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-blob.Tpo $(DEPDIR)/guacenc-instruction-blob.Po 862# $(AM_V_CC)source='instruction-blob.c' object='guacenc-instruction-blob.o' libtool=no \ 863# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 864# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-blob.o `test -f 'instruction-blob.c' || echo '$(srcdir)/'`instruction-blob.c 865 866guacenc-instruction-blob.obj: instruction-blob.c 867 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-blob.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-blob.Tpo -c -o guacenc-instruction-blob.obj `if test -f 'instruction-blob.c'; then $(CYGPATH_W) 'instruction-blob.c'; else $(CYGPATH_W) '$(srcdir)/instruction-blob.c'; fi` 868 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-blob.Tpo $(DEPDIR)/guacenc-instruction-blob.Po 869# $(AM_V_CC)source='instruction-blob.c' object='guacenc-instruction-blob.obj' libtool=no \ 870# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 871# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-blob.obj `if test -f 'instruction-blob.c'; then $(CYGPATH_W) 'instruction-blob.c'; else $(CYGPATH_W) '$(srcdir)/instruction-blob.c'; fi` 872 873guacenc-instruction-cfill.o: instruction-cfill.c 874 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-cfill.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-cfill.Tpo -c -o guacenc-instruction-cfill.o `test -f 'instruction-cfill.c' || echo '$(srcdir)/'`instruction-cfill.c 875 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-cfill.Tpo $(DEPDIR)/guacenc-instruction-cfill.Po 876# $(AM_V_CC)source='instruction-cfill.c' object='guacenc-instruction-cfill.o' libtool=no \ 877# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 878# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-cfill.o `test -f 'instruction-cfill.c' || echo '$(srcdir)/'`instruction-cfill.c 879 880guacenc-instruction-cfill.obj: instruction-cfill.c 881 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-cfill.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-cfill.Tpo -c -o guacenc-instruction-cfill.obj `if test -f 'instruction-cfill.c'; then $(CYGPATH_W) 'instruction-cfill.c'; else $(CYGPATH_W) '$(srcdir)/instruction-cfill.c'; fi` 882 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-cfill.Tpo $(DEPDIR)/guacenc-instruction-cfill.Po 883# $(AM_V_CC)source='instruction-cfill.c' object='guacenc-instruction-cfill.obj' libtool=no \ 884# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 885# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-cfill.obj `if test -f 'instruction-cfill.c'; then $(CYGPATH_W) 'instruction-cfill.c'; else $(CYGPATH_W) '$(srcdir)/instruction-cfill.c'; fi` 886 887guacenc-instruction-copy.o: instruction-copy.c 888 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-copy.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-copy.Tpo -c -o guacenc-instruction-copy.o `test -f 'instruction-copy.c' || echo '$(srcdir)/'`instruction-copy.c 889 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-copy.Tpo $(DEPDIR)/guacenc-instruction-copy.Po 890# $(AM_V_CC)source='instruction-copy.c' object='guacenc-instruction-copy.o' libtool=no \ 891# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 892# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-copy.o `test -f 'instruction-copy.c' || echo '$(srcdir)/'`instruction-copy.c 893 894guacenc-instruction-copy.obj: instruction-copy.c 895 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-copy.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-copy.Tpo -c -o guacenc-instruction-copy.obj `if test -f 'instruction-copy.c'; then $(CYGPATH_W) 'instruction-copy.c'; else $(CYGPATH_W) '$(srcdir)/instruction-copy.c'; fi` 896 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-copy.Tpo $(DEPDIR)/guacenc-instruction-copy.Po 897# $(AM_V_CC)source='instruction-copy.c' object='guacenc-instruction-copy.obj' libtool=no \ 898# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 899# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-copy.obj `if test -f 'instruction-copy.c'; then $(CYGPATH_W) 'instruction-copy.c'; else $(CYGPATH_W) '$(srcdir)/instruction-copy.c'; fi` 900 901guacenc-instruction-cursor.o: instruction-cursor.c 902 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-cursor.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-cursor.Tpo -c -o guacenc-instruction-cursor.o `test -f 'instruction-cursor.c' || echo '$(srcdir)/'`instruction-cursor.c 903 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-cursor.Tpo $(DEPDIR)/guacenc-instruction-cursor.Po 904# $(AM_V_CC)source='instruction-cursor.c' object='guacenc-instruction-cursor.o' libtool=no \ 905# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 906# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-cursor.o `test -f 'instruction-cursor.c' || echo '$(srcdir)/'`instruction-cursor.c 907 908guacenc-instruction-cursor.obj: instruction-cursor.c 909 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-cursor.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-cursor.Tpo -c -o guacenc-instruction-cursor.obj `if test -f 'instruction-cursor.c'; then $(CYGPATH_W) 'instruction-cursor.c'; else $(CYGPATH_W) '$(srcdir)/instruction-cursor.c'; fi` 910 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-cursor.Tpo $(DEPDIR)/guacenc-instruction-cursor.Po 911# $(AM_V_CC)source='instruction-cursor.c' object='guacenc-instruction-cursor.obj' libtool=no \ 912# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 913# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-cursor.obj `if test -f 'instruction-cursor.c'; then $(CYGPATH_W) 'instruction-cursor.c'; else $(CYGPATH_W) '$(srcdir)/instruction-cursor.c'; fi` 914 915guacenc-instruction-dispose.o: instruction-dispose.c 916 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-dispose.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-dispose.Tpo -c -o guacenc-instruction-dispose.o `test -f 'instruction-dispose.c' || echo '$(srcdir)/'`instruction-dispose.c 917 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-dispose.Tpo $(DEPDIR)/guacenc-instruction-dispose.Po 918# $(AM_V_CC)source='instruction-dispose.c' object='guacenc-instruction-dispose.o' libtool=no \ 919# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 920# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-dispose.o `test -f 'instruction-dispose.c' || echo '$(srcdir)/'`instruction-dispose.c 921 922guacenc-instruction-dispose.obj: instruction-dispose.c 923 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-dispose.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-dispose.Tpo -c -o guacenc-instruction-dispose.obj `if test -f 'instruction-dispose.c'; then $(CYGPATH_W) 'instruction-dispose.c'; else $(CYGPATH_W) '$(srcdir)/instruction-dispose.c'; fi` 924 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-dispose.Tpo $(DEPDIR)/guacenc-instruction-dispose.Po 925# $(AM_V_CC)source='instruction-dispose.c' object='guacenc-instruction-dispose.obj' libtool=no \ 926# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 927# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-dispose.obj `if test -f 'instruction-dispose.c'; then $(CYGPATH_W) 'instruction-dispose.c'; else $(CYGPATH_W) '$(srcdir)/instruction-dispose.c'; fi` 928 929guacenc-instruction-end.o: instruction-end.c 930 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-end.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-end.Tpo -c -o guacenc-instruction-end.o `test -f 'instruction-end.c' || echo '$(srcdir)/'`instruction-end.c 931 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-end.Tpo $(DEPDIR)/guacenc-instruction-end.Po 932# $(AM_V_CC)source='instruction-end.c' object='guacenc-instruction-end.o' libtool=no \ 933# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 934# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-end.o `test -f 'instruction-end.c' || echo '$(srcdir)/'`instruction-end.c 935 936guacenc-instruction-end.obj: instruction-end.c 937 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-end.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-end.Tpo -c -o guacenc-instruction-end.obj `if test -f 'instruction-end.c'; then $(CYGPATH_W) 'instruction-end.c'; else $(CYGPATH_W) '$(srcdir)/instruction-end.c'; fi` 938 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-end.Tpo $(DEPDIR)/guacenc-instruction-end.Po 939# $(AM_V_CC)source='instruction-end.c' object='guacenc-instruction-end.obj' libtool=no \ 940# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 941# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-end.obj `if test -f 'instruction-end.c'; then $(CYGPATH_W) 'instruction-end.c'; else $(CYGPATH_W) '$(srcdir)/instruction-end.c'; fi` 942 943guacenc-instruction-img.o: instruction-img.c 944 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-img.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-img.Tpo -c -o guacenc-instruction-img.o `test -f 'instruction-img.c' || echo '$(srcdir)/'`instruction-img.c 945 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-img.Tpo $(DEPDIR)/guacenc-instruction-img.Po 946# $(AM_V_CC)source='instruction-img.c' object='guacenc-instruction-img.o' libtool=no \ 947# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 948# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-img.o `test -f 'instruction-img.c' || echo '$(srcdir)/'`instruction-img.c 949 950guacenc-instruction-img.obj: instruction-img.c 951 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-img.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-img.Tpo -c -o guacenc-instruction-img.obj `if test -f 'instruction-img.c'; then $(CYGPATH_W) 'instruction-img.c'; else $(CYGPATH_W) '$(srcdir)/instruction-img.c'; fi` 952 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-img.Tpo $(DEPDIR)/guacenc-instruction-img.Po 953# $(AM_V_CC)source='instruction-img.c' object='guacenc-instruction-img.obj' libtool=no \ 954# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 955# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-img.obj `if test -f 'instruction-img.c'; then $(CYGPATH_W) 'instruction-img.c'; else $(CYGPATH_W) '$(srcdir)/instruction-img.c'; fi` 956 957guacenc-instruction-mouse.o: instruction-mouse.c 958 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-mouse.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-mouse.Tpo -c -o guacenc-instruction-mouse.o `test -f 'instruction-mouse.c' || echo '$(srcdir)/'`instruction-mouse.c 959 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-mouse.Tpo $(DEPDIR)/guacenc-instruction-mouse.Po 960# $(AM_V_CC)source='instruction-mouse.c' object='guacenc-instruction-mouse.o' libtool=no \ 961# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 962# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-mouse.o `test -f 'instruction-mouse.c' || echo '$(srcdir)/'`instruction-mouse.c 963 964guacenc-instruction-mouse.obj: instruction-mouse.c 965 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-mouse.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-mouse.Tpo -c -o guacenc-instruction-mouse.obj `if test -f 'instruction-mouse.c'; then $(CYGPATH_W) 'instruction-mouse.c'; else $(CYGPATH_W) '$(srcdir)/instruction-mouse.c'; fi` 966 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-mouse.Tpo $(DEPDIR)/guacenc-instruction-mouse.Po 967# $(AM_V_CC)source='instruction-mouse.c' object='guacenc-instruction-mouse.obj' libtool=no \ 968# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 969# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-mouse.obj `if test -f 'instruction-mouse.c'; then $(CYGPATH_W) 'instruction-mouse.c'; else $(CYGPATH_W) '$(srcdir)/instruction-mouse.c'; fi` 970 971guacenc-instruction-move.o: instruction-move.c 972 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-move.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-move.Tpo -c -o guacenc-instruction-move.o `test -f 'instruction-move.c' || echo '$(srcdir)/'`instruction-move.c 973 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-move.Tpo $(DEPDIR)/guacenc-instruction-move.Po 974# $(AM_V_CC)source='instruction-move.c' object='guacenc-instruction-move.o' libtool=no \ 975# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 976# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-move.o `test -f 'instruction-move.c' || echo '$(srcdir)/'`instruction-move.c 977 978guacenc-instruction-move.obj: instruction-move.c 979 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-move.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-move.Tpo -c -o guacenc-instruction-move.obj `if test -f 'instruction-move.c'; then $(CYGPATH_W) 'instruction-move.c'; else $(CYGPATH_W) '$(srcdir)/instruction-move.c'; fi` 980 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-move.Tpo $(DEPDIR)/guacenc-instruction-move.Po 981# $(AM_V_CC)source='instruction-move.c' object='guacenc-instruction-move.obj' libtool=no \ 982# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 983# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-move.obj `if test -f 'instruction-move.c'; then $(CYGPATH_W) 'instruction-move.c'; else $(CYGPATH_W) '$(srcdir)/instruction-move.c'; fi` 984 985guacenc-instruction-rect.o: instruction-rect.c 986 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-rect.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-rect.Tpo -c -o guacenc-instruction-rect.o `test -f 'instruction-rect.c' || echo '$(srcdir)/'`instruction-rect.c 987 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-rect.Tpo $(DEPDIR)/guacenc-instruction-rect.Po 988# $(AM_V_CC)source='instruction-rect.c' object='guacenc-instruction-rect.o' libtool=no \ 989# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 990# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-rect.o `test -f 'instruction-rect.c' || echo '$(srcdir)/'`instruction-rect.c 991 992guacenc-instruction-rect.obj: instruction-rect.c 993 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-rect.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-rect.Tpo -c -o guacenc-instruction-rect.obj `if test -f 'instruction-rect.c'; then $(CYGPATH_W) 'instruction-rect.c'; else $(CYGPATH_W) '$(srcdir)/instruction-rect.c'; fi` 994 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-rect.Tpo $(DEPDIR)/guacenc-instruction-rect.Po 995# $(AM_V_CC)source='instruction-rect.c' object='guacenc-instruction-rect.obj' libtool=no \ 996# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 997# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-rect.obj `if test -f 'instruction-rect.c'; then $(CYGPATH_W) 'instruction-rect.c'; else $(CYGPATH_W) '$(srcdir)/instruction-rect.c'; fi` 998 999guacenc-instruction-shade.o: instruction-shade.c 1000 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-shade.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-shade.Tpo -c -o guacenc-instruction-shade.o `test -f 'instruction-shade.c' || echo '$(srcdir)/'`instruction-shade.c 1001 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-shade.Tpo $(DEPDIR)/guacenc-instruction-shade.Po 1002# $(AM_V_CC)source='instruction-shade.c' object='guacenc-instruction-shade.o' libtool=no \ 1003# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1004# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-shade.o `test -f 'instruction-shade.c' || echo '$(srcdir)/'`instruction-shade.c 1005 1006guacenc-instruction-shade.obj: instruction-shade.c 1007 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-shade.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-shade.Tpo -c -o guacenc-instruction-shade.obj `if test -f 'instruction-shade.c'; then $(CYGPATH_W) 'instruction-shade.c'; else $(CYGPATH_W) '$(srcdir)/instruction-shade.c'; fi` 1008 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-shade.Tpo $(DEPDIR)/guacenc-instruction-shade.Po 1009# $(AM_V_CC)source='instruction-shade.c' object='guacenc-instruction-shade.obj' libtool=no \ 1010# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1011# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-shade.obj `if test -f 'instruction-shade.c'; then $(CYGPATH_W) 'instruction-shade.c'; else $(CYGPATH_W) '$(srcdir)/instruction-shade.c'; fi` 1012 1013guacenc-instruction-size.o: instruction-size.c 1014 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-size.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-size.Tpo -c -o guacenc-instruction-size.o `test -f 'instruction-size.c' || echo '$(srcdir)/'`instruction-size.c 1015 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-size.Tpo $(DEPDIR)/guacenc-instruction-size.Po 1016# $(AM_V_CC)source='instruction-size.c' object='guacenc-instruction-size.o' libtool=no \ 1017# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1018# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-size.o `test -f 'instruction-size.c' || echo '$(srcdir)/'`instruction-size.c 1019 1020guacenc-instruction-size.obj: instruction-size.c 1021 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-size.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-size.Tpo -c -o guacenc-instruction-size.obj `if test -f 'instruction-size.c'; then $(CYGPATH_W) 'instruction-size.c'; else $(CYGPATH_W) '$(srcdir)/instruction-size.c'; fi` 1022 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-size.Tpo $(DEPDIR)/guacenc-instruction-size.Po 1023# $(AM_V_CC)source='instruction-size.c' object='guacenc-instruction-size.obj' libtool=no \ 1024# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1025# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-size.obj `if test -f 'instruction-size.c'; then $(CYGPATH_W) 'instruction-size.c'; else $(CYGPATH_W) '$(srcdir)/instruction-size.c'; fi` 1026 1027guacenc-instruction-sync.o: instruction-sync.c 1028 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-sync.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-sync.Tpo -c -o guacenc-instruction-sync.o `test -f 'instruction-sync.c' || echo '$(srcdir)/'`instruction-sync.c 1029 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-sync.Tpo $(DEPDIR)/guacenc-instruction-sync.Po 1030# $(AM_V_CC)source='instruction-sync.c' object='guacenc-instruction-sync.o' libtool=no \ 1031# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1032# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-sync.o `test -f 'instruction-sync.c' || echo '$(srcdir)/'`instruction-sync.c 1033 1034guacenc-instruction-sync.obj: instruction-sync.c 1035 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-sync.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-sync.Tpo -c -o guacenc-instruction-sync.obj `if test -f 'instruction-sync.c'; then $(CYGPATH_W) 'instruction-sync.c'; else $(CYGPATH_W) '$(srcdir)/instruction-sync.c'; fi` 1036 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-sync.Tpo $(DEPDIR)/guacenc-instruction-sync.Po 1037# $(AM_V_CC)source='instruction-sync.c' object='guacenc-instruction-sync.obj' libtool=no \ 1038# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1039# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-sync.obj `if test -f 'instruction-sync.c'; then $(CYGPATH_W) 'instruction-sync.c'; else $(CYGPATH_W) '$(srcdir)/instruction-sync.c'; fi` 1040 1041guacenc-instruction-transfer.o: instruction-transfer.c 1042 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-transfer.o -MD -MP -MF $(DEPDIR)/guacenc-instruction-transfer.Tpo -c -o guacenc-instruction-transfer.o `test -f 'instruction-transfer.c' || echo '$(srcdir)/'`instruction-transfer.c 1043 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-transfer.Tpo $(DEPDIR)/guacenc-instruction-transfer.Po 1044# $(AM_V_CC)source='instruction-transfer.c' object='guacenc-instruction-transfer.o' libtool=no \ 1045# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1046# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-transfer.o `test -f 'instruction-transfer.c' || echo '$(srcdir)/'`instruction-transfer.c 1047 1048guacenc-instruction-transfer.obj: instruction-transfer.c 1049 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-instruction-transfer.obj -MD -MP -MF $(DEPDIR)/guacenc-instruction-transfer.Tpo -c -o guacenc-instruction-transfer.obj `if test -f 'instruction-transfer.c'; then $(CYGPATH_W) 'instruction-transfer.c'; else $(CYGPATH_W) '$(srcdir)/instruction-transfer.c'; fi` 1050 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-instruction-transfer.Tpo $(DEPDIR)/guacenc-instruction-transfer.Po 1051# $(AM_V_CC)source='instruction-transfer.c' object='guacenc-instruction-transfer.obj' libtool=no \ 1052# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1053# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-instruction-transfer.obj `if test -f 'instruction-transfer.c'; then $(CYGPATH_W) 'instruction-transfer.c'; else $(CYGPATH_W) '$(srcdir)/instruction-transfer.c'; fi` 1054 1055guacenc-jpeg.o: jpeg.c 1056 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-jpeg.o -MD -MP -MF $(DEPDIR)/guacenc-jpeg.Tpo -c -o guacenc-jpeg.o `test -f 'jpeg.c' || echo '$(srcdir)/'`jpeg.c 1057 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-jpeg.Tpo $(DEPDIR)/guacenc-jpeg.Po 1058# $(AM_V_CC)source='jpeg.c' object='guacenc-jpeg.o' libtool=no \ 1059# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1060# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-jpeg.o `test -f 'jpeg.c' || echo '$(srcdir)/'`jpeg.c 1061 1062guacenc-jpeg.obj: jpeg.c 1063 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-jpeg.obj -MD -MP -MF $(DEPDIR)/guacenc-jpeg.Tpo -c -o guacenc-jpeg.obj `if test -f 'jpeg.c'; then $(CYGPATH_W) 'jpeg.c'; else $(CYGPATH_W) '$(srcdir)/jpeg.c'; fi` 1064 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-jpeg.Tpo $(DEPDIR)/guacenc-jpeg.Po 1065# $(AM_V_CC)source='jpeg.c' object='guacenc-jpeg.obj' libtool=no \ 1066# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1067# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-jpeg.obj `if test -f 'jpeg.c'; then $(CYGPATH_W) 'jpeg.c'; else $(CYGPATH_W) '$(srcdir)/jpeg.c'; fi` 1068 1069guacenc-layer.o: layer.c 1070 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-layer.o -MD -MP -MF $(DEPDIR)/guacenc-layer.Tpo -c -o guacenc-layer.o `test -f 'layer.c' || echo '$(srcdir)/'`layer.c 1071 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-layer.Tpo $(DEPDIR)/guacenc-layer.Po 1072# $(AM_V_CC)source='layer.c' object='guacenc-layer.o' libtool=no \ 1073# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1074# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-layer.o `test -f 'layer.c' || echo '$(srcdir)/'`layer.c 1075 1076guacenc-layer.obj: layer.c 1077 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-layer.obj -MD -MP -MF $(DEPDIR)/guacenc-layer.Tpo -c -o guacenc-layer.obj `if test -f 'layer.c'; then $(CYGPATH_W) 'layer.c'; else $(CYGPATH_W) '$(srcdir)/layer.c'; fi` 1078 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-layer.Tpo $(DEPDIR)/guacenc-layer.Po 1079# $(AM_V_CC)source='layer.c' object='guacenc-layer.obj' libtool=no \ 1080# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1081# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-layer.obj `if test -f 'layer.c'; then $(CYGPATH_W) 'layer.c'; else $(CYGPATH_W) '$(srcdir)/layer.c'; fi` 1082 1083guacenc-log.o: log.c 1084 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-log.o -MD -MP -MF $(DEPDIR)/guacenc-log.Tpo -c -o guacenc-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c 1085 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-log.Tpo $(DEPDIR)/guacenc-log.Po 1086# $(AM_V_CC)source='log.c' object='guacenc-log.o' libtool=no \ 1087# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1088# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c 1089 1090guacenc-log.obj: log.c 1091 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-log.obj -MD -MP -MF $(DEPDIR)/guacenc-log.Tpo -c -o guacenc-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi` 1092 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-log.Tpo $(DEPDIR)/guacenc-log.Po 1093# $(AM_V_CC)source='log.c' object='guacenc-log.obj' libtool=no \ 1094# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1095# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi` 1096 1097guacenc-parse.o: parse.c 1098 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-parse.o -MD -MP -MF $(DEPDIR)/guacenc-parse.Tpo -c -o guacenc-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c 1099 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-parse.Tpo $(DEPDIR)/guacenc-parse.Po 1100# $(AM_V_CC)source='parse.c' object='guacenc-parse.o' libtool=no \ 1101# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1102# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c 1103 1104guacenc-parse.obj: parse.c 1105 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-parse.obj -MD -MP -MF $(DEPDIR)/guacenc-parse.Tpo -c -o guacenc-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi` 1106 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-parse.Tpo $(DEPDIR)/guacenc-parse.Po 1107# $(AM_V_CC)source='parse.c' object='guacenc-parse.obj' libtool=no \ 1108# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1109# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi` 1110 1111guacenc-png.o: png.c 1112 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-png.o -MD -MP -MF $(DEPDIR)/guacenc-png.Tpo -c -o guacenc-png.o `test -f 'png.c' || echo '$(srcdir)/'`png.c 1113 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-png.Tpo $(DEPDIR)/guacenc-png.Po 1114# $(AM_V_CC)source='png.c' object='guacenc-png.o' libtool=no \ 1115# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1116# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-png.o `test -f 'png.c' || echo '$(srcdir)/'`png.c 1117 1118guacenc-png.obj: png.c 1119 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-png.obj -MD -MP -MF $(DEPDIR)/guacenc-png.Tpo -c -o guacenc-png.obj `if test -f 'png.c'; then $(CYGPATH_W) 'png.c'; else $(CYGPATH_W) '$(srcdir)/png.c'; fi` 1120 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-png.Tpo $(DEPDIR)/guacenc-png.Po 1121# $(AM_V_CC)source='png.c' object='guacenc-png.obj' libtool=no \ 1122# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1123# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-png.obj `if test -f 'png.c'; then $(CYGPATH_W) 'png.c'; else $(CYGPATH_W) '$(srcdir)/png.c'; fi` 1124 1125guacenc-video.o: video.c 1126 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-video.o -MD -MP -MF $(DEPDIR)/guacenc-video.Tpo -c -o guacenc-video.o `test -f 'video.c' || echo '$(srcdir)/'`video.c 1127 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-video.Tpo $(DEPDIR)/guacenc-video.Po 1128# $(AM_V_CC)source='video.c' object='guacenc-video.o' libtool=no \ 1129# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1130# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-video.o `test -f 'video.c' || echo '$(srcdir)/'`video.c 1131 1132guacenc-video.obj: video.c 1133 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-video.obj -MD -MP -MF $(DEPDIR)/guacenc-video.Tpo -c -o guacenc-video.obj `if test -f 'video.c'; then $(CYGPATH_W) 'video.c'; else $(CYGPATH_W) '$(srcdir)/video.c'; fi` 1134 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-video.Tpo $(DEPDIR)/guacenc-video.Po 1135# $(AM_V_CC)source='video.c' object='guacenc-video.obj' libtool=no \ 1136# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1137# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-video.obj `if test -f 'video.c'; then $(CYGPATH_W) 'video.c'; else $(CYGPATH_W) '$(srcdir)/video.c'; fi` 1138 1139guacenc-webp.o: webp.c 1140 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-webp.o -MD -MP -MF $(DEPDIR)/guacenc-webp.Tpo -c -o guacenc-webp.o `test -f 'webp.c' || echo '$(srcdir)/'`webp.c 1141 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-webp.Tpo $(DEPDIR)/guacenc-webp.Po 1142# $(AM_V_CC)source='webp.c' object='guacenc-webp.o' libtool=no \ 1143# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1144# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-webp.o `test -f 'webp.c' || echo '$(srcdir)/'`webp.c 1145 1146guacenc-webp.obj: webp.c 1147 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -MT guacenc-webp.obj -MD -MP -MF $(DEPDIR)/guacenc-webp.Tpo -c -o guacenc-webp.obj `if test -f 'webp.c'; then $(CYGPATH_W) 'webp.c'; else $(CYGPATH_W) '$(srcdir)/webp.c'; fi` 1148 $(AM_V_at)$(am__mv) $(DEPDIR)/guacenc-webp.Tpo $(DEPDIR)/guacenc-webp.Po 1149# $(AM_V_CC)source='webp.c' object='guacenc-webp.obj' libtool=no \ 1150# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 1151# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(guacenc_CFLAGS) $(CFLAGS) -c -o guacenc-webp.obj `if test -f 'webp.c'; then $(CYGPATH_W) 'webp.c'; else $(CYGPATH_W) '$(srcdir)/webp.c'; fi` 1152 1153mostlyclean-libtool: 1154 -rm -f *.lo 1155 1156clean-libtool: 1157 -rm -rf .libs _libs 1158install-man1: $(man_MANS) 1159 @$(NORMAL_INSTALL) 1160 @list1=''; \ 1161 list2='$(man_MANS)'; \ 1162 test -n "$(man1dir)" \ 1163 && test -n "`echo $$list1$$list2`" \ 1164 || exit 0; \ 1165 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 1166 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 1167 { for i in $$list1; do echo "$$i"; done; \ 1168 if test -n "$$list2"; then \ 1169 for i in $$list2; do echo "$$i"; done \ 1170 | sed -n '/\.1[a-z]*$$/p'; \ 1171 fi; \ 1172 } | while read p; do \ 1173 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1174 echo "$$d$$p"; echo "$$p"; \ 1175 done | \ 1176 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 1177 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 1178 sed 'N;N;s,\n, ,g' | { \ 1179 list=; while read file base inst; do \ 1180 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 1181 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 1182 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 1183 fi; \ 1184 done; \ 1185 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 1186 while read files; do \ 1187 test -z "$$files" || { \ 1188 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 1189 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 1190 done; } 1191 1192uninstall-man1: 1193 @$(NORMAL_UNINSTALL) 1194 @list=''; test -n "$(man1dir)" || exit 0; \ 1195 files=`{ for i in $$list; do echo "$$i"; done; \ 1196 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1197 sed -n '/\.1[a-z]*$$/p'; \ 1198 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 1199 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 1200 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 1201 1202ID: $(am__tagged_files) 1203 $(am__define_uniq_tagged_files); mkid -fID $$unique 1204tags: tags-am 1205TAGS: tags 1206 1207tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1208 set x; \ 1209 here=`pwd`; \ 1210 $(am__define_uniq_tagged_files); \ 1211 shift; \ 1212 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1213 test -n "$$unique" || unique=$$empty_fix; \ 1214 if test $$# -gt 0; then \ 1215 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1216 "$$@" $$unique; \ 1217 else \ 1218 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1219 $$unique; \ 1220 fi; \ 1221 fi 1222ctags: ctags-am 1223 1224CTAGS: ctags 1225ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1226 $(am__define_uniq_tagged_files); \ 1227 test -z "$(CTAGS_ARGS)$$unique" \ 1228 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1229 $$unique 1230 1231GTAGS: 1232 here=`$(am__cd) $(top_builddir) && pwd` \ 1233 && $(am__cd) $(top_srcdir) \ 1234 && gtags -i $(GTAGS_ARGS) "$$here" 1235cscopelist: cscopelist-am 1236 1237cscopelist-am: $(am__tagged_files) 1238 list='$(am__tagged_files)'; \ 1239 case "$(srcdir)" in \ 1240 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1241 *) sdir=$(subdir)/$(srcdir) ;; \ 1242 esac; \ 1243 for i in $$list; do \ 1244 if test -f "$$i"; then \ 1245 echo "$(subdir)/$$i"; \ 1246 else \ 1247 echo "$$sdir/$$i"; \ 1248 fi; \ 1249 done >> $(top_builddir)/cscope.files 1250 1251distclean-tags: 1252 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1253distdir: $(BUILT_SOURCES) 1254 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1255 1256distdir-am: $(DISTFILES) 1257 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1258 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1259 list='$(DISTFILES)'; \ 1260 dist_files=`for file in $$list; do echo $$file; done | \ 1261 sed -e "s|^$$srcdirstrip/||;t" \ 1262 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1263 case $$dist_files in \ 1264 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1265 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1266 sort -u` ;; \ 1267 esac; \ 1268 for file in $$dist_files; do \ 1269 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1270 if test -d $$d/$$file; then \ 1271 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1272 if test -d "$(distdir)/$$file"; then \ 1273 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1274 fi; \ 1275 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1276 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1277 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1278 fi; \ 1279 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1280 else \ 1281 test -f "$(distdir)/$$file" \ 1282 || cp -p $$d/$$file "$(distdir)/$$file" \ 1283 || exit 1; \ 1284 fi; \ 1285 done 1286check-am: all-am 1287check: check-am 1288all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) 1289installdirs: 1290 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ 1291 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1292 done 1293install: install-am 1294install-exec: install-exec-am 1295install-data: install-data-am 1296uninstall: uninstall-am 1297 1298install-am: all-am 1299 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1300 1301installcheck: installcheck-am 1302install-strip: 1303 if test -z '$(STRIP)'; then \ 1304 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1305 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1306 install; \ 1307 else \ 1308 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1309 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1310 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1311 fi 1312mostlyclean-generic: 1313 1314clean-generic: 1315 1316distclean-generic: 1317 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1318 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1319 1320maintainer-clean-generic: 1321 @echo "This command is intended for maintainers to use" 1322 @echo "it deletes files that may require special tools to rebuild." 1323clean: clean-am 1324 1325clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 1326 1327distclean: distclean-am 1328 -rm -f ./$(DEPDIR)/guacenc-buffer.Po 1329 -rm -f ./$(DEPDIR)/guacenc-cursor.Po 1330 -rm -f ./$(DEPDIR)/guacenc-display-buffers.Po 1331 -rm -f ./$(DEPDIR)/guacenc-display-flatten.Po 1332 -rm -f ./$(DEPDIR)/guacenc-display-image-streams.Po 1333 -rm -f ./$(DEPDIR)/guacenc-display-layers.Po 1334 -rm -f ./$(DEPDIR)/guacenc-display-sync.Po 1335 -rm -f ./$(DEPDIR)/guacenc-display.Po 1336 -rm -f ./$(DEPDIR)/guacenc-encode.Po 1337 -rm -f ./$(DEPDIR)/guacenc-ffmpeg-compat.Po 1338 -rm -f ./$(DEPDIR)/guacenc-guacenc.Po 1339 -rm -f ./$(DEPDIR)/guacenc-image-stream.Po 1340 -rm -f ./$(DEPDIR)/guacenc-instruction-blob.Po 1341 -rm -f ./$(DEPDIR)/guacenc-instruction-cfill.Po 1342 -rm -f ./$(DEPDIR)/guacenc-instruction-copy.Po 1343 -rm -f ./$(DEPDIR)/guacenc-instruction-cursor.Po 1344 -rm -f ./$(DEPDIR)/guacenc-instruction-dispose.Po 1345 -rm -f ./$(DEPDIR)/guacenc-instruction-end.Po 1346 -rm -f ./$(DEPDIR)/guacenc-instruction-img.Po 1347 -rm -f ./$(DEPDIR)/guacenc-instruction-mouse.Po 1348 -rm -f ./$(DEPDIR)/guacenc-instruction-move.Po 1349 -rm -f ./$(DEPDIR)/guacenc-instruction-rect.Po 1350 -rm -f ./$(DEPDIR)/guacenc-instruction-shade.Po 1351 -rm -f ./$(DEPDIR)/guacenc-instruction-size.Po 1352 -rm -f ./$(DEPDIR)/guacenc-instruction-sync.Po 1353 -rm -f ./$(DEPDIR)/guacenc-instruction-transfer.Po 1354 -rm -f ./$(DEPDIR)/guacenc-instructions.Po 1355 -rm -f ./$(DEPDIR)/guacenc-jpeg.Po 1356 -rm -f ./$(DEPDIR)/guacenc-layer.Po 1357 -rm -f ./$(DEPDIR)/guacenc-log.Po 1358 -rm -f ./$(DEPDIR)/guacenc-parse.Po 1359 -rm -f ./$(DEPDIR)/guacenc-png.Po 1360 -rm -f ./$(DEPDIR)/guacenc-video.Po 1361 -rm -f ./$(DEPDIR)/guacenc-webp.Po 1362 -rm -f Makefile 1363distclean-am: clean-am distclean-compile distclean-generic \ 1364 distclean-tags 1365 1366dvi: dvi-am 1367 1368dvi-am: 1369 1370html: html-am 1371 1372html-am: 1373 1374info: info-am 1375 1376info-am: 1377 1378install-data-am: install-man 1379 1380install-dvi: install-dvi-am 1381 1382install-dvi-am: 1383 1384install-exec-am: install-binPROGRAMS 1385 1386install-html: install-html-am 1387 1388install-html-am: 1389 1390install-info: install-info-am 1391 1392install-info-am: 1393 1394install-man: install-man1 1395 1396install-pdf: install-pdf-am 1397 1398install-pdf-am: 1399 1400install-ps: install-ps-am 1401 1402install-ps-am: 1403 1404installcheck-am: 1405 1406maintainer-clean: maintainer-clean-am 1407 -rm -f ./$(DEPDIR)/guacenc-buffer.Po 1408 -rm -f ./$(DEPDIR)/guacenc-cursor.Po 1409 -rm -f ./$(DEPDIR)/guacenc-display-buffers.Po 1410 -rm -f ./$(DEPDIR)/guacenc-display-flatten.Po 1411 -rm -f ./$(DEPDIR)/guacenc-display-image-streams.Po 1412 -rm -f ./$(DEPDIR)/guacenc-display-layers.Po 1413 -rm -f ./$(DEPDIR)/guacenc-display-sync.Po 1414 -rm -f ./$(DEPDIR)/guacenc-display.Po 1415 -rm -f ./$(DEPDIR)/guacenc-encode.Po 1416 -rm -f ./$(DEPDIR)/guacenc-ffmpeg-compat.Po 1417 -rm -f ./$(DEPDIR)/guacenc-guacenc.Po 1418 -rm -f ./$(DEPDIR)/guacenc-image-stream.Po 1419 -rm -f ./$(DEPDIR)/guacenc-instruction-blob.Po 1420 -rm -f ./$(DEPDIR)/guacenc-instruction-cfill.Po 1421 -rm -f ./$(DEPDIR)/guacenc-instruction-copy.Po 1422 -rm -f ./$(DEPDIR)/guacenc-instruction-cursor.Po 1423 -rm -f ./$(DEPDIR)/guacenc-instruction-dispose.Po 1424 -rm -f ./$(DEPDIR)/guacenc-instruction-end.Po 1425 -rm -f ./$(DEPDIR)/guacenc-instruction-img.Po 1426 -rm -f ./$(DEPDIR)/guacenc-instruction-mouse.Po 1427 -rm -f ./$(DEPDIR)/guacenc-instruction-move.Po 1428 -rm -f ./$(DEPDIR)/guacenc-instruction-rect.Po 1429 -rm -f ./$(DEPDIR)/guacenc-instruction-shade.Po 1430 -rm -f ./$(DEPDIR)/guacenc-instruction-size.Po 1431 -rm -f ./$(DEPDIR)/guacenc-instruction-sync.Po 1432 -rm -f ./$(DEPDIR)/guacenc-instruction-transfer.Po 1433 -rm -f ./$(DEPDIR)/guacenc-instructions.Po 1434 -rm -f ./$(DEPDIR)/guacenc-jpeg.Po 1435 -rm -f ./$(DEPDIR)/guacenc-layer.Po 1436 -rm -f ./$(DEPDIR)/guacenc-log.Po 1437 -rm -f ./$(DEPDIR)/guacenc-parse.Po 1438 -rm -f ./$(DEPDIR)/guacenc-png.Po 1439 -rm -f ./$(DEPDIR)/guacenc-video.Po 1440 -rm -f ./$(DEPDIR)/guacenc-webp.Po 1441 -rm -f Makefile 1442maintainer-clean-am: distclean-am maintainer-clean-generic 1443 1444mostlyclean: mostlyclean-am 1445 1446mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1447 mostlyclean-libtool 1448 1449pdf: pdf-am 1450 1451pdf-am: 1452 1453ps: ps-am 1454 1455ps-am: 1456 1457uninstall-am: uninstall-binPROGRAMS uninstall-man 1458 1459uninstall-man: uninstall-man1 1460 1461.MAKE: install-am install-strip 1462 1463.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 1464 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ 1465 ctags ctags-am distclean distclean-compile distclean-generic \ 1466 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1467 html-am info info-am install install-am install-binPROGRAMS \ 1468 install-data install-data-am install-dvi install-dvi-am \ 1469 install-exec install-exec-am install-html install-html-am \ 1470 install-info install-info-am install-man install-man1 \ 1471 install-pdf install-pdf-am install-ps install-ps-am \ 1472 install-strip installcheck installcheck-am installdirs \ 1473 maintainer-clean maintainer-clean-generic mostlyclean \ 1474 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1475 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 1476 uninstall-binPROGRAMS uninstall-man uninstall-man1 1477 1478.PRECIOUS: Makefile 1479 1480 1481# Tell versions [3.59,3.63) of GNU make to not export all variables. 1482# Otherwise a system limit (for SysV at least) may be exceeded. 1483.NOEXPORT: