Makefile.inc 8.5 KB

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