~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
# KIND, either express or implied.
20
20
#
21
 
# $Id: Makefile.dist,v 1.31 2005/03/31 07:02:02 bagder Exp $
 
21
# $Id: Makefile.dist,v 1.32 2005/08/10 19:26:33 gknauf Exp $
22
22
###########################################################################
23
23
 
24
24
all:
200
200
        $(MAKE) -C lib -f Makefile.netware
201
201
        $(MAKE) -C src -f Makefile.netware
202
202
 
 
203
netware-ares:
 
204
        $(MAKE) -C lib -f Makefile.netware WITH_ARES=1
 
205
        $(MAKE) -C src -f Makefile.netware WITH_ARES=1
 
206
 
203
207
netware-ssl:
204
 
        $(MAKE) -C lib -f Makefile.netware SSL=1
205
 
        $(MAKE) -C src -f Makefile.netware SSL=1
 
208
        $(MAKE) -C lib -f Makefile.netware WITH_SSL=1
 
209
        $(MAKE) -C src -f Makefile.netware WITH_SSL=1
 
210
 
 
211
netware-ssl-zlib:
 
212
        $(MAKE) -C lib -f Makefile.netware WITH_SSL=1 WITH_ZLIB=1
 
213
        $(MAKE) -C src -f Makefile.netware WITH_SSL=1 WITH_ZLIB=1
 
214
 
 
215
netware-zlib:
 
216
        $(MAKE) -C lib -f Makefile.netware WITH_ZLIB=1
 
217
        $(MAKE) -C src -f Makefile.netware WITH_ZLIB=1
206
218
 
207
219
netware-clean:
208
220
        $(MAKE) -C lib -f Makefile.netware clean