From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 10 Apr 2002 20:52:26 +0000 (+0000)
Subject: brougth by Michael Curtis
X-Git-Tag: curl-7_9_6~18
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7954652b8097ef5d426d8718174bc42c8cca6f44;p=curl

brougth by Michael Curtis
---

diff --git a/lib/Makefile.riscos b/lib/Makefile.riscos
new file mode 100644
index 000000000..e6519301f
--- /dev/null
+++ b/lib/Makefile.riscos
@@ -0,0 +1,128 @@
+# Makefile for project libcurl
+# Generated on Sun,13 Jan 2002.16:57:00 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002))
+# Contact: easygcc@melotech.co.uk
+
+# Project objects:
+objs =	o.base64 o.connect o.cookie o.dict \
+	o.dllinit o.easy o.escape o.file \
+	o.formdata o.ftp o.getdate o.getenv \
+	o.getinfo o.getpass o.hostip o.http \
+	o.http_chunks o.if2ip o.krb4 o.ldap \
+	o.memdebug o.mprintf o.netrc o.progress \
+	o.security o.sendf o.speedcheck o.ssluse \
+	o.strequal o.strtok o.telnet o.timeval \
+	o.transfer o.url o.version 
+
+# Compile options:
+linkopts	= -o libcurl
+compileropts	= -mpoke-function-name -IUtilLib: -mthrowback 
+
+# Project target:
+libcurl:		$(objs)
+		makealf $(linkopts) $(objs)
+
+# Static dependancies:
+o.base64:	c.base64
+		gcc $(compileropts) -c -o base64.o c.base64
+
+o.connect:	c.connect
+		gcc $(compileropts) -c -o connect.o c.connect
+
+o.cookie:	c.cookie
+		gcc $(compileropts) -c -o cookie.o c.cookie
+
+o.dict:	c.dict
+		gcc $(compileropts) -c -o dict.o c.dict
+
+o.dllinit:	c.dllinit
+		gcc $(compileropts) -c -o dllinit.o c.dllinit
+
+o.easy:	c.easy
+		gcc $(compileropts) -c -o easy.o c.easy
+
+o.escape:	c.escape
+		gcc $(compileropts) -c -o escape.o c.escape
+
+o.file:	c.file
+		gcc $(compileropts) -c -o file.o c.file
+
+o.formdata:	c.formdata
+		gcc $(compileropts) -c -o formdata.o c.formdata
+
+o.ftp:	c.ftp
+		gcc $(compileropts) -c -o ftp.o c.ftp
+
+o.getdate:	c.getdate
+		gcc $(compileropts) -c -o getdate.o c.getdate
+
+o.getenv:	c.getenv
+		gcc $(compileropts) -c -o getenv.o c.getenv
+
+o.getinfo:	c.getinfo
+		gcc $(compileropts) -c -o getinfo.o c.getinfo
+
+o.getpass:	c.getpass
+		gcc $(compileropts) -c -o getpass.o c.getpass
+
+o.hostip:	c.hostip
+		gcc $(compileropts) -c -o hostip.o c.hostip
+
+o.http:	c.http
+		gcc $(compileropts) -c -o http.o c.http
+
+o.http_chunks:	c.http_chunks
+		gcc $(compileropts) -c -o http_chunks.o c.http_chunks
+
+o.if2ip:	c.if2ip
+		gcc $(compileropts) -c -o if2ip.o c.if2ip
+
+o.krb4:	c.krb4
+		gcc $(compileropts) -c -o krb4.o c.krb4
+
+o.ldap:	c.ldap
+		gcc $(compileropts) -IOpenLDAP: -c -o ldap.o c.ldap
+
+o.memdebug:	c.memdebug
+		gcc $(compileropts) -c -o memdebug.o c.memdebug
+
+o.mprintf:	c.mprintf
+		gcc $(compileropts) -c -o mprintf.o c.mprintf
+
+o.netrc:	c.netrc
+		gcc $(compileropts) -c -o netrc.o c.netrc
+
+o.progress:	c.progress
+		gcc $(compileropts) -c -o progress.o c.progress
+
+o.security:	c.security
+		gcc $(compileropts) -c -o security.o c.security
+
+o.sendf:	c.sendf
+		gcc $(compileropts) -c -o sendf.o c.sendf
+
+o.speedcheck:	c.speedcheck
+		gcc $(compileropts) -c -o speedcheck.o c.speedcheck
+
+o.ssluse:	c.ssluse
+		gcc $(compileropts) -c -o ssluse.o c.ssluse
+
+o.strequal:	c.strequal
+		gcc $(compileropts) -c -o strequal.o c.strequal
+
+o.strtok:	c.strtok
+		gcc $(compileropts) -c -o strtok.o c.strtok
+
+o.telnet:	c.telnet
+		gcc $(compileropts) -c -o telnet.o c.telnet
+
+o.timeval:	c.timeval
+		gcc $(compileropts) -c -o timeval.o c.timeval
+
+o.transfer:	c.transfer
+		gcc $(compileropts) -c -o transfer.o c.transfer
+
+o.url:	c.url
+		gcc $(compileropts) -c -o url.o c.url
+
+o.version:	c.version
+		gcc $(compileropts) -c -o version.o c.version
diff --git a/src/Makefile.riscos b/src/Makefile.riscos
new file mode 100644
index 000000000..ac8b77639
--- /dev/null
+++ b/src/Makefile.riscos
@@ -0,0 +1,48 @@
+# Makefile for project cURL
+# Generated on Sun,13 Jan 2002.17:11:10 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002))
+# Contact: easygcc@melotech.co.uk
+
+# Project objects:
+objs =	o.hugehelp o.main o.urlglob o.writeout o.writeenv \
+	
+
+# Compile options:
+linkopts	= ../lib/libcurl openldap:libraries/libldap/libldap -o curl
+compileropts	= -mpoke-function-name -IUtilLib: -mthrowback 
+
+# Project target:
+curl:		$(objs)
+		gcc $(linkopts) $(objs)
+
+# Static dependancies:
+o.hugehelp:	c.hugehelp
+		gcc $(compileropts) -c -o hugehelp.o c.hugehelp
+
+o.main:	c.main
+		gcc $(compileropts) -c -o main.o c.main
+
+o.urlglob:	c.urlglob
+		gcc $(compileropts) -c -o urlglob.o c.urlglob
+
+o.writeout:	c.writeout
+		gcc $(compileropts) -c -o writeout.o c.writeout
+
+o.writeenv:	c.writeenv
+		gcc $(compileropts) -c -o writeenv.o c.writeenv
+
+# Dynamic dependancies:
+o.hugehelp:	c.hugehelp
+
+o.main:	c.main
+o.main:	h.setup
+o.main:	h.urlglob
+o.main:	h.writeout
+o.main:	h.version
+
+o.urlglob:	c.urlglob
+o.urlglob:	h.setup
+o.urlglob:	h.urlglob
+
+o.writeout:	c.writeout
+o.writeout:	h.writeout
+