mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
added new files
This commit is contained in:
parent
2a045dfceb
commit
2085f133d6
@ -43,6 +43,7 @@ OBJECTS = $(TMP_DIR)/base64.o \
|
|||||||
$(TMP_DIR)/ftp.o \
|
$(TMP_DIR)/ftp.o \
|
||||||
$(TMP_DIR)/getenv.o \
|
$(TMP_DIR)/getenv.o \
|
||||||
$(TMP_DIR)/getinfo.o \
|
$(TMP_DIR)/getinfo.o \
|
||||||
|
$(TMP_DIR)/gtls.o \
|
||||||
$(TMP_DIR)/hash.o \
|
$(TMP_DIR)/hash.o \
|
||||||
$(TMP_DIR)/hostares.o \
|
$(TMP_DIR)/hostares.o \
|
||||||
$(TMP_DIR)/hostasyn.o \
|
$(TMP_DIR)/hostasyn.o \
|
||||||
@ -73,6 +74,7 @@ OBJECTS = $(TMP_DIR)/base64.o \
|
|||||||
$(TMP_DIR)/sendf.o \
|
$(TMP_DIR)/sendf.o \
|
||||||
$(TMP_DIR)/share.o \
|
$(TMP_DIR)/share.o \
|
||||||
$(TMP_DIR)/speedcheck.o \
|
$(TMP_DIR)/speedcheck.o \
|
||||||
|
$(TMP_DIR)/sslgen.o \
|
||||||
$(TMP_DIR)/ssluse.o \
|
$(TMP_DIR)/ssluse.o \
|
||||||
$(TMP_DIR)/strequal.o \
|
$(TMP_DIR)/strequal.o \
|
||||||
$(TMP_DIR)/strerror.o \
|
$(TMP_DIR)/strerror.o \
|
||||||
|
@ -10,16 +10,15 @@ ATCPSDKI= /GG/netinclude
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -I$(ATCPSDKI) -m68020-60 -noixemul -I. -I../include -W -Wall
|
CFLAGS = -I$(ATCPSDKI) -m68020-60 -noixemul -I. -I../include -W -Wall
|
||||||
|
|
||||||
OBJS = \
|
OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.c \
|
||||||
amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c \
|
escape.c file.c formdata.c ftp.c getenv.c getinfo.c hash.c hostip.c \
|
||||||
easy.c escape.c file.c formdata.c ftp.c getenv.c \
|
hostip4.c hostsyn.c http.c http_chunks.c http_digest.c \
|
||||||
getinfo.c hash.c hostip.c hostip4.c hostsyn.c http.c http_chunks.c \
|
http_negotiate.c http_ntlm.c if2ip.c inet_ntop.c inet_pton.c krb4.c \
|
||||||
http_digest.c http_negotiate.c http_ntlm.c if2ip.c inet_ntop.c \
|
ldap.c llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \
|
||||||
inet_pton.c krb4.c ldap.c \
|
progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c \
|
||||||
llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \
|
strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c \
|
||||||
progress.c security.c select.c sendf.c share.c speedcheck.c \
|
sslgen.c gtls.c
|
||||||
ssluse.c strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c
|
|
||||||
|
|
||||||
all: $(OBJS:.c=.o)
|
all: $(OBJS:.c=.o)
|
||||||
ar cru libcurl.a $(OBJS:.c=.o)
|
ar cru libcurl.a $(OBJS:.c=.o)
|
||||||
ranlib libcurl.a
|
ranlib libcurl.a
|
||||||
|
Loading…
Reference in New Issue
Block a user