~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/makefile.amiga

Tags: 7.20.0-1
* Package is orphaned.
* New upstream release.
* Switch to dpkg-source 3.0 (quilt) format (closes: #538547).
* Fixed build error with binutils-gold (closes: #554296). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
CC      =       m68k-amigaos-gcc
11
11
CFLAGS  =       -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall
12
12
 
13
 
OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.c \
14
 
        escape.c file.c formdata.c ftp.c getenv.c getinfo.c hash.c hostip.c   \
15
 
        hostip4.c hostsyn.c http.c http_chunks.c http_digest.c                \
16
 
        http_negotiate.c http_ntlm.c if2ip.c inet_ntop.c inet_pton.c krb4.c   \
17
 
        ldap.c llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \
18
 
        progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c  \
19
 
        strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c     \
20
 
        sslgen.c gtls.c strerror.c rawstr.c curl_addrinfo.c curl_rand.c       \
21
 
        socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c            \
22
 
        curl_memrchr.c
23
 
 
 
13
OBJS = amigaos.c \
 
14
  file.c timeval.c base64.c hostip.c progress.c formdata.c      \
 
15
  cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c       \
 
16
  ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c        \
 
17
  netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c      \
 
18
  krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c     \
 
19
  multi.c content_encoding.c share.c http_digest.c md5.c curl_rand.c    \
 
20
  http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c       \
 
21
  hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c        \
 
22
  inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c       \
 
23
  strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c          \
 
24
  socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c            \
 
25
  curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c
24
26
 
25
27
all:    $(OBJS:.c=.o)
26
28
        ar cru libcurl.a $(OBJS:.c=.o)