smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / makefile.amiga
1 #
2 # 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      =       m68k-amigaos-gcc
11 CFLAGS  =       -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall
12
13 include Makefile.inc
14 OBJS = $(CSOURCES:.c=.o)
15
16 all:    $(OBJS)
17         ar cru libcurl.a $(OBJS)
18         ranlib libcurl.a
19
20 install:
21         $(INSTALL) -c ./libcurl.a /lib/libcurl.a