]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/lib/makefile.amiga
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / curl / lib / makefile.amiga
1 #
2 # $VER: LibcURL Makefile for AmigaOS ...
3 #
4
5 # change the follow to where you have the AmiTCP SDK v4.3 includes:
6
7 ATCPSDKI=       /GG/netinclude
8
9
10 CC      =       gcc
11 CFLAGS  =       -I$(ATCPSDKI) -m68020-60 -noixemul -I. -I../include -W -Wall
12
13 OBJS    =       \
14         amigaos.c  base64.c  connect.c  content_encoding.c cookie.c dict.c \
15         easy.c   escape.c   file.c  formdata.c  ftp.c  getdate.c  getenv.c \
16         getinfo.c   hash.c  hostip.c  http.c  http_chunks.c  http_digest.c \
17         http_negotiate.c  http_ntlm.c  if2ip.c  inet_pton.c  krb4.c ldap.c \
18         llist.c  md5.c  memdebug.c  mprintf.c  multi.c  netrc.c progress.c \
19         security.c   sendf.c   share.c  speedcheck.c  ssluse.c  strequal.c \
20         strtok.c telnet.c timeval.c transfer.c url.c version.c
21         
22 all:    $(OBJS:.c=.o)
23         ar cru libcurl.a $(OBJS:.c=.o)
24         ranlib libcurl.a
25
26 install:
27         $(INSTALL) -c ./libcurl.a /lib/libcurl.a