~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to src/makefile.amiga

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-10-18 11:13:17 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20101018111317-9rkas34ecwtq0upn
Tags: upstream-7.21.2
ImportĀ upstreamĀ versionĀ 7.21.2

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