Makefile (33027B)
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# src/common-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 117subdir = src/common-ssh 118ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 119am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 120 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 121 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 122 $(top_srcdir)/configure.ac 123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 124 $(ACLOCAL_M4) 125DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 126 $(am__DIST_COMMON) 127mkinstalldirs = $(install_sh) -d 128CONFIG_HEADER = $(top_builddir)/config.h 129CONFIG_CLEAN_FILES = 130CONFIG_CLEAN_VPATH_FILES = 131LTLIBRARIES = $(noinst_LTLIBRARIES) 132libguac_common_ssh_la_DEPENDENCIES = 133am_libguac_common_ssh_la_OBJECTS = libguac_common_ssh_la-buffer.lo \ 134 libguac_common_ssh_la-sftp.lo libguac_common_ssh_la-ssh.lo \ 135 libguac_common_ssh_la-key.lo libguac_common_ssh_la-user.lo 136libguac_common_ssh_la_OBJECTS = $(am_libguac_common_ssh_la_OBJECTS) 137AM_V_lt = $(am__v_lt_$(V)) 138am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 139am__v_lt_0 = --silent 140am__v_lt_1 = 141libguac_common_ssh_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 142 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 143 $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) \ 144 $(libguac_common_ssh_la_LDFLAGS) $(LDFLAGS) -o $@ 145AM_V_P = $(am__v_P_$(V)) 146am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 147am__v_P_0 = false 148am__v_P_1 = : 149AM_V_GEN = $(am__v_GEN_$(V)) 150am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 151am__v_GEN_0 = @echo " GEN " $@; 152am__v_GEN_1 = 153AM_V_at = $(am__v_at_$(V)) 154am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 155am__v_at_0 = @ 156am__v_at_1 = 157DEFAULT_INCLUDES = -I. -I$(top_builddir) 158depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 159am__maybe_remake_depfiles = depfiles 160am__depfiles_remade = ./$(DEPDIR)/libguac_common_ssh_la-buffer.Plo \ 161 ./$(DEPDIR)/libguac_common_ssh_la-key.Plo \ 162 ./$(DEPDIR)/libguac_common_ssh_la-sftp.Plo \ 163 ./$(DEPDIR)/libguac_common_ssh_la-ssh.Plo \ 164 ./$(DEPDIR)/libguac_common_ssh_la-user.Plo 165am__mv = mv -f 166COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 167 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 168LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 169 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 170 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 171 $(AM_CFLAGS) $(CFLAGS) 172AM_V_CC = $(am__v_CC_$(V)) 173am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 174am__v_CC_0 = @echo " CC " $@; 175am__v_CC_1 = 176CCLD = $(CC) 177LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 178 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 179 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 180AM_V_CCLD = $(am__v_CCLD_$(V)) 181am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 182am__v_CCLD_0 = @echo " CCLD " $@; 183am__v_CCLD_1 = 184SOURCES = $(libguac_common_ssh_la_SOURCES) 185DIST_SOURCES = $(libguac_common_ssh_la_SOURCES) 186RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 187 ctags-recursive dvi-recursive html-recursive info-recursive \ 188 install-data-recursive install-dvi-recursive \ 189 install-exec-recursive install-html-recursive \ 190 install-info-recursive install-pdf-recursive \ 191 install-ps-recursive install-recursive installcheck-recursive \ 192 installdirs-recursive pdf-recursive ps-recursive \ 193 tags-recursive uninstall-recursive 194am__can_run_installinfo = \ 195 case $$AM_UPDATE_INFO_DIR in \ 196 n|no|NO) false;; \ 197 *) (install-info --version) >/dev/null 2>&1;; \ 198 esac 199HEADERS = $(noinst_HEADERS) 200RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 201 distclean-recursive maintainer-clean-recursive 202am__recursive_targets = \ 203 $(RECURSIVE_TARGETS) \ 204 $(RECURSIVE_CLEAN_TARGETS) \ 205 $(am__extra_recursive_targets) 206AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 207 distdir distdir-am 208am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 209# Read a list of newline-separated strings from the standard input, 210# and print each of them once, without duplicates. Input order is 211# *not* preserved. 212am__uniquify_input = $(AWK) '\ 213 BEGIN { nonempty = 0; } \ 214 { items[$$0] = 1; nonempty = 1; } \ 215 END { if (nonempty) { for (i in items) print i; }; } \ 216' 217# Make sure the list of sources is unique. This is necessary because, 218# e.g., the same source file might be shared among _SOURCES variables 219# for different programs/libraries. 220am__define_uniq_tagged_files = \ 221 list='$(am__tagged_files)'; \ 222 unique=`for i in $$list; do \ 223 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 224 done | $(am__uniquify_input)` 225DIST_SUBDIRS = $(SUBDIRS) 226am__DIST_COMMON = $(srcdir)/Makefile.in \ 227 $(top_srcdir)/build-aux/depcomp 228DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 229am__relativize = \ 230 dir0=`pwd`; \ 231 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 232 sed_rest='s,^[^/]*/*,,'; \ 233 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 234 sed_butlast='s,/*[^/]*$$,,'; \ 235 while test -n "$$dir1"; do \ 236 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 237 if test "$$first" != "."; then \ 238 if test "$$first" = ".."; then \ 239 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 240 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 241 else \ 242 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 243 if test "$$first2" = "$$first"; then \ 244 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 245 else \ 246 dir2="../$$dir2"; \ 247 fi; \ 248 dir0="$$dir0"/"$$first"; \ 249 fi; \ 250 fi; \ 251 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 252 done; \ 253 reldir="$$dir2" 254ACLOCAL = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' aclocal-1.16 255AMTAR = $${TAR-tar} 256AM_DEFAULT_VERBOSITY = 1 257AR = ar 258AUTOCONF = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoconf 259AUTOHEADER = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoheader 260AUTOMAKE = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' automake-1.16 261AVCODEC_CFLAGS = 262AVCODEC_LIBS = -lavcodec 263AVFORMAT_CFLAGS = 264AVFORMAT_LIBS = -lavformat 265AVUTIL_CFLAGS = 266AVUTIL_LIBS = -lavutil 267AWK = gawk 268CAIRO_LIBS = -lcairo 269CC = gcc 270CCDEPMODE = depmode=gcc3 271CFLAGS = -g -O2 272COMMON_INCLUDE = -I$(top_srcdir)/src/common 273COMMON_LTLIB = $(top_builddir)/src/common/libguac_common.la 274COMMON_SSH_INCLUDE = -I$(top_srcdir)/src/common-ssh 275COMMON_SSH_LTLIB = $(top_builddir)/src/common-ssh/libguac_common_ssh.la 276CPP = 277CPPFLAGS = 278CSCOPE = cscope 279CTAGS = ctags 280CUNIT_LIBS = 281CYGPATH_W = echo 282DEFS = -DHAVE_CONFIG_H 283DEPDIR = .deps 284DLLTOOL = false 285DL_LIBS = -ldl 286DSYMUTIL = 287DUMPBIN = 288ECHO_C = 289ECHO_N = -n 290ECHO_T = 291EGREP = /usr/bin/grep -E 292ETAGS = etags 293EXEEXT = 294FGREP = /usr/bin/grep -F 295FILECMD = file 296FREERDP2_PLUGIN_DIR = 297GREP = /usr/bin/grep 298INSTALL = /usr/bin/install -c 299INSTALL_DATA = ${INSTALL} -m 644 300INSTALL_PROGRAM = ${INSTALL} 301INSTALL_SCRIPT = ${INSTALL} 302INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 303JPEG_LIBS = -ljpeg 304LD = /usr/bin/ld -m elf_x86_64 305LDFLAGS = 306LIBGUAC_CLIENT_KUBERNETES_INCLUDE = -I$(top_srcdir)/src/protocols/kubernetes 307LIBGUAC_CLIENT_KUBERNETES_LTLIB = $(top_builddir)/src/protocols/kubernetes/libguac-client-kubernetes.la 308LIBGUAC_CLIENT_RDP_INCLUDE = -I$(top_srcdir)/src/protocols/rdp 309LIBGUAC_CLIENT_RDP_LTLIB = $(top_builddir)/src/protocols/rdp/libguac-client-rdp.la 310LIBGUAC_INCLUDE = -I$(top_srcdir)/src/libguac 311LIBGUAC_LTLIB = $(top_builddir)/src/libguac/libguac.la 312LIBOBJS = 313LIBS = 314LIBTOOL = $(SHELL) $(top_builddir)/libtool 315LIPO = 316LN_S = ln -s 317LTLIBOBJS = 318LT_SYS_LIBRARY_PATH = 319MAKEINFO = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' makeinfo 320MANIFEST_TOOL = : 321MATH_LIBS = -lm 322MKDIR_P = /usr/bin/mkdir -p 323NM = /usr/bin/nm -B 324NMEDIT = 325OBJDUMP = objdump 326OBJEXT = o 327OTOOL = 328OTOOL64 = 329PACKAGE = guacamole-server 330PACKAGE_BUGREPORT = 331PACKAGE_NAME = guacamole-server 332PACKAGE_STRING = guacamole-server 1.5.4 333PACKAGE_TARNAME = guacamole-server 334PACKAGE_URL = 335PACKAGE_VERSION = 1.5.4 336PANGOCAIRO_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 337PANGOCAIRO_LIBS = -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo 338PANGO_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 339PANGO_LIBS = -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz 340PATH_SEPARATOR = : 341PKG_CONFIG = /usr/bin/pkg-config 342PKG_CONFIG_LIBDIR = 343PKG_CONFIG_PATH = 344PNG_LIBS = -lpng 345PTHREAD_LIBS = -lpthread 346PULSE_INCLUDE = -I$(top_srcdir)/src/pulse 347PULSE_LIBS = -lpulse 348PULSE_LTLIB = $(top_builddir)/src/pulse/libguac_pulse.la 349RANLIB = ranlib 350RDP_CFLAGS = 351RDP_LIBS = 352SED = /usr/bin/sed 353SET_MAKE = 354SHELL = /bin/sh 355SSH_LIBS = -lssh2 356SSL_LIBS = -lssl -lcrypto 357STRIP = strip 358SWSCALE_CFLAGS = 359SWSCALE_LIBS = -lswscale 360TELNET_LIBS = 361TERMINAL_INCLUDE = -I$(top_srcdir)/src/terminal $(PANGO_CFLAGS) $(PANGOCAIRO_CFLAGS) $(COMMON_INCLUDE) 362TERMINAL_LTLIB = $(top_builddir)/src/terminal/libguac-terminal.la 363UUID_LIBS = -luuid 364VERSION = 1.5.4 365VNC_LIBS = 366VORBIS_LIBS = -logg -lvorbis -lvorbisenc 367WEBP_LIBS = -lwebp 368WEBSOCKETS_LIBS = -lwebsockets 369WINSOCK_LIBS = 370abs_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/common-ssh 371abs_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/common-ssh 372abs_top_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 373abs_top_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 374ac_ct_AR = ar 375ac_ct_CC = gcc 376ac_ct_DUMPBIN = 377am__include = include 378am__leading_dot = . 379am__quote = 380am__tar = $${TAR-tar} chof - "$$tardir" 381am__untar = $${TAR-tar} xf - 382bindir = ${exec_prefix}/bin 383build = x86_64-pc-linux-gnu 384build_alias = 385build_cpu = x86_64 386build_os = linux-gnu 387build_vendor = pc 388builddir = . 389datadir = ${datarootdir} 390datarootdir = ${prefix}/share 391docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 392dvidir = ${docdir} 393exec_prefix = ${prefix} 394host = x86_64-pc-linux-gnu 395host_alias = 396host_cpu = x86_64 397host_os = linux-gnu 398host_vendor = pc 399htmldir = ${docdir} 400includedir = ${prefix}/include 401infodir = ${datarootdir}/info 402init_dir = 403install_sh = ${SHELL} /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/install-sh 404libdir = ${exec_prefix}/lib 405libexecdir = ${exec_prefix}/libexec 406localedir = ${datarootdir}/locale 407localstatedir = ${prefix}/var 408mandir = ${datarootdir}/man 409mkdir_p = $(MKDIR_P) 410oldincludedir = /usr/include 411pdfdir = ${docdir} 412prefix = /usr/local 413program_transform_name = s,x,x, 414psdir = ${docdir} 415runstatedir = ${localstatedir}/run 416sbindir = ${exec_prefix}/sbin 417sharedstatedir = ${prefix}/com 418srcdir = . 419sysconfdir = ${prefix}/etc 420systemd_dir = 421target_alias = 422top_build_prefix = ../../ 423top_builddir = ../.. 424top_srcdir = ../.. 425AUTOMAKE_OPTIONS = foreign 426ACLOCAL_AMFLAGS = -I m4 427noinst_LTLIBRARIES = libguac_common_ssh.la 428SUBDIRS = . tests 429libguac_common_ssh_la_SOURCES = \ 430 buffer.c \ 431 sftp.c \ 432 ssh.c \ 433 key.c \ 434 user.c 435 436noinst_HEADERS = \ 437 common-ssh/buffer.h \ 438 common-ssh/key.h \ 439 common-ssh/sftp.h \ 440 common-ssh/ssh.h \ 441 common-ssh/user.h 442 443libguac_common_ssh_la_CFLAGS = \ 444 -Werror -Wall -pedantic \ 445 -I$(top_srcdir)/src/common \ 446 -I$(top_srcdir)/src/libguac 447 448libguac_common_ssh_la_LIBADD = \ 449 $(top_builddir)/src/libguac/libguac.la 450 451libguac_common_ssh_la_LDFLAGS = \ 452 -lpthread \ 453 -lssh2 \ 454 -lssl -lcrypto 455 456all: all-recursive 457 458.SUFFIXES: 459.SUFFIXES: .c .lo .o .obj 460$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 461 @for dep in $?; do \ 462 case '$(am__configure_deps)' in \ 463 *$$dep*) \ 464 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 465 && { if test -f $@; then exit 0; else break; fi; }; \ 466 exit 1;; \ 467 esac; \ 468 done; \ 469 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/common-ssh/Makefile'; \ 470 $(am__cd) $(top_srcdir) && \ 471 $(AUTOMAKE) --foreign src/common-ssh/Makefile 472Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 473 @case '$?' in \ 474 *config.status*) \ 475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 476 *) \ 477 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 478 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 479 esac; 480 481$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 482 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 483 484$(top_srcdir)/configure: $(am__configure_deps) 485 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 486$(ACLOCAL_M4): $(am__aclocal_m4_deps) 487 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 488$(am__aclocal_m4_deps): 489 490clean-noinstLTLIBRARIES: 491 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 492 @list='$(noinst_LTLIBRARIES)'; \ 493 locs=`for p in $$list; do echo $$p; done | \ 494 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 495 sort -u`; \ 496 test -z "$$locs" || { \ 497 echo rm -f $${locs}; \ 498 rm -f $${locs}; \ 499 } 500 501libguac_common_ssh.la: $(libguac_common_ssh_la_OBJECTS) $(libguac_common_ssh_la_DEPENDENCIES) $(EXTRA_libguac_common_ssh_la_DEPENDENCIES) 502 $(AM_V_CCLD)$(libguac_common_ssh_la_LINK) $(libguac_common_ssh_la_OBJECTS) $(libguac_common_ssh_la_LIBADD) $(LIBS) 503 504mostlyclean-compile: 505 -rm -f *.$(OBJEXT) 506 507distclean-compile: 508 -rm -f *.tab.c 509 510include ./$(DEPDIR)/libguac_common_ssh_la-buffer.Plo # am--include-marker 511include ./$(DEPDIR)/libguac_common_ssh_la-key.Plo # am--include-marker 512include ./$(DEPDIR)/libguac_common_ssh_la-sftp.Plo # am--include-marker 513include ./$(DEPDIR)/libguac_common_ssh_la-ssh.Plo # am--include-marker 514include ./$(DEPDIR)/libguac_common_ssh_la-user.Plo # am--include-marker 515 516$(am__depfiles_remade): 517 @$(MKDIR_P) $(@D) 518 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 519 520am--depfiles: $(am__depfiles_remade) 521 522.c.o: 523 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 524 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 525 $(am__mv) $$depbase.Tpo $$depbase.Po 526# $(AM_V_CC)source='$<' object='$@' libtool=no \ 527# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 528# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 529 530.c.obj: 531 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 532 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 533 $(am__mv) $$depbase.Tpo $$depbase.Po 534# $(AM_V_CC)source='$<' object='$@' libtool=no \ 535# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 536# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 537 538.c.lo: 539 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 540 $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 541 $(am__mv) $$depbase.Tpo $$depbase.Plo 542# $(AM_V_CC)source='$<' object='$@' libtool=yes \ 543# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 544# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 545 546libguac_common_ssh_la-buffer.lo: buffer.c 547 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_common_ssh_la-buffer.lo -MD -MP -MF $(DEPDIR)/libguac_common_ssh_la-buffer.Tpo -c -o libguac_common_ssh_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c 548 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-buffer.Tpo $(DEPDIR)/libguac_common_ssh_la-buffer.Plo 549# $(AM_V_CC)source='buffer.c' object='libguac_common_ssh_la-buffer.lo' libtool=yes \ 550# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 551# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_common_ssh_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c 552 553libguac_common_ssh_la-sftp.lo: sftp.c 554 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_common_ssh_la-sftp.lo -MD -MP -MF $(DEPDIR)/libguac_common_ssh_la-sftp.Tpo -c -o libguac_common_ssh_la-sftp.lo `test -f 'sftp.c' || echo '$(srcdir)/'`sftp.c 555 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-sftp.Tpo $(DEPDIR)/libguac_common_ssh_la-sftp.Plo 556# $(AM_V_CC)source='sftp.c' object='libguac_common_ssh_la-sftp.lo' libtool=yes \ 557# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 558# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_common_ssh_la-sftp.lo `test -f 'sftp.c' || echo '$(srcdir)/'`sftp.c 559 560libguac_common_ssh_la-ssh.lo: ssh.c 561 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_common_ssh_la-ssh.lo -MD -MP -MF $(DEPDIR)/libguac_common_ssh_la-ssh.Tpo -c -o libguac_common_ssh_la-ssh.lo `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c 562 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-ssh.Tpo $(DEPDIR)/libguac_common_ssh_la-ssh.Plo 563# $(AM_V_CC)source='ssh.c' object='libguac_common_ssh_la-ssh.lo' libtool=yes \ 564# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 565# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_common_ssh_la-ssh.lo `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c 566 567libguac_common_ssh_la-key.lo: key.c 568 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_common_ssh_la-key.lo -MD -MP -MF $(DEPDIR)/libguac_common_ssh_la-key.Tpo -c -o libguac_common_ssh_la-key.lo `test -f 'key.c' || echo '$(srcdir)/'`key.c 569 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-key.Tpo $(DEPDIR)/libguac_common_ssh_la-key.Plo 570# $(AM_V_CC)source='key.c' object='libguac_common_ssh_la-key.lo' libtool=yes \ 571# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 572# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_common_ssh_la-key.lo `test -f 'key.c' || echo '$(srcdir)/'`key.c 573 574libguac_common_ssh_la-user.lo: user.c 575 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -MT libguac_common_ssh_la-user.lo -MD -MP -MF $(DEPDIR)/libguac_common_ssh_la-user.Tpo -c -o libguac_common_ssh_la-user.lo `test -f 'user.c' || echo '$(srcdir)/'`user.c 576 $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-user.Tpo $(DEPDIR)/libguac_common_ssh_la-user.Plo 577# $(AM_V_CC)source='user.c' object='libguac_common_ssh_la-user.lo' libtool=yes \ 578# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 579# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_common_ssh_la_CFLAGS) $(CFLAGS) -c -o libguac_common_ssh_la-user.lo `test -f 'user.c' || echo '$(srcdir)/'`user.c 580 581mostlyclean-libtool: 582 -rm -f *.lo 583 584clean-libtool: 585 -rm -rf .libs _libs 586 587# This directory's subdirectories are mostly independent; you can cd 588# into them and run 'make' without going through this Makefile. 589# To change the values of 'make' variables: instead of editing Makefiles, 590# (1) if the variable is set in 'config.status', edit 'config.status' 591# (which will cause the Makefiles to be regenerated when you run 'make'); 592# (2) otherwise, pass the desired values on the 'make' command line. 593$(am__recursive_targets): 594 @fail=; \ 595 if $(am__make_keepgoing); then \ 596 failcom='fail=yes'; \ 597 else \ 598 failcom='exit 1'; \ 599 fi; \ 600 dot_seen=no; \ 601 target=`echo $@ | sed s/-recursive//`; \ 602 case "$@" in \ 603 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 604 *) list='$(SUBDIRS)' ;; \ 605 esac; \ 606 for subdir in $$list; do \ 607 echo "Making $$target in $$subdir"; \ 608 if test "$$subdir" = "."; then \ 609 dot_seen=yes; \ 610 local_target="$$target-am"; \ 611 else \ 612 local_target="$$target"; \ 613 fi; \ 614 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 615 || eval $$failcom; \ 616 done; \ 617 if test "$$dot_seen" = "no"; then \ 618 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 619 fi; test -z "$$fail" 620 621ID: $(am__tagged_files) 622 $(am__define_uniq_tagged_files); mkid -fID $$unique 623tags: tags-recursive 624TAGS: tags 625 626tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 627 set x; \ 628 here=`pwd`; \ 629 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 630 include_option=--etags-include; \ 631 empty_fix=.; \ 632 else \ 633 include_option=--include; \ 634 empty_fix=; \ 635 fi; \ 636 list='$(SUBDIRS)'; for subdir in $$list; do \ 637 if test "$$subdir" = .; then :; else \ 638 test ! -f $$subdir/TAGS || \ 639 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 640 fi; \ 641 done; \ 642 $(am__define_uniq_tagged_files); \ 643 shift; \ 644 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 645 test -n "$$unique" || unique=$$empty_fix; \ 646 if test $$# -gt 0; then \ 647 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 648 "$$@" $$unique; \ 649 else \ 650 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 651 $$unique; \ 652 fi; \ 653 fi 654ctags: ctags-recursive 655 656CTAGS: ctags 657ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 658 $(am__define_uniq_tagged_files); \ 659 test -z "$(CTAGS_ARGS)$$unique" \ 660 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 661 $$unique 662 663GTAGS: 664 here=`$(am__cd) $(top_builddir) && pwd` \ 665 && $(am__cd) $(top_srcdir) \ 666 && gtags -i $(GTAGS_ARGS) "$$here" 667cscopelist: cscopelist-recursive 668 669cscopelist-am: $(am__tagged_files) 670 list='$(am__tagged_files)'; \ 671 case "$(srcdir)" in \ 672 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 673 *) sdir=$(subdir)/$(srcdir) ;; \ 674 esac; \ 675 for i in $$list; do \ 676 if test -f "$$i"; then \ 677 echo "$(subdir)/$$i"; \ 678 else \ 679 echo "$$sdir/$$i"; \ 680 fi; \ 681 done >> $(top_builddir)/cscope.files 682 683distclean-tags: 684 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 685distdir: $(BUILT_SOURCES) 686 $(MAKE) $(AM_MAKEFLAGS) distdir-am 687 688distdir-am: $(DISTFILES) 689 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 690 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 691 list='$(DISTFILES)'; \ 692 dist_files=`for file in $$list; do echo $$file; done | \ 693 sed -e "s|^$$srcdirstrip/||;t" \ 694 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 695 case $$dist_files in \ 696 */*) $(MKDIR_P) `echo "$$dist_files" | \ 697 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 698 sort -u` ;; \ 699 esac; \ 700 for file in $$dist_files; do \ 701 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 702 if test -d $$d/$$file; then \ 703 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 704 if test -d "$(distdir)/$$file"; then \ 705 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 706 fi; \ 707 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 708 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 709 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 710 fi; \ 711 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 712 else \ 713 test -f "$(distdir)/$$file" \ 714 || cp -p $$d/$$file "$(distdir)/$$file" \ 715 || exit 1; \ 716 fi; \ 717 done 718 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 719 if test "$$subdir" = .; then :; else \ 720 $(am__make_dryrun) \ 721 || test -d "$(distdir)/$$subdir" \ 722 || $(MKDIR_P) "$(distdir)/$$subdir" \ 723 || exit 1; \ 724 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 725 $(am__relativize); \ 726 new_distdir=$$reldir; \ 727 dir1=$$subdir; dir2="$(top_distdir)"; \ 728 $(am__relativize); \ 729 new_top_distdir=$$reldir; \ 730 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 731 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 732 ($(am__cd) $$subdir && \ 733 $(MAKE) $(AM_MAKEFLAGS) \ 734 top_distdir="$$new_top_distdir" \ 735 distdir="$$new_distdir" \ 736 am__remove_distdir=: \ 737 am__skip_length_check=: \ 738 am__skip_mode_fix=: \ 739 distdir) \ 740 || exit 1; \ 741 fi; \ 742 done 743check-am: all-am 744check: check-recursive 745all-am: Makefile $(LTLIBRARIES) $(HEADERS) 746installdirs: installdirs-recursive 747installdirs-am: 748install: install-recursive 749install-exec: install-exec-recursive 750install-data: install-data-recursive 751uninstall: uninstall-recursive 752 753install-am: all-am 754 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 755 756installcheck: installcheck-recursive 757install-strip: 758 if test -z '$(STRIP)'; then \ 759 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 760 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 761 install; \ 762 else \ 763 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 764 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 765 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 766 fi 767mostlyclean-generic: 768 769clean-generic: 770 771distclean-generic: 772 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 773 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 774 775maintainer-clean-generic: 776 @echo "This command is intended for maintainers to use" 777 @echo "it deletes files that may require special tools to rebuild." 778clean: clean-recursive 779 780clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 781 mostlyclean-am 782 783distclean: distclean-recursive 784 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-buffer.Plo 785 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-key.Plo 786 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-sftp.Plo 787 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-ssh.Plo 788 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-user.Plo 789 -rm -f Makefile 790distclean-am: clean-am distclean-compile distclean-generic \ 791 distclean-tags 792 793dvi: dvi-recursive 794 795dvi-am: 796 797html: html-recursive 798 799html-am: 800 801info: info-recursive 802 803info-am: 804 805install-data-am: 806 807install-dvi: install-dvi-recursive 808 809install-dvi-am: 810 811install-exec-am: 812 813install-html: install-html-recursive 814 815install-html-am: 816 817install-info: install-info-recursive 818 819install-info-am: 820 821install-man: 822 823install-pdf: install-pdf-recursive 824 825install-pdf-am: 826 827install-ps: install-ps-recursive 828 829install-ps-am: 830 831installcheck-am: 832 833maintainer-clean: maintainer-clean-recursive 834 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-buffer.Plo 835 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-key.Plo 836 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-sftp.Plo 837 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-ssh.Plo 838 -rm -f ./$(DEPDIR)/libguac_common_ssh_la-user.Plo 839 -rm -f Makefile 840maintainer-clean-am: distclean-am maintainer-clean-generic 841 842mostlyclean: mostlyclean-recursive 843 844mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 845 mostlyclean-libtool 846 847pdf: pdf-recursive 848 849pdf-am: 850 851ps: ps-recursive 852 853ps-am: 854 855uninstall-am: 856 857.MAKE: $(am__recursive_targets) install-am install-strip 858 859.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 860 am--depfiles check check-am clean clean-generic clean-libtool \ 861 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ 862 distclean-compile distclean-generic distclean-libtool \ 863 distclean-tags distdir dvi dvi-am html html-am info info-am \ 864 install install-am install-data install-data-am install-dvi \ 865 install-dvi-am install-exec install-exec-am install-html \ 866 install-html-am install-info install-info-am install-man \ 867 install-pdf install-pdf-am install-ps install-ps-am \ 868 install-strip installcheck installcheck-am installdirs \ 869 installdirs-am maintainer-clean maintainer-clean-generic \ 870 mostlyclean mostlyclean-compile mostlyclean-generic \ 871 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 872 uninstall-am 873 874.PRECIOUS: Makefile 875 876 877# Tell versions [3.59,3.63) of GNU make to not export all variables. 878# Otherwise a system limit (for SysV at least) may be exceeded. 879.NOEXPORT: