Loading src/Makefile.riscos +5 −1 Original line number Diff line number Diff line # Makefile for project cURL # Generated on Sun,13 Jan 2002.17:11:10 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002)) # Manually updated # Contact: easygcc@melotech.co.uk # Project objects: objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv \ objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr # Compile options: Loading @@ -30,6 +31,9 @@ o.writeout: c.writeout o.writeenv: c.writeenv gcc $(compileropts) -c -o writeenv.o c.writeenv o.rawstr: ../lib/c.rawstr gcc $(compileropts) -c -o rawstr.o ../lib/c.rawstr # Dynamic dependancies: o.hugehelp: c.hugehelp Loading src/makefile.amiga +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ MANPAGE = ../docs/curl.1 README = ../docs/MANUAL MKHELP = ../src/mkhelp.pl OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c ../lib/rawstr.c all: hugehelp.c $(OBJS:.c=.o) Loading Loading
src/Makefile.riscos +5 −1 Original line number Diff line number Diff line # Makefile for project cURL # Generated on Sun,13 Jan 2002.17:11:10 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002)) # Manually updated # Contact: easygcc@melotech.co.uk # Project objects: objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv \ objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr # Compile options: Loading @@ -30,6 +31,9 @@ o.writeout: c.writeout o.writeenv: c.writeenv gcc $(compileropts) -c -o writeenv.o c.writeenv o.rawstr: ../lib/c.rawstr gcc $(compileropts) -c -o rawstr.o ../lib/c.rawstr # Dynamic dependancies: o.hugehelp: c.hugehelp Loading
src/makefile.amiga +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ MANPAGE = ../docs/curl.1 README = ../docs/MANUAL MKHELP = ../src/mkhelp.pl OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c ../lib/rawstr.c all: hugehelp.c $(OBJS:.c=.o) Loading