aboutsummaryrefslogtreecommitdiff
path: root/lib/makefile.amiga
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-06-07 14:00:16 -0700
committerDan Fandrich <dan@coneharvesters.com>2010-06-07 14:00:16 -0700
commit00fdafb0a18d39581cda2ade023bb29ccbf4038e (patch)
tree3b9b535edd7ec83d3bfee8cea82eea87607e4622 /lib/makefile.amiga
parentf737e94164fd33cbb03a559ff51d4b4db59902ea (diff)
Include Makefile.inc to get the list of source files for Amiga
Signed-off-by: Diego Casorran <dcasorran@gmail.com>
Diffstat (limited to 'lib/makefile.amiga')
-rw-r--r--lib/makefile.amiga22
1 files changed, 5 insertions, 17 deletions
diff --git a/lib/makefile.amiga b/lib/makefile.amiga
index 9691323c4..7b7fa8fab 100644
--- a/lib/makefile.amiga
+++ b/lib/makefile.amiga
@@ -10,24 +10,12 @@ ATCPSDKI= /GG/netinclude
CC = m68k-amigaos-gcc
CFLAGS = -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall
-OBJS = amigaos.c \
- file.c timeval.c base64.c hostip.c progress.c formdata.c \
- cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \
- ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c \
- netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
- curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c \
- krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c \
- multi.c content_encoding.c share.c http_digest.c md5.c curl_rand.c \
- http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c \
- hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c \
- inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
- strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \
- socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \
- curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c \
- warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c
+include Makefile.inc
+CSOURCES += amigaos.c
+OBJS = $(CSOURCES:.c=.o)
-all: $(OBJS:.c=.o)
- ar cru libcurl.a $(OBJS:.c=.o)
+all: $(OBJS)
+ ar cru libcurl.a $(OBJS)
ranlib libcurl.a
install: