Update tag value for tizen 2.0 build
[external/curl.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # ./lib/Makefile.inc
18 # Using the backslash as line continuation character might be problematic
19 # with some make flavours, as Watcom's wmake showed us already. If we
20 # ever want to change this in a portable manner then we should consider
21 # this idea (posted to the libcurl list by Adam Kellas):
22 # CSRC1 = file1.c file2.c file3.c
23 # CSRC2 = file4.c file5.c file6.c
24 # CSOURCES = $(CSRC1) $(CSRC2)
25
26 srcdir = @srcdir@
27 top_srcdir = @top_srcdir@
28 VPATH = @srcdir@
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32 top_builddir = ..
33 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34 INSTALL = @INSTALL@
35 install_sh_DATA = $(install_sh) -c -m 644
36 install_sh_PROGRAM = $(install_sh) -c
37 install_sh_SCRIPT = $(install_sh) -c
38 INSTALL_HEADER = $(INSTALL_DATA)
39 transform = $(program_transform_name)
40 NORMAL_INSTALL = :
41 PRE_INSTALL = :
42 POST_INSTALL = :
43 NORMAL_UNINSTALL = :
44 PRE_UNINSTALL = :
45 POST_UNINSTALL = :
46 build_triplet = @build@
47 host_triplet = @host@
48 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49         $(srcdir)/Makefile.inc $(srcdir)/curl_config.h.in
50 subdir = lib
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
53         $(top_srcdir)/m4/curl-confopts.m4 \
54         $(top_srcdir)/m4/curl-functions.m4 \
55         $(top_srcdir)/m4/curl-override.m4 \
56         $(top_srcdir)/m4/curl-reentrant.m4 \
57         $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
58         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
59         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
60         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
64 CONFIG_HEADER = curl_config.h $(top_builddir)/src/curl_config.h \
65         $(top_builddir)/include/curl/curlbuild.h
66 CONFIG_CLEAN_FILES =
67 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68 am__vpath_adj = case $$p in \
69     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70     *) f=$$p;; \
71   esac;
72 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
73 am__installdirs = "$(DESTDIR)$(libdir)"
74 libLTLIBRARIES_INSTALL = $(INSTALL)
75 LTLIBRARIES = $(lib_LTLIBRARIES)
76 libcurl_la_LIBADD =
77 am__objects_1 = file.lo timeval.lo base64.lo hostip.lo progress.lo \
78         formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo \
79         if2ip.lo speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo \
80         escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo \
81         strequal.lo easy.lo security.lo krb4.lo curl_fnmatch.lo \
82         fileinfo.lo ftplistparser.lo wildcard.lo krb5.lo memdebug.lo \
83         http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo \
84         content_encoding.lo share.lo http_digest.lo md4.lo md5.lo \
85         curl_rand.lo http_negotiate.lo http_ntlm.lo inet_pton.lo \
86         strtoofft.lo strerror.lo hostares.lo hostasyn.lo hostip4.lo \
87         hostip6.lo hostsyn.lo hostthre.lo inet_ntop.lo parsedate.lo \
88         select.lo gtls.lo sslgen.lo tftp.lo splay.lo strdup.lo \
89         socks.lo ssh.lo nss.lo qssl.lo rawstr.lo curl_addrinfo.lo \
90         socks_gssapi.lo socks_sspi.lo curl_sspi.lo slist.lo \
91         nonblock.lo curl_memrchr.lo imap.lo pop3.lo smtp.lo \
92         pingpong.lo rtsp.lo curl_threads.lo warnless.lo hmac.lo \
93         polarssl.lo curl_rtmp.lo openldap.lo curl_gethostname.lo \
94         gopher.lo
95 am__objects_2 =
96 am_libcurl_la_OBJECTS = $(am__objects_1) $(am__objects_2)
97 libcurl_la_OBJECTS = $(am_libcurl_la_OBJECTS)
98 DEFAULT_INCLUDES = 
99 depcomp = $(SHELL) $(top_srcdir)/depcomp
100 am__depfiles_maybe = depfiles
101 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
104         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
105         $(AM_CFLAGS) $(CFLAGS)
106 CCLD = $(CC)
107 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
108         $(AM_LDFLAGS) $(LDFLAGS) -o $@
109 SOURCES = $(libcurl_la_SOURCES)
110 DIST_SOURCES = $(libcurl_la_SOURCES)
111 ETAGS = etags
112 CTAGS = ctags
113 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114 ACLOCAL = @ACLOCAL@
115 AMDEP_FALSE = @AMDEP_FALSE@
116 AMDEP_TRUE = @AMDEP_TRUE@
117 AMTAR = @AMTAR@
118 AR = @AR@
119 AS = @AS@
120 AUTOCONF = @AUTOCONF@
121 AUTOHEADER = @AUTOHEADER@
122 AUTOMAKE = @AUTOMAKE@
123 AWK = @AWK@
124 BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
125 BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
126 CC = @CC@
127 CCDEPMODE = @CCDEPMODE@
128
129 # This might hold -Werror
130 CFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@
131 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
132 CPP = @CPP@
133 CPPFLAGS = @CPPFLAGS@
134 CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
135 CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
136 CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
137 CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
138 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
139 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
140 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
141 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
142 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
143 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
144 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
145 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
146 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
147 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
148 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
149 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
150 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
151 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
152 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
153 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
154 CURL_LIBS = @CURL_LIBS@
155 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
156 CYGPATH_W = @CYGPATH_W@
157 DEFS = @DEFS@
158 DEPDIR = @DEPDIR@
159 DLLTOOL = @DLLTOOL@
160 DSYMUTIL = @DSYMUTIL@
161 DUMPBIN = @DUMPBIN@
162 ECHO_C = @ECHO_C@
163 ECHO_N = @ECHO_N@
164 ECHO_T = @ECHO_T@
165 EGREP = @EGREP@
166 ENABLE_SHARED = @ENABLE_SHARED@
167 EXEEXT = @EXEEXT@
168 FGREP = @FGREP@
169 GREP = @GREP@
170 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
171 HAVE_LIBZ = @HAVE_LIBZ@
172 HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
173 HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
174 HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
175 IDN_ENABLED = @IDN_ENABLED@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 IPV6_ENABLED = @IPV6_ENABLED@
181 KRB4_ENABLED = @KRB4_ENABLED@
182 LD = @LD@
183 LDFLAGS = @LDFLAGS@
184 LIBCURL_LIBS = @LIBCURL_LIBS@
185 LIBOBJS = @LIBOBJS@
186 LIBS = @LIBS@
187 LIBTOOL = @LIBTOOL@
188 LIPO = @LIPO@
189 LN_S = @LN_S@
190 LTLIBOBJS = @LTLIBOBJS@
191 MAINT = @MAINT@
192 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
193 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
194 MAKEINFO = @MAKEINFO@
195 MANOPT = @MANOPT@
196 MIMPURE_FALSE = @MIMPURE_FALSE@
197 MIMPURE_TRUE = @MIMPURE_TRUE@
198 NM = @NM@
199 NMEDIT = @NMEDIT@
200 NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
201 NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
202 NROFF = @NROFF@
203 OBJDUMP = @OBJDUMP@
204 OBJEXT = @OBJEXT@
205 OTOOL = @OTOOL@
206 OTOOL64 = @OTOOL64@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH = @PATH@
215 PATH_SEPARATOR = @PATH_SEPARATOR@
216 PERL = @PERL@
217 PKGADD_NAME = @PKGADD_NAME@
218 PKGADD_PKG = @PKGADD_PKG@
219 PKGADD_VENDOR = @PKGADD_VENDOR@
220 PKGCONFIG = @PKGCONFIG@
221 RANDOM_FILE = @RANDOM_FILE@
222 RANLIB = @RANLIB@
223 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
224 SED = @SED@
225 SET_MAKE = @SET_MAKE@
226 SHELL = @SHELL@
227 SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
228 SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
229 SSL_ENABLED = @SSL_ENABLED@
230 STATICLIB_FALSE = @STATICLIB_FALSE@
231 STATICLIB_TRUE = @STATICLIB_TRUE@
232 STRIP = @STRIP@
233 SUPPORT_FEATURES = @SUPPORT_FEATURES@
234 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
235 TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
236 USE_ARES = @USE_ARES@
237 USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
238 USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
239 USE_GNUTLS = @USE_GNUTLS@
240 USE_LIBRTMP = @USE_LIBRTMP@
241 USE_LIBSSH2 = @USE_LIBSSH2@
242 USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
243 USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
244 USE_NSS = @USE_NSS@
245 USE_OPENLDAP = @USE_OPENLDAP@
246 USE_POLARSSL = @USE_POLARSSL@
247 USE_SSLEAY = @USE_SSLEAY@
248 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
249 VERSION = @VERSION@
250 VERSIONNUM = @VERSIONNUM@
251 ac_ct_CC = @ac_ct_CC@
252 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
253 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
254 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
255 am__include = @am__include@
256 am__leading_dot = @am__leading_dot@
257 am__quote = @am__quote@
258 am__tar = @am__tar@
259 am__untar = @am__untar@
260 bindir = @bindir@
261 build = @build@
262 build_alias = @build_alias@
263 build_cpu = @build_cpu@
264 build_os = @build_os@
265 build_vendor = @build_vendor@
266 datadir = @datadir@
267 datarootdir = @datarootdir@
268 docdir = @docdir@
269 dvidir = @dvidir@
270 exec_prefix = @exec_prefix@
271 host = @host@
272 host_alias = @host_alias@
273 host_cpu = @host_cpu@
274 host_os = @host_os@
275 host_vendor = @host_vendor@
276 htmldir = @htmldir@
277 includedir = @includedir@
278 infodir = @infodir@
279 install_sh = @install_sh@
280 libdir = @libdir@
281 libexecdir = @libexecdir@
282 libext = @libext@
283 localedir = @localedir@
284 localstatedir = @localstatedir@
285 lt_ECHO = @lt_ECHO@
286 mandir = @mandir@
287 mkdir_p = @mkdir_p@
288 oldincludedir = @oldincludedir@
289 pdfdir = @pdfdir@
290 prefix = @prefix@
291 program_transform_name = @program_transform_name@
292 psdir = @psdir@
293 sbindir = @sbindir@
294 sharedstatedir = @sharedstatedir@
295 subdirs = @subdirs@
296 sysconfdir = @sysconfdir@
297 target_alias = @target_alias@
298
299 #***************************************************************************
300 #                                  _   _ ____  _
301 #  Project                     ___| | | |  _ \| |
302 #                             / __| | | | |_) | |
303 #                            | (__| |_| |  _ <| |___
304 #                             \___|\___/|_| \_\_____|
305 #
306 # Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
307 #
308 # This software is licensed as described in the file COPYING, which
309 # you should have received as part of this distribution. The terms
310 # are also available at http://curl.haxx.se/docs/copyright.html.
311 #
312 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
313 # copies of the Software, and permit persons to whom the Software is
314 # furnished to do so, under the terms of the COPYING file.
315 #
316 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
317 # KIND, either express or implied.
318 #
319 ###########################################################################
320 AUTOMAKE_OPTIONS = foreign nostdinc
321 DSP = vc6libcurl.dsp
322 VCPROJ = libcurl.vcproj
323 DOCS = README.encoding README.memoryleak README.ares README.curlx       \
324  README.hostip README.multi_socket README.httpauth README.pipelining    \
325  README.curl_off_t README.pingpong
326
327 CMAKE_DIST = CMakeLists.txt curl_config.h.cmake
328 EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP)                 \
329  vc6libcurl.dsw config-win32.h config-win32ce.h config-riscos.h            \
330  config-mac.h curl_config.h.in makefile.dj config-dos.h libcurl.plist      \
331  libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga            \
332  Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot   \
333  config-win32ce.h config-os400.h setup-os400.h config-symbian.h            \
334  Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl            \
335  mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h         \
336  Makefile.vxworks config-vms.h
337
338 CLEANFILES = $(DSP) $(VCPROJ)
339 lib_LTLIBRARIES = libcurl.la
340 @USE_EMBEDDED_ARES_FALSE@INCLUDES = -I$(top_builddir)/include/curl \
341 @USE_EMBEDDED_ARES_FALSE@           -I$(top_builddir)/include      \
342 @USE_EMBEDDED_ARES_FALSE@           -I$(top_srcdir)/include        \
343 @USE_EMBEDDED_ARES_FALSE@           -I$(top_builddir)/lib          \
344 @USE_EMBEDDED_ARES_FALSE@           -I$(top_srcdir)/lib
345
346
347 # Specify our include paths here, and do it relative to $(top_srcdir) and
348 # $(top_builddir), to ensure that these paths which belong to the library
349 # being currently built and tested are searched before the library which
350 # might possibly already be installed in the system.
351 #
352 # $(top_builddir)/include/curl for generated curlbuild.h included from curl.h
353 # $(top_builddir)/include for generated curlbuild.h included from lib/setup.h
354 # $(top_srcdir)/include is for libcurl's external include files
355 # $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
356 # $(top_srcdir)/lib is for libcurl's lib/setup.h and other "private" files
357 # $(top_builddir)/ares is for in-tree c-ares's generated ares_build.h file
358 # $(top_srcdir)/ares is for in-tree c-ares's external include files
359 @USE_EMBEDDED_ARES_TRUE@INCLUDES = -I$(top_builddir)/include/curl \
360 @USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/include      \
361 @USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/include        \
362 @USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/lib          \
363 @USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/lib            \
364 @USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/ares         \
365 @USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/ares
366
367 @SONAME_BUMP_FALSE@VERSIONINFO = -version-info 6:0:2
368
369 #
370 # Bumping of SONAME conditionally may seem like a weird thing to do, and yeah
371 # it is. The problem is that we try to avoid the bump as hard as possible, but
372 # yet it is still necessary for a few rare situations. The configure script will
373 # attempt to figure out these situations, and it can be forced to consider this
374 # to be such a case! See README.curl_off_t for further details.
375 #
376 # This conditional soname bump SHOULD be removed at next "proper" bump.
377 #
378 @SONAME_BUMP_TRUE@VERSIONINFO = -version-info 7:0:2
379
380 # This flag accepts an argument of the form current[:revision[:age]]. So,
381 # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
382 # 1.
383 #
384 # Here's the simplified rule guide on how to change -version-info:
385 # (current version is C:R:A)
386 #
387 # 1. if there are only source changes, use C:R+1:A
388 # 2. if interfaces were added use C+1:0:A+1
389 # 3. if interfaces were removed, then use C+1:0:0
390 #
391 # For the full guide on libcurl ABI rules, see docs/libcurl/ABI
392
393 # The -no-undefined flag is CRUCIAL for this to build fine on Cygwin.
394 @NO_UNDEFINED_TRUE@UNDEF = -no-undefined
395
396 # This is for gcc on Solaris (8+ ?) to avoid "relocations remain against
397 # allocatable but non-writable sections" problems.
398 @MIMPURE_TRUE@MIMPURE = -mimpure-text
399 libcurl_la_LDFLAGS = $(UNDEF) $(VERSIONINFO) $(MIMPURE) $(LIBCURL_LIBS)
400 CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c     \
401   cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c       \
402   ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c        \
403   netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c      \
404   curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c           \
405   memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c    \
406   content_encoding.c share.c http_digest.c md4.c md5.c curl_rand.c      \
407   http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c       \
408   hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c        \
409   inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c       \
410   strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c          \
411   socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c            \
412   curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c  \
413   warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c curl_gethostname.c\
414   gopher.c
415
416 HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h       \
417   progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h      \
418   if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h \
419   getinfo.h strequal.h krb4.h memdebug.h http_chunks.h curl_rand.h      \
420   curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h strtok.h         \
421   connect.h llist.h hash.h content_encoding.h share.h curl_md4.h        \
422   curl_md5.h http_digest.h http_negotiate.h http_ntlm.h inet_pton.h     \
423   strtoofft.h strerror.h inet_ntop.h curlx.h curl_memory.h setup.h      \
424   transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h    \
425   tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h  \
426   curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h \
427   curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h  \
428   warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h      \
429   gopher.h
430
431
432 # Makefile.inc provides the CSOURCES and HHEADERS defines
433 libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS)
434 WIN32SOURCES = $(CSOURCES)
435 WIN32HEADERS = $(HHEADERS) config-win32.h
436 DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP)
437 VCPROJOUT = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ)
438 all: curl_config.h
439         $(MAKE) $(AM_MAKEFLAGS) all-am
440
441 .SUFFIXES:
442 .SUFFIXES: .c .lo .o .obj
443 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
444         @for dep in $?; do \
445           case '$(am__configure_deps)' in \
446             *$$dep*) \
447               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
448                 && exit 0; \
449               exit 1;; \
450           esac; \
451         done; \
452         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  lib/Makefile'; \
453         cd $(top_srcdir) && \
454           $(AUTOMAKE) --foreign  lib/Makefile
455 .PRECIOUS: Makefile
456 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
457         @case '$?' in \
458           *config.status*) \
459             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
460           *) \
461             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
462             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
463         esac;
464
465 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
466         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467
468 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
469         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
471         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472
473 curl_config.h: stamp-h1
474         @if test ! -f $@; then \
475           rm -f stamp-h1; \
476           $(MAKE) stamp-h1; \
477         else :; fi
478
479 stamp-h1: $(srcdir)/curl_config.h.in $(top_builddir)/config.status
480         @rm -f stamp-h1
481         cd $(top_builddir) && $(SHELL) ./config.status lib/curl_config.h
482 $(srcdir)/curl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
483         cd $(top_srcdir) && $(AUTOHEADER)
484         rm -f stamp-h1
485         touch $@
486
487 distclean-hdr:
488         -rm -f curl_config.h stamp-h1
489 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
490         @$(NORMAL_INSTALL)
491         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
492         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
493           if test -f $$p; then \
494             f=$(am__strip_dir) \
495             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
496             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
497           else :; fi; \
498         done
499
500 uninstall-libLTLIBRARIES:
501         @$(NORMAL_UNINSTALL)
502         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
503           p=$(am__strip_dir) \
504           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
505           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
506         done
507
508 clean-libLTLIBRARIES:
509         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
510         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
511           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
512           test "$$dir" != "$$p" || dir=.; \
513           echo "rm -f \"$${dir}/so_locations\""; \
514           rm -f "$${dir}/so_locations"; \
515         done
516 libcurl.la: $(libcurl_la_OBJECTS) $(libcurl_la_DEPENDENCIES) 
517         $(LINK) -rpath $(libdir) $(libcurl_la_LDFLAGS) $(libcurl_la_OBJECTS) $(libcurl_la_LIBADD) $(LIBS)
518
519 mostlyclean-compile:
520         -rm -f *.$(OBJEXT)
521
522 distclean-compile:
523         -rm -f *.tab.c
524
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/content_encoding.Plo@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cookie.Plo@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_addrinfo.Plo@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_fnmatch.Plo@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_gethostname.Plo@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_memrchr.Plo@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_rand.Plo@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_rtmp.Plo@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_sspi.Plo@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_threads.Plo@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Plo@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/easy.Plo@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escape.Plo@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileinfo.Plo@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/formdata.Plo@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftp.Plo@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftplistparser.Plo@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getenv.Plo@am__quote@
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getinfo.Plo@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gopher.Plo@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtls.Plo@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac.Plo@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostares.Plo@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostasyn.Plo@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip.Plo@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip4.Plo@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip6.Plo@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostsyn.Plo@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostthre.Plo@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_chunks.Plo@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_digest.Plo@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_negotiate.Plo@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_ntlm.Plo@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if2ip.Plo@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Plo@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Plo@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Plo@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb4.Plo@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb5.Plo@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldap.Plo@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/llist.Plo@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md4.Plo@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memdebug.Plo@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprintf.Plo@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Plo@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netrc.Plo@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nonblock.Plo@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss.Plo@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openldap.Plo@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsedate.Plo@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pingpong.Plo@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polarssl.Plo@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop3.Plo@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Plo@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qssl.Plo@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawstr.Plo@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtsp.Plo@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendf.Plo@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/share.Plo@am__quote@
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slist.Plo@am__quote@
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp.Plo@am__quote@
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks.Plo@am__quote@
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks_gssapi.Plo@am__quote@
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks_sspi.Plo@am__quote@
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/speedcheck.Plo@am__quote@
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splay.Plo@am__quote@
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssh.Plo@am__quote@
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslgen.Plo@am__quote@
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssluse.Plo@am__quote@
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Plo@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strequal.Plo@am__quote@
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Plo@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Plo@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoofft.Plo@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/telnet.Plo@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tftp.Plo@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval.Plo@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transfer.Plo@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Plo@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/warnless.Plo@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wildcard.Plo@am__quote@
615
616 .c.o:
617 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
618 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
622
623 .c.obj:
624 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
625 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
626 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
629
630 .c.lo:
631 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
632 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
633 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
634 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
636
637 mostlyclean-libtool:
638         -rm -f *.lo
639
640 clean-libtool:
641         -rm -rf .libs _libs
642
643 distclean-libtool:
644         -rm -f libtool
645 uninstall-info-am:
646
647 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
648         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
649         unique=`for i in $$list; do \
650             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
651           done | \
652           $(AWK) '    { files[$$0] = 1; } \
653                END { for (i in files) print i; }'`; \
654         mkid -fID $$unique
655 tags: TAGS
656
657 TAGS:  $(HEADERS) $(SOURCES) curl_config.h.in $(TAGS_DEPENDENCIES) \
658                 $(TAGS_FILES) $(LISP)
659         tags=; \
660         here=`pwd`; \
661         list='$(SOURCES) $(HEADERS) curl_config.h.in $(LISP) $(TAGS_FILES)'; \
662         unique=`for i in $$list; do \
663             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
664           done | \
665           $(AWK) '    { files[$$0] = 1; } \
666                END { for (i in files) print i; }'`; \
667         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
668           test -n "$$unique" || unique=$$empty_fix; \
669           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
670             $$tags $$unique; \
671         fi
672 ctags: CTAGS
673 CTAGS:  $(HEADERS) $(SOURCES) curl_config.h.in $(TAGS_DEPENDENCIES) \
674                 $(TAGS_FILES) $(LISP)
675         tags=; \
676         here=`pwd`; \
677         list='$(SOURCES) $(HEADERS) curl_config.h.in $(LISP) $(TAGS_FILES)'; \
678         unique=`for i in $$list; do \
679             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
680           done | \
681           $(AWK) '    { files[$$0] = 1; } \
682                END { for (i in files) print i; }'`; \
683         test -z "$(CTAGS_ARGS)$$tags$$unique" \
684           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
685              $$tags $$unique
686
687 GTAGS:
688         here=`$(am__cd) $(top_builddir) && pwd` \
689           && cd $(top_srcdir) \
690           && gtags -i $(GTAGS_ARGS) $$here
691
692 distclean-tags:
693         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
694
695 distdir: $(DISTFILES)
696         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
697         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
698         list='$(DISTFILES)'; for file in $$list; do \
699           case $$file in \
700             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
701             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
702           esac; \
703           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
704           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
705           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
706             dir="/$$dir"; \
707             $(mkdir_p) "$(distdir)$$dir"; \
708           else \
709             dir=''; \
710           fi; \
711           if test -d $$d/$$file; then \
712             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
713               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
714             fi; \
715             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
716           else \
717             test -f $(distdir)/$$file \
718             || cp -p $$d/$$file $(distdir)/$$file \
719             || exit 1; \
720           fi; \
721         done
722 check-am: all-am
723 check: check-am
724 all-am: Makefile $(LTLIBRARIES) curl_config.h
725 installdirs:
726         for dir in "$(DESTDIR)$(libdir)"; do \
727           test -z "$$dir" || $(mkdir_p) "$$dir"; \
728         done
729 install: install-am
730 install-exec: install-exec-am
731 install-data: install-data-am
732 uninstall: uninstall-am
733
734 install-am: all-am
735         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
736
737 installcheck: installcheck-am
738 install-strip:
739         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
740           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
741           `test -z '$(STRIP)' || \
742             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
743 mostlyclean-generic:
744
745 clean-generic:
746         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
747
748 distclean-generic:
749         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
750
751 maintainer-clean-generic:
752         @echo "This command is intended for maintainers to use"
753         @echo "it deletes files that may require special tools to rebuild."
754 clean: clean-am
755
756 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
757         mostlyclean-am
758
759 distclean: distclean-am
760         -rm -rf ./$(DEPDIR)
761         -rm -f Makefile
762 distclean-am: clean-am distclean-compile distclean-generic \
763         distclean-hdr distclean-libtool distclean-tags
764
765 dvi: dvi-am
766
767 dvi-am:
768
769 html: html-am
770
771 info: info-am
772
773 info-am:
774
775 install-data-am:
776
777 install-exec-am: install-libLTLIBRARIES
778
779 install-info: install-info-am
780
781 install-man:
782
783 installcheck-am:
784
785 maintainer-clean: maintainer-clean-am
786         -rm -rf ./$(DEPDIR)
787         -rm -f Makefile
788 maintainer-clean-am: distclean-am maintainer-clean-generic
789
790 mostlyclean: mostlyclean-am
791
792 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
793         mostlyclean-libtool
794
795 pdf: pdf-am
796
797 pdf-am:
798
799 ps: ps-am
800
801 ps-am:
802
803 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
804
805 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
806         clean-libLTLIBRARIES clean-libtool ctags distclean \
807         distclean-compile distclean-generic distclean-hdr \
808         distclean-libtool distclean-tags distdir dvi dvi-am html \
809         html-am info info-am install install-am install-data \
810         install-data-am install-exec install-exec-am install-info \
811         install-info-am install-libLTLIBRARIES install-man \
812         install-strip installcheck installcheck-am installdirs \
813         maintainer-clean maintainer-clean-generic mostlyclean \
814         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
815         pdf pdf-am ps ps-am tags uninstall uninstall-am \
816         uninstall-info-am uninstall-libLTLIBRARIES
817
818
819 $(DSP): msvcproj.head msvcproj.foot Makefile.am
820         echo "creating $(DSP)"
821         @(cp $(srcdir)/msvcproj.head $(DSP); \
822         echo "# Begin Group \"Source Files\"" $(DSPOUT); \
823         echo "" $(DSPOUT); \
824         echo "# PROP Default_Filter \"\"" $(DSPOUT); \
825         win32_srcs='$(WIN32SOURCES)'; \
826         sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
827         for file in $$sorted_srcs; do \
828         echo "# Begin Source File" $(DSPOUT); \
829         echo "" $(DSPOUT); \
830         echo "SOURCE=.\\"$$file $(DSPOUT); \
831         echo "# End Source File" $(DSPOUT); \
832         done; \
833         echo "# End Group" $(DSPOUT); \
834         echo "# Begin Group \"Header Files\"" $(DSPOUT); \
835         echo "" $(DSPOUT); \
836         echo "# PROP Default_Filter \"\"" $(DSPOUT); \
837         win32_hdrs='$(WIN32HEADERS)'; \
838         sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
839         for file in $$sorted_hdrs; do \
840         echo "# Begin Source File" $(DSPOUT); \
841         echo "" $(DSPOUT); \
842         echo "SOURCE=.\\"$$file $(DSPOUT); \
843         echo "# End Source File" $(DSPOUT); \
844         done; \
845         echo "# End Group" $(DSPOUT); \
846         cat $(srcdir)/msvcproj.foot $(DSPOUT) )
847
848 $(VCPROJ): vc8proj.head vc8proj.foot Makefile.am
849         echo "creating $(VCPROJ)"
850         @(cp $(srcdir)/vc8proj.head $(VCPROJ); \
851         win32_srcs='$(WIN32SOURCES)'; \
852         sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
853         for file in $$sorted_srcs; do \
854         echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
855         done; \
856         echo "</Filter><Filter  Name=\"Header Files\">" $(VCPROJOUT); \
857         win32_hdrs='$(WIN32HEADERS)'; \
858         sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
859         for file in $$sorted_hdrs; do \
860         echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
861         done; \
862         cat $(srcdir)/vc8proj.foot $(VCPROJOUT) )
863 # Tell versions [3.59,3.63) of GNU make to not export all variables.
864 # Otherwise a system limit (for SysV at least) may be exceeded.
865 .NOEXPORT: