Makefile.inc 5.2 KB

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