Files @ 03aea55e2921
Branch filter:

Location: libtransport.git/msvc-deps/curl/lib/makefile.amiga

Anton Ryzhov
Correctly bind to local network
Correct non-root skype backend launch (D-BUS needs to write to ~/)
#
# libcurl Makefile for AmigaOS ...
#

# change the follow to where you have the AmiTCP SDK v4.3 includes:

ATCPSDKI=	/GG/netinclude


CC	=	m68k-amigaos-gcc
CFLAGS	=	-I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall

include Makefile.inc
OBJS = $(CSOURCES:.c=.o)

all:	$(OBJS)
	ar cru libcurl.a $(OBJS)
	ranlib libcurl.a

install:
	$(INSTALL) -c ./libcurl.a /lib/libcurl.a