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

« back to all changes in this revision

Viewing changes to packages/Win32/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - 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:
79
79
CC = @CC@
80
80
CCDEPMODE = @CCDEPMODE@
81
81
CFLAGS = @CFLAGS@
 
82
CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
82
83
CPP = @CPP@
83
84
CPPFLAGS = @CPPFLAGS@
84
85
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
90
91
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
91
92
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
92
93
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
 
94
CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
93
95
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
94
96
CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
 
97
CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
95
98
CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
 
99
CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
 
100
CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
96
101
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
97
102
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
98
103
CURL_LIBS = @CURL_LIBS@
109
114
EXEEXT = @EXEEXT@
110
115
FGREP = @FGREP@
111
116
GREP = @GREP@
112
 
HAVE_ARES = @HAVE_ARES@
 
117
HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
113
118
HAVE_LIBZ = @HAVE_LIBZ@
114
119
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
115
120
HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
175
180
SUPPORT_FEATURES = @SUPPORT_FEATURES@
176
181
SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
177
182
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
 
183
USE_ARES = @USE_ARES@
178
184
USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
179
185
USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
180
186
USE_GNUTLS = @USE_GNUTLS@
 
187
USE_LIBRTMP = @USE_LIBRTMP@
181
188
USE_LIBSSH2 = @USE_LIBSSH2@
182
189
USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
183
190
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
184
191
USE_NSS = @USE_NSS@
 
192
USE_OPENLDAP = @USE_OPENLDAP@
 
193
USE_POLARSSL = @USE_POLARSSL@
185
194
USE_SSLEAY = @USE_SSLEAY@
186
195
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
187
196
VERSION = @VERSION@
247
256
              exit 1;; \
248
257
          esac; \
249
258
        done; \
250
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  packages/Win32/Makefile'; \
 
259
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  packages/Win32/Makefile'; \
251
260
        cd $(top_srcdir) && \
252
 
          $(AUTOMAKE) --gnu  packages/Win32/Makefile
 
261
          $(AUTOMAKE) --foreign  packages/Win32/Makefile
253
262
.PRECIOUS: Makefile
254
263
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255
264
        @case '$?' in \