~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to docs/examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20060629150424-be178abcwks1n519
Tags: upstream-7.15.4
ImportĀ upstreamĀ versionĀ 7.15.4

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.37 2005/08/24 17:07:27 bagder Exp $
 
18
# $Id: Makefile.am,v 1.40 2006-05-11 22:24:44 bagder Exp $
19
19
#
20
20
srcdir = @srcdir@
21
21
top_srcdir = @top_srcdir@
80
80
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
81
81
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
82
82
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
83
 
CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
84
83
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
85
84
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
86
85
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
102
101
EXEEXT = @EXEEXT@
103
102
F77 = @F77@
104
103
FFLAGS = @FFLAGS@
 
104
GREP = @GREP@
105
105
HAVE_ARES = @HAVE_ARES@
106
106
HAVE_LIBZ = @HAVE_LIBZ@
107
107
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
156
156
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
157
157
VERSION = @VERSION@
158
158
VERSIONNUM = @VERSIONNUM@
159
 
ac_ct_AR = @ac_ct_AR@
160
 
ac_ct_AS = @ac_ct_AS@
161
159
ac_ct_CC = @ac_ct_CC@
162
160
ac_ct_CXX = @ac_ct_CXX@
163
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
164
161
ac_ct_F77 = @ac_ct_F77@
165
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
166
 
ac_ct_RANLIB = @ac_ct_RANLIB@
167
 
ac_ct_STRIP = @ac_ct_STRIP@
168
162
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
169
163
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
170
164
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
181
175
build_os = @build_os@
182
176
build_vendor = @build_vendor@
183
177
datadir = @datadir@
 
178
datarootdir = @datarootdir@
 
179
docdir = @docdir@
 
180
dvidir = @dvidir@
184
181
exec_prefix = @exec_prefix@
185
182
host = @host@
186
183
host_alias = @host_alias@
187
184
host_cpu = @host_cpu@
188
185
host_os = @host_os@
189
186
host_vendor = @host_vendor@
 
187
htmldir = @htmldir@
190
188
includedir = @includedir@
191
189
infodir = @infodir@
192
190
install_sh = @install_sh@
193
191
libdir = @libdir@
194
192
libexecdir = @libexecdir@
 
193
localedir = @localedir@
195
194
localstatedir = @localstatedir@
196
195
mandir = @mandir@
197
196
mkdir_p = @mkdir_p@
198
197
oldincludedir = @oldincludedir@
 
198
pdfdir = @pdfdir@
199
199
prefix = @prefix@
200
200
program_transform_name = @program_transform_name@
 
201
psdir = @psdir@
201
202
sbindir = @sbindir@
202
203
sharedstatedir = @sharedstatedir@
203
204
subdirs = @subdirs@
211
212
 multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c          \
212
213
 multi-debugcallback.c fileupload.c getinfo.c ftp3rdparty.c debug.c     \
213
214
 anyauthput.c htmltitle.cc htmltidy.c opensslthreadlock.c               \
214
 
 cookie_interface.c cacertinmem.c
 
215
 cookie_interface.c cacertinmem.c synctime.c sampleconv.c ftpuploadresume.c
215
216
 
216
217
all: all-am
217
218