~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to src/makefile.amiga

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-29 17:26:37 UTC
  • mfrom: (3.4.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101129172637-7wwnlut14uxp2kfx
Tags: 7.21.2-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes: (LP: #682286)
* debian/control:
  - (Keep build deps in main)
  - Drop build dependencies: stunnel, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
README  =       ../docs/MANUAL
15
15
MKHELP  =       ../src/mkhelp.pl
16
16
 
17
 
OBJS    =       getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c os-specific.c ../lib/rawstr.c ../lib/nonblock.c
18
 
 
19
 
 
20
 
all:    hugehelp.c $(OBJS:.c=.o)
21
 
        $(CC) $(CFLAGS) -o cURL $(OBJS:.c=.o) $(LIBS) -Wl,-Map,cURL.map,--cref
 
17
top_srcdir = ..
 
18
 
 
19
include Makefile.inc
 
20
 
 
21
OBJS = $(CURL_CFILES:.c=.o) $(CURLX_ONES:.c=.o)
 
22
 
 
23
all:    hugehelp.c $(OBJS)
 
24
        $(CC) $(CFLAGS) -o cURL $(OBJS) $(LIBS) -Wl,-Map,cURL.map,--cref
22
25
 
23
26
hugehelp.c: $(README) $(MANPAGE)  mkhelp.pl
24
27
        rm -f hugehelp.c