summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-11-16 02:40:13 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-11-17 01:19:11 +0800
commitcdcbbde9371c6e5468b6fe0f8f7d7d0b4c550fcf (patch)
tree73aeccc1485831588f8a85dd5ede218e3fb678a6 /Makethird
parent2840bc523e71ffcadfc1394994b513b672d4dbe8 (diff)
downloadmupdf-cdcbbde9371c6e5468b6fe0f8f7d7d0b4c550fcf.tar.xz
Retain only necessary files for curl support.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird54
1 files changed, 3 insertions, 51 deletions
diff --git a/Makethird b/Makethird
index 3faca52f..ad480111 100644
--- a/Makethird
+++ b/Makethird
@@ -539,99 +539,51 @@ ifneq "$(wildcard $(CURL_DIR)/README)" ""
CURL_LIB := $(OUT)/libcurl.a
CURL_OUT := $(OUT)/curl
CURL_SRC := \
- amigaos.c \
- asyn-ares.c \
- asyn-thread.c \
base64.c \
conncache.c \
connect.c \
content_encoding.c \
- cookie.c \
curl_addrinfo.c \
- curl_fnmatch.c \
- curl_gethostname.c \
- curl_gssapi.c \
- curl_memrchr.c \
- curl_multibyte.c \
- curl_ntlm_core.c \
- curl_ntlm_wb.c \
- curl_rtmp.c \
- curl_sasl.c \
- curl_sspi.c \
- curl_threads.c \
- dict.c \
dotdot.c \
easy.c \
escape.c \
- file.c \
fileinfo.c \
formdata.c \
- ftp.c \
- ftplistparser.c \
getenv.c \
getinfo.c \
- gopher.c \
hash.c \
- hmac.c \
- hostasyn.c \
hostcheck.c \
- hostip.c \
hostip4.c \
- hostip6.c \
+ hostip.c \
hostsyn.c \
http.c \
http_chunks.c \
- http_digest.c \
- http_negotiate.c \
- http_proxy.c \
- idn_win32.c \
if2ip.c \
- imap.c \
- inet_ntop.c \
- inet_pton.c \
- krb5.c \
- ldap.c \
llist.c \
- md4.c \
- md5.c \
- memdebug.c \
mprintf.c \
multi.c \
netrc.c \
- non-ascii.c \
nonblock.c \
- openldap.c \
+ openssl.c \
parsedate.c \
- pingpong.c \
pipeline.c \
- pop3.c \
progress.c \
- rtsp.c \
- security.c \
select.c \
sendf.c \
share.c \
slist.c \
- smtp.c \
- socks.c \
- socks_gssapi.c \
speedcheck.c \
splay.c \
- ssh.c \
strcase.c \
strdup.c \
strerror.c \
- strtok.c \
- strtoofft.c \
- telnet.c \
- tftp.c \
timeval.c \
transfer.c \
url.c \
version.c \
vtls.c \
warnless.c \
- wildcard.c \
+ wildcard.c
$(CURL_LIB): $(addprefix $(CURL_OUT)/, $(CURL_SRC:%.c=%.o))