Makefile.inc 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. #***************************************************************************
  2. # _ _ ____ _
  3. # Project ___| | | | _ \| |
  4. # / __| | | | |_) | |
  5. # | (__| |_| | _ <| |___
  6. # \___|\___/|_| \_\_____|
  7. #
  8. # Copyright (C) 1998 - 2020, 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.haxx.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 = vauth/cleartext.c vauth/cram.c vauth/digest.c \
  23. vauth/digest_sspi.c vauth/krb5_gssapi.c vauth/krb5_sspi.c vauth/ntlm.c \
  24. vauth/ntlm_sspi.c vauth/oauth2.c vauth/spnego_gssapi.c vauth/spnego_sspi.c \
  25. vauth/vauth.c
  26. LIB_VAUTH_HFILES = vauth/digest.h vauth/ntlm.h vauth/vauth.h
  27. LIB_VTLS_CFILES = vtls/bearssl.c vtls/gskit.c vtls/gtls.c vtls/keylog.c \
  28. vtls/mbedtls.c vtls/mbedtls_threadlock.c vtls/mesalink.c vtls/nss.c \
  29. vtls/openssl.c vtls/schannel.c vtls/schannel_verify.c vtls/sectransp.c \
  30. vtls/vtls.c vtls/wolfssl.c
  31. LIB_VTLS_HFILES = vtls/bearssl.h vtls/gskit.h vtls/gtls.h vtls/keylog.h \
  32. vtls/mbedtls.h vtls/mbedtls_threadlock.h vtls/mesalink.h vtls/nssg.h \
  33. vtls/openssl.h vtls/schannel.h vtls/sectransp.h vtls/vtls.h vtls/wolfssl.h
  34. LIB_VQUIC_CFILES = vquic/ngtcp2.c vquic/quiche.c vquic/vquic.c
  35. LIB_VQUIC_HFILES = vquic/ngtcp2.h vquic/quiche.h vquic/vquic.h
  36. LIB_VSSH_CFILES = vssh/libssh.c vssh/libssh2.c vssh/wolfssh.c
  37. LIB_VSSH_HFILES = vssh/ssh.h
  38. LIB_CFILES = altsvc.c amigaos.c asyn-ares.c asyn-thread.c base64.c \
  39. conncache.c connect.c content_encoding.c cookie.c curl_addrinfo.c \
  40. curl_ctype.c curl_des.c curl_endian.c curl_fnmatch.c curl_get_line.c \
  41. curl_gethostname.c curl_gssapi.c curl_memrchr.c curl_multibyte.c \
  42. curl_ntlm_core.c curl_ntlm_wb.c curl_path.c curl_range.c curl_rtmp.c \
  43. curl_sasl.c curl_sspi.c curl_threads.c dict.c dotdot.c easy.c escape.c \
  44. file.c fileinfo.c formdata.c ftp.c url.c ftplistparser.c getenv.c getinfo.c \
  45. gopher.c hash.c hmac.c hostasyn.c hostcheck.c hostip.c hostip4.c hostip6.c \
  46. hostsyn.c http.c http2.c http_chunks.c http_digest.c http_negotiate.c \
  47. http_ntlm.c http_proxy.c idn_win32.c if2ip.c imap.c inet_ntop.c inet_pton.c \
  48. krb5.c ldap.c llist.c md4.c md5.c memdebug.c mime.c mprintf.c mqtt.c \
  49. multi.c netrc.c non-ascii.c nonblock.c openldap.c parsedate.c pingpong.c \
  50. pop3.c progress.c psl.c doh.c rand.c rename.c rtsp.c security.c select.c \
  51. sendf.c setopt.c sha256.c share.c slist.c smb.c smtp.c socketpair.c socks.c \
  52. socks_gssapi.c socks_sspi.c speedcheck.c splay.c strcase.c strdup.c \
  53. strerror.c strtok.c strtoofft.c system_win32.c telnet.c tftp.c timeval.c \
  54. transfer.c urlapi.c version.c warnless.c wildcard.c x509asn1.c dynbuf.c \
  55. version_win32.c
  56. LIB_HFILES = altsvc.h amigaos.h arpa_telnet.h asyn.h conncache.h connect.h \
  57. content_encoding.h cookie.h curl_addrinfo.h curl_base64.h curl_ctype.h \
  58. curl_des.h curl_endian.h curl_fnmatch.h curl_get_line.h curl_gethostname.h \
  59. curl_gssapi.h curl_hmac.h curl_ldap.h curl_md4.h curl_md5.h curl_memory.h \
  60. curl_memrchr.h curl_multibyte.h curl_ntlm_core.h curl_ntlm_wb.h curl_path.h \
  61. curl_printf.h curl_range.h curl_rtmp.h curl_sasl.h curl_sec.h curl_setup.h \
  62. curl_setup_once.h curl_sha256.h curl_sspi.h curl_threads.h curlx.h dict.h \
  63. dotdot.h easyif.h escape.h file.h fileinfo.h formdata.h ftp.h url.h \
  64. ftplistparser.h getinfo.h gopher.h hash.h hostcheck.h hostip.h http.h \
  65. http2.h http_chunks.h http_digest.h http_negotiate.h http_ntlm.h \
  66. http_proxy.h if2ip.h imap.h inet_ntop.h inet_pton.h llist.h memdebug.h \
  67. mime.h mqtt.h multihandle.h multiif.h netrc.h non-ascii.h nonblock.h \
  68. parsedate.h pingpong.h pop3.h progress.h psl.h doh.h quic.h rand.h rename.h \
  69. rtsp.h select.h sendf.h setopt.h setup-vms.h share.h sigpipe.h slist.h \
  70. smb.h smtp.h sockaddr.h socketpair.h socks.h speedcheck.h splay.h strcase.h \
  71. strdup.h strerror.h strtok.h strtoofft.h system_win32.h telnet.h tftp.h \
  72. timeval.h transfer.h urlapi-int.h urldata.h warnless.h wildcard.h \
  73. x509asn1.h dynbuf.h version_win32.h
  74. LIB_RCFILES = libcurl.rc
  75. CSOURCES = $(LIB_CFILES) $(LIB_VAUTH_CFILES) $(LIB_VTLS_CFILES) \
  76. $(LIB_VQUIC_CFILES) $(LIB_VSSH_CFILES)
  77. HHEADERS = $(LIB_HFILES) $(LIB_VAUTH_HFILES) $(LIB_VTLS_HFILES) \
  78. $(LIB_VQUIC_HFILES) $(LIB_VSSH_HFILES)