Makefile.inc 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. LIB_VAUTH_CFILES = \
  23. vauth/cleartext.c \
  24. vauth/cram.c \
  25. vauth/digest.c \
  26. vauth/digest_sspi.c \
  27. vauth/gsasl.c \
  28. vauth/krb5_gssapi.c \
  29. vauth/krb5_sspi.c \
  30. vauth/ntlm.c \
  31. vauth/ntlm_sspi.c \
  32. vauth/oauth2.c \
  33. vauth/spnego_gssapi.c \
  34. vauth/spnego_sspi.c \
  35. vauth/vauth.c
  36. LIB_VAUTH_HFILES = \
  37. vauth/digest.h \
  38. vauth/ntlm.h \
  39. vauth/vauth.h
  40. LIB_VTLS_CFILES = \
  41. vtls/bearssl.c \
  42. vtls/gskit.c \
  43. vtls/gtls.c \
  44. vtls/keylog.c \
  45. vtls/mbedtls.c \
  46. vtls/mbedtls_threadlock.c \
  47. vtls/mesalink.c \
  48. vtls/nss.c \
  49. vtls/openssl.c \
  50. vtls/rustls.c \
  51. vtls/schannel.c \
  52. vtls/schannel_verify.c \
  53. vtls/sectransp.c \
  54. vtls/vtls.c \
  55. vtls/wolfssl.c
  56. LIB_VTLS_HFILES = \
  57. vtls/bearssl.h \
  58. vtls/gskit.h \
  59. vtls/gtls.h \
  60. vtls/keylog.h \
  61. vtls/mbedtls.h \
  62. vtls/mbedtls_threadlock.h \
  63. vtls/mesalink.h \
  64. vtls/nssg.h \
  65. vtls/openssl.h \
  66. vtls/rustls.h \
  67. vtls/schannel.h \
  68. vtls/sectransp.h \
  69. vtls/vtls.h \
  70. vtls/wolfssl.h
  71. LIB_VQUIC_CFILES = \
  72. vquic/ngtcp2.c \
  73. vquic/quiche.c \
  74. vquic/vquic.c
  75. LIB_VQUIC_HFILES = \
  76. vquic/ngtcp2.h \
  77. vquic/quiche.h \
  78. vquic/vquic.h
  79. LIB_VSSH_CFILES = \
  80. vssh/libssh.c \
  81. vssh/libssh2.c \
  82. vssh/wolfssh.c
  83. LIB_VSSH_HFILES = \
  84. vssh/ssh.h
  85. LIB_CFILES = \
  86. altsvc.c \
  87. amigaos.c \
  88. asyn-ares.c \
  89. asyn-thread.c \
  90. base64.c \
  91. bufref.c \
  92. c-hyper.c \
  93. conncache.c \
  94. connect.c \
  95. content_encoding.c \
  96. cookie.c \
  97. curl_addrinfo.c \
  98. curl_ctype.c \
  99. curl_des.c \
  100. curl_endian.c \
  101. curl_fnmatch.c \
  102. curl_get_line.c \
  103. curl_gethostname.c \
  104. curl_gssapi.c \
  105. curl_memrchr.c \
  106. curl_multibyte.c \
  107. curl_ntlm_core.c \
  108. curl_ntlm_wb.c \
  109. curl_path.c \
  110. curl_range.c \
  111. curl_rtmp.c \
  112. curl_sasl.c \
  113. curl_sspi.c \
  114. curl_threads.c \
  115. dict.c \
  116. doh.c \
  117. dotdot.c \
  118. dynbuf.c \
  119. easy.c \
  120. easygetopt.c \
  121. easyoptions.c \
  122. escape.c \
  123. file.c \
  124. fileinfo.c \
  125. formdata.c \
  126. ftp.c \
  127. ftplistparser.c \
  128. getenv.c \
  129. getinfo.c \
  130. gopher.c \
  131. hash.c \
  132. hmac.c \
  133. hostasyn.c \
  134. hostcheck.c \
  135. hostip.c \
  136. hostip4.c \
  137. hostip6.c \
  138. hostsyn.c \
  139. hsts.c \
  140. http.c \
  141. http2.c \
  142. http_chunks.c \
  143. http_digest.c \
  144. http_negotiate.c \
  145. http_ntlm.c \
  146. http_proxy.c \
  147. http_aws_sigv4.c \
  148. idn_win32.c \
  149. if2ip.c \
  150. imap.c \
  151. inet_ntop.c \
  152. inet_pton.c \
  153. krb5.c \
  154. ldap.c \
  155. llist.c \
  156. md4.c \
  157. md5.c \
  158. memdebug.c \
  159. mime.c \
  160. mprintf.c \
  161. mqtt.c \
  162. multi.c \
  163. netrc.c \
  164. non-ascii.c \
  165. nonblock.c \
  166. openldap.c \
  167. parsedate.c \
  168. pingpong.c \
  169. pop3.c \
  170. progress.c \
  171. psl.c \
  172. rand.c \
  173. rename.c \
  174. rtsp.c \
  175. select.c \
  176. sendf.c \
  177. setopt.c \
  178. sha256.c \
  179. share.c \
  180. slist.c \
  181. smb.c \
  182. smtp.c \
  183. socketpair.c \
  184. socks.c \
  185. socks_gssapi.c \
  186. socks_sspi.c \
  187. speedcheck.c \
  188. splay.c \
  189. strcase.c \
  190. strdup.c \
  191. strerror.c \
  192. strtok.c \
  193. strtoofft.c \
  194. system_win32.c \
  195. telnet.c \
  196. tftp.c \
  197. timeval.c \
  198. transfer.c \
  199. url.c \
  200. urlapi.c \
  201. version.c \
  202. version_win32.c \
  203. warnless.c \
  204. wildcard.c \
  205. x509asn1.c
  206. LIB_HFILES = \
  207. altsvc.h \
  208. amigaos.h \
  209. arpa_telnet.h \
  210. asyn.h \
  211. bufref.h \
  212. c-hyper.h \
  213. conncache.h \
  214. connect.h \
  215. content_encoding.h \
  216. cookie.h \
  217. curl_addrinfo.h \
  218. curl_base64.h \
  219. curl_ctype.h \
  220. curl_des.h \
  221. curl_endian.h \
  222. curl_fnmatch.h \
  223. curl_get_line.h \
  224. curl_gethostname.h \
  225. curl_gssapi.h \
  226. curl_hmac.h \
  227. curl_krb5.h \
  228. curl_ldap.h \
  229. curl_md4.h \
  230. curl_md5.h \
  231. curl_memory.h \
  232. curl_memrchr.h \
  233. curl_multibyte.h \
  234. curl_ntlm_core.h \
  235. curl_ntlm_wb.h \
  236. curl_path.h \
  237. curl_printf.h \
  238. curl_range.h \
  239. curl_rtmp.h \
  240. curl_sasl.h \
  241. curl_setup.h \
  242. curl_setup_once.h \
  243. curl_sha256.h \
  244. curl_sspi.h \
  245. curl_threads.h \
  246. curlx.h \
  247. dict.h \
  248. doh.h \
  249. dotdot.h \
  250. dynbuf.h \
  251. easyif.h \
  252. easyoptions.h \
  253. escape.h \
  254. file.h \
  255. fileinfo.h \
  256. formdata.h \
  257. ftp.h \
  258. ftplistparser.h \
  259. getinfo.h \
  260. gopher.h \
  261. hash.h \
  262. hostcheck.h \
  263. hostip.h \
  264. hsts.h \
  265. http.h \
  266. http2.h \
  267. http_chunks.h \
  268. http_digest.h \
  269. http_negotiate.h \
  270. http_ntlm.h \
  271. http_proxy.h \
  272. http_aws_sigv4.h \
  273. if2ip.h \
  274. imap.h \
  275. inet_ntop.h \
  276. inet_pton.h \
  277. llist.h \
  278. memdebug.h \
  279. mime.h \
  280. mqtt.h \
  281. multihandle.h \
  282. multiif.h \
  283. netrc.h \
  284. non-ascii.h \
  285. nonblock.h \
  286. parsedate.h \
  287. pingpong.h \
  288. pop3.h \
  289. progress.h \
  290. psl.h \
  291. quic.h \
  292. rand.h \
  293. rename.h \
  294. rtsp.h \
  295. select.h \
  296. sendf.h \
  297. setopt.h \
  298. setup-vms.h \
  299. share.h \
  300. sigpipe.h \
  301. slist.h \
  302. smb.h \
  303. smtp.h \
  304. sockaddr.h \
  305. socketpair.h \
  306. socks.h \
  307. speedcheck.h \
  308. splay.h \
  309. strcase.h \
  310. strdup.h \
  311. strerror.h \
  312. strtok.h \
  313. strtoofft.h \
  314. system_win32.h \
  315. telnet.h \
  316. tftp.h \
  317. timeval.h \
  318. transfer.h \
  319. url.h \
  320. urlapi-int.h \
  321. urldata.h \
  322. version_win32.h \
  323. warnless.h \
  324. wildcard.h \
  325. x509asn1.h
  326. LIB_RCFILES = libcurl.rc
  327. CSOURCES = $(LIB_CFILES) $(LIB_VAUTH_CFILES) $(LIB_VTLS_CFILES) \
  328. $(LIB_VQUIC_CFILES) $(LIB_VSSH_CFILES)
  329. HHEADERS = $(LIB_HFILES) $(LIB_VAUTH_HFILES) $(LIB_VTLS_HFILES) \
  330. $(LIB_VQUIC_HFILES) $(LIB_VSSH_HFILES)