removed trailing whitespace
[platform/upstream/curl.git] / src / Makefile.riscos
1 # Makefile for project cURL
2 # Generated on Sun,13 Jan 2002.17:11:10 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002))
3 # Manually updated
4 # Contact: easygcc@melotech.co.uk
5
6 # Project objects:
7 objs =  o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr o.nonblock
8         
9
10 # Compile options:
11 linkopts        = ../lib/libcurl openldap:libraries/libldap/libldap -o curl
12 compileropts    = -mpoke-function-name -IUtilLib: -mthrowback
13
14 # Project target:
15 curl:           $(objs)
16                 gcc $(linkopts) $(objs)
17
18 # Static dependancies:
19 o.hugehelp:     c.hugehelp
20                 gcc $(compileropts) -c -o hugehelp.o c.hugehelp
21
22 o.main: c.main
23                 gcc $(compileropts) -c -o main.o c.main
24
25 o.os-specific:  c.os-specific
26                 gcc $(compileropts) -c -o os-specific.o c.os-specific
27
28 o.urlglob:      c.urlglob
29                 gcc $(compileropts) -c -o urlglob.o c.urlglob
30
31 o.writeout:     c.writeout
32                 gcc $(compileropts) -c -o writeout.o c.writeout
33
34 o.writeenv:     c.writeenv
35                 gcc $(compileropts) -c -o writeenv.o c.writeenv
36
37 o.rawstr:       ../lib/c.rawstr
38                 gcc $(compileropts) -c -o rawstr.o ../lib/c.rawstr
39
40 o.nonblock:     ../lib/c.nonblock
41                 gcc $(compileropts) -c -o nonblock.o ../lib/c.nonblock
42
43 # Dynamic dependancies:
44 o.hugehelp:     c.hugehelp
45
46 o.main: c.main
47 o.main: h.setup
48 o.main: h.os-specific
49 o.main: h.urlglob
50 o.main: h.writeout
51 o.main: h.version
52
53 o.os-specific:  c.os-specific
54 o.os-specific:  h.setup
55 o.os-specific:  h.os-specific
56
57 o.urlglob:      c.urlglob
58 o.urlglob:      h.setup
59 o.urlglob:      h.os-specific
60 o.urlglob:      h.urlglob
61
62 o.writeout:     c.writeout
63 o.writeout:     h.writeout
64