mirror of
https://github.com/curl/curl.git
synced 2026-07-25 07:17:16 +03: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
1 changed files with 6 additions and 3 deletions
|
|
@ -14,11 +14,14 @@ MANPAGE = ../docs/curl.1
|
|||
README = ../docs/MANUAL
|
||||
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)
|
||||
$(CC) $(CFLAGS) -o cURL $(OBJS:.c=.o) $(LIBS) -Wl,-Map,cURL.map,--cref
|
||||
OBJS = $(CURL_CFILES:.c=.o) $(CURLX_ONES:.c=.o)
|
||||
|
||||
all: hugehelp.c $(OBJS)
|
||||
$(CC) $(CFLAGS) -o cURL $(OBJS) $(LIBS) -Wl,-Map,cURL.map,--cref
|
||||
|
||||
hugehelp.c: $(README) $(MANPAGE) mkhelp.pl
|
||||
rm -f hugehelp.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue