cscg24-guacamole

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

Makefile (39262B)


      1# Makefile.in generated by automake 1.16.5 from Makefile.am.
      2# src/protocols/ssh/Makefile.  Generated from Makefile.in by configure.
      3
      4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
      5
      6# This Makefile.in is free software; the Free Software Foundation
      7# gives unlimited permission to copy and/or distribute it,
      8# with or without modifications, as long as this notice is preserved.
      9
     10# This program is distributed in the hope that it will be useful,
     11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13# PARTICULAR PURPOSE.
     14
     15
     16
     17#
     18# Licensed to the Apache Software Foundation (ASF) under one
     19# or more contributor license agreements.  See the NOTICE file
     20# distributed with this work for additional information
     21# regarding copyright ownership.  The ASF licenses this file
     22# to you under the Apache License, Version 2.0 (the
     23# "License"); you may not use this file except in compliance
     24# with the License.  You may obtain a copy of the License at
     25#
     26#   http://www.apache.org/licenses/LICENSE-2.0
     27#
     28# Unless required by applicable law or agreed to in writing,
     29# software distributed under the License is distributed on an
     30# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     31# KIND, either express or implied.  See the License for the
     32# specific language governing permissions and limitations
     33# under the License.
     34#
     35# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim
     36# into Makefile.in. Though the build system (GNU Autotools) automatically adds
     37# its own license boilerplate to the generated Makefile.in, that boilerplate
     38# does not apply to the transcluded portions of Makefile.am which are licensed
     39# to you by the ASF under the Apache License, Version 2.0, as described above.
     40#
     41
     42
     43
     44am__is_gnu_make = { \
     45  if test -z '$(MAKELEVEL)'; then \
     46    false; \
     47  elif test -n '$(MAKE_HOST)'; then \
     48    true; \
     49  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     50    true; \
     51  else \
     52    false; \
     53  fi; \
     54}
     55am__make_running_with_option = \
     56  case $${target_option-} in \
     57      ?) ;; \
     58      *) echo "am__make_running_with_option: internal error: invalid" \
     59              "target option '$${target_option-}' specified" >&2; \
     60         exit 1;; \
     61  esac; \
     62  has_opt=no; \
     63  sane_makeflags=$$MAKEFLAGS; \
     64  if $(am__is_gnu_make); then \
     65    sane_makeflags=$$MFLAGS; \
     66  else \
     67    case $$MAKEFLAGS in \
     68      *\\[\ \	]*) \
     69        bs=\\; \
     70        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     71          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     72    esac; \
     73  fi; \
     74  skip_next=no; \
     75  strip_trailopt () \
     76  { \
     77    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     78  }; \
     79  for flg in $$sane_makeflags; do \
     80    test $$skip_next = yes && { skip_next=no; continue; }; \
     81    case $$flg in \
     82      *=*|--*) continue;; \
     83        -*I) strip_trailopt 'I'; skip_next=yes;; \
     84      -*I?*) strip_trailopt 'I';; \
     85        -*O) strip_trailopt 'O'; skip_next=yes;; \
     86      -*O?*) strip_trailopt 'O';; \
     87        -*l) strip_trailopt 'l'; skip_next=yes;; \
     88      -*l?*) strip_trailopt 'l';; \
     89      -[dEDm]) skip_next=yes;; \
     90      -[JT]) skip_next=yes;; \
     91    esac; \
     92    case $$flg in \
     93      *$$target_option*) has_opt=yes; break;; \
     94    esac; \
     95  done; \
     96  test $$has_opt = yes
     97am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     98am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     99pkgdatadir = $(datadir)/guacamole-server
    100pkgincludedir = $(includedir)/guacamole-server
    101pkglibdir = $(libdir)/guacamole-server
    102pkglibexecdir = $(libexecdir)/guacamole-server
    103am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    104install_sh_DATA = $(install_sh) -c -m 644
    105install_sh_PROGRAM = $(install_sh) -c
    106install_sh_SCRIPT = $(install_sh) -c
    107INSTALL_HEADER = $(INSTALL_DATA)
    108transform = $(program_transform_name)
    109NORMAL_INSTALL = :
    110PRE_INSTALL = :
    111POST_INSTALL = :
    112NORMAL_UNINSTALL = :
    113PRE_UNINSTALL = :
    114POST_UNINSTALL = :
    115build_triplet = x86_64-pc-linux-gnu
    116host_triplet = x86_64-pc-linux-gnu
    117
    118# Add agent sources if enabled
    119#am__append_1 = ssh_agent.c
    120#am__append_2 = ssh_agent.h
    121subdir = src/protocols/ssh
    122ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    123am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
    124	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    125	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    126	$(top_srcdir)/configure.ac
    127am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    128	$(ACLOCAL_M4)
    129DIST_COMMON = $(srcdir)/Makefile.am $(am__noinst_HEADERS_DIST) \
    130	$(am__DIST_COMMON)
    131mkinstalldirs = $(install_sh) -d
    132CONFIG_HEADER = $(top_builddir)/config.h
    133CONFIG_CLEAN_FILES =
    134CONFIG_CLEAN_VPATH_FILES =
    135am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    136am__vpath_adj = case $$p in \
    137    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    138    *) f=$$p;; \
    139  esac;
    140am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    141am__install_max = 40
    142am__nobase_strip_setup = \
    143  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    144am__nobase_strip = \
    145  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    146am__nobase_list = $(am__nobase_strip_setup); \
    147  for p in $$list; do echo "$$p $$p"; done | \
    148  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    149  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    150    if (++n[$$2] == $(am__install_max)) \
    151      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    152    END { for (dir in files) print dir, files[dir] }'
    153am__base_list = \
    154  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    155  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    156am__uninstall_files_from_dir = { \
    157  test -z "$$files" \
    158    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    159    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    160         $(am__cd) "$$dir" && rm -f $$files; }; \
    161  }
    162am__installdirs = "$(DESTDIR)$(libdir)"
    163LTLIBRARIES = $(lib_LTLIBRARIES)
    164libguac_client_ssh_la_DEPENDENCIES =
    165am__libguac_client_ssh_la_SOURCES_DIST = argv.c client.c clipboard.c \
    166	input.c pipe.c settings.c sftp.c ssh.c ttymode.c user.c \
    167	ssh_agent.c
    168#am__objects_1 =  \
    169#	libguac_client_ssh_la-ssh_agent.lo
    170am_libguac_client_ssh_la_OBJECTS = libguac_client_ssh_la-argv.lo \
    171	libguac_client_ssh_la-client.lo \
    172	libguac_client_ssh_la-clipboard.lo \
    173	libguac_client_ssh_la-input.lo libguac_client_ssh_la-pipe.lo \
    174	libguac_client_ssh_la-settings.lo \
    175	libguac_client_ssh_la-sftp.lo libguac_client_ssh_la-ssh.lo \
    176	libguac_client_ssh_la-ttymode.lo libguac_client_ssh_la-user.lo \
    177	$(am__objects_1)
    178libguac_client_ssh_la_OBJECTS = $(am_libguac_client_ssh_la_OBJECTS)
    179AM_V_lt = $(am__v_lt_$(V))
    180am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
    181am__v_lt_0 = --silent
    182am__v_lt_1 = 
    183libguac_client_ssh_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
    184	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
    185	$(libguac_client_ssh_la_CFLAGS) $(CFLAGS) \
    186	$(libguac_client_ssh_la_LDFLAGS) $(LDFLAGS) -o $@
    187AM_V_P = $(am__v_P_$(V))
    188am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
    189am__v_P_0 = false
    190am__v_P_1 = :
    191AM_V_GEN = $(am__v_GEN_$(V))
    192am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
    193am__v_GEN_0 = @echo "  GEN     " $@;
    194am__v_GEN_1 = 
    195AM_V_at = $(am__v_at_$(V))
    196am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
    197am__v_at_0 = @
    198am__v_at_1 = 
    199DEFAULT_INCLUDES = -I. -I$(top_builddir)
    200depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
    201am__maybe_remake_depfiles = depfiles
    202am__depfiles_remade = ./$(DEPDIR)/libguac_client_ssh_la-argv.Plo \
    203	./$(DEPDIR)/libguac_client_ssh_la-client.Plo \
    204	./$(DEPDIR)/libguac_client_ssh_la-clipboard.Plo \
    205	./$(DEPDIR)/libguac_client_ssh_la-input.Plo \
    206	./$(DEPDIR)/libguac_client_ssh_la-pipe.Plo \
    207	./$(DEPDIR)/libguac_client_ssh_la-settings.Plo \
    208	./$(DEPDIR)/libguac_client_ssh_la-sftp.Plo \
    209	./$(DEPDIR)/libguac_client_ssh_la-ssh.Plo \
    210	./$(DEPDIR)/libguac_client_ssh_la-ssh_agent.Plo \
    211	./$(DEPDIR)/libguac_client_ssh_la-ttymode.Plo \
    212	./$(DEPDIR)/libguac_client_ssh_la-user.Plo
    213am__mv = mv -f
    214COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    215	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    216LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    217	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    218	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    219	$(AM_CFLAGS) $(CFLAGS)
    220AM_V_CC = $(am__v_CC_$(V))
    221am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
    222am__v_CC_0 = @echo "  CC      " $@;
    223am__v_CC_1 = 
    224CCLD = $(CC)
    225LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    226	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    227	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    228AM_V_CCLD = $(am__v_CCLD_$(V))
    229am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
    230am__v_CCLD_0 = @echo "  CCLD    " $@;
    231am__v_CCLD_1 = 
    232SOURCES = $(libguac_client_ssh_la_SOURCES)
    233DIST_SOURCES = $(am__libguac_client_ssh_la_SOURCES_DIST)
    234am__can_run_installinfo = \
    235  case $$AM_UPDATE_INFO_DIR in \
    236    n|no|NO) false;; \
    237    *) (install-info --version) >/dev/null 2>&1;; \
    238  esac
    239am__noinst_HEADERS_DIST = argv.h client.h clipboard.h input.h pipe.h \
    240	settings.h sftp.h ssh.h ttymode.h user.h ssh_agent.h
    241HEADERS = $(noinst_HEADERS)
    242am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    243# Read a list of newline-separated strings from the standard input,
    244# and print each of them once, without duplicates.  Input order is
    245# *not* preserved.
    246am__uniquify_input = $(AWK) '\
    247  BEGIN { nonempty = 0; } \
    248  { items[$$0] = 1; nonempty = 1; } \
    249  END { if (nonempty) { for (i in items) print i; }; } \
    250'
    251# Make sure the list of sources is unique.  This is necessary because,
    252# e.g., the same source file might be shared among _SOURCES variables
    253# for different programs/libraries.
    254am__define_uniq_tagged_files = \
    255  list='$(am__tagged_files)'; \
    256  unique=`for i in $$list; do \
    257    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    258  done | $(am__uniquify_input)`
    259am__DIST_COMMON = $(srcdir)/Makefile.in \
    260	$(top_srcdir)/build-aux/depcomp
    261DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    262ACLOCAL = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' aclocal-1.16
    263AMTAR = $${TAR-tar}
    264AM_DEFAULT_VERBOSITY = 1
    265AR = ar
    266AUTOCONF = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoconf
    267AUTOHEADER = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoheader
    268AUTOMAKE = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' automake-1.16
    269AVCODEC_CFLAGS = 
    270AVCODEC_LIBS = -lavcodec
    271AVFORMAT_CFLAGS = 
    272AVFORMAT_LIBS = -lavformat
    273AVUTIL_CFLAGS = 
    274AVUTIL_LIBS = -lavutil
    275AWK = gawk
    276CAIRO_LIBS = -lcairo
    277CC = gcc
    278CCDEPMODE = depmode=gcc3
    279CFLAGS = -g -O2
    280COMMON_INCLUDE = -I$(top_srcdir)/src/common
    281COMMON_LTLIB = $(top_builddir)/src/common/libguac_common.la
    282COMMON_SSH_INCLUDE = -I$(top_srcdir)/src/common-ssh
    283COMMON_SSH_LTLIB = $(top_builddir)/src/common-ssh/libguac_common_ssh.la
    284CPP = 
    285CPPFLAGS = 
    286CSCOPE = cscope
    287CTAGS = ctags
    288CUNIT_LIBS = 
    289CYGPATH_W = echo
    290DEFS = -DHAVE_CONFIG_H
    291DEPDIR = .deps
    292DLLTOOL = false
    293DL_LIBS = -ldl
    294DSYMUTIL = 
    295DUMPBIN = 
    296ECHO_C = 
    297ECHO_N = -n
    298ECHO_T = 
    299EGREP = /usr/bin/grep -E
    300ETAGS = etags
    301EXEEXT = 
    302FGREP = /usr/bin/grep -F
    303FILECMD = file
    304FREERDP2_PLUGIN_DIR = 
    305GREP = /usr/bin/grep
    306INSTALL = /usr/bin/install -c
    307INSTALL_DATA = ${INSTALL} -m 644
    308INSTALL_PROGRAM = ${INSTALL}
    309INSTALL_SCRIPT = ${INSTALL}
    310INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    311JPEG_LIBS = -ljpeg
    312LD = /usr/bin/ld -m elf_x86_64
    313LDFLAGS = 
    314LIBGUAC_CLIENT_KUBERNETES_INCLUDE = -I$(top_srcdir)/src/protocols/kubernetes
    315LIBGUAC_CLIENT_KUBERNETES_LTLIB = $(top_builddir)/src/protocols/kubernetes/libguac-client-kubernetes.la
    316LIBGUAC_CLIENT_RDP_INCLUDE = -I$(top_srcdir)/src/protocols/rdp
    317LIBGUAC_CLIENT_RDP_LTLIB = $(top_builddir)/src/protocols/rdp/libguac-client-rdp.la
    318LIBGUAC_INCLUDE = -I$(top_srcdir)/src/libguac
    319LIBGUAC_LTLIB = $(top_builddir)/src/libguac/libguac.la
    320LIBOBJS = 
    321LIBS = 
    322LIBTOOL = $(SHELL) $(top_builddir)/libtool
    323LIPO = 
    324LN_S = ln -s
    325LTLIBOBJS = 
    326LT_SYS_LIBRARY_PATH = 
    327MAKEINFO = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' makeinfo
    328MANIFEST_TOOL = :
    329MATH_LIBS = -lm
    330MKDIR_P = /usr/bin/mkdir -p
    331NM = /usr/bin/nm -B
    332NMEDIT = 
    333OBJDUMP = objdump
    334OBJEXT = o
    335OTOOL = 
    336OTOOL64 = 
    337PACKAGE = guacamole-server
    338PACKAGE_BUGREPORT = 
    339PACKAGE_NAME = guacamole-server
    340PACKAGE_STRING = guacamole-server 1.5.4
    341PACKAGE_TARNAME = guacamole-server
    342PACKAGE_URL = 
    343PACKAGE_VERSION = 1.5.4
    344PANGOCAIRO_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
    345PANGOCAIRO_LIBS = -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo
    346PANGO_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
    347PANGO_LIBS = -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz
    348PATH_SEPARATOR = :
    349PKG_CONFIG = /usr/bin/pkg-config
    350PKG_CONFIG_LIBDIR = 
    351PKG_CONFIG_PATH = 
    352PNG_LIBS = -lpng
    353PTHREAD_LIBS = -lpthread
    354PULSE_INCLUDE = -I$(top_srcdir)/src/pulse
    355PULSE_LIBS =  -lpulse
    356PULSE_LTLIB = $(top_builddir)/src/pulse/libguac_pulse.la
    357RANLIB = ranlib
    358RDP_CFLAGS = 
    359RDP_LIBS = 
    360SED = /usr/bin/sed
    361SET_MAKE = 
    362SHELL = /bin/sh
    363SSH_LIBS =  -lssh2
    364SSL_LIBS =  -lssl -lcrypto
    365STRIP = strip
    366SWSCALE_CFLAGS = 
    367SWSCALE_LIBS = -lswscale
    368TELNET_LIBS = 
    369TERMINAL_INCLUDE = -I$(top_srcdir)/src/terminal $(PANGO_CFLAGS) $(PANGOCAIRO_CFLAGS) $(COMMON_INCLUDE)
    370TERMINAL_LTLIB = $(top_builddir)/src/terminal/libguac-terminal.la
    371UUID_LIBS = -luuid
    372VERSION = 1.5.4
    373VNC_LIBS = 
    374VORBIS_LIBS =  -logg -lvorbis -lvorbisenc
    375WEBP_LIBS =  -lwebp
    376WEBSOCKETS_LIBS =  -lwebsockets
    377WINSOCK_LIBS = 
    378abs_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/protocols/ssh
    379abs_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/protocols/ssh
    380abs_top_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4
    381abs_top_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4
    382ac_ct_AR = ar
    383ac_ct_CC = gcc
    384ac_ct_DUMPBIN = 
    385am__include = include
    386am__leading_dot = .
    387am__quote = 
    388am__tar = $${TAR-tar} chof - "$$tardir"
    389am__untar = $${TAR-tar} xf -
    390bindir = ${exec_prefix}/bin
    391build = x86_64-pc-linux-gnu
    392build_alias = 
    393build_cpu = x86_64
    394build_os = linux-gnu
    395build_vendor = pc
    396builddir = .
    397datadir = ${datarootdir}
    398datarootdir = ${prefix}/share
    399docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    400dvidir = ${docdir}
    401exec_prefix = ${prefix}
    402host = x86_64-pc-linux-gnu
    403host_alias = 
    404host_cpu = x86_64
    405host_os = linux-gnu
    406host_vendor = pc
    407htmldir = ${docdir}
    408includedir = ${prefix}/include
    409infodir = ${datarootdir}/info
    410init_dir = 
    411install_sh = ${SHELL} /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/install-sh
    412libdir = ${exec_prefix}/lib
    413libexecdir = ${exec_prefix}/libexec
    414localedir = ${datarootdir}/locale
    415localstatedir = ${prefix}/var
    416mandir = ${datarootdir}/man
    417mkdir_p = $(MKDIR_P)
    418oldincludedir = /usr/include
    419pdfdir = ${docdir}
    420prefix = /usr/local
    421program_transform_name = s,x,x,
    422psdir = ${docdir}
    423runstatedir = ${localstatedir}/run
    424sbindir = ${exec_prefix}/sbin
    425sharedstatedir = ${prefix}/com
    426srcdir = .
    427sysconfdir = ${prefix}/etc
    428systemd_dir = 
    429target_alias = 
    430top_build_prefix = ../../../
    431top_builddir = ../../..
    432top_srcdir = ../../..
    433AUTOMAKE_OPTIONS = foreign
    434ACLOCAL_AMFLAGS = -I m4
    435lib_LTLIBRARIES = libguac-client-ssh.la
    436libguac_client_ssh_la_SOURCES = argv.c client.c clipboard.c input.c \
    437	pipe.c settings.c sftp.c ssh.c ttymode.c user.c \
    438	$(am__append_1)
    439noinst_HEADERS = argv.h client.h clipboard.h input.h pipe.h settings.h \
    440	sftp.h ssh.h ttymode.h user.h $(am__append_2)
    441libguac_client_ssh_la_CFLAGS = \
    442    -Werror -Wall -Iinclude    \
    443    -I$(top_srcdir)/src/common-ssh       \
    444    -I$(top_srcdir)/src/libguac          \
    445    -I$(top_srcdir)/src/terminal $(PANGO_CFLAGS) $(PANGOCAIRO_CFLAGS) $(COMMON_INCLUDE)
    446
    447libguac_client_ssh_la_LIBADD = \
    448    $(top_builddir)/src/common/libguac_common.la             \
    449    $(top_builddir)/src/common-ssh/libguac_common_ssh.la         \
    450    $(top_builddir)/src/libguac/libguac.la            \
    451    $(top_builddir)/src/terminal/libguac-terminal.la
    452
    453libguac_client_ssh_la_LDFLAGS = \
    454    -version-info 0:0:0         \
    455    -lpthread              \
    456     -lssh2                  \
    457     -lssl -lcrypto
    458
    459all: all-am
    460
    461.SUFFIXES:
    462.SUFFIXES: .c .lo .o .obj
    463$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    464	@for dep in $?; do \
    465	  case '$(am__configure_deps)' in \
    466	    *$$dep*) \
    467	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    468	        && { if test -f $@; then exit 0; else break; fi; }; \
    469	      exit 1;; \
    470	  esac; \
    471	done; \
    472	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/protocols/ssh/Makefile'; \
    473	$(am__cd) $(top_srcdir) && \
    474	  $(AUTOMAKE) --foreign src/protocols/ssh/Makefile
    475Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    476	@case '$?' in \
    477	  *config.status*) \
    478	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    479	  *) \
    480	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    481	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    482	esac;
    483
    484$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    485	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    486
    487$(top_srcdir)/configure:  $(am__configure_deps)
    488	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    489$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    490	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    491$(am__aclocal_m4_deps):
    492
    493install-libLTLIBRARIES: $(lib_LTLIBRARIES)
    494	@$(NORMAL_INSTALL)
    495	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    496	list2=; for p in $$list; do \
    497	  if test -f $$p; then \
    498	    list2="$$list2 $$p"; \
    499	  else :; fi; \
    500	done; \
    501	test -z "$$list2" || { \
    502	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
    503	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
    504	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
    505	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
    506	}
    507
    508uninstall-libLTLIBRARIES:
    509	@$(NORMAL_UNINSTALL)
    510	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    511	for p in $$list; do \
    512	  $(am__strip_dir) \
    513	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
    514	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
    515	done
    516
    517clean-libLTLIBRARIES:
    518	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
    519	@list='$(lib_LTLIBRARIES)'; \
    520	locs=`for p in $$list; do echo $$p; done | \
    521	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    522	      sort -u`; \
    523	test -z "$$locs" || { \
    524	  echo rm -f $${locs}; \
    525	  rm -f $${locs}; \
    526	}
    527
    528libguac-client-ssh.la: $(libguac_client_ssh_la_OBJECTS) $(libguac_client_ssh_la_DEPENDENCIES) $(EXTRA_libguac_client_ssh_la_DEPENDENCIES) 
    529	$(AM_V_CCLD)$(libguac_client_ssh_la_LINK) -rpath $(libdir) $(libguac_client_ssh_la_OBJECTS) $(libguac_client_ssh_la_LIBADD) $(LIBS)
    530
    531mostlyclean-compile:
    532	-rm -f *.$(OBJEXT)
    533
    534distclean-compile:
    535	-rm -f *.tab.c
    536
    537include ./$(DEPDIR)/libguac_client_ssh_la-argv.Plo # am--include-marker
    538include ./$(DEPDIR)/libguac_client_ssh_la-client.Plo # am--include-marker
    539include ./$(DEPDIR)/libguac_client_ssh_la-clipboard.Plo # am--include-marker
    540include ./$(DEPDIR)/libguac_client_ssh_la-input.Plo # am--include-marker
    541include ./$(DEPDIR)/libguac_client_ssh_la-pipe.Plo # am--include-marker
    542include ./$(DEPDIR)/libguac_client_ssh_la-settings.Plo # am--include-marker
    543include ./$(DEPDIR)/libguac_client_ssh_la-sftp.Plo # am--include-marker
    544include ./$(DEPDIR)/libguac_client_ssh_la-ssh.Plo # am--include-marker
    545include ./$(DEPDIR)/libguac_client_ssh_la-ssh_agent.Plo # am--include-marker
    546include ./$(DEPDIR)/libguac_client_ssh_la-ttymode.Plo # am--include-marker
    547include ./$(DEPDIR)/libguac_client_ssh_la-user.Plo # am--include-marker
    548
    549$(am__depfiles_remade):
    550	@$(MKDIR_P) $(@D)
    551	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
    552
    553am--depfiles: $(am__depfiles_remade)
    554
    555.c.o:
    556	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    557	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    558	$(am__mv) $$depbase.Tpo $$depbase.Po
    559#	$(AM_V_CC)source='$<' object='$@' libtool=no \
    560#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    561#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
    562
    563.c.obj:
    564	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    565	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    566	$(am__mv) $$depbase.Tpo $$depbase.Po
    567#	$(AM_V_CC)source='$<' object='$@' libtool=no \
    568#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    569#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    570
    571.c.lo:
    572	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    573	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    574	$(am__mv) $$depbase.Tpo $$depbase.Plo
    575#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
    576#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    577#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
    578
    579libguac_client_ssh_la-argv.lo: argv.c
    580	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-argv.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-argv.Tpo -c -o libguac_client_ssh_la-argv.lo `test -f 'argv.c' || echo '$(srcdir)/'`argv.c
    581	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-argv.Tpo $(DEPDIR)/libguac_client_ssh_la-argv.Plo
    582#	$(AM_V_CC)source='argv.c' object='libguac_client_ssh_la-argv.lo' libtool=yes \
    583#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    584#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-argv.lo `test -f 'argv.c' || echo '$(srcdir)/'`argv.c
    585
    586libguac_client_ssh_la-client.lo: client.c
    587	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-client.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-client.Tpo -c -o libguac_client_ssh_la-client.lo `test -f 'client.c' || echo '$(srcdir)/'`client.c
    588	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-client.Tpo $(DEPDIR)/libguac_client_ssh_la-client.Plo
    589#	$(AM_V_CC)source='client.c' object='libguac_client_ssh_la-client.lo' libtool=yes \
    590#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    591#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-client.lo `test -f 'client.c' || echo '$(srcdir)/'`client.c
    592
    593libguac_client_ssh_la-clipboard.lo: clipboard.c
    594	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-clipboard.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-clipboard.Tpo -c -o libguac_client_ssh_la-clipboard.lo `test -f 'clipboard.c' || echo '$(srcdir)/'`clipboard.c
    595	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-clipboard.Tpo $(DEPDIR)/libguac_client_ssh_la-clipboard.Plo
    596#	$(AM_V_CC)source='clipboard.c' object='libguac_client_ssh_la-clipboard.lo' libtool=yes \
    597#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    598#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-clipboard.lo `test -f 'clipboard.c' || echo '$(srcdir)/'`clipboard.c
    599
    600libguac_client_ssh_la-input.lo: input.c
    601	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-input.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-input.Tpo -c -o libguac_client_ssh_la-input.lo `test -f 'input.c' || echo '$(srcdir)/'`input.c
    602	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-input.Tpo $(DEPDIR)/libguac_client_ssh_la-input.Plo
    603#	$(AM_V_CC)source='input.c' object='libguac_client_ssh_la-input.lo' libtool=yes \
    604#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    605#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-input.lo `test -f 'input.c' || echo '$(srcdir)/'`input.c
    606
    607libguac_client_ssh_la-pipe.lo: pipe.c
    608	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-pipe.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-pipe.Tpo -c -o libguac_client_ssh_la-pipe.lo `test -f 'pipe.c' || echo '$(srcdir)/'`pipe.c
    609	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-pipe.Tpo $(DEPDIR)/libguac_client_ssh_la-pipe.Plo
    610#	$(AM_V_CC)source='pipe.c' object='libguac_client_ssh_la-pipe.lo' libtool=yes \
    611#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    612#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-pipe.lo `test -f 'pipe.c' || echo '$(srcdir)/'`pipe.c
    613
    614libguac_client_ssh_la-settings.lo: settings.c
    615	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-settings.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-settings.Tpo -c -o libguac_client_ssh_la-settings.lo `test -f 'settings.c' || echo '$(srcdir)/'`settings.c
    616	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-settings.Tpo $(DEPDIR)/libguac_client_ssh_la-settings.Plo
    617#	$(AM_V_CC)source='settings.c' object='libguac_client_ssh_la-settings.lo' libtool=yes \
    618#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    619#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-settings.lo `test -f 'settings.c' || echo '$(srcdir)/'`settings.c
    620
    621libguac_client_ssh_la-sftp.lo: sftp.c
    622	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-sftp.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-sftp.Tpo -c -o libguac_client_ssh_la-sftp.lo `test -f 'sftp.c' || echo '$(srcdir)/'`sftp.c
    623	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-sftp.Tpo $(DEPDIR)/libguac_client_ssh_la-sftp.Plo
    624#	$(AM_V_CC)source='sftp.c' object='libguac_client_ssh_la-sftp.lo' libtool=yes \
    625#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    626#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-sftp.lo `test -f 'sftp.c' || echo '$(srcdir)/'`sftp.c
    627
    628libguac_client_ssh_la-ssh.lo: ssh.c
    629	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-ssh.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-ssh.Tpo -c -o libguac_client_ssh_la-ssh.lo `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c
    630	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-ssh.Tpo $(DEPDIR)/libguac_client_ssh_la-ssh.Plo
    631#	$(AM_V_CC)source='ssh.c' object='libguac_client_ssh_la-ssh.lo' libtool=yes \
    632#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    633#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-ssh.lo `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c
    634
    635libguac_client_ssh_la-ttymode.lo: ttymode.c
    636	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-ttymode.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-ttymode.Tpo -c -o libguac_client_ssh_la-ttymode.lo `test -f 'ttymode.c' || echo '$(srcdir)/'`ttymode.c
    637	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-ttymode.Tpo $(DEPDIR)/libguac_client_ssh_la-ttymode.Plo
    638#	$(AM_V_CC)source='ttymode.c' object='libguac_client_ssh_la-ttymode.lo' libtool=yes \
    639#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    640#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-ttymode.lo `test -f 'ttymode.c' || echo '$(srcdir)/'`ttymode.c
    641
    642libguac_client_ssh_la-user.lo: user.c
    643	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-user.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-user.Tpo -c -o libguac_client_ssh_la-user.lo `test -f 'user.c' || echo '$(srcdir)/'`user.c
    644	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-user.Tpo $(DEPDIR)/libguac_client_ssh_la-user.Plo
    645#	$(AM_V_CC)source='user.c' object='libguac_client_ssh_la-user.lo' libtool=yes \
    646#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    647#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-user.lo `test -f 'user.c' || echo '$(srcdir)/'`user.c
    648
    649libguac_client_ssh_la-ssh_agent.lo: ssh_agent.c
    650	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_client_ssh_la-ssh_agent.lo -MD -MP -MF $(DEPDIR)/libguac_client_ssh_la-ssh_agent.Tpo -c -o libguac_client_ssh_la-ssh_agent.lo `test -f 'ssh_agent.c' || echo '$(srcdir)/'`ssh_agent.c
    651	$(AM_V_at)$(am__mv) $(DEPDIR)/libguac_client_ssh_la-ssh_agent.Tpo $(DEPDIR)/libguac_client_ssh_la-ssh_agent.Plo
    652#	$(AM_V_CC)source='ssh_agent.c' object='libguac_client_ssh_la-ssh_agent.lo' libtool=yes \
    653#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    654#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_client_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_client_ssh_la-ssh_agent.lo `test -f 'ssh_agent.c' || echo '$(srcdir)/'`ssh_agent.c
    655
    656mostlyclean-libtool:
    657	-rm -f *.lo
    658
    659clean-libtool:
    660	-rm -rf .libs _libs
    661
    662ID: $(am__tagged_files)
    663	$(am__define_uniq_tagged_files); mkid -fID $$unique
    664tags: tags-am
    665TAGS: tags
    666
    667tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    668	set x; \
    669	here=`pwd`; \
    670	$(am__define_uniq_tagged_files); \
    671	shift; \
    672	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    673	  test -n "$$unique" || unique=$$empty_fix; \
    674	  if test $$# -gt 0; then \
    675	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    676	      "$$@" $$unique; \
    677	  else \
    678	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    679	      $$unique; \
    680	  fi; \
    681	fi
    682ctags: ctags-am
    683
    684CTAGS: ctags
    685ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    686	$(am__define_uniq_tagged_files); \
    687	test -z "$(CTAGS_ARGS)$$unique" \
    688	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    689	     $$unique
    690
    691GTAGS:
    692	here=`$(am__cd) $(top_builddir) && pwd` \
    693	  && $(am__cd) $(top_srcdir) \
    694	  && gtags -i $(GTAGS_ARGS) "$$here"
    695cscopelist: cscopelist-am
    696
    697cscopelist-am: $(am__tagged_files)
    698	list='$(am__tagged_files)'; \
    699	case "$(srcdir)" in \
    700	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    701	  *) sdir=$(subdir)/$(srcdir) ;; \
    702	esac; \
    703	for i in $$list; do \
    704	  if test -f "$$i"; then \
    705	    echo "$(subdir)/$$i"; \
    706	  else \
    707	    echo "$$sdir/$$i"; \
    708	  fi; \
    709	done >> $(top_builddir)/cscope.files
    710
    711distclean-tags:
    712	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    713distdir: $(BUILT_SOURCES)
    714	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    715
    716distdir-am: $(DISTFILES)
    717	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    718	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    719	list='$(DISTFILES)'; \
    720	  dist_files=`for file in $$list; do echo $$file; done | \
    721	  sed -e "s|^$$srcdirstrip/||;t" \
    722	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    723	case $$dist_files in \
    724	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    725			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    726			   sort -u` ;; \
    727	esac; \
    728	for file in $$dist_files; do \
    729	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    730	  if test -d $$d/$$file; then \
    731	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    732	    if test -d "$(distdir)/$$file"; then \
    733	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    734	    fi; \
    735	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    736	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    737	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    738	    fi; \
    739	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    740	  else \
    741	    test -f "$(distdir)/$$file" \
    742	    || cp -p $$d/$$file "$(distdir)/$$file" \
    743	    || exit 1; \
    744	  fi; \
    745	done
    746check-am: all-am
    747check: check-am
    748all-am: Makefile $(LTLIBRARIES) $(HEADERS)
    749installdirs:
    750	for dir in "$(DESTDIR)$(libdir)"; do \
    751	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    752	done
    753install: install-am
    754install-exec: install-exec-am
    755install-data: install-data-am
    756uninstall: uninstall-am
    757
    758install-am: all-am
    759	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    760
    761installcheck: installcheck-am
    762install-strip:
    763	if test -z '$(STRIP)'; then \
    764	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    765	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    766	      install; \
    767	else \
    768	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    769	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    770	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    771	fi
    772mostlyclean-generic:
    773
    774clean-generic:
    775
    776distclean-generic:
    777	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    778	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    779
    780maintainer-clean-generic:
    781	@echo "This command is intended for maintainers to use"
    782	@echo "it deletes files that may require special tools to rebuild."
    783clean: clean-am
    784
    785clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
    786	mostlyclean-am
    787
    788distclean: distclean-am
    789		-rm -f ./$(DEPDIR)/libguac_client_ssh_la-argv.Plo
    790	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-client.Plo
    791	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-clipboard.Plo
    792	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-input.Plo
    793	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-pipe.Plo
    794	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-settings.Plo
    795	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-sftp.Plo
    796	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-ssh.Plo
    797	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-ssh_agent.Plo
    798	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-ttymode.Plo
    799	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-user.Plo
    800	-rm -f Makefile
    801distclean-am: clean-am distclean-compile distclean-generic \
    802	distclean-tags
    803
    804dvi: dvi-am
    805
    806dvi-am:
    807
    808html: html-am
    809
    810html-am:
    811
    812info: info-am
    813
    814info-am:
    815
    816install-data-am:
    817
    818install-dvi: install-dvi-am
    819
    820install-dvi-am:
    821
    822install-exec-am: install-libLTLIBRARIES
    823
    824install-html: install-html-am
    825
    826install-html-am:
    827
    828install-info: install-info-am
    829
    830install-info-am:
    831
    832install-man:
    833
    834install-pdf: install-pdf-am
    835
    836install-pdf-am:
    837
    838install-ps: install-ps-am
    839
    840install-ps-am:
    841
    842installcheck-am:
    843
    844maintainer-clean: maintainer-clean-am
    845		-rm -f ./$(DEPDIR)/libguac_client_ssh_la-argv.Plo
    846	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-client.Plo
    847	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-clipboard.Plo
    848	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-input.Plo
    849	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-pipe.Plo
    850	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-settings.Plo
    851	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-sftp.Plo
    852	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-ssh.Plo
    853	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-ssh_agent.Plo
    854	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-ttymode.Plo
    855	-rm -f ./$(DEPDIR)/libguac_client_ssh_la-user.Plo
    856	-rm -f Makefile
    857maintainer-clean-am: distclean-am maintainer-clean-generic
    858
    859mostlyclean: mostlyclean-am
    860
    861mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    862	mostlyclean-libtool
    863
    864pdf: pdf-am
    865
    866pdf-am:
    867
    868ps: ps-am
    869
    870ps-am:
    871
    872uninstall-am: uninstall-libLTLIBRARIES
    873
    874.MAKE: install-am install-strip
    875
    876.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
    877	clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
    878	ctags ctags-am distclean distclean-compile distclean-generic \
    879	distclean-libtool distclean-tags distdir dvi dvi-am html \
    880	html-am info info-am install install-am install-data \
    881	install-data-am install-dvi install-dvi-am install-exec \
    882	install-exec-am install-html install-html-am install-info \
    883	install-info-am install-libLTLIBRARIES install-man install-pdf \
    884	install-pdf-am install-ps install-ps-am install-strip \
    885	installcheck installcheck-am installdirs maintainer-clean \
    886	maintainer-clean-generic mostlyclean mostlyclean-compile \
    887	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    888	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
    889
    890.PRECIOUS: Makefile
    891
    892
    893# Tell versions [3.59,3.63) of GNU make to not export all variables.
    894# Otherwise a system limit (for SysV at least) may be exceeded.
    895.NOEXPORT: