Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  1. # Makefile.in generated by automake 1.16.4 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2021 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. # $Id: Makefile.am,v 1.37 2009/03/26 15:41:15 bagder Exp $
  13. VPATH = @srcdir@
  14. am__is_gnu_make = { \
  15. if test -z '$(MAKELEVEL)'; then \
  16. false; \
  17. elif test -n '$(MAKE_HOST)'; then \
  18. true; \
  19. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  20. true; \
  21. else \
  22. false; \
  23. fi; \
  24. }
  25. am__make_running_with_option = \
  26. case $${target_option-} in \
  27. ?) ;; \
  28. *) echo "am__make_running_with_option: internal error: invalid" \
  29. "target option '$${target_option-}' specified" >&2; \
  30. exit 1;; \
  31. esac; \
  32. has_opt=no; \
  33. sane_makeflags=$$MAKEFLAGS; \
  34. if $(am__is_gnu_make); then \
  35. sane_makeflags=$$MFLAGS; \
  36. else \
  37. case $$MAKEFLAGS in \
  38. *\\[\ \ ]*) \
  39. bs=\\; \
  40. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  41. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  42. esac; \
  43. fi; \
  44. skip_next=no; \
  45. strip_trailopt () \
  46. { \
  47. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  48. }; \
  49. for flg in $$sane_makeflags; do \
  50. test $$skip_next = yes && { skip_next=no; continue; }; \
  51. case $$flg in \
  52. *=*|--*) continue;; \
  53. -*I) strip_trailopt 'I'; skip_next=yes;; \
  54. -*I?*) strip_trailopt 'I';; \
  55. -*O) strip_trailopt 'O'; skip_next=yes;; \
  56. -*O?*) strip_trailopt 'O';; \
  57. -*l) strip_trailopt 'l'; skip_next=yes;; \
  58. -*l?*) strip_trailopt 'l';; \
  59. -[dEDm]) skip_next=yes;; \
  60. -[JT]) skip_next=yes;; \
  61. esac; \
  62. case $$flg in \
  63. *$$target_option*) has_opt=yes; break;; \
  64. esac; \
  65. done; \
  66. test $$has_opt = yes
  67. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  68. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  69. pkgdatadir = $(datadir)/@PACKAGE@
  70. pkgincludedir = $(includedir)/@PACKAGE@
  71. pkglibdir = $(libdir)/@PACKAGE@
  72. pkglibexecdir = $(libexecdir)/@PACKAGE@
  73. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  74. install_sh_DATA = $(install_sh) -c -m 644
  75. install_sh_PROGRAM = $(install_sh) -c
  76. install_sh_SCRIPT = $(install_sh) -c
  77. INSTALL_HEADER = $(INSTALL_DATA)
  78. transform = $(program_transform_name)
  79. NORMAL_INSTALL = :
  80. PRE_INSTALL = :
  81. POST_INSTALL = :
  82. NORMAL_UNINSTALL = :
  83. PRE_UNINSTALL = :
  84. POST_UNINSTALL = :
  85. build_triplet = @build@
  86. host_triplet = @host@
  87. subdir = docs
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
  90. $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
  91. $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
  92. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  93. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  94. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  95. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  96. $(ACLOCAL_M4)
  97. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  98. mkinstalldirs = $(install_sh) -d
  99. CONFIG_HEADER = $(top_builddir)/src/libssh2_config.h
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. AM_V_P = $(am__v_P_@AM_V@)
  103. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  104. am__v_P_0 = false
  105. am__v_P_1 = :
  106. AM_V_GEN = $(am__v_GEN_@AM_V@)
  107. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  108. am__v_GEN_0 = @echo " GEN " $@;
  109. am__v_GEN_1 =
  110. AM_V_at = $(am__v_at_@AM_V@)
  111. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  112. am__v_at_0 = @
  113. am__v_at_1 =
  114. SOURCES =
  115. DIST_SOURCES =
  116. am__can_run_installinfo = \
  117. case $$AM_UPDATE_INFO_DIR in \
  118. n|no|NO) false;; \
  119. *) (install-info --version) >/dev/null 2>&1;; \
  120. esac
  121. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  122. am__vpath_adj = case $$p in \
  123. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  124. *) f=$$p;; \
  125. esac;
  126. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  127. am__install_max = 40
  128. am__nobase_strip_setup = \
  129. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  130. am__nobase_strip = \
  131. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  132. am__nobase_list = $(am__nobase_strip_setup); \
  133. for p in $$list; do echo "$$p $$p"; done | \
  134. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  135. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  136. if (++n[$$2] == $(am__install_max)) \
  137. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  138. END { for (dir in files) print dir, files[dir] }'
  139. am__base_list = \
  140. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  141. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  142. am__uninstall_files_from_dir = { \
  143. test -z "$$files" \
  144. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  145. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  146. $(am__cd) "$$dir" && rm -f $$files; }; \
  147. }
  148. man3dir = $(mandir)/man3
  149. am__installdirs = "$(DESTDIR)$(man3dir)"
  150. NROFF = nroff
  151. MANS = $(dist_man_MANS)
  152. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  153. am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in AUTHORS TODO
  154. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  155. ACLOCAL = @ACLOCAL@
  156. ALLOCA = @ALLOCA@
  157. AMTAR = @AMTAR@
  158. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  159. AR = @AR@
  160. AS = @AS@
  161. AUTOCONF = @AUTOCONF@
  162. AUTOHEADER = @AUTOHEADER@
  163. AUTOMAKE = @AUTOMAKE@
  164. AWK = @AWK@
  165. CC = @CC@
  166. CCDEPMODE = @CCDEPMODE@
  167. CFLAGS = @CFLAGS@
  168. CPP = @CPP@
  169. CPPFLAGS = @CPPFLAGS@
  170. CSCOPE = @CSCOPE@
  171. CTAGS = @CTAGS@
  172. CXX = @CXX@
  173. CXXCPP = @CXXCPP@
  174. CXXDEPMODE = @CXXDEPMODE@
  175. CXXFLAGS = @CXXFLAGS@
  176. CYGPATH_W = @CYGPATH_W@
  177. DEFS = @DEFS@
  178. DEPDIR = @DEPDIR@
  179. DLLTOOL = @DLLTOOL@
  180. DSYMUTIL = @DSYMUTIL@
  181. DUMPBIN = @DUMPBIN@
  182. ECHO_C = @ECHO_C@
  183. ECHO_N = @ECHO_N@
  184. ECHO_T = @ECHO_T@
  185. EGREP = @EGREP@
  186. ETAGS = @ETAGS@
  187. EXEEXT = @EXEEXT@
  188. FGREP = @FGREP@
  189. GREP = @GREP@
  190. HAVE_LIBBCRYPT = @HAVE_LIBBCRYPT@
  191. HAVE_LIBCRYPT32 = @HAVE_LIBCRYPT32@
  192. HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@
  193. HAVE_LIBMBEDCRYPTO = @HAVE_LIBMBEDCRYPTO@
  194. HAVE_LIBSSL = @HAVE_LIBSSL@
  195. HAVE_LIBZ = @HAVE_LIBZ@
  196. INSTALL = @INSTALL@
  197. INSTALL_DATA = @INSTALL_DATA@
  198. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  199. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  200. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  201. LD = @LD@
  202. LDFLAGS = @LDFLAGS@
  203. LIBBCRYPT = @LIBBCRYPT@
  204. LIBBCRYPT_PREFIX = @LIBBCRYPT_PREFIX@
  205. LIBCRYPT32 = @LIBCRYPT32@
  206. LIBCRYPT32_PREFIX = @LIBCRYPT32_PREFIX@
  207. LIBGCRYPT = @LIBGCRYPT@
  208. LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@
  209. LIBMBEDCRYPTO = @LIBMBEDCRYPTO@
  210. LIBMBEDCRYPTO_PREFIX = @LIBMBEDCRYPTO_PREFIX@
  211. LIBOBJS = @LIBOBJS@
  212. LIBS = @LIBS@
  213. LIBSREQUIRED = @LIBSREQUIRED@
  214. LIBSSH2VER = @LIBSSH2VER@
  215. LIBSSL = @LIBSSL@
  216. LIBSSL_PREFIX = @LIBSSL_PREFIX@
  217. LIBTOOL = @LIBTOOL@
  218. LIBZ = @LIBZ@
  219. LIBZ_PREFIX = @LIBZ_PREFIX@
  220. LIB_FUZZING_ENGINE = @LIB_FUZZING_ENGINE@
  221. LIPO = @LIPO@
  222. LN_S = @LN_S@
  223. LTLIBBCRYPT = @LTLIBBCRYPT@
  224. LTLIBCRYPT32 = @LTLIBCRYPT32@
  225. LTLIBGCRYPT = @LTLIBGCRYPT@
  226. LTLIBMBEDCRYPTO = @LTLIBMBEDCRYPTO@
  227. LTLIBOBJS = @LTLIBOBJS@
  228. LTLIBSSL = @LTLIBSSL@
  229. LTLIBZ = @LTLIBZ@
  230. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  231. MAINT = @MAINT@
  232. MAKEINFO = @MAKEINFO@
  233. MANIFEST_TOOL = @MANIFEST_TOOL@
  234. MKDIR_P = @MKDIR_P@
  235. NM = @NM@
  236. NMEDIT = @NMEDIT@
  237. OBJDUMP = @OBJDUMP@
  238. OBJEXT = @OBJEXT@
  239. OTOOL = @OTOOL@
  240. OTOOL64 = @OTOOL64@
  241. PACKAGE = @PACKAGE@
  242. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  243. PACKAGE_NAME = @PACKAGE_NAME@
  244. PACKAGE_STRING = @PACKAGE_STRING@
  245. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  246. PACKAGE_URL = @PACKAGE_URL@
  247. PACKAGE_VERSION = @PACKAGE_VERSION@
  248. PATH_SEPARATOR = @PATH_SEPARATOR@
  249. RANLIB = @RANLIB@
  250. SED = @SED@
  251. SET_MAKE = @SET_MAKE@
  252. SHELL = @SHELL@
  253. SSHD = @SSHD@
  254. STRIP = @STRIP@
  255. VERSION = @VERSION@
  256. abs_builddir = @abs_builddir@
  257. abs_srcdir = @abs_srcdir@
  258. abs_top_builddir = @abs_top_builddir@
  259. abs_top_srcdir = @abs_top_srcdir@
  260. ac_ct_AR = @ac_ct_AR@
  261. ac_ct_CC = @ac_ct_CC@
  262. ac_ct_CXX = @ac_ct_CXX@
  263. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  264. am__include = @am__include@
  265. am__leading_dot = @am__leading_dot@
  266. am__quote = @am__quote@
  267. am__tar = @am__tar@
  268. am__untar = @am__untar@
  269. bindir = @bindir@
  270. build = @build@
  271. build_alias = @build_alias@
  272. build_cpu = @build_cpu@
  273. build_os = @build_os@
  274. build_vendor = @build_vendor@
  275. builddir = @builddir@
  276. datadir = @datadir@
  277. datarootdir = @datarootdir@
  278. docdir = @docdir@
  279. dvidir = @dvidir@
  280. exec_prefix = @exec_prefix@
  281. host = @host@
  282. host_alias = @host_alias@
  283. host_cpu = @host_cpu@
  284. host_os = @host_os@
  285. host_vendor = @host_vendor@
  286. htmldir = @htmldir@
  287. includedir = @includedir@
  288. infodir = @infodir@
  289. install_sh = @install_sh@
  290. libdir = @libdir@
  291. libexecdir = @libexecdir@
  292. localedir = @localedir@
  293. localstatedir = @localstatedir@
  294. mandir = @mandir@
  295. mkdir_p = @mkdir_p@
  296. oldincludedir = @oldincludedir@
  297. pdfdir = @pdfdir@
  298. prefix = @prefix@
  299. program_transform_name = @program_transform_name@
  300. psdir = @psdir@
  301. runstatedir = @runstatedir@
  302. sbindir = @sbindir@
  303. sharedstatedir = @sharedstatedir@
  304. srcdir = @srcdir@
  305. sysconfdir = @sysconfdir@
  306. target_alias = @target_alias@
  307. top_build_prefix = @top_build_prefix@
  308. top_builddir = @top_builddir@
  309. top_srcdir = @top_srcdir@
  310. EXTRA_DIST = template.3 BINDINGS INSTALL_AUTOTOOLS INSTALL_CMAKE.md HACKING TODO \
  311. AUTHORS CMakeLists.txt HACKING-CRYPTO SECURITY.md
  312. dist_man_MANS = \
  313. libssh2_agent_connect.3 \
  314. libssh2_agent_disconnect.3 \
  315. libssh2_agent_free.3 \
  316. libssh2_agent_get_identity.3 \
  317. libssh2_agent_get_identity_path.3 \
  318. libssh2_agent_init.3 \
  319. libssh2_agent_list_identities.3 \
  320. libssh2_agent_set_identity_path.3 \
  321. libssh2_agent_userauth.3 \
  322. libssh2_banner_set.3 \
  323. libssh2_base64_decode.3 \
  324. libssh2_channel_close.3 \
  325. libssh2_channel_direct_tcpip.3 \
  326. libssh2_channel_direct_tcpip_ex.3 \
  327. libssh2_channel_eof.3 \
  328. libssh2_channel_exec.3 \
  329. libssh2_channel_flush.3 \
  330. libssh2_channel_flush_ex.3 \
  331. libssh2_channel_flush_stderr.3 \
  332. libssh2_channel_forward_accept.3 \
  333. libssh2_channel_forward_cancel.3 \
  334. libssh2_channel_forward_listen.3 \
  335. libssh2_channel_forward_listen_ex.3 \
  336. libssh2_channel_free.3 \
  337. libssh2_channel_get_exit_signal.3 \
  338. libssh2_channel_get_exit_status.3 \
  339. libssh2_channel_handle_extended_data.3 \
  340. libssh2_channel_handle_extended_data2.3 \
  341. libssh2_channel_ignore_extended_data.3 \
  342. libssh2_channel_open_ex.3 \
  343. libssh2_channel_open_session.3 \
  344. libssh2_channel_process_startup.3 \
  345. libssh2_channel_read.3 \
  346. libssh2_channel_read_ex.3 \
  347. libssh2_channel_read_stderr.3 \
  348. libssh2_channel_receive_window_adjust.3 \
  349. libssh2_channel_receive_window_adjust2.3 \
  350. libssh2_channel_request_pty.3 \
  351. libssh2_channel_request_pty_ex.3 \
  352. libssh2_channel_request_pty_size.3 \
  353. libssh2_channel_request_pty_size_ex.3 \
  354. libssh2_channel_send_eof.3 \
  355. libssh2_channel_set_blocking.3 \
  356. libssh2_channel_setenv.3 \
  357. libssh2_channel_setenv_ex.3 \
  358. libssh2_channel_shell.3 \
  359. libssh2_channel_subsystem.3 \
  360. libssh2_channel_wait_closed.3 \
  361. libssh2_channel_wait_eof.3 \
  362. libssh2_channel_window_read.3 \
  363. libssh2_channel_window_read_ex.3 \
  364. libssh2_channel_window_write.3 \
  365. libssh2_channel_window_write_ex.3 \
  366. libssh2_channel_write.3 \
  367. libssh2_channel_write_ex.3 \
  368. libssh2_channel_write_stderr.3 \
  369. libssh2_channel_x11_req.3 \
  370. libssh2_channel_x11_req_ex.3 \
  371. libssh2_exit.3 \
  372. libssh2_free.3 \
  373. libssh2_hostkey_hash.3 \
  374. libssh2_init.3 \
  375. libssh2_keepalive_config.3 \
  376. libssh2_keepalive_send.3 \
  377. libssh2_knownhost_add.3 \
  378. libssh2_knownhost_addc.3 \
  379. libssh2_knownhost_check.3 \
  380. libssh2_knownhost_checkp.3 \
  381. libssh2_knownhost_del.3 \
  382. libssh2_knownhost_free.3 \
  383. libssh2_knownhost_get.3 \
  384. libssh2_knownhost_init.3 \
  385. libssh2_knownhost_readfile.3 \
  386. libssh2_knownhost_readline.3 \
  387. libssh2_knownhost_writefile.3 \
  388. libssh2_knownhost_writeline.3 \
  389. libssh2_poll.3 \
  390. libssh2_poll_channel_read.3 \
  391. libssh2_publickey_add.3 \
  392. libssh2_publickey_add_ex.3 \
  393. libssh2_publickey_init.3 \
  394. libssh2_publickey_list_fetch.3 \
  395. libssh2_publickey_list_free.3 \
  396. libssh2_publickey_remove.3 \
  397. libssh2_publickey_remove_ex.3 \
  398. libssh2_publickey_shutdown.3 \
  399. libssh2_scp_recv.3 \
  400. libssh2_scp_recv2.3 \
  401. libssh2_scp_send.3 \
  402. libssh2_scp_send64.3 \
  403. libssh2_scp_send_ex.3 \
  404. libssh2_session_abstract.3 \
  405. libssh2_session_banner_get.3 \
  406. libssh2_session_banner_set.3 \
  407. libssh2_session_block_directions.3 \
  408. libssh2_session_callback_set.3 \
  409. libssh2_session_disconnect.3 \
  410. libssh2_session_disconnect_ex.3 \
  411. libssh2_session_flag.3 \
  412. libssh2_session_free.3 \
  413. libssh2_session_get_blocking.3 \
  414. libssh2_session_get_timeout.3 \
  415. libssh2_session_handshake.3 \
  416. libssh2_session_hostkey.3 \
  417. libssh2_session_init.3 \
  418. libssh2_session_init_ex.3 \
  419. libssh2_session_last_errno.3 \
  420. libssh2_session_last_error.3 \
  421. libssh2_session_set_last_error.3 \
  422. libssh2_session_method_pref.3 \
  423. libssh2_session_methods.3 \
  424. libssh2_session_set_blocking.3 \
  425. libssh2_session_set_timeout.3 \
  426. libssh2_session_startup.3 \
  427. libssh2_session_supported_algs.3 \
  428. libssh2_sftp_close.3 \
  429. libssh2_sftp_close_handle.3 \
  430. libssh2_sftp_closedir.3 \
  431. libssh2_sftp_fsetstat.3 \
  432. libssh2_sftp_fstat.3 \
  433. libssh2_sftp_fstat_ex.3 \
  434. libssh2_sftp_fstatvfs.3 \
  435. libssh2_sftp_fsync.3 \
  436. libssh2_sftp_get_channel.3 \
  437. libssh2_sftp_init.3 \
  438. libssh2_sftp_last_error.3 \
  439. libssh2_sftp_lstat.3 \
  440. libssh2_sftp_mkdir.3 \
  441. libssh2_sftp_mkdir_ex.3 \
  442. libssh2_sftp_open.3 \
  443. libssh2_sftp_open_ex.3 \
  444. libssh2_sftp_opendir.3 \
  445. libssh2_sftp_read.3 \
  446. libssh2_sftp_readdir.3 \
  447. libssh2_sftp_readdir_ex.3 \
  448. libssh2_sftp_readlink.3 \
  449. libssh2_sftp_realpath.3 \
  450. libssh2_sftp_rename.3 \
  451. libssh2_sftp_rename_ex.3 \
  452. libssh2_sftp_rewind.3 \
  453. libssh2_sftp_rmdir.3 \
  454. libssh2_sftp_rmdir_ex.3 \
  455. libssh2_sftp_seek.3 \
  456. libssh2_sftp_seek64.3 \
  457. libssh2_sftp_setstat.3 \
  458. libssh2_sftp_shutdown.3 \
  459. libssh2_sftp_stat.3 \
  460. libssh2_sftp_stat_ex.3 \
  461. libssh2_sftp_statvfs.3 \
  462. libssh2_sftp_symlink.3 \
  463. libssh2_sftp_symlink_ex.3 \
  464. libssh2_sftp_tell.3 \
  465. libssh2_sftp_tell64.3 \
  466. libssh2_sftp_unlink.3 \
  467. libssh2_sftp_unlink_ex.3 \
  468. libssh2_sftp_write.3 \
  469. libssh2_trace.3 \
  470. libssh2_trace_sethandler.3 \
  471. libssh2_userauth_authenticated.3 \
  472. libssh2_userauth_hostbased_fromfile.3 \
  473. libssh2_userauth_hostbased_fromfile_ex.3 \
  474. libssh2_userauth_keyboard_interactive.3 \
  475. libssh2_userauth_keyboard_interactive_ex.3 \
  476. libssh2_userauth_list.3 \
  477. libssh2_userauth_password.3 \
  478. libssh2_userauth_password_ex.3 \
  479. libssh2_userauth_publickey.3 \
  480. libssh2_userauth_publickey_fromfile.3 \
  481. libssh2_userauth_publickey_fromfile_ex.3 \
  482. libssh2_userauth_publickey_frommemory.3 \
  483. libssh2_version.3
  484. all: all-am
  485. .SUFFIXES:
  486. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  487. @for dep in $?; do \
  488. case '$(am__configure_deps)' in \
  489. *$$dep*) \
  490. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  491. && { if test -f $@; then exit 0; else break; fi; }; \
  492. exit 1;; \
  493. esac; \
  494. done; \
  495. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
  496. $(am__cd) $(top_srcdir) && \
  497. $(AUTOMAKE) --foreign docs/Makefile
  498. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  499. @case '$?' in \
  500. *config.status*) \
  501. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  502. *) \
  503. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  504. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  505. esac;
  506. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  507. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  508. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  509. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  510. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  511. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  512. $(am__aclocal_m4_deps):
  513. mostlyclean-libtool:
  514. -rm -f *.lo
  515. clean-libtool:
  516. -rm -rf .libs _libs
  517. install-man3: $(dist_man_MANS)
  518. @$(NORMAL_INSTALL)
  519. @list1=''; \
  520. list2='$(dist_man_MANS)'; \
  521. test -n "$(man3dir)" \
  522. && test -n "`echo $$list1$$list2`" \
  523. || exit 0; \
  524. echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
  525. $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
  526. { for i in $$list1; do echo "$$i"; done; \
  527. if test -n "$$list2"; then \
  528. for i in $$list2; do echo "$$i"; done \
  529. | sed -n '/\.3[a-z]*$$/p'; \
  530. fi; \
  531. } | while read p; do \
  532. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  533. echo "$$d$$p"; echo "$$p"; \
  534. done | \
  535. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  536. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  537. sed 'N;N;s,\n, ,g' | { \
  538. list=; while read file base inst; do \
  539. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  540. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
  541. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
  542. fi; \
  543. done; \
  544. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  545. while read files; do \
  546. test -z "$$files" || { \
  547. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
  548. $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
  549. done; }
  550. uninstall-man3:
  551. @$(NORMAL_UNINSTALL)
  552. @list=''; test -n "$(man3dir)" || exit 0; \
  553. files=`{ for i in $$list; do echo "$$i"; done; \
  554. l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  555. sed -n '/\.3[a-z]*$$/p'; \
  556. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  557. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  558. dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
  559. tags TAGS:
  560. ctags CTAGS:
  561. cscope cscopelist:
  562. distdir: $(BUILT_SOURCES)
  563. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  564. distdir-am: $(DISTFILES)
  565. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  566. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  567. list='$(DISTFILES)'; \
  568. dist_files=`for file in $$list; do echo $$file; done | \
  569. sed -e "s|^$$srcdirstrip/||;t" \
  570. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  571. case $$dist_files in \
  572. */*) $(MKDIR_P) `echo "$$dist_files" | \
  573. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  574. sort -u` ;; \
  575. esac; \
  576. for file in $$dist_files; do \
  577. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  578. if test -d $$d/$$file; then \
  579. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  580. if test -d "$(distdir)/$$file"; then \
  581. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  582. fi; \
  583. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  584. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  585. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  586. fi; \
  587. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  588. else \
  589. test -f "$(distdir)/$$file" \
  590. || cp -p $$d/$$file "$(distdir)/$$file" \
  591. || exit 1; \
  592. fi; \
  593. done
  594. check-am: all-am
  595. check: check-am
  596. all-am: Makefile $(MANS)
  597. installdirs:
  598. for dir in "$(DESTDIR)$(man3dir)"; do \
  599. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  600. done
  601. install: install-am
  602. install-exec: install-exec-am
  603. install-data: install-data-am
  604. uninstall: uninstall-am
  605. install-am: all-am
  606. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  607. installcheck: installcheck-am
  608. install-strip:
  609. if test -z '$(STRIP)'; then \
  610. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  611. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  612. install; \
  613. else \
  614. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  615. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  616. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  617. fi
  618. mostlyclean-generic:
  619. clean-generic:
  620. distclean-generic:
  621. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  622. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  623. maintainer-clean-generic:
  624. @echo "This command is intended for maintainers to use"
  625. @echo "it deletes files that may require special tools to rebuild."
  626. clean: clean-am
  627. clean-am: clean-generic clean-libtool mostlyclean-am
  628. distclean: distclean-am
  629. -rm -f Makefile
  630. distclean-am: clean-am distclean-generic
  631. dvi: dvi-am
  632. dvi-am:
  633. html: html-am
  634. html-am:
  635. info: info-am
  636. info-am:
  637. install-data-am: install-man
  638. install-dvi: install-dvi-am
  639. install-dvi-am:
  640. install-exec-am:
  641. install-html: install-html-am
  642. install-html-am:
  643. install-info: install-info-am
  644. install-info-am:
  645. install-man: install-man3
  646. install-pdf: install-pdf-am
  647. install-pdf-am:
  648. install-ps: install-ps-am
  649. install-ps-am:
  650. installcheck-am:
  651. maintainer-clean: maintainer-clean-am
  652. -rm -f Makefile
  653. maintainer-clean-am: distclean-am maintainer-clean-generic
  654. mostlyclean: mostlyclean-am
  655. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  656. pdf: pdf-am
  657. pdf-am:
  658. ps: ps-am
  659. ps-am:
  660. uninstall-am: uninstall-man
  661. uninstall-man: uninstall-man3
  662. .MAKE: install-am install-strip
  663. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  664. cscopelist-am ctags-am distclean distclean-generic \
  665. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  666. install install-am install-data install-data-am install-dvi \
  667. install-dvi-am install-exec install-exec-am install-html \
  668. install-html-am install-info install-info-am install-man \
  669. install-man3 install-pdf install-pdf-am install-ps \
  670. install-ps-am install-strip installcheck installcheck-am \
  671. installdirs maintainer-clean maintainer-clean-generic \
  672. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  673. ps ps-am tags-am uninstall uninstall-am uninstall-man \
  674. uninstall-man3
  675. .PRECIOUS: Makefile
  676. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  677. # Otherwise a system limit (for SysV at least) may be exceeded.
  678. .NOEXPORT: