Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / lib / makefile.amiga
blob49cb80cf19a3460b39055f0f2b9dd71179cec71f
2 # $VER: LibcURL Makefile for AmigaOS ...
5 # change the follow to where you have the AmiTCP SDK v4.3 includes:
7 ATCPSDKI=       /GG/netinclude
10 CC      =       m68k-amigaos-gcc
11 CFLAGS  =       -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall
13 OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.c \
14         escape.c file.c formdata.c ftp.c getenv.c getinfo.c hash.c hostip.c   \
15         hostip4.c hostsyn.c http.c http_chunks.c http_digest.c                \
16         http_negotiate.c http_ntlm.c if2ip.c inet_ntop.c inet_pton.c krb4.c   \
17         ldap.c llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \
18         progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c  \
19         strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c \
20         sslgen.c gtls.c strerror.c
22 all:    $(OBJS:.c=.o)
23         ar cru libcurl.a $(OBJS:.c=.o)
24         ranlib libcurl.a
26 install:
27         $(INSTALL) -c ./libcurl.a /lib/libcurl.a