mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
Get the curl source files for Amiga from Makefile.inc
This is similar to how it's done in the lib directory. The Amiga build appears to have been broken for a year because of a missing homedir.c
This commit is contained in:
parent
2869b6ea2b
commit
b804906414
@ -14,11 +14,14 @@ MANPAGE = ../docs/curl.1
|
|||||||
README = ../docs/MANUAL
|
README = ../docs/MANUAL
|
||||||
MKHELP = ../src/mkhelp.pl
|
MKHELP = ../src/mkhelp.pl
|
||||||
|
|
||||||
OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c os-specific.c ../lib/rawstr.c ../lib/nonblock.c
|
top_srcdir = ..
|
||||||
|
|
||||||
|
include Makefile.inc
|
||||||
|
|
||||||
all: hugehelp.c $(OBJS:.c=.o)
|
OBJS = $(CURL_CFILES:.c=.o) $(CURLX_ONES:.c=.o)
|
||||||
$(CC) $(CFLAGS) -o cURL $(OBJS:.c=.o) $(LIBS) -Wl,-Map,cURL.map,--cref
|
|
||||||
|
all: hugehelp.c $(OBJS)
|
||||||
|
$(CC) $(CFLAGS) -o cURL $(OBJS) $(LIBS) -Wl,-Map,cURL.map,--cref
|
||||||
|
|
||||||
hugehelp.c: $(README) $(MANPAGE) mkhelp.pl
|
hugehelp.c: $(README) $(MANPAGE) mkhelp.pl
|
||||||
rm -f hugehelp.c
|
rm -f hugehelp.c
|
||||||
|
Loading…
Reference in New Issue
Block a user