Makefile.inc 5.4 KB

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