~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/Makefile.vc9

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#                            | (__| |_| |  _ <| |___
6
6
#                             \___|\___/|_| \_\_____|
7
7
#
8
 
# Copyright (C) 1999 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
# Copyright (C) 1999 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
#
10
10
# This software is licensed as described in the file COPYING, which
11
11
# you should have received as part of this distribution. The terms
62
62
# Makefile.msvc.names provides libcurl file names
63
63
# ------------------------------------------------
64
64
 
65
 
!INCLUDE ..\Makefile.msvc.names
 
65
!INCLUDE ..\winbuild\Makefile.msvc.names
66
66
 
67
67
!IFNDEF OPENSSL_PATH
68
 
OPENSSL_PATH   = ../../openssl-0.9.8x
 
68
OPENSSL_PATH   = ../../openssl-0.9.8y
69
69
!ENDIF
70
70
 
71
71
!IFNDEF LIBSSH2_PATH
494
494
# A config was provided, so the library can be built.
495
495
#
496
496
X_OBJS= \
 
497
        $(DIROBJ)\amigaos.obj \
497
498
        $(DIROBJ)\asyn-ares.obj \
498
499
        $(DIROBJ)\asyn-thread.obj \
 
500
        $(DIROBJ)\axtls.obj \
499
501
        $(DIROBJ)\base64.obj \
500
502
        $(DIROBJ)\bundles.obj \
501
503
        $(DIROBJ)\conncache.obj \
506
508
        $(DIROBJ)\curl_darwinssl.obj \
507
509
        $(DIROBJ)\curl_fnmatch.obj \
508
510
        $(DIROBJ)\curl_gethostname.obj \
 
511
        $(DIROBJ)\curl_gssapi.obj \
509
512
        $(DIROBJ)\curl_memrchr.obj \
510
513
        $(DIROBJ)\curl_multibyte.obj \
511
514
        $(DIROBJ)\curl_ntlm.obj \
518
521
        $(DIROBJ)\curl_schannel.obj \
519
522
        $(DIROBJ)\curl_sspi.obj \
520
523
        $(DIROBJ)\curl_threads.obj \
 
524
        $(DIROBJ)\cyassl.obj \
521
525
        $(DIROBJ)\dict.obj \
522
526
        $(DIROBJ)\easy.obj \
523
527
        $(DIROBJ)\escape.obj \
544
548
        $(DIROBJ)\http_negotiate.obj \
545
549
        $(DIROBJ)\http_negotiate_sspi.obj \
546
550
        $(DIROBJ)\http_proxy.obj \
 
551
        $(DIROBJ)\idn_win32.obj \
547
552
        $(DIROBJ)\if2ip.obj \
548
553
        $(DIROBJ)\imap.obj \
549
554
        $(DIROBJ)\inet_ntop.obj \
550
555
        $(DIROBJ)\inet_pton.obj \
 
556
        $(DIROBJ)\krb4.obj \
 
557
        $(DIROBJ)\krb5.obj \
551
558
        $(DIROBJ)\ldap.obj \
552
559
        $(DIROBJ)\llist.obj \
553
560
        $(DIROBJ)\md4.obj \
556
563
        $(DIROBJ)\mprintf.obj \
557
564
        $(DIROBJ)\multi.obj \
558
565
        $(DIROBJ)\netrc.obj \
 
566
        $(DIROBJ)\non-ascii.obj \
559
567
        $(DIROBJ)\nonblock.obj \
 
568
        $(DIROBJ)\nss.obj \
560
569
        $(DIROBJ)\openldap.obj \
561
570
        $(DIROBJ)\parsedate.obj \
562
571
        $(DIROBJ)\pingpong.obj \
 
572
        $(DIROBJ)\pipeline.obj \
563
573
        $(DIROBJ)\polarssl.obj \
 
574
        $(DIROBJ)\polarssl_threadlock.obj \
564
575
        $(DIROBJ)\pop3.obj \
565
576
        $(DIROBJ)\progress.obj \
 
577
        $(DIROBJ)\qssl.obj \
566
578
        $(DIROBJ)\rawstr.obj \
567
579
        $(DIROBJ)\rtsp.obj \
 
580
        $(DIROBJ)\security.obj \
568
581
        $(DIROBJ)\select.obj \
569
582
        $(DIROBJ)\sendf.obj \
570
583
        $(DIROBJ)\share.obj \
578
591
        $(DIROBJ)\ssh.obj \
579
592
        $(DIROBJ)\sslgen.obj \
580
593
        $(DIROBJ)\ssluse.obj \
 
594
        $(DIROBJ)\strdup.obj \
581
595
        $(DIROBJ)\strequal.obj \
582
596
        $(DIROBJ)\strerror.obj \
583
597
        $(DIROBJ)\strtok.obj \