~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to docs/libcurl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 15:21:57 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080618152157-qq94aiequcq35w6b
Tags: 7.18.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop the stunnel build dependency.
  - Drop the build-dependency on libdb4.5-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:
15
15
@SET_MAKE@
16
16
 
17
17
#
18
 
# $Id: Makefile.am,v 1.27 2008-01-08 14:52:07 bagder Exp $
 
18
# $Id: Makefile.am,v 1.28 2008-05-12 21:43:28 bagder Exp $
19
19
#
20
20
srcdir = @srcdir@
21
21
top_srcdir = @top_srcdir@
68
68
AUTOHEADER = @AUTOHEADER@
69
69
AUTOMAKE = @AUTOMAKE@
70
70
AWK = @AWK@
71
 
CABUNDLE_FALSE = @CABUNDLE_FALSE@
72
 
CABUNDLE_TRUE = @CABUNDLE_TRUE@
73
71
CC = @CC@
74
72
CCDEPMODE = @CCDEPMODE@
75
73
CFLAGS = @CFLAGS@
77
75
CPPFLAGS = @CPPFLAGS@
78
76
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
79
77
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
80
 
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
81
78
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
82
79
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
83
80
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
91
88
DEFS = @DEFS@
92
89
DEPDIR = @DEPDIR@
93
90
DLLTOOL = @DLLTOOL@
 
91
DSYMUTIL = @DSYMUTIL@
94
92
ECHO = @ECHO@
95
93
ECHO_C = @ECHO_C@
96
94
ECHO_N = @ECHO_N@
124
122
MANOPT = @MANOPT@
125
123
MIMPURE_FALSE = @MIMPURE_FALSE@
126
124
MIMPURE_TRUE = @MIMPURE_TRUE@
 
125
NMEDIT = @NMEDIT@
127
126
NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
128
127
NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
129
128
NROFF = @NROFF@
222
221
 libcurl-tutorial.3 curl_easy_reset.3 curl_easy_escape.3                 \
223
222
 curl_easy_unescape.3 curl_multi_setopt.3 curl_multi_socket.3            \
224
223
 curl_multi_timeout.3 curl_formget.3 curl_multi_assign.3                 \
225
 
 curl_easy_pause.3
 
224
 curl_easy_pause.3 curl_easy_recv.3 curl_easy_send.3
226
225
 
227
226
HTMLPAGES = curl_easy_cleanup.html curl_easy_getinfo.html                 \
228
227
 curl_easy_init.html curl_easy_perform.html curl_easy_setopt.html         \
240
239
 curl_share_strerror.html curl_global_init_mem.html libcurl-tutorial.html \
241
240
 curl_easy_reset.html curl_easy_escape.html curl_easy_unescape.html       \
242
241
 curl_multi_setopt.html curl_multi_socket.html curl_multi_timeout.html    \
243
 
 curl_formget.html curl_multi_assign.html curl_easy_pause.html
 
242
 curl_formget.html curl_multi_assign.html curl_easy_pause.html \
 
243
 curl_easy_recv.html curl_easy_send.html
244
244
 
245
245
PDFPAGES = curl_easy_cleanup.pdf curl_easy_getinfo.pdf curl_easy_init.pdf \
246
246
 curl_easy_perform.pdf curl_easy_setopt.pdf curl_easy_duphandle.pdf       \
257
257
 curl_share_strerror.pdf curl_global_init_mem.pdf libcurl-tutorial.pdf    \
258
258
 curl_easy_reset.pdf curl_easy_escape.pdf curl_easy_unescape.pdf          \
259
259
 curl_multi_setopt.pdf curl_multi_socket.pdf curl_multi_timeout.pdf       \
260
 
 curl_formget.pdf curl_multi_assign.pdf curl_easy_pause.pdf
 
260
 curl_formget.pdf curl_multi_assign.pdf curl_easy_pause.pdf \
 
261
 curl_easy_recv.pdf curl_easy_send.pdf
261
262
 
262
263
CLEANFILES = $(HTMLPAGES) $(PDFPAGES)
263
264
EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 ABI