Makefile.riscos 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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.getenv \
  8. o.getinfo o.getpass o.hostip \
  9. o.hostip4 o.hostsyn o.http \
  10. o.http_chunks o.inet_ntop o.inet_pton o.if2ip o.krb4 o.ldap \
  11. o.memdebug o.mprintf o.netrc o.parsedate o.progress \
  12. o.security o.select o.sendf o.speedcheck o.ssluse \
  13. o.strequal o.strtok o.telnet o.timeval \
  14. o.transfer o.url o.version o.strtoofft o.sslgen o.gtls
  15. # Compile options:
  16. linkopts = -o libcurl
  17. compileropts = -mpoke-function-name -IUtilLib: -mthrowback
  18. # Project target:
  19. libcurl: $(objs)
  20. makealf $(linkopts) $(objs)
  21. # Static dependancies:
  22. o.base64: c.base64
  23. gcc $(compileropts) -c -o base64.o c.base64
  24. o.connect: c.connect
  25. gcc $(compileropts) -c -o connect.o c.connect
  26. o.cookie: c.cookie
  27. gcc $(compileropts) -c -o cookie.o c.cookie
  28. o.dict: c.dict
  29. gcc $(compileropts) -c -o dict.o c.dict
  30. o.dllinit: c.dllinit
  31. gcc $(compileropts) -c -o dllinit.o c.dllinit
  32. o.easy: c.easy
  33. gcc $(compileropts) -c -o easy.o c.easy
  34. o.escape: c.escape
  35. gcc $(compileropts) -c -o escape.o c.escape
  36. o.file: c.file
  37. gcc $(compileropts) -c -o file.o c.file
  38. o.formdata: c.formdata
  39. gcc $(compileropts) -c -o formdata.o c.formdata
  40. o.ftp: c.ftp
  41. gcc $(compileropts) -c -o ftp.o c.ftp
  42. o.getenv: c.getenv
  43. gcc $(compileropts) -c -o getenv.o c.getenv
  44. o.getinfo: c.getinfo
  45. gcc $(compileropts) -c -o getinfo.o c.getinfo
  46. o.getpass: c.getpass
  47. gcc $(compileropts) -c -o getpass.o c.getpass
  48. o.hostip: c.hostip
  49. gcc $(compileropts) -c -o hostip.o c.hostip
  50. o.hostip4: c.hostip4
  51. gcc $(compileropts) -c -o hostip4.o c.hostip4
  52. o.hostsyn: c.hostsyn
  53. gcc $(compileropts) -c -o hostsyn.o c.hostsyn
  54. o.http: c.http
  55. gcc $(compileropts) -c -o http.o c.http
  56. o.http_chunks: c.http_chunks
  57. gcc $(compileropts) -c -o http_chunks.o c.http_chunks
  58. o.if2ip: c.if2ip
  59. gcc $(compileropts) -c -o if2ip.o c.if2ip
  60. o.inet_ntop: c.inet_ntop
  61. gcc $(compileropts) -c -o inet_ntop.o c.inet_ntop
  62. o.inet_pton: c.inet_pton
  63. gcc $(compileropts) -c -o inet_pton.o c.inet_pton
  64. o.krb4: c.krb4
  65. gcc $(compileropts) -c -o krb4.o c.krb4
  66. o.ldap: c.ldap
  67. gcc $(compileropts) -IOpenLDAP: -c -o ldap.o c.ldap
  68. o.memdebug: c.memdebug
  69. gcc $(compileropts) -c -o memdebug.o c.memdebug
  70. o.mprintf: c.mprintf
  71. gcc $(compileropts) -c -o mprintf.o c.mprintf
  72. o.netrc: c.netrc
  73. gcc $(compileropts) -c -o netrc.o c.netrc
  74. o.parsedate: c.parsedate
  75. gcc $(compileropts) -c -o parsedate.o c.parsedate
  76. o.progress: c.progress
  77. gcc $(compileropts) -c -o progress.o c.progress
  78. o.security: c.security
  79. gcc $(compileropts) -c -o security.o c.security
  80. o.select: c.select
  81. gcc $(compileropts) -c -o select.o c.select
  82. o.sendf: c.sendf
  83. gcc $(compileropts) -c -o sendf.o c.sendf
  84. o.speedcheck: c.speedcheck
  85. gcc $(compileropts) -c -o speedcheck.o c.speedcheck
  86. o.gtls: c.gtls
  87. gcc $(compileropts) -c -o gtls.o c.gtls
  88. o.sslgen: c.sslgen
  89. gcc $(compileropts) -c -o sslgen.o c.sslgen
  90. o.ssluse: c.ssluse
  91. gcc $(compileropts) -c -o ssluse.o c.ssluse
  92. o.strequal: c.strequal
  93. gcc $(compileropts) -c -o strequal.o c.strequal
  94. o.strtok: c.strtok
  95. gcc $(compileropts) -c -o strtok.o c.strtok
  96. o.strtoofft: c.strtoofft
  97. gcc $(compileropts) -c -o strtoofft.o c.strtoofft
  98. o.telnet: c.telnet
  99. gcc $(compileropts) -c -o telnet.o c.telnet
  100. o.timeval: c.timeval
  101. gcc $(compileropts) -c -o timeval.o c.timeval
  102. o.transfer: c.transfer
  103. gcc $(compileropts) -c -o transfer.o c.transfer
  104. o.url: c.url
  105. gcc $(compileropts) -c -o url.o c.url
  106. o.version: c.version
  107. gcc $(compileropts) -c -o version.o c.version