diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-07 20:56:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-07 20:56:04 +0000 |
commit | 2085f133d6d0f4fa4f76ad42f66dc92b59b01f6f (patch) | |
tree | 1b8d7ddfd2f05ba51062b61734765515d71b2a7e /lib/makefile.amiga | |
parent | 2a045dfcebea70fb0d78f8ad16b2608970396865 (diff) | |
download | curl-2085f133d6d0f4fa4f76ad42f66dc92b59b01f6f.tar.gz |
added new files
Diffstat (limited to 'lib/makefile.amiga')
-rw-r--r-- | lib/makefile.amiga | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/lib/makefile.amiga b/lib/makefile.amiga index d8b2fd10a..71a172979 100644 --- a/lib/makefile.amiga +++ b/lib/makefile.amiga @@ -10,16 +10,15 @@ ATCPSDKI= /GG/netinclude CC = gcc CFLAGS = -I$(ATCPSDKI) -m68020-60 -noixemul -I. -I../include -W -Wall -OBJS = \ - amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c \ - easy.c escape.c file.c formdata.c ftp.c getenv.c \ - getinfo.c hash.c hostip.c hostip4.c hostsyn.c http.c http_chunks.c \ - http_digest.c http_negotiate.c http_ntlm.c if2ip.c inet_ntop.c \ - inet_pton.c krb4.c ldap.c \ - llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \ - progress.c security.c select.c sendf.c share.c speedcheck.c \ - ssluse.c strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c - +OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.c \ + escape.c file.c formdata.c ftp.c getenv.c getinfo.c hash.c hostip.c \ + hostip4.c hostsyn.c http.c http_chunks.c http_digest.c \ + http_negotiate.c http_ntlm.c if2ip.c inet_ntop.c inet_pton.c krb4.c \ + ldap.c llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \ + progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c \ + strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c \ + sslgen.c gtls.c + all: $(OBJS:.c=.o) ar cru libcurl.a $(OBJS:.c=.o) ranlib libcurl.a |