Makefile.riscos 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. # Makefile for project libcurl
  2. # Generated on Sun,13 Jan 2002.16:57:00 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002))
  3. # Contact: easygcc@melotech.co.uk
  4. # Project objects:
  5. objs = o.base64 o.connect o.cookie o.dict \
  6. o.dllinit o.easy o.escape o.file \
  7. o.formdata o.ftp o.getdate o.getenv \
  8. o.getinfo o.getpass o.hostip o.http \
  9. o.http_chunks o.if2ip o.krb4 o.ldap \
  10. o.memdebug o.mprintf o.netrc o.progress \
  11. o.security o.sendf o.speedcheck o.ssluse \
  12. o.strequal o.strtok o.telnet o.timeval \
  13. o.transfer o.url o.version o.strtoofft
  14. # Compile options:
  15. linkopts = -o libcurl
  16. compileropts = -mpoke-function-name -IUtilLib: -mthrowback
  17. # Project target:
  18. libcurl: $(objs)
  19. makealf $(linkopts) $(objs)
  20. # Static dependancies:
  21. o.base64: c.base64
  22. gcc $(compileropts) -c -o base64.o c.base64
  23. o.connect: c.connect
  24. gcc $(compileropts) -c -o connect.o c.connect
  25. o.cookie: c.cookie
  26. gcc $(compileropts) -c -o cookie.o c.cookie
  27. o.dict: c.dict
  28. gcc $(compileropts) -c -o dict.o c.dict
  29. o.dllinit: c.dllinit
  30. gcc $(compileropts) -c -o dllinit.o c.dllinit
  31. o.easy: c.easy
  32. gcc $(compileropts) -c -o easy.o c.easy
  33. o.escape: c.escape
  34. gcc $(compileropts) -c -o escape.o c.escape
  35. o.file: c.file
  36. gcc $(compileropts) -c -o file.o c.file
  37. o.formdata: c.formdata
  38. gcc $(compileropts) -c -o formdata.o c.formdata
  39. o.ftp: c.ftp
  40. gcc $(compileropts) -c -o ftp.o c.ftp
  41. o.getdate: c.getdate
  42. gcc $(compileropts) -c -o getdate.o c.getdate
  43. o.getenv: c.getenv
  44. gcc $(compileropts) -c -o getenv.o c.getenv
  45. o.getinfo: c.getinfo
  46. gcc $(compileropts) -c -o getinfo.o c.getinfo
  47. o.getpass: c.getpass
  48. gcc $(compileropts) -c -o getpass.o c.getpass
  49. o.hostip: c.hostip
  50. gcc $(compileropts) -c -o hostip.o c.hostip
  51. o.http: c.http
  52. gcc $(compileropts) -c -o http.o c.http
  53. o.http_chunks: c.http_chunks
  54. gcc $(compileropts) -c -o http_chunks.o c.http_chunks
  55. o.if2ip: c.if2ip
  56. gcc $(compileropts) -c -o if2ip.o c.if2ip
  57. o.krb4: c.krb4
  58. gcc $(compileropts) -c -o krb4.o c.krb4
  59. o.ldap: c.ldap
  60. gcc $(compileropts) -IOpenLDAP: -c -o ldap.o c.ldap
  61. o.memdebug: c.memdebug
  62. gcc $(compileropts) -c -o memdebug.o c.memdebug
  63. o.mprintf: c.mprintf
  64. gcc $(compileropts) -c -o mprintf.o c.mprintf
  65. o.netrc: c.netrc
  66. gcc $(compileropts) -c -o netrc.o c.netrc
  67. o.progress: c.progress
  68. gcc $(compileropts) -c -o progress.o c.progress
  69. o.security: c.security
  70. gcc $(compileropts) -c -o security.o c.security
  71. o.sendf: c.sendf
  72. gcc $(compileropts) -c -o sendf.o c.sendf
  73. o.speedcheck: c.speedcheck
  74. gcc $(compileropts) -c -o speedcheck.o c.speedcheck
  75. o.ssluse: c.ssluse
  76. gcc $(compileropts) -c -o ssluse.o c.ssluse
  77. o.strequal: c.strequal
  78. gcc $(compileropts) -c -o strequal.o c.strequal
  79. o.strtok: c.strtok
  80. gcc $(compileropts) -c -o strtok.o c.strtok
  81. o.strtoofft: c.strtoofft
  82. gcc $(compileropts) -c -o strtoofft.o c.strtoofft
  83. o.telnet: c.telnet
  84. gcc $(compileropts) -c -o telnet.o c.telnet
  85. o.timeval: c.timeval
  86. gcc $(compileropts) -c -o timeval.o c.timeval
  87. o.transfer: c.transfer
  88. gcc $(compileropts) -c -o transfer.o c.transfer
  89. o.url: c.url
  90. gcc $(compileropts) -c -o url.o c.url
  91. o.version: c.version
  92. gcc $(compileropts) -c -o version.o c.version