Makefile.riscos 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. # Contact: easygcc@melotech.co.uk
  4. # Project objects:
  5. objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv \
  6. # Compile options:
  7. linkopts = ../lib/libcurl openldap:libraries/libldap/libldap -o curl
  8. compileropts = -mpoke-function-name -IUtilLib: -mthrowback
  9. # Project target:
  10. curl: $(objs)
  11. gcc $(linkopts) $(objs)
  12. # Static dependancies:
  13. o.hugehelp: c.hugehelp
  14. gcc $(compileropts) -c -o hugehelp.o c.hugehelp
  15. o.main: c.main
  16. gcc $(compileropts) -c -o main.o c.main
  17. o.urlglob: c.urlglob
  18. gcc $(compileropts) -c -o urlglob.o c.urlglob
  19. o.writeout: c.writeout
  20. gcc $(compileropts) -c -o writeout.o c.writeout
  21. o.writeenv: c.writeenv
  22. gcc $(compileropts) -c -o writeenv.o c.writeenv
  23. # Dynamic dependancies:
  24. o.hugehelp: c.hugehelp
  25. o.main: c.main
  26. o.main: h.setup
  27. o.main: h.urlglob
  28. o.main: h.writeout
  29. o.main: h.version
  30. o.urlglob: c.urlglob
  31. o.urlglob: h.setup
  32. o.urlglob: h.urlglob
  33. o.writeout: c.writeout
  34. o.writeout: h.writeout