VirtualBox

source: vbox/trunk/src/libs/curl-7.64.0/lib/makefile.amiga@ 94601

Last change on this file since 94601 was 85671, checked in by vboxsync, 4 years ago

Export out internal curl copy to make it a lot simpler to build VBox (OSE) on Windows. bugref:9814

  • Property svn:eol-style set to native
File size: 405 bytes
Line 
1#
2# libcurl Makefile for AmigaOS ...
3#
4
5# change the follow to where you have the AmiTCP SDK v4.3 includes:
6
7ATCPSDKI= /GG/netinclude
8
9
10CC = m68k-amigaos-gcc
11CFLAGS = -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall
12
13include Makefile.inc
14OBJS = $(CSOURCES:.c=.o)
15
16all: $(OBJS)
17 ar cru libcurl.a $(OBJS)
18 ranlib libcurl.a
19
20install:
21 $(INSTALL) -c ./libcurl.a /lib/libcurl.a
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette