Makefile.in 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382
  1. # Makefile.in generated by automake 1.16.5 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. #***************************************************************************
  13. # _ _ ____ _
  14. # Project ___| | | | _ \| |
  15. # / __| | | | |_) | |
  16. # | (__| |_| | _ <| |___
  17. # \___|\___/|_| \_\_____|
  18. #
  19. # Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, et al.
  20. #
  21. # This software is licensed as described in the file COPYING, which
  22. # you should have received as part of this distribution. The terms
  23. # are also available at https://curl.se/docs/copyright.html.
  24. #
  25. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  26. # copies of the Software, and permit persons to whom the Software is
  27. # furnished to do so, under the terms of the COPYING file.
  28. #
  29. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  30. # KIND, either express or implied.
  31. #
  32. # SPDX-License-Identifier: curl
  33. #
  34. ###########################################################################
  35. #***************************************************************************
  36. # _ _ ____ _
  37. # Project ___| | | | _ \| |
  38. # / __| | | | |_) | |
  39. # | (__| |_| | _ <| |___
  40. # \___|\___/|_| \_\_____|
  41. #
  42. # Copyright (C) 2008 - 2022, Daniel Stenberg, <[email protected]>, et al.
  43. #
  44. # This software is licensed as described in the file COPYING, which
  45. # you should have received as part of this distribution. The terms
  46. # are also available at https://curl.se/docs/copyright.html.
  47. #
  48. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  49. # copies of the Software, and permit persons to whom the Software is
  50. # furnished to do so, under the terms of the COPYING file.
  51. #
  52. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  53. # KIND, either express or implied.
  54. #
  55. # SPDX-License-Identifier: curl
  56. #
  57. ###########################################################################
  58. # Shared between Makefile.am and CMakeLists.txt
  59. VPATH = @srcdir@
  60. am__is_gnu_make = { \
  61. if test -z '$(MAKELEVEL)'; then \
  62. false; \
  63. elif test -n '$(MAKE_HOST)'; then \
  64. true; \
  65. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  66. true; \
  67. else \
  68. false; \
  69. fi; \
  70. }
  71. am__make_running_with_option = \
  72. case $${target_option-} in \
  73. ?) ;; \
  74. *) echo "am__make_running_with_option: internal error: invalid" \
  75. "target option '$${target_option-}' specified" >&2; \
  76. exit 1;; \
  77. esac; \
  78. has_opt=no; \
  79. sane_makeflags=$$MAKEFLAGS; \
  80. if $(am__is_gnu_make); then \
  81. sane_makeflags=$$MFLAGS; \
  82. else \
  83. case $$MAKEFLAGS in \
  84. *\\[\ \ ]*) \
  85. bs=\\; \
  86. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  87. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  88. esac; \
  89. fi; \
  90. skip_next=no; \
  91. strip_trailopt () \
  92. { \
  93. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  94. }; \
  95. for flg in $$sane_makeflags; do \
  96. test $$skip_next = yes && { skip_next=no; continue; }; \
  97. case $$flg in \
  98. *=*|--*) continue;; \
  99. -*I) strip_trailopt 'I'; skip_next=yes;; \
  100. -*I?*) strip_trailopt 'I';; \
  101. -*O) strip_trailopt 'O'; skip_next=yes;; \
  102. -*O?*) strip_trailopt 'O';; \
  103. -*l) strip_trailopt 'l'; skip_next=yes;; \
  104. -*l?*) strip_trailopt 'l';; \
  105. -[dEDm]) skip_next=yes;; \
  106. -[JT]) skip_next=yes;; \
  107. esac; \
  108. case $$flg in \
  109. *$$target_option*) has_opt=yes; break;; \
  110. esac; \
  111. done; \
  112. test $$has_opt = yes
  113. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  114. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  115. pkgdatadir = $(datadir)/@PACKAGE@
  116. pkgincludedir = $(includedir)/@PACKAGE@
  117. pkglibdir = $(libdir)/@PACKAGE@
  118. pkglibexecdir = $(libexecdir)/@PACKAGE@
  119. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  120. install_sh_DATA = $(install_sh) -c -m 644
  121. install_sh_PROGRAM = $(install_sh) -c
  122. install_sh_SCRIPT = $(install_sh) -c
  123. INSTALL_HEADER = $(INSTALL_DATA)
  124. transform = $(program_transform_name)
  125. NORMAL_INSTALL = :
  126. PRE_INSTALL = :
  127. POST_INSTALL = :
  128. NORMAL_UNINSTALL = :
  129. PRE_UNINSTALL = :
  130. POST_UNINSTALL = :
  131. build_triplet = @build@
  132. host_triplet = @host@
  133. subdir = docs/libcurl
  134. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  135. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
  136. $(top_srcdir)/m4/curl-bearssl.m4 \
  137. $(top_srcdir)/m4/curl-compilers.m4 \
  138. $(top_srcdir)/m4/curl-confopts.m4 \
  139. $(top_srcdir)/m4/curl-functions.m4 \
  140. $(top_srcdir)/m4/curl-gnutls.m4 \
  141. $(top_srcdir)/m4/curl-mbedtls.m4 $(top_srcdir)/m4/curl-nss.m4 \
  142. $(top_srcdir)/m4/curl-openssl.m4 \
  143. $(top_srcdir)/m4/curl-override.m4 \
  144. $(top_srcdir)/m4/curl-reentrant.m4 \
  145. $(top_srcdir)/m4/curl-rustls.m4 \
  146. $(top_srcdir)/m4/curl-schannel.m4 \
  147. $(top_srcdir)/m4/curl-sectransp.m4 \
  148. $(top_srcdir)/m4/curl-sysconfig.m4 \
  149. $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
  150. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  151. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  152. $(top_srcdir)/m4/xc-am-iface.m4 \
  153. $(top_srcdir)/m4/xc-cc-check.m4 \
  154. $(top_srcdir)/m4/xc-lt-iface.m4 \
  155. $(top_srcdir)/m4/xc-translit.m4 \
  156. $(top_srcdir)/m4/xc-val-flgs.m4 \
  157. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  158. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  159. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  160. $(top_srcdir)/configure.ac
  161. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  162. $(ACLOCAL_M4)
  163. DIST_COMMON = $(srcdir)/Makefile.am $(dist_m4macro_DATA) \
  164. $(am__DIST_COMMON)
  165. mkinstalldirs = $(install_sh) -d
  166. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
  167. CONFIG_CLEAN_FILES =
  168. CONFIG_CLEAN_VPATH_FILES =
  169. AM_V_P = $(am__v_P_@AM_V@)
  170. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  171. am__v_P_0 = false
  172. am__v_P_1 = :
  173. AM_V_GEN = $(am__v_GEN_@AM_V@)
  174. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  175. am__v_GEN_0 = @echo " GEN " $@;
  176. am__v_GEN_1 =
  177. AM_V_at = $(am__v_at_@AM_V@)
  178. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  179. am__v_at_0 = @
  180. am__v_at_1 =
  181. depcomp =
  182. am__maybe_remake_depfiles =
  183. SOURCES =
  184. DIST_SOURCES =
  185. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  186. ctags-recursive dvi-recursive html-recursive info-recursive \
  187. install-data-recursive install-dvi-recursive \
  188. install-exec-recursive install-html-recursive \
  189. install-info-recursive install-pdf-recursive \
  190. install-ps-recursive install-recursive installcheck-recursive \
  191. installdirs-recursive pdf-recursive ps-recursive \
  192. tags-recursive uninstall-recursive
  193. am__can_run_installinfo = \
  194. case $$AM_UPDATE_INFO_DIR in \
  195. n|no|NO) false;; \
  196. *) (install-info --version) >/dev/null 2>&1;; \
  197. esac
  198. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  199. am__vpath_adj = case $$p in \
  200. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  201. *) f=$$p;; \
  202. esac;
  203. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  204. am__install_max = 40
  205. am__nobase_strip_setup = \
  206. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  207. am__nobase_strip = \
  208. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  209. am__nobase_list = $(am__nobase_strip_setup); \
  210. for p in $$list; do echo "$$p $$p"; done | \
  211. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  212. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  213. if (++n[$$2] == $(am__install_max)) \
  214. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  215. END { for (dir in files) print dir, files[dir] }'
  216. am__base_list = \
  217. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  218. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  219. am__uninstall_files_from_dir = { \
  220. test -z "$$files" \
  221. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  222. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  223. $(am__cd) "$$dir" && rm -f $$files; }; \
  224. }
  225. man3dir = $(mandir)/man3
  226. am__installdirs = "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(m4macrodir)"
  227. MANS = $(man_MANS)
  228. DATA = $(dist_m4macro_DATA)
  229. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  230. distclean-recursive maintainer-clean-recursive
  231. am__recursive_targets = \
  232. $(RECURSIVE_TARGETS) \
  233. $(RECURSIVE_CLEAN_TARGETS) \
  234. $(am__extra_recursive_targets)
  235. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  236. check recheck distdir distdir-am
  237. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  238. # Read a list of newline-separated strings from the standard input,
  239. # and print each of them once, without duplicates. Input order is
  240. # *not* preserved.
  241. am__uniquify_input = $(AWK) '\
  242. BEGIN { nonempty = 0; } \
  243. { items[$$0] = 1; nonempty = 1; } \
  244. END { if (nonempty) { for (i in items) print i; }; } \
  245. '
  246. # Make sure the list of sources is unique. This is necessary because,
  247. # e.g., the same source file might be shared among _SOURCES variables
  248. # for different programs/libraries.
  249. am__define_uniq_tagged_files = \
  250. list='$(am__tagged_files)'; \
  251. unique=`for i in $$list; do \
  252. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  253. done | $(am__uniquify_input)`
  254. am__tty_colors_dummy = \
  255. mgn= red= grn= lgn= blu= brg= std=; \
  256. am__color_tests=no
  257. am__tty_colors = { \
  258. $(am__tty_colors_dummy); \
  259. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  260. am__color_tests=no; \
  261. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  262. am__color_tests=yes; \
  263. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  264. am__color_tests=yes; \
  265. fi; \
  266. if test $$am__color_tests = yes; then \
  267. red=''; \
  268. grn=''; \
  269. lgn=''; \
  270. blu=''; \
  271. mgn=''; \
  272. brg=''; \
  273. std=''; \
  274. fi; \
  275. }
  276. am__recheck_rx = ^[ ]*:recheck:[ ]*
  277. am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
  278. am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
  279. # A command that, given a newline-separated list of test names on the
  280. # standard input, print the name of the tests that are to be re-run
  281. # upon "make recheck".
  282. am__list_recheck_tests = $(AWK) '{ \
  283. recheck = 1; \
  284. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  285. { \
  286. if (rc < 0) \
  287. { \
  288. if ((getline line2 < ($$0 ".log")) < 0) \
  289. recheck = 0; \
  290. break; \
  291. } \
  292. else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  293. { \
  294. recheck = 0; \
  295. break; \
  296. } \
  297. else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  298. { \
  299. break; \
  300. } \
  301. }; \
  302. if (recheck) \
  303. print $$0; \
  304. close ($$0 ".trs"); \
  305. close ($$0 ".log"); \
  306. }'
  307. # A command that, given a newline-separated list of test names on the
  308. # standard input, create the global log from their .trs and .log files.
  309. am__create_global_log = $(AWK) ' \
  310. function fatal(msg) \
  311. { \
  312. print "fatal: making $@: " msg | "cat >&2"; \
  313. exit 1; \
  314. } \
  315. function rst_section(header) \
  316. { \
  317. print header; \
  318. len = length(header); \
  319. for (i = 1; i <= len; i = i + 1) \
  320. printf "="; \
  321. printf "\n\n"; \
  322. } \
  323. { \
  324. copy_in_global_log = 1; \
  325. global_test_result = "RUN"; \
  326. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  327. { \
  328. if (rc < 0) \
  329. fatal("failed to read from " $$0 ".trs"); \
  330. if (line ~ /$(am__global_test_result_rx)/) \
  331. { \
  332. sub("$(am__global_test_result_rx)", "", line); \
  333. sub("[ ]*$$", "", line); \
  334. global_test_result = line; \
  335. } \
  336. else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  337. copy_in_global_log = 0; \
  338. }; \
  339. if (copy_in_global_log) \
  340. { \
  341. rst_section(global_test_result ": " $$0); \
  342. while ((rc = (getline line < ($$0 ".log"))) != 0) \
  343. { \
  344. if (rc < 0) \
  345. fatal("failed to read from " $$0 ".log"); \
  346. print line; \
  347. }; \
  348. printf "\n"; \
  349. }; \
  350. close ($$0 ".trs"); \
  351. close ($$0 ".log"); \
  352. }'
  353. # Restructured Text title.
  354. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  355. # Solaris 10 'make', and several other traditional 'make' implementations,
  356. # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
  357. # by disabling -e (using the XSI extension "set +e") if it's set.
  358. am__sh_e_setup = case $$- in *e*) set +e;; esac
  359. # Default flags passed to test drivers.
  360. am__common_driver_flags = \
  361. --color-tests "$$am__color_tests" \
  362. --enable-hard-errors "$$am__enable_hard_errors" \
  363. --expect-failure "$$am__expect_failure"
  364. # To be inserted before the command running the test. Creates the
  365. # directory for the log if needed. Stores in $dir the directory
  366. # containing $f, in $tst the test, in $log the log. Executes the
  367. # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  368. # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
  369. # will run the test scripts (or their associated LOG_COMPILER, if
  370. # thy have one).
  371. am__check_pre = \
  372. $(am__sh_e_setup); \
  373. $(am__vpath_adj_setup) $(am__vpath_adj) \
  374. $(am__tty_colors); \
  375. srcdir=$(srcdir); export srcdir; \
  376. case "$@" in \
  377. */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
  378. *) am__odir=.;; \
  379. esac; \
  380. test "x$$am__odir" = x"." || test -d "$$am__odir" \
  381. || $(MKDIR_P) "$$am__odir" || exit $$?; \
  382. if test -f "./$$f"; then dir=./; \
  383. elif test -f "$$f"; then dir=; \
  384. else dir="$(srcdir)/"; fi; \
  385. tst=$$dir$$f; log='$@'; \
  386. if test -n '$(DISABLE_HARD_ERRORS)'; then \
  387. am__enable_hard_errors=no; \
  388. else \
  389. am__enable_hard_errors=yes; \
  390. fi; \
  391. case " $(XFAIL_TESTS) " in \
  392. *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
  393. am__expect_failure=yes;; \
  394. *) \
  395. am__expect_failure=no;; \
  396. esac; \
  397. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  398. # A shell command to get the names of the tests scripts with any registered
  399. # extension removed (i.e., equivalently, the names of the test logs, with
  400. # the '.log' extension removed). The result is saved in the shell variable
  401. # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
  402. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  403. # since that might cause problem with VPATH rewrites for suffix-less tests.
  404. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  405. am__set_TESTS_bases = \
  406. bases='$(TEST_LOGS)'; \
  407. bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  408. bases=`echo $$bases`
  409. AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
  410. RECHECK_LOGS = $(TEST_LOGS)
  411. TEST_SUITE_LOG = test-suite.log
  412. TEST_EXTENSIONS = @EXEEXT@ .test
  413. LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  414. LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  415. am__set_b = \
  416. case '$@' in \
  417. */*) \
  418. case '$*' in \
  419. */*) b='$*';; \
  420. *) b=`echo '$@' | sed 's/\.log$$//'`; \
  421. esac;; \
  422. *) \
  423. b='$*';; \
  424. esac
  425. am__test_logs1 = $(TESTS:=.log)
  426. am__test_logs2 = $(am__test_logs1:@[email protected]=.log)
  427. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  428. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  429. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  430. $(TEST_LOG_FLAGS)
  431. DIST_SUBDIRS = $(SUBDIRS)
  432. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \
  433. $(top_srcdir)/test-driver
  434. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  435. am__relativize = \
  436. dir0=`pwd`; \
  437. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  438. sed_rest='s,^[^/]*/*,,'; \
  439. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  440. sed_butlast='s,/*[^/]*$$,,'; \
  441. while test -n "$$dir1"; do \
  442. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  443. if test "$$first" != "."; then \
  444. if test "$$first" = ".."; then \
  445. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  446. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  447. else \
  448. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  449. if test "$$first2" = "$$first"; then \
  450. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  451. else \
  452. dir2="../$$dir2"; \
  453. fi; \
  454. dir0="$$dir0"/"$$first"; \
  455. fi; \
  456. fi; \
  457. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  458. done; \
  459. reldir="$$dir2"
  460. ACLOCAL = @ACLOCAL@
  461. AMTAR = @AMTAR@
  462. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  463. AR = @AR@
  464. AR_FLAGS = @AR_FLAGS@
  465. AS = @AS@
  466. AUTOCONF = @AUTOCONF@
  467. AUTOHEADER = @AUTOHEADER@
  468. AUTOMAKE = @AUTOMAKE@
  469. AWK = @AWK@
  470. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  471. CC = @CC@
  472. CCDEPMODE = @CCDEPMODE@
  473. CFLAGS = @CFLAGS@
  474. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  475. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  476. CPP = @CPP@
  477. CPPFLAGS = @CPPFLAGS@
  478. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  479. CSCOPE = @CSCOPE@
  480. CTAGS = @CTAGS@
  481. CURLVERSION = @CURLVERSION@
  482. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  483. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  484. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  485. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  486. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  487. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  488. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  489. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  490. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  491. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  492. CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
  493. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  494. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  495. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  496. CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
  497. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  498. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  499. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  500. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  501. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  502. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  503. CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
  504. CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
  505. CYGPATH_W = @CYGPATH_W@
  506. DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
  507. DEFS = @DEFS@
  508. DEPDIR = @DEPDIR@
  509. DLLTOOL = @DLLTOOL@
  510. DSYMUTIL = @DSYMUTIL@
  511. DUMPBIN = @DUMPBIN@
  512. ECHO_C = @ECHO_C@
  513. ECHO_N = @ECHO_N@
  514. ECHO_T = @ECHO_T@
  515. EGREP = @EGREP@
  516. ENABLE_SHARED = @ENABLE_SHARED@
  517. ENABLE_STATIC = @ENABLE_STATIC@
  518. ETAGS = @ETAGS@
  519. EXEEXT = @EXEEXT@
  520. FGREP = @FGREP@
  521. FILECMD = @FILECMD@
  522. FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
  523. GCOV = @GCOV@
  524. GREP = @GREP@
  525. HAVE_BROTLI = @HAVE_BROTLI@
  526. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  527. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  528. HAVE_LIBZ = @HAVE_LIBZ@
  529. HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
  530. HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
  531. HAVE_ZSTD = @HAVE_ZSTD@
  532. IDN_ENABLED = @IDN_ENABLED@
  533. INSTALL = @INSTALL@
  534. INSTALL_DATA = @INSTALL_DATA@
  535. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  536. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  537. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  538. IPV6_ENABLED = @IPV6_ENABLED@
  539. LCOV = @LCOV@
  540. LD = @LD@
  541. LDFLAGS = @LDFLAGS@
  542. LIBCURL_LIBS = @LIBCURL_LIBS@
  543. LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
  544. LIBOBJS = @LIBOBJS@
  545. LIBS = @LIBS@
  546. LIBTOOL = @LIBTOOL@
  547. LIPO = @LIPO@
  548. LN_S = @LN_S@
  549. LTLIBOBJS = @LTLIBOBJS@
  550. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  551. MAINT = @MAINT@
  552. MAKEINFO = @MAKEINFO@
  553. MANIFEST_TOOL = @MANIFEST_TOOL@
  554. MANOPT = @MANOPT@
  555. MKDIR_P = @MKDIR_P@
  556. NM = @NM@
  557. NMEDIT = @NMEDIT@
  558. NROFF = @NROFF@
  559. NSS_LIBS = @NSS_LIBS@
  560. OBJDUMP = @OBJDUMP@
  561. OBJEXT = @OBJEXT@
  562. OTOOL = @OTOOL@
  563. OTOOL64 = @OTOOL64@
  564. PACKAGE = @PACKAGE@
  565. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  566. PACKAGE_NAME = @PACKAGE_NAME@
  567. PACKAGE_STRING = @PACKAGE_STRING@
  568. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  569. PACKAGE_URL = @PACKAGE_URL@
  570. PACKAGE_VERSION = @PACKAGE_VERSION@
  571. PATH_SEPARATOR = @PATH_SEPARATOR@
  572. PERL = @PERL@
  573. PKGADD_NAME = @PKGADD_NAME@
  574. PKGADD_PKG = @PKGADD_PKG@
  575. PKGADD_VENDOR = @PKGADD_VENDOR@
  576. PKGCONFIG = @PKGCONFIG@
  577. RANDOM_FILE = @RANDOM_FILE@
  578. RANLIB = @RANLIB@
  579. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  580. SED = @SED@
  581. SET_MAKE = @SET_MAKE@
  582. SHELL = @SHELL@
  583. SSL_BACKENDS = @SSL_BACKENDS@
  584. SSL_ENABLED = @SSL_ENABLED@
  585. SSL_LIBS = @SSL_LIBS@
  586. STRIP = @STRIP@
  587. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  588. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  589. USE_ARES = @USE_ARES@
  590. USE_BEARSSL = @USE_BEARSSL@
  591. USE_GNUTLS = @USE_GNUTLS@
  592. USE_HYPER = @USE_HYPER@
  593. USE_LIBRTMP = @USE_LIBRTMP@
  594. USE_LIBSSH = @USE_LIBSSH@
  595. USE_LIBSSH2 = @USE_LIBSSH2@
  596. USE_MBEDTLS = @USE_MBEDTLS@
  597. USE_MSH3 = @USE_MSH3@
  598. USE_NGHTTP2 = @USE_NGHTTP2@
  599. USE_NGHTTP3 = @USE_NGHTTP3@
  600. USE_NGTCP2 = @USE_NGTCP2@
  601. USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
  602. USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
  603. USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
  604. USE_NSS = @USE_NSS@
  605. USE_OPENLDAP = @USE_OPENLDAP@
  606. USE_QUICHE = @USE_QUICHE@
  607. USE_RUSTLS = @USE_RUSTLS@
  608. USE_SCHANNEL = @USE_SCHANNEL@
  609. USE_SECTRANSP = @USE_SECTRANSP@
  610. USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
  611. USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
  612. USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
  613. USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
  614. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  615. USE_WOLFSSH = @USE_WOLFSSH@
  616. USE_WOLFSSL = @USE_WOLFSSL@
  617. VERSION = @VERSION@
  618. VERSIONNUM = @VERSIONNUM@
  619. ZLIB_LIBS = @ZLIB_LIBS@
  620. ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
  621. abs_builddir = @abs_builddir@
  622. abs_srcdir = @abs_srcdir@
  623. abs_top_builddir = @abs_top_builddir@
  624. abs_top_srcdir = @abs_top_srcdir@
  625. ac_ct_AR = @ac_ct_AR@
  626. ac_ct_CC = @ac_ct_CC@
  627. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  628. am__include = @am__include@
  629. am__leading_dot = @am__leading_dot@
  630. am__quote = @am__quote@
  631. am__tar = @am__tar@
  632. am__untar = @am__untar@
  633. bindir = @bindir@
  634. build = @build@
  635. build_alias = @build_alias@
  636. build_cpu = @build_cpu@
  637. build_os = @build_os@
  638. build_vendor = @build_vendor@
  639. builddir = @builddir@
  640. datadir = @datadir@
  641. datarootdir = @datarootdir@
  642. docdir = @docdir@
  643. dvidir = @dvidir@
  644. exec_prefix = @exec_prefix@
  645. host = @host@
  646. host_alias = @host_alias@
  647. host_cpu = @host_cpu@
  648. host_os = @host_os@
  649. host_vendor = @host_vendor@
  650. htmldir = @htmldir@
  651. includedir = @includedir@
  652. infodir = @infodir@
  653. install_sh = @install_sh@
  654. libdir = @libdir@
  655. libexecdir = @libexecdir@
  656. libext = @libext@
  657. localedir = @localedir@
  658. localstatedir = @localstatedir@
  659. mandir = @mandir@
  660. mkdir_p = @mkdir_p@
  661. oldincludedir = @oldincludedir@
  662. pdfdir = @pdfdir@
  663. prefix = @prefix@
  664. program_transform_name = @program_transform_name@
  665. psdir = @psdir@
  666. runstatedir = @runstatedir@
  667. sbindir = @sbindir@
  668. sharedstatedir = @sharedstatedir@
  669. srcdir = @srcdir@
  670. sysconfdir = @sysconfdir@
  671. target_alias = @target_alias@
  672. top_build_prefix = @top_build_prefix@
  673. top_builddir = @top_builddir@
  674. top_srcdir = @top_srcdir@
  675. AUTOMAKE_OPTIONS = foreign no-dependencies
  676. SUBDIRS = opts
  677. man_MANS = \
  678. curl_easy_cleanup.3 \
  679. curl_easy_duphandle.3 \
  680. curl_easy_escape.3 \
  681. curl_easy_getinfo.3 \
  682. curl_easy_header.3 \
  683. curl_easy_init.3 \
  684. curl_easy_nextheader.3 \
  685. curl_easy_option_by_id.3 \
  686. curl_easy_option_by_name.3 \
  687. curl_easy_option_next.3 \
  688. curl_easy_pause.3 \
  689. curl_easy_perform.3 \
  690. curl_easy_recv.3 \
  691. curl_easy_reset.3 \
  692. curl_easy_send.3 \
  693. curl_easy_setopt.3 \
  694. curl_easy_strerror.3 \
  695. curl_easy_unescape.3 \
  696. curl_easy_upkeep.3 \
  697. curl_escape.3 \
  698. curl_formadd.3 \
  699. curl_formfree.3 \
  700. curl_formget.3 \
  701. curl_free.3 \
  702. curl_getdate.3 \
  703. curl_getenv.3 \
  704. curl_global_cleanup.3 \
  705. curl_global_init.3 \
  706. curl_global_init_mem.3 \
  707. curl_global_sslset.3 \
  708. curl_mime_addpart.3 \
  709. curl_mime_data.3 \
  710. curl_mime_data_cb.3 \
  711. curl_mime_encoder.3 \
  712. curl_mime_filedata.3 \
  713. curl_mime_filename.3 \
  714. curl_mime_free.3 \
  715. curl_mime_headers.3 \
  716. curl_mime_init.3 \
  717. curl_mime_name.3 \
  718. curl_mime_subparts.3 \
  719. curl_mime_type.3 \
  720. curl_mprintf.3 \
  721. curl_multi_add_handle.3 \
  722. curl_multi_assign.3 \
  723. curl_multi_cleanup.3 \
  724. curl_multi_fdset.3 \
  725. curl_multi_info_read.3 \
  726. curl_multi_init.3 \
  727. curl_multi_perform.3 \
  728. curl_multi_poll.3 \
  729. curl_multi_remove_handle.3 \
  730. curl_multi_setopt.3 \
  731. curl_multi_socket.3 \
  732. curl_multi_socket_action.3 \
  733. curl_multi_socket_all.3 \
  734. curl_multi_strerror.3 \
  735. curl_multi_timeout.3 \
  736. curl_multi_wakeup.3 \
  737. curl_multi_wait.3 \
  738. curl_share_cleanup.3 \
  739. curl_share_init.3 \
  740. curl_share_setopt.3 \
  741. curl_share_strerror.3 \
  742. curl_slist_append.3 \
  743. curl_slist_free_all.3 \
  744. curl_strequal.3 \
  745. curl_strnequal.3 \
  746. curl_unescape.3 \
  747. curl_url.3 \
  748. curl_url_cleanup.3 \
  749. curl_url_dup.3 \
  750. curl_url_get.3 \
  751. curl_url_set.3 \
  752. curl_url_strerror.3 \
  753. curl_version.3 \
  754. curl_version_info.3 \
  755. libcurl-easy.3 \
  756. libcurl-env.3 \
  757. libcurl-errors.3 \
  758. libcurl-multi.3 \
  759. libcurl-security.3 \
  760. libcurl-share.3 \
  761. libcurl-symbols.3 \
  762. libcurl-thread.3 \
  763. libcurl-tutorial.3 \
  764. libcurl-url.3 \
  765. libcurl.3
  766. man_DISTMANS = $(man_MANS:.3=.3.dist)
  767. HTMLPAGES = $(man_MANS:.3=.html)
  768. PDFPAGES = $(man_MANS:.3=.pdf)
  769. m4macrodir = $(datadir)/aclocal
  770. dist_m4macro_DATA = libcurl.m4
  771. CLEANFILES = $(HTMLPAGES) $(PDFPAGES) $(TESTS) $(man_DISTMANS) \
  772. libcurl-symbols.3
  773. EXTRA_DIST = $(man_MANS) ABI.md symbols-in-versions symbols.pl \
  774. mksymbolsmanpage.pl CMakeLists.txt
  775. MAN2HTML = roffit --mandir=. $< >$@
  776. SUFFIXES = .3 .html
  777. # Make sure each option man page is referenced in the main man page
  778. TESTS = check-easy check-multi
  779. LOG_COMPILER = $(PERL)
  780. # The test fails if the log file contains any text
  781. AM_LOG_FLAGS = -p -e 'die "$$_" if ($$_);'
  782. all: all-recursive
  783. .SUFFIXES:
  784. .SUFFIXES: .3 .html .log .pdf .test .test$(EXEEXT) .trs
  785. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
  786. @for dep in $?; do \
  787. case '$(am__configure_deps)' in \
  788. *$$dep*) \
  789. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  790. && { if test -f $@; then exit 0; else break; fi; }; \
  791. exit 1;; \
  792. esac; \
  793. done; \
  794. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/libcurl/Makefile'; \
  795. $(am__cd) $(top_srcdir) && \
  796. $(AUTOMAKE) --foreign docs/libcurl/Makefile
  797. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  798. @case '$?' in \
  799. *config.status*) \
  800. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  801. *) \
  802. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  803. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  804. esac;
  805. $(srcdir)/Makefile.inc $(am__empty):
  806. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  807. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  808. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  809. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  810. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  811. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  812. $(am__aclocal_m4_deps):
  813. mostlyclean-libtool:
  814. -rm -f *.lo
  815. clean-libtool:
  816. -rm -rf .libs _libs
  817. install-man3: $(man_MANS)
  818. @$(NORMAL_INSTALL)
  819. @list1=''; \
  820. list2='$(man_MANS)'; \
  821. test -n "$(man3dir)" \
  822. && test -n "`echo $$list1$$list2`" \
  823. || exit 0; \
  824. echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
  825. $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
  826. { for i in $$list1; do echo "$$i"; done; \
  827. if test -n "$$list2"; then \
  828. for i in $$list2; do echo "$$i"; done \
  829. | sed -n '/\.3[a-z]*$$/p'; \
  830. fi; \
  831. } | while read p; do \
  832. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  833. echo "$$d$$p"; echo "$$p"; \
  834. done | \
  835. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  836. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  837. sed 'N;N;s,\n, ,g' | { \
  838. list=; while read file base inst; do \
  839. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  840. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
  841. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
  842. fi; \
  843. done; \
  844. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  845. while read files; do \
  846. test -z "$$files" || { \
  847. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
  848. $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
  849. done; }
  850. uninstall-man3:
  851. @$(NORMAL_UNINSTALL)
  852. @list=''; test -n "$(man3dir)" || exit 0; \
  853. files=`{ for i in $$list; do echo "$$i"; done; \
  854. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  855. sed -n '/\.3[a-z]*$$/p'; \
  856. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  857. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  858. dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
  859. install-dist_m4macroDATA: $(dist_m4macro_DATA)
  860. @$(NORMAL_INSTALL)
  861. @list='$(dist_m4macro_DATA)'; test -n "$(m4macrodir)" || list=; \
  862. if test -n "$$list"; then \
  863. echo " $(MKDIR_P) '$(DESTDIR)$(m4macrodir)'"; \
  864. $(MKDIR_P) "$(DESTDIR)$(m4macrodir)" || exit 1; \
  865. fi; \
  866. for p in $$list; do \
  867. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  868. echo "$$d$$p"; \
  869. done | $(am__base_list) | \
  870. while read files; do \
  871. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4macrodir)'"; \
  872. $(INSTALL_DATA) $$files "$(DESTDIR)$(m4macrodir)" || exit $$?; \
  873. done
  874. uninstall-dist_m4macroDATA:
  875. @$(NORMAL_UNINSTALL)
  876. @list='$(dist_m4macro_DATA)'; test -n "$(m4macrodir)" || list=; \
  877. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  878. dir='$(DESTDIR)$(m4macrodir)'; $(am__uninstall_files_from_dir)
  879. # This directory's subdirectories are mostly independent; you can cd
  880. # into them and run 'make' without going through this Makefile.
  881. # To change the values of 'make' variables: instead of editing Makefiles,
  882. # (1) if the variable is set in 'config.status', edit 'config.status'
  883. # (which will cause the Makefiles to be regenerated when you run 'make');
  884. # (2) otherwise, pass the desired values on the 'make' command line.
  885. $(am__recursive_targets):
  886. @fail=; \
  887. if $(am__make_keepgoing); then \
  888. failcom='fail=yes'; \
  889. else \
  890. failcom='exit 1'; \
  891. fi; \
  892. dot_seen=no; \
  893. target=`echo $@ | sed s/-recursive//`; \
  894. case "$@" in \
  895. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  896. *) list='$(SUBDIRS)' ;; \
  897. esac; \
  898. for subdir in $$list; do \
  899. echo "Making $$target in $$subdir"; \
  900. if test "$$subdir" = "."; then \
  901. dot_seen=yes; \
  902. local_target="$$target-am"; \
  903. else \
  904. local_target="$$target"; \
  905. fi; \
  906. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  907. || eval $$failcom; \
  908. done; \
  909. if test "$$dot_seen" = "no"; then \
  910. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  911. fi; test -z "$$fail"
  912. ID: $(am__tagged_files)
  913. $(am__define_uniq_tagged_files); mkid -fID $$unique
  914. tags: tags-recursive
  915. TAGS: tags
  916. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  917. set x; \
  918. here=`pwd`; \
  919. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  920. include_option=--etags-include; \
  921. empty_fix=.; \
  922. else \
  923. include_option=--include; \
  924. empty_fix=; \
  925. fi; \
  926. list='$(SUBDIRS)'; for subdir in $$list; do \
  927. if test "$$subdir" = .; then :; else \
  928. test ! -f $$subdir/TAGS || \
  929. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  930. fi; \
  931. done; \
  932. $(am__define_uniq_tagged_files); \
  933. shift; \
  934. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  935. test -n "$$unique" || unique=$$empty_fix; \
  936. if test $$# -gt 0; then \
  937. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  938. "$$@" $$unique; \
  939. else \
  940. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  941. $$unique; \
  942. fi; \
  943. fi
  944. ctags: ctags-recursive
  945. CTAGS: ctags
  946. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  947. $(am__define_uniq_tagged_files); \
  948. test -z "$(CTAGS_ARGS)$$unique" \
  949. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  950. $$unique
  951. GTAGS:
  952. here=`$(am__cd) $(top_builddir) && pwd` \
  953. && $(am__cd) $(top_srcdir) \
  954. && gtags -i $(GTAGS_ARGS) "$$here"
  955. cscopelist: cscopelist-recursive
  956. cscopelist-am: $(am__tagged_files)
  957. list='$(am__tagged_files)'; \
  958. case "$(srcdir)" in \
  959. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  960. *) sdir=$(subdir)/$(srcdir) ;; \
  961. esac; \
  962. for i in $$list; do \
  963. if test -f "$$i"; then \
  964. echo "$(subdir)/$$i"; \
  965. else \
  966. echo "$$sdir/$$i"; \
  967. fi; \
  968. done >> $(top_builddir)/cscope.files
  969. distclean-tags:
  970. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  971. # Recover from deleted '.trs' file; this should ensure that
  972. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  973. # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
  974. # to avoid problems with "make -n".
  975. .log.trs:
  976. rm -f $< $@
  977. $(MAKE) $(AM_MAKEFLAGS) $<
  978. # Leading 'am--fnord' is there to ensure the list of targets does not
  979. # expand to empty, as could happen e.g. with make check TESTS=''.
  980. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  981. am--force-recheck:
  982. @:
  983. $(TEST_SUITE_LOG): $(TEST_LOGS)
  984. @$(am__set_TESTS_bases); \
  985. am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  986. redo_bases=`for i in $$bases; do \
  987. am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  988. done`; \
  989. if test -n "$$redo_bases"; then \
  990. redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  991. redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  992. if $(am__make_dryrun); then :; else \
  993. rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  994. fi; \
  995. fi; \
  996. if test -n "$$am__remaking_logs"; then \
  997. echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  998. "recursion detected" >&2; \
  999. elif test -n "$$redo_logs"; then \
  1000. am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  1001. fi; \
  1002. if $(am__make_dryrun); then :; else \
  1003. st=0; \
  1004. errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  1005. for i in $$redo_bases; do \
  1006. test -f $$i.trs && test -r $$i.trs \
  1007. || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  1008. test -f $$i.log && test -r $$i.log \
  1009. || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  1010. done; \
  1011. test $$st -eq 0 || exit 1; \
  1012. fi
  1013. @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  1014. ws='[ ]'; \
  1015. results=`for b in $$bases; do echo $$b.trs; done`; \
  1016. test -n "$$results" || results=/dev/null; \
  1017. all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
  1018. pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
  1019. fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
  1020. skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
  1021. xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  1022. xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  1023. error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  1024. if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  1025. success=true; \
  1026. else \
  1027. success=false; \
  1028. fi; \
  1029. br='==================='; br=$$br$$br$$br$$br; \
  1030. result_count () \
  1031. { \
  1032. if test x"$$1" = x"--maybe-color"; then \
  1033. maybe_colorize=yes; \
  1034. elif test x"$$1" = x"--no-color"; then \
  1035. maybe_colorize=no; \
  1036. else \
  1037. echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  1038. fi; \
  1039. shift; \
  1040. desc=$$1 count=$$2; \
  1041. if test $$maybe_colorize = yes && test $$count -gt 0; then \
  1042. color_start=$$3 color_end=$$std; \
  1043. else \
  1044. color_start= color_end=; \
  1045. fi; \
  1046. echo "$${color_start}# $$desc $$count$${color_end}"; \
  1047. }; \
  1048. create_testsuite_report () \
  1049. { \
  1050. result_count $$1 "TOTAL:" $$all "$$brg"; \
  1051. result_count $$1 "PASS: " $$pass "$$grn"; \
  1052. result_count $$1 "SKIP: " $$skip "$$blu"; \
  1053. result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  1054. result_count $$1 "FAIL: " $$fail "$$red"; \
  1055. result_count $$1 "XPASS:" $$xpass "$$red"; \
  1056. result_count $$1 "ERROR:" $$error "$$mgn"; \
  1057. }; \
  1058. { \
  1059. echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
  1060. $(am__rst_title); \
  1061. create_testsuite_report --no-color; \
  1062. echo; \
  1063. echo ".. contents:: :depth: 2"; \
  1064. echo; \
  1065. for b in $$bases; do echo $$b; done \
  1066. | $(am__create_global_log); \
  1067. } >$(TEST_SUITE_LOG).tmp || exit 1; \
  1068. mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
  1069. if $$success; then \
  1070. col="$$grn"; \
  1071. else \
  1072. col="$$red"; \
  1073. test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
  1074. fi; \
  1075. echo "$${col}$$br$${std}"; \
  1076. echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
  1077. echo "$${col}$$br$${std}"; \
  1078. create_testsuite_report --maybe-color; \
  1079. echo "$$col$$br$$std"; \
  1080. if $$success; then :; else \
  1081. echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
  1082. if test -n "$(PACKAGE_BUGREPORT)"; then \
  1083. echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
  1084. fi; \
  1085. echo "$$col$$br$$std"; \
  1086. fi; \
  1087. $$success || exit 1
  1088. check-TESTS:
  1089. @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
  1090. @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
  1091. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1092. @set +e; $(am__set_TESTS_bases); \
  1093. log_list=`for i in $$bases; do echo $$i.log; done`; \
  1094. trs_list=`for i in $$bases; do echo $$i.trs; done`; \
  1095. log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
  1096. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  1097. exit $$?;
  1098. recheck: all
  1099. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1100. @set +e; $(am__set_TESTS_bases); \
  1101. bases=`for i in $$bases; do echo $$i; done \
  1102. | $(am__list_recheck_tests)` || exit 1; \
  1103. log_list=`for i in $$bases; do echo $$i.log; done`; \
  1104. log_list=`echo $$log_list`; \
  1105. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  1106. am__force_recheck=am--force-recheck \
  1107. TEST_LOGS="$$log_list"; \
  1108. exit $$?
  1109. check-easy.log: check-easy
  1110. @p='check-easy'; \
  1111. b='check-easy'; \
  1112. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1113. --log-file $$b.log --trs-file $$b.trs \
  1114. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1115. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1116. check-multi.log: check-multi
  1117. @p='check-multi'; \
  1118. b='check-multi'; \
  1119. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1120. --log-file $$b.log --trs-file $$b.trs \
  1121. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1122. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1123. .test.log:
  1124. @p='$<'; \
  1125. $(am__set_b); \
  1126. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1127. --log-file $$b.log --trs-file $$b.trs \
  1128. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1129. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1130. @[email protected]$(EXEEXT).log:
  1131. @am__EXEEXT_TRUE@ @p='$<'; \
  1132. @am__EXEEXT_TRUE@ $(am__set_b); \
  1133. @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1134. @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
  1135. @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1136. @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
  1137. distdir: $(BUILT_SOURCES)
  1138. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  1139. distdir-am: $(DISTFILES)
  1140. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1141. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1142. list='$(DISTFILES)'; \
  1143. dist_files=`for file in $$list; do echo $$file; done | \
  1144. sed -e "s|^$$srcdirstrip/||;t" \
  1145. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  1146. case $$dist_files in \
  1147. */*) $(MKDIR_P) `echo "$$dist_files" | \
  1148. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  1149. sort -u` ;; \
  1150. esac; \
  1151. for file in $$dist_files; do \
  1152. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1153. if test -d $$d/$$file; then \
  1154. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1155. if test -d "$(distdir)/$$file"; then \
  1156. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1157. fi; \
  1158. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1159. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1160. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1161. fi; \
  1162. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1163. else \
  1164. test -f "$(distdir)/$$file" \
  1165. || cp -p $$d/$$file "$(distdir)/$$file" \
  1166. || exit 1; \
  1167. fi; \
  1168. done
  1169. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  1170. if test "$$subdir" = .; then :; else \
  1171. $(am__make_dryrun) \
  1172. || test -d "$(distdir)/$$subdir" \
  1173. || $(MKDIR_P) "$(distdir)/$$subdir" \
  1174. || exit 1; \
  1175. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  1176. $(am__relativize); \
  1177. new_distdir=$$reldir; \
  1178. dir1=$$subdir; dir2="$(top_distdir)"; \
  1179. $(am__relativize); \
  1180. new_top_distdir=$$reldir; \
  1181. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  1182. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  1183. ($(am__cd) $$subdir && \
  1184. $(MAKE) $(AM_MAKEFLAGS) \
  1185. top_distdir="$$new_top_distdir" \
  1186. distdir="$$new_distdir" \
  1187. am__remove_distdir=: \
  1188. am__skip_length_check=: \
  1189. am__skip_mode_fix=: \
  1190. distdir) \
  1191. || exit 1; \
  1192. fi; \
  1193. done
  1194. check-am: all-am
  1195. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  1196. check: check-recursive
  1197. all-am: Makefile $(MANS) $(DATA)
  1198. installdirs: installdirs-recursive
  1199. installdirs-am:
  1200. for dir in "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(m4macrodir)"; do \
  1201. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  1202. done
  1203. install: install-recursive
  1204. install-exec: install-exec-recursive
  1205. install-data: install-data-recursive
  1206. uninstall: uninstall-recursive
  1207. install-am: all-am
  1208. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1209. installcheck: installcheck-recursive
  1210. install-strip:
  1211. if test -z '$(STRIP)'; then \
  1212. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1213. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1214. install; \
  1215. else \
  1216. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1217. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1218. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1219. fi
  1220. mostlyclean-generic:
  1221. -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
  1222. -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
  1223. -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1224. clean-generic:
  1225. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  1226. distclean-generic:
  1227. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1228. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1229. maintainer-clean-generic:
  1230. @echo "This command is intended for maintainers to use"
  1231. @echo "it deletes files that may require special tools to rebuild."
  1232. clean: clean-recursive
  1233. clean-am: clean-generic clean-libtool mostlyclean-am
  1234. distclean: distclean-recursive
  1235. -rm -f Makefile
  1236. distclean-am: clean-am distclean-generic distclean-tags
  1237. dvi: dvi-recursive
  1238. dvi-am:
  1239. html-am:
  1240. info: info-recursive
  1241. info-am:
  1242. install-data-am: install-dist_m4macroDATA install-man
  1243. install-dvi: install-dvi-recursive
  1244. install-dvi-am:
  1245. install-exec-am:
  1246. install-html: install-html-recursive
  1247. install-html-am:
  1248. install-info: install-info-recursive
  1249. install-info-am:
  1250. install-man: install-man3
  1251. install-pdf: install-pdf-recursive
  1252. install-pdf-am:
  1253. install-ps: install-ps-recursive
  1254. install-ps-am:
  1255. installcheck-am:
  1256. maintainer-clean: maintainer-clean-recursive
  1257. -rm -f Makefile
  1258. maintainer-clean-am: distclean-am maintainer-clean-generic
  1259. mostlyclean: mostlyclean-recursive
  1260. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  1261. pdf-am:
  1262. ps: ps-recursive
  1263. ps-am:
  1264. uninstall-am: uninstall-dist_m4macroDATA uninstall-man
  1265. uninstall-man: uninstall-man3
  1266. .MAKE: $(am__recursive_targets) check-am install-am install-strip
  1267. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  1268. check-TESTS check-am clean clean-generic clean-libtool \
  1269. cscopelist-am ctags ctags-am distclean distclean-generic \
  1270. distclean-libtool distclean-tags distdir dvi dvi-am html \
  1271. html-am info info-am install install-am install-data \
  1272. install-data-am install-dist_m4macroDATA install-dvi \
  1273. install-dvi-am install-exec install-exec-am install-html \
  1274. install-html-am install-info install-info-am install-man \
  1275. install-man3 install-pdf install-pdf-am install-ps \
  1276. install-ps-am install-strip installcheck installcheck-am \
  1277. installdirs installdirs-am maintainer-clean \
  1278. maintainer-clean-generic mostlyclean mostlyclean-generic \
  1279. mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
  1280. uninstall uninstall-am uninstall-dist_m4macroDATA \
  1281. uninstall-man uninstall-man3
  1282. .PRECIOUS: Makefile
  1283. libcurl-symbols.3: $(srcdir)/symbols-in-versions $(srcdir)/mksymbolsmanpage.pl
  1284. perl $(srcdir)/mksymbolsmanpage.pl < $(srcdir)/symbols-in-versions > $@
  1285. html: $(HTMLPAGES)
  1286. cd opts && $(MAKE) html
  1287. .3.html:
  1288. $(MAN2HTML)
  1289. pdf: $(PDFPAGES)
  1290. cd opts && $(MAKE) pdf
  1291. .3.pdf:
  1292. @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
  1293. groff -Tps -man $< >$$foo.ps; \
  1294. ps2pdf $$foo.ps $@; \
  1295. rm $$foo.ps; \
  1296. echo "converted $< to $@")
  1297. check-easy: $(srcdir)/curl_easy_setopt.3 $(srcdir)/opts/CURLOPT*.3
  1298. OPTS="$$(ls $(srcdir)/opts/CURLOPT*.3 | $(SED) -e 's,^.*/,,' -e 's,\.3$$,,')" && \
  1299. for opt in $$OPTS; do grep "^\.IP $$opt$$" $(srcdir)/curl_easy_setopt.3 >/dev/null || echo Missing $$opt; done > $@
  1300. check-multi: $(srcdir)/curl_multi_setopt.3 $(srcdir)/opts/CURLMOPT*.3
  1301. OPTS="$$(ls $(srcdir)/opts/CURLMOPT*.3 | $(SED) -e 's,^.*/,,' -e 's,\.3$$,,')" && \
  1302. for opt in $$OPTS; do grep "^\.IP $$opt$$" $(srcdir)/curl_multi_setopt.3 >/dev/null || echo Missing $$opt; done > $@
  1303. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1304. # Otherwise a system limit (for SysV at least) may be exceeded.
  1305. .NOEXPORT: