Makefile.inc 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. #***************************************************************************
  2. # _ _ ____ _
  3. # Project ___| | | | _ \| |
  4. # / __| | | | |_) | |
  5. # | (__| |_| | _ <| |___
  6. # \___|\___/|_| \_\_____|
  7. #
  8. # Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  9. #
  10. # This software is licensed as described in the file COPYING, which
  11. # you should have received as part of this distribution. The terms
  12. # are also available at https://curl.se/docs/copyright.html.
  13. #
  14. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  15. # copies of the Software, and permit persons to whom the Software is
  16. # furnished to do so, under the terms of the COPYING file.
  17. #
  18. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  19. # KIND, either express or implied.
  20. #
  21. # SPDX-License-Identifier: curl
  22. #
  23. ###########################################################################
  24. # Shared between Makefile.am and CMakeLists.txt
  25. DPAGES = \
  26. abstract-unix-socket.d \
  27. alt-svc.d \
  28. anyauth.d \
  29. append.d \
  30. aws-sigv4.d \
  31. basic.d \
  32. cacert.d \
  33. capath.d \
  34. cert-status.d \
  35. cert-type.d \
  36. cert.d \
  37. ciphers.d \
  38. compressed-ssh.d \
  39. compressed.d \
  40. config.d \
  41. connect-timeout.d \
  42. connect-to.d \
  43. continue-at.d \
  44. cookie-jar.d \
  45. cookie.d \
  46. create-dirs.d \
  47. create-file-mode.d \
  48. crlf.d \
  49. crlfile.d \
  50. curves.d \
  51. data-ascii.d \
  52. data-binary.d \
  53. data-raw.d \
  54. data-urlencode.d \
  55. data.d \
  56. delegation.d \
  57. digest.d \
  58. disable-eprt.d \
  59. disable-epsv.d \
  60. disable.d \
  61. disallow-username-in-url.d \
  62. dns-interface.d \
  63. dns-ipv4-addr.d \
  64. dns-ipv6-addr.d \
  65. dns-servers.d \
  66. doh-cert-status.d \
  67. doh-insecure.d \
  68. doh-url.d \
  69. dump-header.d \
  70. egd-file.d \
  71. engine.d \
  72. etag-compare.d \
  73. etag-save.d \
  74. expect100-timeout.d \
  75. fail-early.d \
  76. fail-with-body.d \
  77. fail.d \
  78. false-start.d \
  79. form-escape.d \
  80. form-string.d \
  81. form.d \
  82. ftp-account.d \
  83. ftp-alternative-to-user.d \
  84. ftp-create-dirs.d \
  85. ftp-method.d \
  86. ftp-pasv.d \
  87. ftp-port.d \
  88. ftp-pret.d \
  89. ftp-skip-pasv-ip.d \
  90. ftp-ssl-ccc-mode.d \
  91. ftp-ssl-ccc.d \
  92. ftp-ssl-control.d \
  93. get.d \
  94. globoff.d \
  95. happy-eyeballs-timeout-ms.d \
  96. haproxy-protocol.d \
  97. head.d \
  98. header.d \
  99. help.d \
  100. hostpubmd5.d \
  101. hostpubsha256.d \
  102. hsts.d \
  103. http0.9.d \
  104. http1.0.d \
  105. http1.1.d \
  106. http2-prior-knowledge.d \
  107. http2.d \
  108. http3.d \
  109. ignore-content-length.d \
  110. include.d \
  111. insecure.d \
  112. interface.d \
  113. ipv4.d \
  114. ipv6.d \
  115. json.d \
  116. junk-session-cookies.d \
  117. keepalive-time.d \
  118. key-type.d \
  119. key.d \
  120. krb.d \
  121. libcurl.d \
  122. limit-rate.d \
  123. list-only.d \
  124. local-port.d \
  125. location-trusted.d \
  126. location.d \
  127. login-options.d \
  128. mail-auth.d \
  129. mail-from.d \
  130. mail-rcpt-allowfails.d \
  131. mail-rcpt.d \
  132. manual.d \
  133. max-filesize.d \
  134. max-redirs.d \
  135. max-time.d \
  136. metalink.d \
  137. negotiate.d \
  138. netrc-file.d \
  139. netrc-optional.d \
  140. netrc.d \
  141. next.d \
  142. no-alpn.d \
  143. no-buffer.d \
  144. no-clobber.d \
  145. no-keepalive.d \
  146. no-npn.d \
  147. no-progress-meter.d \
  148. no-sessionid.d \
  149. noproxy.d \
  150. ntlm-wb.d \
  151. ntlm.d \
  152. oauth2-bearer.d \
  153. output-dir.d \
  154. output.d \
  155. parallel-immediate.d \
  156. parallel-max.d \
  157. parallel.d \
  158. pass.d \
  159. path-as-is.d \
  160. pinnedpubkey.d \
  161. post301.d \
  162. post302.d \
  163. post303.d \
  164. preproxy.d \
  165. progress-bar.d \
  166. proto-default.d \
  167. proto-redir.d \
  168. proto.d \
  169. proxy-anyauth.d \
  170. proxy-basic.d \
  171. proxy-cacert.d \
  172. proxy-capath.d \
  173. proxy-cert-type.d \
  174. proxy-cert.d \
  175. proxy-ciphers.d \
  176. proxy-crlfile.d \
  177. proxy-digest.d \
  178. proxy-header.d \
  179. proxy-insecure.d \
  180. proxy-key-type.d \
  181. proxy-key.d \
  182. proxy-negotiate.d \
  183. proxy-ntlm.d \
  184. proxy-pass.d \
  185. proxy-pinnedpubkey.d \
  186. proxy-service-name.d \
  187. proxy-ssl-allow-beast.d \
  188. proxy-ssl-auto-client-cert.d \
  189. proxy-tls13-ciphers.d \
  190. proxy-tlsauthtype.d \
  191. proxy-tlspassword.d \
  192. proxy-tlsuser.d \
  193. proxy-tlsv1.d \
  194. proxy-user.d \
  195. proxy.d \
  196. proxy1.0.d \
  197. proxytunnel.d \
  198. pubkey.d \
  199. quote.d \
  200. random-file.d \
  201. range.d \
  202. rate.d \
  203. raw.d \
  204. referer.d \
  205. remote-header-name.d \
  206. remote-name-all.d \
  207. remote-name.d \
  208. remote-time.d \
  209. remove-on-error.d \
  210. request-target.d \
  211. request.d \
  212. resolve.d \
  213. retry-all-errors.d \
  214. retry-connrefused.d \
  215. retry-delay.d \
  216. retry-max-time.d \
  217. retry.d \
  218. sasl-authzid.d \
  219. sasl-ir.d \
  220. service-name.d \
  221. show-error.d \
  222. silent.d \
  223. socks4.d \
  224. socks4a.d \
  225. socks5-basic.d \
  226. socks5-gssapi-nec.d \
  227. socks5-gssapi-service.d \
  228. socks5-gssapi.d \
  229. socks5-hostname.d \
  230. socks5.d \
  231. speed-limit.d \
  232. speed-time.d \
  233. ssl-allow-beast.d \
  234. ssl-auto-client-cert.d \
  235. ssl-no-revoke.d \
  236. ssl-reqd.d \
  237. ssl-revoke-best-effort.d \
  238. ssl.d \
  239. sslv2.d \
  240. sslv3.d \
  241. stderr.d \
  242. styled-output.d \
  243. suppress-connect-headers.d \
  244. tcp-fastopen.d \
  245. tcp-nodelay.d \
  246. telnet-option.d \
  247. tftp-blksize.d \
  248. tftp-no-options.d \
  249. time-cond.d \
  250. tls-max.d \
  251. tls13-ciphers.d \
  252. tlsauthtype.d \
  253. tlspassword.d \
  254. tlsuser.d \
  255. tlsv1.0.d \
  256. tlsv1.1.d \
  257. tlsv1.2.d \
  258. tlsv1.3.d \
  259. tlsv1.d \
  260. tr-encoding.d \
  261. trace-ascii.d \
  262. trace-time.d \
  263. trace.d \
  264. unix-socket.d \
  265. upload-file.d \
  266. url.d \
  267. use-ascii.d \
  268. user-agent.d \
  269. user.d \
  270. verbose.d \
  271. version.d \
  272. write-out.d \
  273. xattr.d
  274. OTHERPAGES = page-footer page-header