1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 00:28:48 -05:00

Added rawstr.c to some more non-configure curl makefiles

This commit is contained in:
Dan Fandrich 2008-10-27 20:20:22 +00:00
parent 9230708e47
commit fd6e025d61
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,10 @@
# Makefile for project cURL # Makefile for project cURL
# Generated on Sun,13 Jan 2002.17:11:10 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002)) # 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 # Contact: easygcc@melotech.co.uk
# Project objects: # 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: # Compile options:
@ -30,6 +31,9 @@ o.writeout: c.writeout
o.writeenv: c.writeenv o.writeenv: c.writeenv
gcc $(compileropts) -c -o writeenv.o 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: # Dynamic dependancies:
o.hugehelp: c.hugehelp o.hugehelp: c.hugehelp

View File

@ -14,7 +14,7 @@ MANPAGE = ../docs/curl.1
README = ../docs/MANUAL README = ../docs/MANUAL
MKHELP = ../src/mkhelp.pl 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) all: hugehelp.c $(OBJS:.c=.o)