Makefile.in (33070B)
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# 18# Licensed to the Apache Software Foundation (ASF) under one 19# or more contributor license agreements. See the NOTICE file 20# distributed with this work for additional information 21# regarding copyright ownership. The ASF licenses this file 22# to you under the Apache License, Version 2.0 (the 23# "License"); you may not use this file except in compliance 24# with the License. You may obtain a copy of the License at 25# 26# http://www.apache.org/licenses/LICENSE-2.0 27# 28# Unless required by applicable law or agreed to in writing, 29# software distributed under the License is distributed on an 30# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 31# KIND, either express or implied. See the License for the 32# specific language governing permissions and limitations 33# under the License. 34# 35# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim 36# into Makefile.in. Though the build system (GNU Autotools) automatically adds 37# its own license boilerplate to the generated Makefile.in, that boilerplate 38# does not apply to the transcluded portions of Makefile.am which are licensed 39# to you by the ASF under the Apache License, Version 2.0, as described above. 40# 41 42 43VPATH = @srcdir@ 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)/@PACKAGE@ 100pkgincludedir = $(includedir)/@PACKAGE@ 101pkglibdir = $(libdir)/@PACKAGE@ 102pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ 116host_triplet = @host@ 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_@AM_V@) 138am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 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_@AM_V@) 146am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 147am__v_P_0 = false 148am__v_P_1 = : 149AM_V_GEN = $(am__v_GEN_@AM_V@) 150am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 151am__v_GEN_0 = @echo " GEN " $@; 152am__v_GEN_1 = 153AM_V_at = $(am__v_at_@AM_V@) 154am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 155am__v_at_0 = @ 156am__v_at_1 = 157DEFAULT_INCLUDES = -I.@am__isrc@ -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_@AM_V@) 173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 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_@AM_V@) 181am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 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 = @ACLOCAL@ 255AMTAR = @AMTAR@ 256AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 257AR = @AR@ 258AUTOCONF = @AUTOCONF@ 259AUTOHEADER = @AUTOHEADER@ 260AUTOMAKE = @AUTOMAKE@ 261AVCODEC_CFLAGS = @AVCODEC_CFLAGS@ 262AVCODEC_LIBS = @AVCODEC_LIBS@ 263AVFORMAT_CFLAGS = @AVFORMAT_CFLAGS@ 264AVFORMAT_LIBS = @AVFORMAT_LIBS@ 265AVUTIL_CFLAGS = @AVUTIL_CFLAGS@ 266AVUTIL_LIBS = @AVUTIL_LIBS@ 267AWK = @AWK@ 268CAIRO_LIBS = @CAIRO_LIBS@ 269CC = @CC@ 270CCDEPMODE = @CCDEPMODE@ 271CFLAGS = @CFLAGS@ 272COMMON_INCLUDE = @COMMON_INCLUDE@ 273COMMON_LTLIB = @COMMON_LTLIB@ 274COMMON_SSH_INCLUDE = @COMMON_SSH_INCLUDE@ 275COMMON_SSH_LTLIB = @COMMON_SSH_LTLIB@ 276CPP = @CPP@ 277CPPFLAGS = @CPPFLAGS@ 278CSCOPE = @CSCOPE@ 279CTAGS = @CTAGS@ 280CUNIT_LIBS = @CUNIT_LIBS@ 281CYGPATH_W = @CYGPATH_W@ 282DEFS = @DEFS@ 283DEPDIR = @DEPDIR@ 284DLLTOOL = @DLLTOOL@ 285DL_LIBS = @DL_LIBS@ 286DSYMUTIL = @DSYMUTIL@ 287DUMPBIN = @DUMPBIN@ 288ECHO_C = @ECHO_C@ 289ECHO_N = @ECHO_N@ 290ECHO_T = @ECHO_T@ 291EGREP = @EGREP@ 292ETAGS = @ETAGS@ 293EXEEXT = @EXEEXT@ 294FGREP = @FGREP@ 295FILECMD = @FILECMD@ 296FREERDP2_PLUGIN_DIR = @FREERDP2_PLUGIN_DIR@ 297GREP = @GREP@ 298INSTALL = @INSTALL@ 299INSTALL_DATA = @INSTALL_DATA@ 300INSTALL_PROGRAM = @INSTALL_PROGRAM@ 301INSTALL_SCRIPT = @INSTALL_SCRIPT@ 302INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 303JPEG_LIBS = @JPEG_LIBS@ 304LD = @LD@ 305LDFLAGS = @LDFLAGS@ 306LIBGUAC_CLIENT_KUBERNETES_INCLUDE = @LIBGUAC_CLIENT_KUBERNETES_INCLUDE@ 307LIBGUAC_CLIENT_KUBERNETES_LTLIB = @LIBGUAC_CLIENT_KUBERNETES_LTLIB@ 308LIBGUAC_CLIENT_RDP_INCLUDE = @LIBGUAC_CLIENT_RDP_INCLUDE@ 309LIBGUAC_CLIENT_RDP_LTLIB = @LIBGUAC_CLIENT_RDP_LTLIB@ 310LIBGUAC_INCLUDE = @LIBGUAC_INCLUDE@ 311LIBGUAC_LTLIB = @LIBGUAC_LTLIB@ 312LIBOBJS = @LIBOBJS@ 313LIBS = @LIBS@ 314LIBTOOL = @LIBTOOL@ 315LIPO = @LIPO@ 316LN_S = @LN_S@ 317LTLIBOBJS = @LTLIBOBJS@ 318LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 319MAKEINFO = @MAKEINFO@ 320MANIFEST_TOOL = @MANIFEST_TOOL@ 321MATH_LIBS = @MATH_LIBS@ 322MKDIR_P = @MKDIR_P@ 323NM = @NM@ 324NMEDIT = @NMEDIT@ 325OBJDUMP = @OBJDUMP@ 326OBJEXT = @OBJEXT@ 327OTOOL = @OTOOL@ 328OTOOL64 = @OTOOL64@ 329PACKAGE = @PACKAGE@ 330PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 331PACKAGE_NAME = @PACKAGE_NAME@ 332PACKAGE_STRING = @PACKAGE_STRING@ 333PACKAGE_TARNAME = @PACKAGE_TARNAME@ 334PACKAGE_URL = @PACKAGE_URL@ 335PACKAGE_VERSION = @PACKAGE_VERSION@ 336PANGOCAIRO_CFLAGS = @PANGOCAIRO_CFLAGS@ 337PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@ 338PANGO_CFLAGS = @PANGO_CFLAGS@ 339PANGO_LIBS = @PANGO_LIBS@ 340PATH_SEPARATOR = @PATH_SEPARATOR@ 341PKG_CONFIG = @PKG_CONFIG@ 342PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 343PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 344PNG_LIBS = @PNG_LIBS@ 345PTHREAD_LIBS = @PTHREAD_LIBS@ 346PULSE_INCLUDE = @PULSE_INCLUDE@ 347PULSE_LIBS = @PULSE_LIBS@ 348PULSE_LTLIB = @PULSE_LTLIB@ 349RANLIB = @RANLIB@ 350RDP_CFLAGS = @RDP_CFLAGS@ 351RDP_LIBS = @RDP_LIBS@ 352SED = @SED@ 353SET_MAKE = @SET_MAKE@ 354SHELL = @SHELL@ 355SSH_LIBS = @SSH_LIBS@ 356SSL_LIBS = @SSL_LIBS@ 357STRIP = @STRIP@ 358SWSCALE_CFLAGS = @SWSCALE_CFLAGS@ 359SWSCALE_LIBS = @SWSCALE_LIBS@ 360TELNET_LIBS = @TELNET_LIBS@ 361TERMINAL_INCLUDE = @TERMINAL_INCLUDE@ 362TERMINAL_LTLIB = @TERMINAL_LTLIB@ 363UUID_LIBS = @UUID_LIBS@ 364VERSION = @VERSION@ 365VNC_LIBS = @VNC_LIBS@ 366VORBIS_LIBS = @VORBIS_LIBS@ 367WEBP_LIBS = @WEBP_LIBS@ 368WEBSOCKETS_LIBS = @WEBSOCKETS_LIBS@ 369WINSOCK_LIBS = @WINSOCK_LIBS@ 370abs_builddir = @abs_builddir@ 371abs_srcdir = @abs_srcdir@ 372abs_top_builddir = @abs_top_builddir@ 373abs_top_srcdir = @abs_top_srcdir@ 374ac_ct_AR = @ac_ct_AR@ 375ac_ct_CC = @ac_ct_CC@ 376ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 377am__include = @am__include@ 378am__leading_dot = @am__leading_dot@ 379am__quote = @am__quote@ 380am__tar = @am__tar@ 381am__untar = @am__untar@ 382bindir = @bindir@ 383build = @build@ 384build_alias = @build_alias@ 385build_cpu = @build_cpu@ 386build_os = @build_os@ 387build_vendor = @build_vendor@ 388builddir = @builddir@ 389datadir = @datadir@ 390datarootdir = @datarootdir@ 391docdir = @docdir@ 392dvidir = @dvidir@ 393exec_prefix = @exec_prefix@ 394host = @host@ 395host_alias = @host_alias@ 396host_cpu = @host_cpu@ 397host_os = @host_os@ 398host_vendor = @host_vendor@ 399htmldir = @htmldir@ 400includedir = @includedir@ 401infodir = @infodir@ 402init_dir = @init_dir@ 403install_sh = @install_sh@ 404libdir = @libdir@ 405libexecdir = @libexecdir@ 406localedir = @localedir@ 407localstatedir = @localstatedir@ 408mandir = @mandir@ 409mkdir_p = @mkdir_p@ 410oldincludedir = @oldincludedir@ 411pdfdir = @pdfdir@ 412prefix = @prefix@ 413program_transform_name = @program_transform_name@ 414psdir = @psdir@ 415runstatedir = @runstatedir@ 416sbindir = @sbindir@ 417sharedstatedir = @sharedstatedir@ 418srcdir = @srcdir@ 419sysconfdir = @sysconfdir@ 420systemd_dir = @systemd_dir@ 421target_alias = @target_alias@ 422top_build_prefix = @top_build_prefix@ 423top_builddir = @top_builddir@ 424top_srcdir = @top_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 @COMMON_INCLUDE@ \ 446 @LIBGUAC_INCLUDE@ 447 448libguac_common_ssh_la_LIBADD = \ 449 @LIBGUAC_LTLIB@ 450 451libguac_common_ssh_la_LDFLAGS = \ 452 @PTHREAD_LIBS@ \ 453 @SSH_LIBS@ \ 454 @SSL_LIBS@ 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 510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libguac_common_ssh_la-buffer.Plo@am__quote@ # am--include-marker 511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libguac_common_ssh_la-key.Plo@am__quote@ # am--include-marker 512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libguac_common_ssh_la-sftp.Plo@am__quote@ # am--include-marker 513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libguac_common_ssh_la-ssh.Plo@am__quote@ # am--include-marker 514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libguac_common_ssh_la-user.Plo@am__quote@ # 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__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 524@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 525@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 526@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 527@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 528@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 529 530.c.obj: 531@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 532@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 533@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 534@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 535@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 536@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 537 538.c.lo: 539@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 540@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 541@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 542@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 543@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 544@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 545 546libguac_common_ssh_la-buffer.lo: buffer.c 547@am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-buffer.Tpo $(DEPDIR)/libguac_common_ssh_la-buffer.Plo 549@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='buffer.c' object='libguac_common_ssh_la-buffer.lo' libtool=yes @AMDEPBACKSLASH@ 550@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 551@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-sftp.Tpo $(DEPDIR)/libguac_common_ssh_la-sftp.Plo 556@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sftp.c' object='libguac_common_ssh_la-sftp.lo' libtool=yes @AMDEPBACKSLASH@ 557@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 558@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-ssh.Tpo $(DEPDIR)/libguac_common_ssh_la-ssh.Plo 563@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ssh.c' object='libguac_common_ssh_la-ssh.lo' libtool=yes @AMDEPBACKSLASH@ 564@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 565@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-key.Tpo $(DEPDIR)/libguac_common_ssh_la-key.Plo 570@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='key.c' object='libguac_common_ssh_la-key.lo' libtool=yes @AMDEPBACKSLASH@ 571@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 572@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_common_ssh_la-user.Tpo $(DEPDIR)/libguac_common_ssh_la-user.Plo 577@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='user.c' object='libguac_common_ssh_la-user.lo' libtool=yes @AMDEPBACKSLASH@ 578@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 579@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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: