From 32236dad5e8297fd8fd045dd74af80490d1f864e Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 20 Apr 2010 21:23:53 +0200 Subject: hmac.c related compilation adjustment --- lib/Makefile.riscos | 10 +++++++--- lib/Makefile.vc6 | 2 +- lib/makefile.amiga | 2 +- packages/Symbian/group/libcurl.mmp | 2 +- packages/TPF/curl.mak | 1 + 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/lib/Makefile.riscos b/lib/Makefile.riscos index 3bfed32db..90f73c92c 100644 --- a/lib/Makefile.riscos +++ b/lib/Makefile.riscos @@ -15,7 +15,7 @@ objs = o.base64 o.connect o.cookie o.dict \ o.transfer o.url o.version o.strtoofft o.sslgen o.gtls \ o.rawstr o.curl_addrinfo o.slist o.nonblock o.curl_rand \ o.curl_memrchr o.imap o.pop3 o.smtp o.pingpong o.rtsp \ - o.curl_threads o.warnless o.hmac + o.curl_threads o.warnless o.hmac o.md5 # Compile options: @@ -78,6 +78,9 @@ o.getinfo: c.getinfo o.getpass: c.getpass gcc $(compileropts) -c -o getpass.o c.getpass +o.hmac: c.hmac + gcc $(compileropts) -c -o hmac.o c.hmac + o.hostip: c.hostip gcc $(compileropts) -c -o hostip.o c.hostip @@ -111,6 +114,9 @@ o.krb4: c.krb4 o.ldap: c.ldap gcc $(compileropts) -IOpenLDAP: -c -o ldap.o c.ldap +o.md5: c.md5 + gcc $(compileropts) -c -o md5.o c.md5 + o.memdebug: c.memdebug gcc $(compileropts) -c -o memdebug.o c.memdebug @@ -195,5 +201,3 @@ o.version: c.version o.warnless: c.warnless gcc $(compileropts) -c -o warnless.o c.warnless -o.hmac: c.hmac - gcc $(compileropts) -c -o hmac.o c.hmac diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 3773dcc8a..844cc9c4a 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -463,6 +463,7 @@ X_OBJS= \ $(DIROBJ)\getinfo.obj \ $(DIROBJ)\gtls.obj \ $(DIROBJ)\hash.obj \ + $(DIROBJ)\hmac.obj \ $(DIROBJ)\hostares.obj \ $(DIROBJ)\hostasyn.obj \ $(DIROBJ)\hostip.obj \ @@ -517,7 +518,6 @@ X_OBJS= \ $(DIROBJ)\url.obj \ $(DIROBJ)\version.obj \ $(DIROBJ)\warnless.obj \ - $(DIROBJ)\hmac.obj \ $(RESOURCE) all : $(TARGET) diff --git a/lib/makefile.amiga b/lib/makefile.amiga index 4d63e04a0..95a2f3312 100644 --- a/lib/makefile.amiga +++ b/lib/makefile.amiga @@ -23,7 +23,7 @@ OBJS = amigaos.c \ strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \ socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \ curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c \ - warnless.c + warnless.c hmac.c all: $(OBJS:.c=.o) ar cru libcurl.a $(OBJS:.c=.o) diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 05bb9cf54..79c088aa2 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -33,7 +33,7 @@ SOURCE \ strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \ socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \ curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c warnless.c \ - curl_threads.c + curl_threads.c hmac.c USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL diff --git a/packages/TPF/curl.mak b/packages/TPF/curl.mak index c1616dcf5..c1b40b349 100644 --- a/packages/TPF/curl.mak +++ b/packages/TPF/curl.mak @@ -49,6 +49,7 @@ C_SRC += getenv.c C_SRC += getinfo.c C_SRC += gtls.c C_SRC += hash.c +C_SRC += hmac.c C_SRC += hostares.c C_SRC += hostasyn.c C_SRC += hostip.c -- cgit v1.2.3