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 |
|
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.