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

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-10-07 16:53:40 UTC
  • mfrom: (3.4.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101007165340-3eahi7unrkt7magp
Tags: 7.21.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - 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:
54
54
        cd ..\src
55
55
        make -f Makefile.b32 clean
56
56
 
57
 
watcom:
58
 
        cd lib
59
 
        wmake -f Makefile.Watcom
60
 
        cd ..\src
61
 
        wmake -f Makefile.Watcom
62
 
 
63
 
watcom-clean:
64
 
        cd lib
65
 
        wmake -f Makefile.Watcom clean
66
 
        cd ..\src
67
 
        wmake -f Makefile.Watcom clean
 
57
watcom: .SYMBOLIC
 
58
        cd lib
 
59
        wmake -u -f Makefile.Watcom
 
60
        cd ..\src
 
61
        wmake -u -f Makefile.Watcom
 
62
 
 
63
watcom-clean: .SYMBOLIC
 
64
        cd lib
 
65
        wmake -u -f Makefile.Watcom clean
 
66
        cd ..\src
 
67
        wmake -u -f Makefile.Watcom clean
 
68
 
 
69
watcom-vclean: .SYMBOLIC
 
70
        cd lib
 
71
        wmake -u -f Makefile.Watcom vclean
 
72
        cd ..\src
 
73
        wmake -u -f Makefile.Watcom vclean
68
74
 
69
75
mingw32:
70
76
        $(MAKE) -C lib -f Makefile.m32