Makefile.riscos 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. o.rawstr o.curl_addrinfo o.slist o.nonblock o.curl_rand \
  16. o.curl_memrchr o.imap o.pop3 o.smtp o.pingpong o.rtsp \
  17. o.curl_threads
  18. # Compile options:
  19. linkopts = -o libcurl
  20. compileropts = -mpoke-function-name -IUtilLib: -mthrowback
  21. # Project target:
  22. libcurl: $(objs)
  23. makealf $(linkopts) $(objs)
  24. # Static dependancies:
  25. o.base64: c.base64
  26. gcc $(compileropts) -c -o base64.o c.base64
  27. o.connect: c.connect
  28. gcc $(compileropts) -c -o connect.o c.connect
  29. o.cookie: c.cookie
  30. gcc $(compileropts) -c -o cookie.o c.cookie
  31. o.curl_addrinfo: c.curl_addrinfo
  32. gcc $(compileropts) -c -o curl_addrinfo.o c.curl_addrinfo
  33. o.curl_memrchr: c.curl_memrchr
  34. gcc $(compileropts) -c -o curl_memrchr.o c.curl_memrchr
  35. o.curl_rand: c.curl_rand
  36. gcc $(compileropts) -c -o curl_rand.o c.curl_rand
  37. o.curl_threads: c.curl_threads
  38. gcc $(compileropts) -c -o curl_threads.o c.curl_threads
  39. o.dict: c.dict
  40. gcc $(compileropts) -c -o dict.o c.dict
  41. o.dllinit: c.dllinit
  42. gcc $(compileropts) -c -o dllinit.o c.dllinit
  43. o.easy: c.easy
  44. gcc $(compileropts) -c -o easy.o c.easy
  45. o.escape: c.escape
  46. gcc $(compileropts) -c -o escape.o c.escape
  47. o.file: c.file
  48. gcc $(compileropts) -c -o file.o c.file
  49. o.formdata: c.formdata
  50. gcc $(compileropts) -c -o formdata.o c.formdata
  51. o.ftp: c.ftp
  52. gcc $(compileropts) -c -o ftp.o c.ftp
  53. o.getenv: c.getenv
  54. gcc $(compileropts) -c -o getenv.o c.getenv
  55. o.getinfo: c.getinfo
  56. gcc $(compileropts) -c -o getinfo.o c.getinfo
  57. o.getpass: c.getpass
  58. gcc $(compileropts) -c -o getpass.o c.getpass
  59. o.hostip: c.hostip
  60. gcc $(compileropts) -c -o hostip.o c.hostip
  61. o.hostip4: c.hostip4
  62. gcc $(compileropts) -c -o hostip4.o c.hostip4
  63. o.hostsyn: c.hostsyn
  64. gcc $(compileropts) -c -o hostsyn.o c.hostsyn
  65. o.http: c.http
  66. gcc $(compileropts) -c -o http.o c.http
  67. o.http_chunks: c.http_chunks
  68. gcc $(compileropts) -c -o http_chunks.o c.http_chunks
  69. o.if2ip: c.if2ip
  70. gcc $(compileropts) -c -o if2ip.o c.if2ip
  71. o.imap: c.imap
  72. gcc $(compileropts) -c -o imap.o c.imap
  73. o.inet_ntop: c.inet_ntop
  74. gcc $(compileropts) -c -o inet_ntop.o c.inet_ntop
  75. o.inet_pton: c.inet_pton
  76. gcc $(compileropts) -c -o inet_pton.o c.inet_pton
  77. o.krb4: c.krb4
  78. gcc $(compileropts) -c -o krb4.o c.krb4
  79. o.ldap: c.ldap
  80. gcc $(compileropts) -IOpenLDAP: -c -o ldap.o c.ldap
  81. o.memdebug: c.memdebug
  82. gcc $(compileropts) -c -o memdebug.o c.memdebug
  83. o.mprintf: c.mprintf
  84. gcc $(compileropts) -c -o mprintf.o c.mprintf
  85. o.netrc: c.netrc
  86. gcc $(compileropts) -c -o netrc.o c.netrc
  87. o.parsedate: c.parsedate
  88. gcc $(compileropts) -c -o parsedate.o c.parsedate
  89. o.pingpong: c.pingpong
  90. gcc $(compileropts) -c -o pingpong.o c.pingpong
  91. o.pop3: c.pop3
  92. gcc $(compileropts) -c -o pop3.o c.pop3
  93. o.progress: c.progress
  94. gcc $(compileropts) -c -o progress.o c.progress
  95. o.rtsp: c.rtsp
  96. gcc $(compileropts) -c -o rtsp.o c.rtsp
  97. o.security: c.security
  98. gcc $(compileropts) -c -o security.o c.security
  99. o.select: c.select
  100. gcc $(compileropts) -c -o select.o c.select
  101. o.sendf: c.sendf
  102. gcc $(compileropts) -c -o sendf.o c.sendf
  103. o.slist: c.slist
  104. gcc $(compileropts) -c -o slist.o c.slist
  105. o.smtp: c.smtp
  106. gcc $(compileropts) -c -o smtp.o c.smtp
  107. o.speedcheck: c.speedcheck
  108. gcc $(compileropts) -c -o speedcheck.o c.speedcheck
  109. o.gtls: c.gtls
  110. gcc $(compileropts) -c -o gtls.o c.gtls
  111. o.sslgen: c.sslgen
  112. gcc $(compileropts) -c -o sslgen.o c.sslgen
  113. o.ssluse: c.ssluse
  114. gcc $(compileropts) -c -o ssluse.o c.ssluse
  115. o.nonblock: c.nonblock
  116. gcc $(compileropts) -c -o nonblock.o c.nonblock
  117. o.rawstr: c.rawstr
  118. gcc $(compileropts) -c -o rawstr.o c.rawstr
  119. o.strequal: c.strequal
  120. gcc $(compileropts) -c -o strequal.o c.strequal
  121. o.strtok: c.strtok
  122. gcc $(compileropts) -c -o strtok.o c.strtok
  123. o.strtoofft: c.strtoofft
  124. gcc $(compileropts) -c -o strtoofft.o c.strtoofft
  125. o.telnet: c.telnet
  126. gcc $(compileropts) -c -o telnet.o c.telnet
  127. o.timeval: c.timeval
  128. gcc $(compileropts) -c -o timeval.o c.timeval
  129. o.transfer: c.transfer
  130. gcc $(compileropts) -c -o transfer.o c.transfer
  131. o.url: c.url
  132. gcc $(compileropts) -c -o url.o c.url
  133. o.version: c.version
  134. gcc $(compileropts) -c -o version.o c.version