2002-04-10 16:52:26 -04:00
|
|
|
# Makefile for project cURL
|
|
|
|
# Generated on Sun,13 Jan 2002.17:11:10 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002))
|
2008-10-27 16:20:22 -04:00
|
|
|
# Manually updated
|
2002-04-10 16:52:26 -04:00
|
|
|
# Contact: easygcc@melotech.co.uk
|
|
|
|
|
|
|
|
# Project objects:
|
2009-07-15 17:49:47 -04:00
|
|
|
objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr o.nonblock
|
2002-04-10 16:52:26 -04:00
|
|
|
|
|
|
|
|
|
|
|
# Compile options:
|
|
|
|
linkopts = ../lib/libcurl openldap:libraries/libldap/libldap -o curl
|
2010-02-14 14:40:18 -05:00
|
|
|
compileropts = -mpoke-function-name -IUtilLib: -mthrowback
|
2002-04-10 16:52:26 -04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2009-06-05 12:14:50 -04:00
|
|
|
o.os-specific: c.os-specific
|
|
|
|
gcc $(compileropts) -c -o os-specific.o c.os-specific
|
|
|
|
|
2002-04-10 16:52:26 -04:00
|
|
|
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
|
|
|
|
|
2008-10-27 16:20:22 -04:00
|
|
|
o.rawstr: ../lib/c.rawstr
|
|
|
|
gcc $(compileropts) -c -o rawstr.o ../lib/c.rawstr
|
|
|
|
|
2009-07-15 17:49:47 -04:00
|
|
|
o.nonblock: ../lib/c.nonblock
|
|
|
|
gcc $(compileropts) -c -o nonblock.o ../lib/c.nonblock
|
|
|
|
|
2002-04-10 16:52:26 -04:00
|
|
|
# Dynamic dependancies:
|
|
|
|
o.hugehelp: c.hugehelp
|
|
|
|
|
|
|
|
o.main: c.main
|
|
|
|
o.main: h.setup
|
2009-06-05 12:14:50 -04:00
|
|
|
o.main: h.os-specific
|
2002-04-10 16:52:26 -04:00
|
|
|
o.main: h.urlglob
|
|
|
|
o.main: h.writeout
|
|
|
|
o.main: h.version
|
|
|
|
|
2009-06-05 12:14:50 -04:00
|
|
|
o.os-specific: c.os-specific
|
|
|
|
o.os-specific: h.setup
|
|
|
|
o.os-specific: h.os-specific
|
|
|
|
|
2002-04-10 16:52:26 -04:00
|
|
|
o.urlglob: c.urlglob
|
|
|
|
o.urlglob: h.setup
|
2009-06-05 12:14:50 -04:00
|
|
|
o.urlglob: h.os-specific
|
2002-04-10 16:52:26 -04:00
|
|
|
o.urlglob: h.urlglob
|
|
|
|
|
|
|
|
o.writeout: c.writeout
|
|
|
|
o.writeout: h.writeout
|
|
|
|
|