~ubuntu-branches/ubuntu/quantal/curl/quantal

« back to all changes in this revision

Viewing changes to packages/Win32/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): James Page
  • Date: 2011-10-20 09:28:24 UTC
  • mfrom: (3.4.22 sid)
  • Revision ID: james.westby@ubuntu.com-20111020092824-i7kfjd5we7dh57nv
Tags: 7.21.7-3ubuntu1
* Merge from Debian testing, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package, stripped down for use during 
    installation (LP: #831496).
* Dropped changes:
  - debian/patches/timeout_bug_736216: applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
42
42
        $(top_srcdir)/m4/curl-confopts.m4 \
43
43
        $(top_srcdir)/m4/curl-functions.m4 \
 
44
        $(top_srcdir)/m4/curl-openssl.m4 \
44
45
        $(top_srcdir)/m4/curl-override.m4 \
45
46
        $(top_srcdir)/m4/curl-reentrant.m4 \
46
47
        $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
47
48
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
48
49
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
49
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
50
        $(top_srcdir)/m4/xc-translit.m4 $(top_srcdir)/acinclude.m4 \
 
51
        $(top_srcdir)/configure.ac
50
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
53
        $(ACLOCAL_M4)
52
54
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78
80
AWK = @AWK@
79
81
BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
80
82
BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
 
83
BUILD_UNITTESTS_FALSE = @BUILD_UNITTESTS_FALSE@
 
84
BUILD_UNITTESTS_TRUE = @BUILD_UNITTESTS_TRUE@
81
85
CC = @CC@
82
86
CCDEPMODE = @CCDEPMODE@
83
87
CFLAGS = @CFLAGS@