Makefile.riscos 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. # Project objects:
  6. objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr o.nonblock
  7. # Compile options:
  8. linkopts = ../lib/libcurl openldap:libraries/libldap/libldap -o curl
  9. compileropts = -mpoke-function-name -IUtilLib: -mthrowback
  10. # Project target:
  11. curl: $(objs)
  12. gcc $(linkopts) $(objs)
  13. # Static dependancies:
  14. o.hugehelp: c.hugehelp
  15. gcc $(compileropts) -c -o hugehelp.o c.hugehelp
  16. o.main: c.main
  17. gcc $(compileropts) -c -o main.o c.main
  18. o.os-specific: c.os-specific
  19. gcc $(compileropts) -c -o os-specific.o c.os-specific
  20. o.urlglob: c.urlglob
  21. gcc $(compileropts) -c -o urlglob.o c.urlglob
  22. o.writeout: c.writeout
  23. gcc $(compileropts) -c -o writeout.o c.writeout
  24. o.writeenv: c.writeenv
  25. gcc $(compileropts) -c -o writeenv.o c.writeenv
  26. o.rawstr: ../lib/c.rawstr
  27. gcc $(compileropts) -c -o rawstr.o ../lib/c.rawstr
  28. o.nonblock: ../lib/c.nonblock
  29. gcc $(compileropts) -c -o nonblock.o ../lib/c.nonblock
  30. # Dynamic dependancies:
  31. o.hugehelp: c.hugehelp
  32. o.main: c.main
  33. o.main: h.setup
  34. o.main: h.os-specific
  35. o.main: h.urlglob
  36. o.main: h.writeout
  37. o.main: h.version
  38. o.os-specific: c.os-specific
  39. o.os-specific: h.setup
  40. o.os-specific: h.os-specific
  41. o.urlglob: c.urlglob
  42. o.urlglob: h.setup
  43. o.urlglob: h.os-specific
  44. o.urlglob: h.urlglob
  45. o.writeout: c.writeout
  46. o.writeout: h.writeout