~ubuntu-branches/ubuntu/utopic/curl/utopic-updates

« back to all changes in this revision

Viewing changes to include/curl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2011-05-02 19:12:31 UTC
  • mfrom: (3.4.17 sid)
  • Revision ID: james.westby@ubuntu.com-20110502191231-1hiklg06nzo62ws8
Tags: 7.21.6-1ubuntu1
* Merge from debian unstable (LP: #775794), remaining changes:
  - debian/control:
    + Build-Depends: Replace libssh2-1-dev with openssh-server.
      Drop stunnel since it's in universe, as well.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
92
92
CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
93
93
CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
 
94
CURLVERSION = @CURLVERSION@
94
95
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
95
96
CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
96
97
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
123
124
EXEEXT = @EXEEXT@
124
125
FGREP = @FGREP@
125
126
GREP = @GREP@
 
127
HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
126
128
HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
127
129
HAVE_LIBZ = @HAVE_LIBZ@
128
130
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
129
131
HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
130
132
HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
 
133
HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
131
134
IDN_ENABLED = @IDN_ENABLED@
132
135
INSTALL_DATA = @INSTALL_DATA@
133
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
148
151
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
149
152
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
150
153
MAKEINFO = @MAKEINFO@
 
154
MANIFEST_TOOL = @MANIFEST_TOOL@
151
155
MANOPT = @MANOPT@
152
156
MIMPURE_FALSE = @MIMPURE_FALSE@
153
157
MIMPURE_TRUE = @MIMPURE_TRUE@
190
194
SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
191
195
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
192
196
USE_ARES = @USE_ARES@
 
197
USE_AXTLS = @USE_AXTLS@
 
198
USE_CYASSL = @USE_CYASSL@
193
199
USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
194
200
USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
195
201
USE_GNUTLS = @USE_GNUTLS@
204
210
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
205
211
VERSION = @VERSION@
206
212
VERSIONNUM = @VERSIONNUM@
 
213
ac_ct_AR = @ac_ct_AR@
207
214
ac_ct_CC = @ac_ct_CC@
208
215
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209
216
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
238
245
libext = @libext@
239
246
localedir = @localedir@
240
247
localstatedir = @localstatedir@
241
 
lt_ECHO = @lt_ECHO@
242
248
mandir = @mandir@
243
249
mkdir_p = @mkdir_p@
244
250
oldincludedir = @oldincludedir@
251
257
subdirs = @subdirs@
252
258
sysconfdir = @sysconfdir@
253
259
target_alias = @target_alias@
 
260
 
 
261
#***************************************************************************
 
262
#                                  _   _ ____  _
 
263
#  Project                     ___| | | |  _ \| |
 
264
#                             / __| | | | |_) | |
 
265
#                            | (__| |_| |  _ <| |___
 
266
#                             \___|\___/|_| \_\_____|
 
267
#
 
268
# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
 
269
#
 
270
# This software is licensed as described in the file COPYING, which
 
271
# you should have received as part of this distribution. The terms
 
272
# are also available at http://curl.haxx.se/docs/copyright.html.
 
273
#
 
274
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
 
275
# copies of the Software, and permit persons to whom the Software is
 
276
# furnished to do so, under the terms of the COPYING file.
 
277
#
 
278
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 
279
# KIND, either express or implied.
 
280
#
 
281
###########################################################################
254
282
pkginclude_HEADERS = \
255
283
        curl.h curlver.h easy.h mprintf.h stdcheaders.h types.h multi.h \
256
284
        typecheck-gcc.h curlbuild.h curlrules.h
285
313
              exit 1;; \
286
314
          esac; \
287
315
        done; \
288
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/curl/Makefile'; \
 
316
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/curl/Makefile'; \
289
317
        cd $(top_srcdir) && \
290
 
          $(AUTOMAKE) --gnu  include/curl/Makefile
 
318
          $(AUTOMAKE) --foreign  include/curl/Makefile
291
319
.PRECIOUS: Makefile
292
320
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293
321
        @case '$?' in \