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
26srcdir = @srcdir@
27top_srcdir = @top_srcdir@
28VPATH = @srcdir@
29pkgdatadir = $(datadir)/@PACKAGE@
30pkglibdir = $(libdir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
32top_builddir = ..
33am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34INSTALL = @INSTALL@
35install_sh_DATA = $(install_sh) -c -m 644
36install_sh_PROGRAM = $(install_sh) -c
37install_sh_SCRIPT = $(install_sh) -c
38INSTALL_HEADER = $(INSTALL_DATA)
39transform = $(program_transform_name)
40NORMAL_INSTALL = :
41PRE_INSTALL = :
42POST_INSTALL = :
43NORMAL_UNINSTALL = :
44PRE_UNINSTALL = :
45POST_UNINSTALL = :
46build_triplet = @build@
47host_triplet = @host@
48DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49	$(srcdir)/Makefile.inc $(srcdir)/curl_config.h.in
50subdir = lib
51ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52am__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-openssl.m4 \
56	$(top_srcdir)/m4/curl-override.m4 \
57	$(top_srcdir)/m4/curl-reentrant.m4 \
58	$(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
59	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
60	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
61	$(top_srcdir)/m4/xc-translit.m4 $(top_srcdir)/acinclude.m4 \
62	$(top_srcdir)/configure.ac
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64	$(ACLOCAL_M4)
65mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
66CONFIG_HEADER = curl_config.h $(top_builddir)/src/curl_config.h \
67	$(top_builddir)/include/curl/curlbuild.h
68CONFIG_CLEAN_FILES =
69am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70am__vpath_adj = case $$p in \
71    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72    *) f=$$p;; \
73  esac;
74am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
75am__installdirs = "$(DESTDIR)$(libdir)"
76libLTLIBRARIES_INSTALL = $(INSTALL)
77LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
78libcurl_la_LIBADD =
79am__objects_1 = file.lo timeval.lo base64.lo hostip.lo progress.lo \
80	formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo \
81	if2ip.lo speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo \
82	escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo \
83	strequal.lo easy.lo security.lo krb4.lo curl_fnmatch.lo \
84	fileinfo.lo ftplistparser.lo wildcard.lo krb5.lo memdebug.lo \
85	http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo \
86	content_encoding.lo share.lo http_digest.lo md4.lo md5.lo \
87	curl_rand.lo http_negotiate.lo inet_pton.lo strtoofft.lo \
88	strerror.lo hostasyn.lo hostip4.lo hostip6.lo hostsyn.lo \
89	inet_ntop.lo parsedate.lo select.lo gtls.lo sslgen.lo tftp.lo \
90	splay.lo strdup.lo socks.lo ssh.lo nss.lo qssl.lo rawstr.lo \
91	curl_addrinfo.lo socks_gssapi.lo socks_sspi.lo curl_sspi.lo \
92	slist.lo nonblock.lo curl_memrchr.lo imap.lo pop3.lo smtp.lo \
93	pingpong.lo rtsp.lo curl_threads.lo warnless.lo hmac.lo \
94	polarssl.lo curl_rtmp.lo openldap.lo curl_gethostname.lo \
95	gopher.lo axtls.lo idn_win32.lo http_negotiate_sspi.lo \
96	cyassl.lo http_proxy.lo non-ascii.lo asyn-ares.lo \
97	asyn-thread.lo curl_gssapi.lo curl_ntlm.lo curl_ntlm_wb.lo \
98	curl_ntlm_core.lo curl_ntlm_msgs.lo
99am__objects_2 =
100am_libcurl_la_OBJECTS = $(am__objects_1) $(am__objects_2)
101libcurl_la_OBJECTS = $(am_libcurl_la_OBJECTS)
102libcurlu_la_LIBADD =
103am__objects_3 = libcurlu_la-file.lo libcurlu_la-timeval.lo \
104	libcurlu_la-base64.lo libcurlu_la-hostip.lo \
105	libcurlu_la-progress.lo libcurlu_la-formdata.lo \
106	libcurlu_la-cookie.lo libcurlu_la-http.lo libcurlu_la-sendf.lo \
107	libcurlu_la-ftp.lo libcurlu_la-url.lo libcurlu_la-dict.lo \
108	libcurlu_la-if2ip.lo libcurlu_la-speedcheck.lo \
109	libcurlu_la-ldap.lo libcurlu_la-ssluse.lo \
110	libcurlu_la-version.lo libcurlu_la-getenv.lo \
111	libcurlu_la-escape.lo libcurlu_la-mprintf.lo \
112	libcurlu_la-telnet.lo libcurlu_la-netrc.lo \
113	libcurlu_la-getinfo.lo libcurlu_la-transfer.lo \
114	libcurlu_la-strequal.lo libcurlu_la-easy.lo \
115	libcurlu_la-security.lo libcurlu_la-krb4.lo \
116	libcurlu_la-curl_fnmatch.lo libcurlu_la-fileinfo.lo \
117	libcurlu_la-ftplistparser.lo libcurlu_la-wildcard.lo \
118	libcurlu_la-krb5.lo libcurlu_la-memdebug.lo \
119	libcurlu_la-http_chunks.lo libcurlu_la-strtok.lo \
120	libcurlu_la-connect.lo libcurlu_la-llist.lo \
121	libcurlu_la-hash.lo libcurlu_la-multi.lo \
122	libcurlu_la-content_encoding.lo libcurlu_la-share.lo \
123	libcurlu_la-http_digest.lo libcurlu_la-md4.lo \
124	libcurlu_la-md5.lo libcurlu_la-curl_rand.lo \
125	libcurlu_la-http_negotiate.lo libcurlu_la-inet_pton.lo \
126	libcurlu_la-strtoofft.lo libcurlu_la-strerror.lo \
127	libcurlu_la-hostasyn.lo libcurlu_la-hostip4.lo \
128	libcurlu_la-hostip6.lo libcurlu_la-hostsyn.lo \
129	libcurlu_la-inet_ntop.lo libcurlu_la-parsedate.lo \
130	libcurlu_la-select.lo libcurlu_la-gtls.lo \
131	libcurlu_la-sslgen.lo libcurlu_la-tftp.lo libcurlu_la-splay.lo \
132	libcurlu_la-strdup.lo libcurlu_la-socks.lo libcurlu_la-ssh.lo \
133	libcurlu_la-nss.lo libcurlu_la-qssl.lo libcurlu_la-rawstr.lo \
134	libcurlu_la-curl_addrinfo.lo libcurlu_la-socks_gssapi.lo \
135	libcurlu_la-socks_sspi.lo libcurlu_la-curl_sspi.lo \
136	libcurlu_la-slist.lo libcurlu_la-nonblock.lo \
137	libcurlu_la-curl_memrchr.lo libcurlu_la-imap.lo \
138	libcurlu_la-pop3.lo libcurlu_la-smtp.lo \
139	libcurlu_la-pingpong.lo libcurlu_la-rtsp.lo \
140	libcurlu_la-curl_threads.lo libcurlu_la-warnless.lo \
141	libcurlu_la-hmac.lo libcurlu_la-polarssl.lo \
142	libcurlu_la-curl_rtmp.lo libcurlu_la-openldap.lo \
143	libcurlu_la-curl_gethostname.lo libcurlu_la-gopher.lo \
144	libcurlu_la-axtls.lo libcurlu_la-idn_win32.lo \
145	libcurlu_la-http_negotiate_sspi.lo libcurlu_la-cyassl.lo \
146	libcurlu_la-http_proxy.lo libcurlu_la-non-ascii.lo \
147	libcurlu_la-asyn-ares.lo libcurlu_la-asyn-thread.lo \
148	libcurlu_la-curl_gssapi.lo libcurlu_la-curl_ntlm.lo \
149	libcurlu_la-curl_ntlm_wb.lo libcurlu_la-curl_ntlm_core.lo \
150	libcurlu_la-curl_ntlm_msgs.lo
151am_libcurlu_la_OBJECTS = $(am__objects_3) $(am__objects_2)
152libcurlu_la_OBJECTS = $(am_libcurlu_la_OBJECTS)
153@BUILD_UNITTESTS_TRUE@am_libcurlu_la_rpath =
154DEFAULT_INCLUDES = 
155depcomp = $(SHELL) $(top_srcdir)/depcomp
156am__depfiles_maybe = depfiles
157COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
160	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
161	$(AM_CFLAGS) $(CFLAGS)
162CCLD = $(CC)
163LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
164	$(AM_LDFLAGS) $(LDFLAGS) -o $@
165SOURCES = $(libcurl_la_SOURCES) $(libcurlu_la_SOURCES)
166DIST_SOURCES = $(libcurl_la_SOURCES) $(libcurlu_la_SOURCES)
167ETAGS = etags
168CTAGS = ctags
169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170ACLOCAL = @ACLOCAL@
171AMDEP_FALSE = @AMDEP_FALSE@
172AMDEP_TRUE = @AMDEP_TRUE@
173AMTAR = @AMTAR@
174AR = @AR@
175AS = @AS@
176AUTOCONF = @AUTOCONF@
177AUTOHEADER = @AUTOHEADER@
178AUTOMAKE = @AUTOMAKE@
179AWK = @AWK@
180BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
181BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
182BUILD_UNITTESTS_FALSE = @BUILD_UNITTESTS_FALSE@
183BUILD_UNITTESTS_TRUE = @BUILD_UNITTESTS_TRUE@
184CC = @CC@
185CCDEPMODE = @CCDEPMODE@
186
187# This might hold -Werror
188CFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@
189CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
190CPP = @CPP@
191CPPFLAGS = @CPPFLAGS@
192CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
193CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
194CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
195CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
196CURLVERSION = @CURLVERSION@
197CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
198CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
199CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
200CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
201CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
202CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
203CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
204CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
205CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
206CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
207CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
208CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
209CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
210CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
211CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
212CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
213CURL_LIBS = @CURL_LIBS@
214CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
215CYGPATH_W = @CYGPATH_W@
216DEFS = @DEFS@
217DEPDIR = @DEPDIR@
218DLLTOOL = @DLLTOOL@
219DSYMUTIL = @DSYMUTIL@
220DUMPBIN = @DUMPBIN@
221ECHO_C = @ECHO_C@
222ECHO_N = @ECHO_N@
223ECHO_T = @ECHO_T@
224EGREP = @EGREP@
225ENABLE_SHARED = @ENABLE_SHARED@
226EXEEXT = @EXEEXT@
227FGREP = @FGREP@
228GREP = @GREP@
229HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
230HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
231HAVE_LIBZ = @HAVE_LIBZ@
232HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
233HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
234HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
235HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
236IDN_ENABLED = @IDN_ENABLED@
237INSTALL_DATA = @INSTALL_DATA@
238INSTALL_PROGRAM = @INSTALL_PROGRAM@
239INSTALL_SCRIPT = @INSTALL_SCRIPT@
240INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241IPV6_ENABLED = @IPV6_ENABLED@
242KRB4_ENABLED = @KRB4_ENABLED@
243LD = @LD@
244LDFLAGS = @LDFLAGS@
245LIBCURL_LIBS = @LIBCURL_LIBS@
246LIBOBJS = @LIBOBJS@
247LIBS = @LIBS@
248LIBTOOL = @LIBTOOL@
249LIPO = @LIPO@
250LN_S = @LN_S@
251LTLIBOBJS = @LTLIBOBJS@
252MAINT = @MAINT@
253MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
254MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
255MAKEINFO = @MAKEINFO@
256MANIFEST_TOOL = @MANIFEST_TOOL@
257MANOPT = @MANOPT@
258MIMPURE_FALSE = @MIMPURE_FALSE@
259MIMPURE_TRUE = @MIMPURE_TRUE@
260NM = @NM@
261NMEDIT = @NMEDIT@
262NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
263NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
264NROFF = @NROFF@
265OBJDUMP = @OBJDUMP@
266OBJEXT = @OBJEXT@
267OTOOL = @OTOOL@
268OTOOL64 = @OTOOL64@
269PACKAGE = @PACKAGE@
270PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271PACKAGE_NAME = @PACKAGE_NAME@
272PACKAGE_STRING = @PACKAGE_STRING@
273PACKAGE_TARNAME = @PACKAGE_TARNAME@
274PACKAGE_URL = @PACKAGE_URL@
275PACKAGE_VERSION = @PACKAGE_VERSION@
276PATH = @PATH@
277PATH_SEPARATOR = @PATH_SEPARATOR@
278PERL = @PERL@
279PKGADD_NAME = @PKGADD_NAME@
280PKGADD_PKG = @PKGADD_PKG@
281PKGADD_VENDOR = @PKGADD_VENDOR@
282PKGCONFIG = @PKGCONFIG@
283RANDOM_FILE = @RANDOM_FILE@
284RANLIB = @RANLIB@
285REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
286SED = @SED@
287SET_MAKE = @SET_MAKE@
288SHELL = @SHELL@
289SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
290SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
291SSL_ENABLED = @SSL_ENABLED@
292STATICLIB_FALSE = @STATICLIB_FALSE@
293STATICLIB_TRUE = @STATICLIB_TRUE@
294STRIP = @STRIP@
295SUPPORT_FEATURES = @SUPPORT_FEATURES@
296SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
297TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
298USE_ARES = @USE_ARES@
299USE_AXTLS = @USE_AXTLS@
300USE_CYASSL = @USE_CYASSL@
301USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
302USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
303USE_GNUTLS = @USE_GNUTLS@
304USE_LIBRTMP = @USE_LIBRTMP@
305USE_LIBSSH2 = @USE_LIBSSH2@
306USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
307USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
308USE_NSS = @USE_NSS@
309USE_OPENLDAP = @USE_OPENLDAP@
310USE_POLARSSL = @USE_POLARSSL@
311USE_SSLEAY = @USE_SSLEAY@
312USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
313VERSION = @VERSION@
314VERSIONNUM = @VERSIONNUM@
315ac_ct_AR = @ac_ct_AR@
316ac_ct_CC = @ac_ct_CC@
317ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
318am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
319am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
320am__include = @am__include@
321am__leading_dot = @am__leading_dot@
322am__quote = @am__quote@
323am__tar = @am__tar@
324am__untar = @am__untar@
325bindir = @bindir@
326build = @build@
327build_alias = @build_alias@
328build_cpu = @build_cpu@
329build_os = @build_os@
330build_vendor = @build_vendor@
331datadir = @datadir@
332datarootdir = @datarootdir@
333docdir = @docdir@
334dvidir = @dvidir@
335exec_prefix = @exec_prefix@
336host = @host@
337host_alias = @host_alias@
338host_cpu = @host_cpu@
339host_os = @host_os@
340host_vendor = @host_vendor@
341htmldir = @htmldir@
342includedir = @includedir@
343infodir = @infodir@
344install_sh = @install_sh@
345libdir = @libdir@
346libexecdir = @libexecdir@
347libext = @libext@
348localedir = @localedir@
349localstatedir = @localstatedir@
350mandir = @mandir@
351mkdir_p = @mkdir_p@
352oldincludedir = @oldincludedir@
353pdfdir = @pdfdir@
354prefix = @prefix@
355program_transform_name = @program_transform_name@
356psdir = @psdir@
357sbindir = @sbindir@
358sharedstatedir = @sharedstatedir@
359subdirs = @subdirs@
360sysconfdir = @sysconfdir@
361target_alias = @target_alias@
362
363#***************************************************************************
364#                                  _   _ ____  _
365#  Project                     ___| | | |  _ \| |
366#                             / __| | | | |_) | |
367#                            | (__| |_| |  _ <| |___
368#                             \___|\___/|_| \_\_____|
369#
370# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
371#
372# This software is licensed as described in the file COPYING, which
373# you should have received as part of this distribution. The terms
374# are also available at http://curl.haxx.se/docs/copyright.html.
375#
376# You may opt to use, copy, modify, merge, publish, distribute and/or sell
377# copies of the Software, and permit persons to whom the Software is
378# furnished to do so, under the terms of the COPYING file.
379#
380# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
381# KIND, either express or implied.
382#
383###########################################################################
384AUTOMAKE_OPTIONS = foreign nostdinc
385DSP = vc6libcurl.dsp
386VCPROJ = libcurl.vcproj
387DOCS = README.encoding README.memoryleak README.ares README.curlx	\
388 README.hostip README.multi_socket README.httpauth README.pipelining    \
389 README.curl_off_t README.pingpong
390
391CMAKE_DIST = CMakeLists.txt curl_config.h.cmake
392EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP)                 \
393 vc6libcurl.dsw config-win32.h config-win32ce.h config-riscos.h            \
394 config-mac.h curl_config.h.in makefile.dj config-dos.h libcurl.plist      \
395 libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga		   \
396 Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot   \
397 config-win32ce.h config-os400.h setup-os400.h config-symbian.h		   \
398 Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl		   \
399 mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h	   \
400 Makefile.vxworks config-vms.h checksrc.pl
401
402CLEANFILES = $(DSP) $(VCPROJ)
403lib_LTLIBRARIES = libcurl.la
404@USE_EMBEDDED_ARES_FALSE@INCLUDES = -I$(top_builddir)/include/curl \
405@USE_EMBEDDED_ARES_FALSE@           -I$(top_builddir)/include      \
406@USE_EMBEDDED_ARES_FALSE@           -I$(top_srcdir)/include        \
407@USE_EMBEDDED_ARES_FALSE@           -I$(top_builddir)/lib          \
408@USE_EMBEDDED_ARES_FALSE@           -I$(top_srcdir)/lib
409
410
411# Specify our include paths here, and do it relative to $(top_srcdir) and
412# $(top_builddir), to ensure that these paths which belong to the library
413# being currently built and tested are searched before the library which
414# might possibly already be installed in the system.
415#
416# $(top_builddir)/include/curl for generated curlbuild.h included from curl.h
417# $(top_builddir)/include for generated curlbuild.h included from lib/setup.h
418# $(top_srcdir)/include is for libcurl's external include files
419# $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
420# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "private" files
421# $(top_builddir)/ares is for in-tree c-ares's generated ares_build.h file
422# $(top_srcdir)/ares is for in-tree c-ares's external include files
423@USE_EMBEDDED_ARES_TRUE@INCLUDES = -I$(top_builddir)/include/curl \
424@USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/include      \
425@USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/include        \
426@USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/lib          \
427@USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/lib            \
428@USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/ares         \
429@USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/ares
430
431@SONAME_BUMP_FALSE@VERSIONINFO = -version-info 6:0:2
432
433#
434# Bumping of SONAME conditionally may seem like a weird thing to do, and yeah
435# it is. The problem is that we try to avoid the bump as hard as possible, but
436# yet it is still necessary for a few rare situations. The configure script will
437# attempt to figure out these situations, and it can be forced to consider this
438# to be such a case! See README.curl_off_t for further details.
439#
440# This conditional soname bump SHOULD be removed at next "proper" bump.
441#
442@SONAME_BUMP_TRUE@VERSIONINFO = -version-info 7:0:2
443
444# This flag accepts an argument of the form current[:revision[:age]]. So,
445# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
446# 1.
447#
448# Here's the simplified rule guide on how to change -version-info:
449# (current version is C:R:A)
450#
451# 1. if there are only source changes, use C:R+1:A
452# 2. if interfaces were added use C+1:0:A+1
453# 3. if interfaces were removed, then use C+1:0:0
454#
455# For the full guide on libcurl ABI rules, see docs/libcurl/ABI
456
457# The -no-undefined flag is crucial to build fine on some platforms
458@NO_UNDEFINED_TRUE@UNDEF = -no-undefined
459
460# This is for gcc on Solaris (8+ ?) to avoid "relocations remain against
461# allocatable but non-writable sections" problems.
462@MIMPURE_TRUE@MIMPURE = -mimpure-text
463libcurl_la_LDFLAGS = $(UNDEF) $(VERSIONINFO) $(MIMPURE) $(LIBCURL_LIBS)
464@BUILD_UNITTESTS_FALSE@noinst_LTLIBRARIES = 
465
466# unit testing static library built only along with unit tests
467@BUILD_UNITTESTS_TRUE@noinst_LTLIBRARIES = libcurlu.la
468libcurlu_la_CPPFLAGS = $(AM_CPPFLAGS) -DUNITTESTS
469libcurlu_la_LDFLAGS = -static $(LIBCURL_LIBS)
470CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c	\
471  cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c	\
472  ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c	\
473  netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c	\
474  curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c		\
475  memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c	\
476  content_encoding.c share.c http_digest.c md4.c md5.c curl_rand.c	\
477  http_negotiate.c inet_pton.c strtoofft.c strerror.c			\
478  hostasyn.c hostip4.c hostip6.c hostsyn.c inet_ntop.c parsedate.c	\
479  select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c	\
480  qssl.c rawstr.c curl_addrinfo.c socks_gssapi.c socks_sspi.c		\
481  curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c	\
482  pingpong.c rtsp.c curl_threads.c warnless.c hmac.c polarssl.c		\
483  curl_rtmp.c openldap.c curl_gethostname.c gopher.c axtls.c		\
484  idn_win32.c http_negotiate_sspi.c cyassl.c http_proxy.c non-ascii.c	\
485  asyn-ares.c asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c	\
486  curl_ntlm_core.c curl_ntlm_msgs.c
487
488HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h	\
489  progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h	\
490  if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h	\
491  getinfo.h strequal.h krb4.h memdebug.h http_chunks.h curl_rand.h	\
492  curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h strtok.h		\
493  connect.h llist.h hash.h content_encoding.h share.h curl_md4.h	\
494  curl_md5.h http_digest.h http_negotiate.h inet_pton.h			\
495  strtoofft.h strerror.h inet_ntop.h curlx.h curl_memory.h setup.h	\
496  transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h	\
497  tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h	\
498  curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h	\
499  curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h	\
500  warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h	\
501  gopher.h axtls.h cyassl.h http_proxy.h non-ascii.h asyn.h curl_ntlm.h \
502  curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h curl_ntlm_msgs.h
503
504
505# Makefile.inc provides the CSOURCES and HHEADERS defines
506libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS)
507libcurlu_la_SOURCES = $(CSOURCES) $(HHEADERS)
508WIN32SOURCES = $(CSOURCES)
509WIN32HEADERS = $(HHEADERS) config-win32.h
510DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP)
511VCPROJOUT = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ)
512all: curl_config.h
513	$(MAKE) $(AM_MAKEFLAGS) all-am
514
515.SUFFIXES:
516.SUFFIXES: .c .lo .o .obj
517$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
518	@for dep in $?; do \
519	  case '$(am__configure_deps)' in \
520	    *$$dep*) \
521	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
522		&& exit 0; \
523	      exit 1;; \
524	  esac; \
525	done; \
526	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  lib/Makefile'; \
527	cd $(top_srcdir) && \
528	  $(AUTOMAKE) --foreign  lib/Makefile
529.PRECIOUS: Makefile
530Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
531	@case '$?' in \
532	  *config.status*) \
533	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
534	  *) \
535	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
536	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
537	esac;
538
539$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
540	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
541
542$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
543	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
544$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
545	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
546
547curl_config.h: stamp-h1
548	@if test ! -f $@; then \
549	  rm -f stamp-h1; \
550	  $(MAKE) stamp-h1; \
551	else :; fi
552
553stamp-h1: $(srcdir)/curl_config.h.in $(top_builddir)/config.status
554	@rm -f stamp-h1
555	cd $(top_builddir) && $(SHELL) ./config.status lib/curl_config.h
556$(srcdir)/curl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
557	cd $(top_srcdir) && $(AUTOHEADER)
558	rm -f stamp-h1
559	touch $@
560
561distclean-hdr:
562	-rm -f curl_config.h stamp-h1
563install-libLTLIBRARIES: $(lib_LTLIBRARIES)
564	@$(NORMAL_INSTALL)
565	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
566	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
567	  if test -f $$p; then \
568	    f=$(am__strip_dir) \
569	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
570	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
571	  else :; fi; \
572	done
573
574uninstall-libLTLIBRARIES:
575	@$(NORMAL_UNINSTALL)
576	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
577	  p=$(am__strip_dir) \
578	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
579	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
580	done
581
582clean-libLTLIBRARIES:
583	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
584	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
585	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
586	  test "$$dir" != "$$p" || dir=.; \
587	  echo "rm -f \"$${dir}/so_locations\""; \
588	  rm -f "$${dir}/so_locations"; \
589	done
590
591clean-noinstLTLIBRARIES:
592	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
593	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
594	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
595	  test "$$dir" != "$$p" || dir=.; \
596	  echo "rm -f \"$${dir}/so_locations\""; \
597	  rm -f "$${dir}/so_locations"; \
598	done
599libcurl.la: $(libcurl_la_OBJECTS) $(libcurl_la_DEPENDENCIES) 
600	$(LINK) -rpath $(libdir) $(libcurl_la_LDFLAGS) $(libcurl_la_OBJECTS) $(libcurl_la_LIBADD) $(LIBS)
601libcurlu.la: $(libcurlu_la_OBJECTS) $(libcurlu_la_DEPENDENCIES) 
602	$(LINK) $(am_libcurlu_la_rpath) $(libcurlu_la_LDFLAGS) $(libcurlu_la_OBJECTS) $(libcurlu_la_LIBADD) $(LIBS)
603
604mostlyclean-compile:
605	-rm -f *.$(OBJEXT)
606
607distclean-compile:
608	-rm -f *.tab.c
609
610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asyn-ares.Plo@am__quote@
611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asyn-thread.Plo@am__quote@
612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axtls.Plo@am__quote@
613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@
615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/content_encoding.Plo@am__quote@
616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cookie.Plo@am__quote@
617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_addrinfo.Plo@am__quote@
618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_fnmatch.Plo@am__quote@
619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_gethostname.Plo@am__quote@
620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_gssapi.Plo@am__quote@
621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_memrchr.Plo@am__quote@
622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_ntlm.Plo@am__quote@
623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_ntlm_core.Plo@am__quote@
624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_ntlm_msgs.Plo@am__quote@
625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_ntlm_wb.Plo@am__quote@
626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_rand.Plo@am__quote@
627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_rtmp.Plo@am__quote@
628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_sspi.Plo@am__quote@
629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_threads.Plo@am__quote@
630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cyassl.Plo@am__quote@
631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Plo@am__quote@
632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/easy.Plo@am__quote@
633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escape.Plo@am__quote@
634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileinfo.Plo@am__quote@
636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/formdata.Plo@am__quote@
637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftp.Plo@am__quote@
638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftplistparser.Plo@am__quote@
639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getenv.Plo@am__quote@
640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getinfo.Plo@am__quote@
641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gopher.Plo@am__quote@
642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtls.Plo@am__quote@
643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac.Plo@am__quote@
645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostasyn.Plo@am__quote@
646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip.Plo@am__quote@
647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip4.Plo@am__quote@
648@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip6.Plo@am__quote@
649@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostsyn.Plo@am__quote@
650@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
651@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_chunks.Plo@am__quote@
652@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_digest.Plo@am__quote@
653@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_negotiate.Plo@am__quote@
654@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_negotiate_sspi.Plo@am__quote@
655@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_proxy.Plo@am__quote@
656@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idn_win32.Plo@am__quote@
657@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if2ip.Plo@am__quote@
658@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Plo@am__quote@
659@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Plo@am__quote@
660@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Plo@am__quote@
661@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb4.Plo@am__quote@
662@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb5.Plo@am__quote@
663@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldap.Plo@am__quote@
664@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-asyn-ares.Plo@am__quote@
665@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-asyn-thread.Plo@am__quote@
666@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-axtls.Plo@am__quote@
667@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-base64.Plo@am__quote@
668@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-connect.Plo@am__quote@
669@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-content_encoding.Plo@am__quote@
670@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cookie.Plo@am__quote@
671@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_addrinfo.Plo@am__quote@
672@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_fnmatch.Plo@am__quote@
673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_gethostname.Plo@am__quote@
674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_gssapi.Plo@am__quote@
675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_memrchr.Plo@am__quote@
676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_ntlm.Plo@am__quote@
677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_ntlm_core.Plo@am__quote@
678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_ntlm_msgs.Plo@am__quote@
679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_ntlm_wb.Plo@am__quote@
680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_rand.Plo@am__quote@
681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_rtmp.Plo@am__quote@
682@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_sspi.Plo@am__quote@
683@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_threads.Plo@am__quote@
684@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cyassl.Plo@am__quote@
685@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-dict.Plo@am__quote@
686@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-easy.Plo@am__quote@
687@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-escape.Plo@am__quote@
688@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-file.Plo@am__quote@
689@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-fileinfo.Plo@am__quote@
690@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-formdata.Plo@am__quote@
691@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ftp.Plo@am__quote@
692@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ftplistparser.Plo@am__quote@
693@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-getenv.Plo@am__quote@
694@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-getinfo.Plo@am__quote@
695@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-gopher.Plo@am__quote@
696@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-gtls.Plo@am__quote@
697@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hash.Plo@am__quote@
698@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hmac.Plo@am__quote@
699@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostasyn.Plo@am__quote@
700@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostip.Plo@am__quote@
701@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostip4.Plo@am__quote@
702@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostip6.Plo@am__quote@
703@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostsyn.Plo@am__quote@
704@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http.Plo@am__quote@
705@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_chunks.Plo@am__quote@
706@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_digest.Plo@am__quote@
707@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_negotiate.Plo@am__quote@
708@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_negotiate_sspi.Plo@am__quote@
709@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_proxy.Plo@am__quote@
710@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-idn_win32.Plo@am__quote@
711@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-if2ip.Plo@am__quote@
712@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-imap.Plo@am__quote@
713@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-inet_ntop.Plo@am__quote@
714@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-inet_pton.Plo@am__quote@
715@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-krb4.Plo@am__quote@
716@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-krb5.Plo@am__quote@
717@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ldap.Plo@am__quote@
718@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-llist.Plo@am__quote@
719@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-md4.Plo@am__quote@
720@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-md5.Plo@am__quote@
721@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-memdebug.Plo@am__quote@
722@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-mprintf.Plo@am__quote@
723@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-multi.Plo@am__quote@
724@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-netrc.Plo@am__quote@
725@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-non-ascii.Plo@am__quote@
726@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-nonblock.Plo@am__quote@
727@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-nss.Plo@am__quote@
728@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-openldap.Plo@am__quote@
729@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-parsedate.Plo@am__quote@
730@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-pingpong.Plo@am__quote@
731@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-polarssl.Plo@am__quote@
732@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-pop3.Plo@am__quote@
733@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-progress.Plo@am__quote@
734@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-qssl.Plo@am__quote@
735@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-rawstr.Plo@am__quote@
736@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-rtsp.Plo@am__quote@
737@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-security.Plo@am__quote@
738@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-select.Plo@am__quote@
739@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-sendf.Plo@am__quote@
740@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-share.Plo@am__quote@
741@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-slist.Plo@am__quote@
742@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-smtp.Plo@am__quote@
743@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socks.Plo@am__quote@
744@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socks_gssapi.Plo@am__quote@
745@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socks_sspi.Plo@am__quote@
746@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-speedcheck.Plo@am__quote@
747@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-splay.Plo@am__quote@
748@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ssh.Plo@am__quote@
749@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-sslgen.Plo@am__quote@
750@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ssluse.Plo@am__quote@
751@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strdup.Plo@am__quote@
752@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strequal.Plo@am__quote@
753@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strerror.Plo@am__quote@
754@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strtok.Plo@am__quote@
755@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strtoofft.Plo@am__quote@
756@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-telnet.Plo@am__quote@
757@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-tftp.Plo@am__quote@
758@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-timeval.Plo@am__quote@
759@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-transfer.Plo@am__quote@
760@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-url.Plo@am__quote@
761@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-version.Plo@am__quote@
762@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-warnless.Plo@am__quote@
763@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-wildcard.Plo@am__quote@
764@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/llist.Plo@am__quote@
765@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md4.Plo@am__quote@
766@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
767@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memdebug.Plo@am__quote@
768@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprintf.Plo@am__quote@
769@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Plo@am__quote@
770@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netrc.Plo@am__quote@
771@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/non-ascii.Plo@am__quote@
772@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nonblock.Plo@am__quote@
773@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss.Plo@am__quote@
774@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openldap.Plo@am__quote@
775@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsedate.Plo@am__quote@
776@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pingpong.Plo@am__quote@
777@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polarssl.Plo@am__quote@
778@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop3.Plo@am__quote@
779@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Plo@am__quote@
780@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qssl.Plo@am__quote@
781@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawstr.Plo@am__quote@
782@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtsp.Plo@am__quote@
783@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@
784@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
785@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendf.Plo@am__quote@
786@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/share.Plo@am__quote@
787@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slist.Plo@am__quote@
788@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp.Plo@am__quote@
789@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks.Plo@am__quote@
790@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks_gssapi.Plo@am__quote@
791@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks_sspi.Plo@am__quote@
792@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/speedcheck.Plo@am__quote@
793@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splay.Plo@am__quote@
794@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssh.Plo@am__quote@
795@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslgen.Plo@am__quote@
796@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssluse.Plo@am__quote@
797@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Plo@am__quote@
798@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strequal.Plo@am__quote@
799@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Plo@am__quote@
800@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Plo@am__quote@
801@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoofft.Plo@am__quote@
802@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/telnet.Plo@am__quote@
803@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tftp.Plo@am__quote@
804@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval.Plo@am__quote@
805@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transfer.Plo@am__quote@
806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Plo@am__quote@
807@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
808@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/warnless.Plo@am__quote@
809@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wildcard.Plo@am__quote@
810
811.c.o:
812@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
813@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
814@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
815@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816@am__fastdepCC_FALSE@	$(COMPILE) -c $<
817
818.c.obj:
819@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
820@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
821@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
822@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
824
825.c.lo:
826@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
827@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
828@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
829@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
830@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
831
832libcurlu_la-file.lo: file.c
833@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-file.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-file.Tpo" -c -o libcurlu_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c; \
834@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-file.Tpo" "$(DEPDIR)/libcurlu_la-file.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-file.Tpo"; exit 1; fi
835@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='file.c' object='libcurlu_la-file.lo' libtool=yes @AMDEPBACKSLASH@
836@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
837@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
838
839libcurlu_la-timeval.lo: timeval.c
840@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-timeval.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-timeval.Tpo" -c -o libcurlu_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c; \
841@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-timeval.Tpo" "$(DEPDIR)/libcurlu_la-timeval.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-timeval.Tpo"; exit 1; fi
842@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval.c' object='libcurlu_la-timeval.lo' libtool=yes @AMDEPBACKSLASH@
843@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
844@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
845
846libcurlu_la-base64.lo: base64.c
847@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-base64.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-base64.Tpo" -c -o libcurlu_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c; \
848@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-base64.Tpo" "$(DEPDIR)/libcurlu_la-base64.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-base64.Tpo"; exit 1; fi
849@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='base64.c' object='libcurlu_la-base64.lo' libtool=yes @AMDEPBACKSLASH@
850@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
851@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
852
853libcurlu_la-hostip.lo: hostip.c
854@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostip.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-hostip.Tpo" -c -o libcurlu_la-hostip.lo `test -f 'hostip.c' || echo '$(srcdir)/'`hostip.c; \
855@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-hostip.Tpo" "$(DEPDIR)/libcurlu_la-hostip.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-hostip.Tpo"; exit 1; fi
856@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hostip.c' object='libcurlu_la-hostip.lo' libtool=yes @AMDEPBACKSLASH@
857@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
858@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostip.lo `test -f 'hostip.c' || echo '$(srcdir)/'`hostip.c
859
860libcurlu_la-progress.lo: progress.c
861@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-progress.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-progress.Tpo" -c -o libcurlu_la-progress.lo `test -f 'progress.c' || echo '$(srcdir)/'`progress.c; \
862@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-progress.Tpo" "$(DEPDIR)/libcurlu_la-progress.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-progress.Tpo"; exit 1; fi
863@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='progress.c' object='libcurlu_la-progress.lo' libtool=yes @AMDEPBACKSLASH@
864@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
865@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-progress.lo `test -f 'progress.c' || echo '$(srcdir)/'`progress.c
866
867libcurlu_la-formdata.lo: formdata.c
868@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-formdata.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-formdata.Tpo" -c -o libcurlu_la-formdata.lo `test -f 'formdata.c' || echo '$(srcdir)/'`formdata.c; \
869@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-formdata.Tpo" "$(DEPDIR)/libcurlu_la-formdata.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-formdata.Tpo"; exit 1; fi
870@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='formdata.c' object='libcurlu_la-formdata.lo' libtool=yes @AMDEPBACKSLASH@
871@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
872@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-formdata.lo `test -f 'formdata.c' || echo '$(srcdir)/'`formdata.c
873
874libcurlu_la-cookie.lo: cookie.c
875@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-cookie.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-cookie.Tpo" -c -o libcurlu_la-cookie.lo `test -f 'cookie.c' || echo '$(srcdir)/'`cookie.c; \
876@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-cookie.Tpo" "$(DEPDIR)/libcurlu_la-cookie.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-cookie.Tpo"; exit 1; fi
877@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cookie.c' object='libcurlu_la-cookie.lo' libtool=yes @AMDEPBACKSLASH@
878@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
879@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cookie.lo `test -f 'cookie.c' || echo '$(srcdir)/'`cookie.c
880
881libcurlu_la-http.lo: http.c
882@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-http.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-http.Tpo" -c -o libcurlu_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c; \
883@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-http.Tpo" "$(DEPDIR)/libcurlu_la-http.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-http.Tpo"; exit 1; fi
884@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='http.c' object='libcurlu_la-http.lo' libtool=yes @AMDEPBACKSLASH@
885@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
886@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c
887
888libcurlu_la-sendf.lo: sendf.c
889@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-sendf.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-sendf.Tpo" -c -o libcurlu_la-sendf.lo `test -f 'sendf.c' || echo '$(srcdir)/'`sendf.c; \
890@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-sendf.Tpo" "$(DEPDIR)/libcurlu_la-sendf.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-sendf.Tpo"; exit 1; fi
891@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sendf.c' object='libcurlu_la-sendf.lo' libtool=yes @AMDEPBACKSLASH@
892@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
893@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-sendf.lo `test -f 'sendf.c' || echo '$(srcdir)/'`sendf.c
894
895libcurlu_la-ftp.lo: ftp.c
896@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-ftp.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-ftp.Tpo" -c -o libcurlu_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c; \
897@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-ftp.Tpo" "$(DEPDIR)/libcurlu_la-ftp.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-ftp.Tpo"; exit 1; fi
898@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ftp.c' object='libcurlu_la-ftp.lo' libtool=yes @AMDEPBACKSLASH@
899@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c
901
902libcurlu_la-url.lo: url.c
903@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-url.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-url.Tpo" -c -o libcurlu_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c; \
904@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-url.Tpo" "$(DEPDIR)/libcurlu_la-url.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-url.Tpo"; exit 1; fi
905@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='url.c' object='libcurlu_la-url.lo' libtool=yes @AMDEPBACKSLASH@
906@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
907@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
908
909libcurlu_la-dict.lo: dict.c
910@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-dict.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-dict.Tpo" -c -o libcurlu_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c; \
911@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-dict.Tpo" "$(DEPDIR)/libcurlu_la-dict.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-dict.Tpo"; exit 1; fi
912@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dict.c' object='libcurlu_la-dict.lo' libtool=yes @AMDEPBACKSLASH@
913@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
915
916libcurlu_la-if2ip.lo: if2ip.c
917@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-if2ip.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-if2ip.Tpo" -c -o libcurlu_la-if2ip.lo `test -f 'if2ip.c' || echo '$(srcdir)/'`if2ip.c; \
918@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-if2ip.Tpo" "$(DEPDIR)/libcurlu_la-if2ip.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-if2ip.Tpo"; exit 1; fi
919@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='if2ip.c' object='libcurlu_la-if2ip.lo' libtool=yes @AMDEPBACKSLASH@
920@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-if2ip.lo `test -f 'if2ip.c' || echo '$(srcdir)/'`if2ip.c
922
923libcurlu_la-speedcheck.lo: speedcheck.c
924@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-speedcheck.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-speedcheck.Tpo" -c -o libcurlu_la-speedcheck.lo `test -f 'speedcheck.c' || echo '$(srcdir)/'`speedcheck.c; \
925@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-speedcheck.Tpo" "$(DEPDIR)/libcurlu_la-speedcheck.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-speedcheck.Tpo"; exit 1; fi
926@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='speedcheck.c' object='libcurlu_la-speedcheck.lo' libtool=yes @AMDEPBACKSLASH@
927@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
928@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-speedcheck.lo `test -f 'speedcheck.c' || echo '$(srcdir)/'`speedcheck.c
929
930libcurlu_la-ldap.lo: ldap.c
931@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-ldap.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-ldap.Tpo" -c -o libcurlu_la-ldap.lo `test -f 'ldap.c' || echo '$(srcdir)/'`ldap.c; \
932@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-ldap.Tpo" "$(DEPDIR)/libcurlu_la-ldap.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-ldap.Tpo"; exit 1; fi
933@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ldap.c' object='libcurlu_la-ldap.lo' libtool=yes @AMDEPBACKSLASH@
934@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
935@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ldap.lo `test -f 'ldap.c' || echo '$(srcdir)/'`ldap.c
936
937libcurlu_la-ssluse.lo: ssluse.c
938@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-ssluse.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-ssluse.Tpo" -c -o libcurlu_la-ssluse.lo `test -f 'ssluse.c' || echo '$(srcdir)/'`ssluse.c; \
939@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-ssluse.Tpo" "$(DEPDIR)/libcurlu_la-ssluse.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-ssluse.Tpo"; exit 1; fi
940@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ssluse.c' object='libcurlu_la-ssluse.lo' libtool=yes @AMDEPBACKSLASH@
941@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
942@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ssluse.lo `test -f 'ssluse.c' || echo '$(srcdir)/'`ssluse.c
943
944libcurlu_la-version.lo: version.c
945@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-version.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-version.Tpo" -c -o libcurlu_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c; \
946@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-version.Tpo" "$(DEPDIR)/libcurlu_la-version.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-version.Tpo"; exit 1; fi
947@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='version.c' object='libcurlu_la-version.lo' libtool=yes @AMDEPBACKSLASH@
948@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
950
951libcurlu_la-getenv.lo: getenv.c
952@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-getenv.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-getenv.Tpo" -c -o libcurlu_la-getenv.lo `test -f 'getenv.c' || echo '$(srcdir)/'`getenv.c; \
953@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-getenv.Tpo" "$(DEPDIR)/libcurlu_la-getenv.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-getenv.Tpo"; exit 1; fi
954@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='getenv.c' object='libcurlu_la-getenv.lo' libtool=yes @AMDEPBACKSLASH@
955@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
956@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-getenv.lo `test -f 'getenv.c' || echo '$(srcdir)/'`getenv.c
957
958libcurlu_la-escape.lo: escape.c
959@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-escape.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-escape.Tpo" -c -o libcurlu_la-escape.lo `test -f 'escape.c' || echo '$(srcdir)/'`escape.c; \
960@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-escape.Tpo" "$(DEPDIR)/libcurlu_la-escape.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-escape.Tpo"; exit 1; fi
961@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='escape.c' object='libcurlu_la-escape.lo' libtool=yes @AMDEPBACKSLASH@
962@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-escape.lo `test -f 'escape.c' || echo '$(srcdir)/'`escape.c
964
965libcurlu_la-mprintf.lo: mprintf.c
966@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-mprintf.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-mprintf.Tpo" -c -o libcurlu_la-mprintf.lo `test -f 'mprintf.c' || echo '$(srcdir)/'`mprintf.c; \
967@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-mprintf.Tpo" "$(DEPDIR)/libcurlu_la-mprintf.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-mprintf.Tpo"; exit 1; fi
968@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mprintf.c' object='libcurlu_la-mprintf.lo' libtool=yes @AMDEPBACKSLASH@
969@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
970@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-mprintf.lo `test -f 'mprintf.c' || echo '$(srcdir)/'`mprintf.c
971
972libcurlu_la-telnet.lo: telnet.c
973@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-telnet.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-telnet.Tpo" -c -o libcurlu_la-telnet.lo `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c; \
974@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-telnet.Tpo" "$(DEPDIR)/libcurlu_la-telnet.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-telnet.Tpo"; exit 1; fi
975@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='telnet.c' object='libcurlu_la-telnet.lo' libtool=yes @AMDEPBACKSLASH@
976@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
977@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-telnet.lo `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c
978
979libcurlu_la-netrc.lo: netrc.c
980@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-netrc.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-netrc.Tpo" -c -o libcurlu_la-netrc.lo `test -f 'netrc.c' || echo '$(srcdir)/'`netrc.c; \
981@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-netrc.Tpo" "$(DEPDIR)/libcurlu_la-netrc.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-netrc.Tpo"; exit 1; fi
982@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='netrc.c' object='libcurlu_la-netrc.lo' libtool=yes @AMDEPBACKSLASH@
983@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
984@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-netrc.lo `test -f 'netrc.c' || echo '$(srcdir)/'`netrc.c
985
986libcurlu_la-getinfo.lo: getinfo.c
987@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-getinfo.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-getinfo.Tpo" -c -o libcurlu_la-getinfo.lo `test -f 'getinfo.c' || echo '$(srcdir)/'`getinfo.c; \
988@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-getinfo.Tpo" "$(DEPDIR)/libcurlu_la-getinfo.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-getinfo.Tpo"; exit 1; fi
989@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='getinfo.c' object='libcurlu_la-getinfo.lo' libtool=yes @AMDEPBACKSLASH@
990@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
991@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-getinfo.lo `test -f 'getinfo.c' || echo '$(srcdir)/'`getinfo.c
992
993libcurlu_la-transfer.lo: transfer.c
994@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-transfer.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-transfer.Tpo" -c -o libcurlu_la-transfer.lo `test -f 'transfer.c' || echo '$(srcdir)/'`transfer.c; \
995@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-transfer.Tpo" "$(DEPDIR)/libcurlu_la-transfer.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-transfer.Tpo"; exit 1; fi
996@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='transfer.c' object='libcurlu_la-transfer.lo' libtool=yes @AMDEPBACKSLASH@
997@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
998@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-transfer.lo `test -f 'transfer.c' || echo '$(srcdir)/'`transfer.c
999
1000libcurlu_la-strequal.lo: strequal.c
1001@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-strequal.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-strequal.Tpo" -c -o libcurlu_la-strequal.lo `test -f 'strequal.c' || echo '$(srcdir)/'`strequal.c; \
1002@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-strequal.Tpo" "$(DEPDIR)/libcurlu_la-strequal.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-strequal.Tpo"; exit 1; fi
1003@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strequal.c' object='libcurlu_la-strequal.lo' libtool=yes @AMDEPBACKSLASH@
1004@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1005@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strequal.lo `test -f 'strequal.c' || echo '$(srcdir)/'`strequal.c
1006
1007libcurlu_la-easy.lo: easy.c
1008@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-easy.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-easy.Tpo" -c -o libcurlu_la-easy.lo `test -f 'easy.c' || echo '$(srcdir)/'`easy.c; \
1009@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-easy.Tpo" "$(DEPDIR)/libcurlu_la-easy.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-easy.Tpo"; exit 1; fi
1010@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='easy.c' object='libcurlu_la-easy.lo' libtool=yes @AMDEPBACKSLASH@
1011@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1012@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-easy.lo `test -f 'easy.c' || echo '$(srcdir)/'`easy.c
1013
1014libcurlu_la-security.lo: security.c
1015@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-security.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-security.Tpo" -c -o libcurlu_la-security.lo `test -f 'security.c' || echo '$(srcdir)/'`security.c; \
1016@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-security.Tpo" "$(DEPDIR)/libcurlu_la-security.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-security.Tpo"; exit 1; fi
1017@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='security.c' object='libcurlu_la-security.lo' libtool=yes @AMDEPBACKSLASH@
1018@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1019@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-security.lo `test -f 'security.c' || echo '$(srcdir)/'`security.c
1020
1021libcurlu_la-krb4.lo: krb4.c
1022@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-krb4.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-krb4.Tpo" -c -o libcurlu_la-krb4.lo `test -f 'krb4.c' || echo '$(srcdir)/'`krb4.c; \
1023@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-krb4.Tpo" "$(DEPDIR)/libcurlu_la-krb4.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-krb4.Tpo"; exit 1; fi
1024@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='krb4.c' object='libcurlu_la-krb4.lo' libtool=yes @AMDEPBACKSLASH@
1025@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1026@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-krb4.lo `test -f 'krb4.c' || echo '$(srcdir)/'`krb4.c
1027
1028libcurlu_la-curl_fnmatch.lo: curl_fnmatch.c
1029@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_fnmatch.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_fnmatch.Tpo" -c -o libcurlu_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo '$(srcdir)/'`curl_fnmatch.c; \
1030@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_fnmatch.Tpo" "$(DEPDIR)/libcurlu_la-curl_fnmatch.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_fnmatch.Tpo"; exit 1; fi
1031@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_fnmatch.c' object='libcurlu_la-curl_fnmatch.lo' libtool=yes @AMDEPBACKSLASH@
1032@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1033@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo '$(srcdir)/'`curl_fnmatch.c
1034
1035libcurlu_la-fileinfo.lo: fileinfo.c
1036@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-fileinfo.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-fileinfo.Tpo" -c -o libcurlu_la-fileinfo.lo `test -f 'fileinfo.c' || echo '$(srcdir)/'`fileinfo.c; \
1037@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-fileinfo.Tpo" "$(DEPDIR)/libcurlu_la-fileinfo.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-fileinfo.Tpo"; exit 1; fi
1038@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='fileinfo.c' object='libcurlu_la-fileinfo.lo' libtool=yes @AMDEPBACKSLASH@
1039@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1040@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-fileinfo.lo `test -f 'fileinfo.c' || echo '$(srcdir)/'`fileinfo.c
1041
1042libcurlu_la-ftplistparser.lo: ftplistparser.c
1043@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-ftplistparser.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-ftplistparser.Tpo" -c -o libcurlu_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo '$(srcdir)/'`ftplistparser.c; \
1044@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-ftplistparser.Tpo" "$(DEPDIR)/libcurlu_la-ftplistparser.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-ftplistparser.Tpo"; exit 1; fi
1045@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ftplistparser.c' object='libcurlu_la-ftplistparser.lo' libtool=yes @AMDEPBACKSLASH@
1046@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1047@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo '$(srcdir)/'`ftplistparser.c
1048
1049libcurlu_la-wildcard.lo: wildcard.c
1050@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-wildcard.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-wildcard.Tpo" -c -o libcurlu_la-wildcard.lo `test -f 'wildcard.c' || echo '$(srcdir)/'`wildcard.c; \
1051@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-wildcard.Tpo" "$(DEPDIR)/libcurlu_la-wildcard.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-wildcard.Tpo"; exit 1; fi
1052@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='wildcard.c' object='libcurlu_la-wildcard.lo' libtool=yes @AMDEPBACKSLASH@
1053@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1054@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-wildcard.lo `test -f 'wildcard.c' || echo '$(srcdir)/'`wildcard.c
1055
1056libcurlu_la-krb5.lo: krb5.c
1057@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-krb5.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-krb5.Tpo" -c -o libcurlu_la-krb5.lo `test -f 'krb5.c' || echo '$(srcdir)/'`krb5.c; \
1058@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-krb5.Tpo" "$(DEPDIR)/libcurlu_la-krb5.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-krb5.Tpo"; exit 1; fi
1059@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='krb5.c' object='libcurlu_la-krb5.lo' libtool=yes @AMDEPBACKSLASH@
1060@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1061@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-krb5.lo `test -f 'krb5.c' || echo '$(srcdir)/'`krb5.c
1062
1063libcurlu_la-memdebug.lo: memdebug.c
1064@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-memdebug.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-memdebug.Tpo" -c -o libcurlu_la-memdebug.lo `test -f 'memdebug.c' || echo '$(srcdir)/'`memdebug.c; \
1065@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-memdebug.Tpo" "$(DEPDIR)/libcurlu_la-memdebug.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-memdebug.Tpo"; exit 1; fi
1066@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='memdebug.c' object='libcurlu_la-memdebug.lo' libtool=yes @AMDEPBACKSLASH@
1067@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1068@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-memdebug.lo `test -f 'memdebug.c' || echo '$(srcdir)/'`memdebug.c
1069
1070libcurlu_la-http_chunks.lo: http_chunks.c
1071@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_chunks.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-http_chunks.Tpo" -c -o libcurlu_la-http_chunks.lo `test -f 'http_chunks.c' || echo '$(srcdir)/'`http_chunks.c; \
1072@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-http_chunks.Tpo" "$(DEPDIR)/libcurlu_la-http_chunks.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-http_chunks.Tpo"; exit 1; fi
1073@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='http_chunks.c' object='libcurlu_la-http_chunks.lo' libtool=yes @AMDEPBACKSLASH@
1074@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1075@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_chunks.lo `test -f 'http_chunks.c' || echo '$(srcdir)/'`http_chunks.c
1076
1077libcurlu_la-strtok.lo: strtok.c
1078@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-strtok.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-strtok.Tpo" -c -o libcurlu_la-strtok.lo `test -f 'strtok.c' || echo '$(srcdir)/'`strtok.c; \
1079@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-strtok.Tpo" "$(DEPDIR)/libcurlu_la-strtok.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-strtok.Tpo"; exit 1; fi
1080@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strtok.c' object='libcurlu_la-strtok.lo' libtool=yes @AMDEPBACKSLASH@
1081@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1082@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strtok.lo `test -f 'strtok.c' || echo '$(srcdir)/'`strtok.c
1083
1084libcurlu_la-connect.lo: connect.c
1085@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-connect.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-connect.Tpo" -c -o libcurlu_la-connect.lo `test -f 'connect.c' || echo '$(srcdir)/'`connect.c; \
1086@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-connect.Tpo" "$(DEPDIR)/libcurlu_la-connect.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-connect.Tpo"; exit 1; fi
1087@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='connect.c' object='libcurlu_la-connect.lo' libtool=yes @AMDEPBACKSLASH@
1088@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1089@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-connect.lo `test -f 'connect.c' || echo '$(srcdir)/'`connect.c
1090
1091libcurlu_la-llist.lo: llist.c
1092@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-llist.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-llist.Tpo" -c -o libcurlu_la-llist.lo `test -f 'llist.c' || echo '$(srcdir)/'`llist.c; \
1093@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-llist.Tpo" "$(DEPDIR)/libcurlu_la-llist.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-llist.Tpo"; exit 1; fi
1094@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llist.c' object='libcurlu_la-llist.lo' libtool=yes @AMDEPBACKSLASH@
1095@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1096@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-llist.lo `test -f 'llist.c' || echo '$(srcdir)/'`llist.c
1097
1098libcurlu_la-hash.lo: hash.c
1099@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-hash.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-hash.Tpo" -c -o libcurlu_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c; \
1100@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-hash.Tpo" "$(DEPDIR)/libcurlu_la-hash.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-hash.Tpo"; exit 1; fi
1101@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hash.c' object='libcurlu_la-hash.lo' libtool=yes @AMDEPBACKSLASH@
1102@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1103@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
1104
1105libcurlu_la-multi.lo: multi.c
1106@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-multi.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-multi.Tpo" -c -o libcurlu_la-multi.lo `test -f 'multi.c' || echo '$(srcdir)/'`multi.c; \
1107@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-multi.Tpo" "$(DEPDIR)/libcurlu_la-multi.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-multi.Tpo"; exit 1; fi
1108@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='multi.c' object='libcurlu_la-multi.lo' libtool=yes @AMDEPBACKSLASH@
1109@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1110@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-multi.lo `test -f 'multi.c' || echo '$(srcdir)/'`multi.c
1111
1112libcurlu_la-content_encoding.lo: content_encoding.c
1113@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-content_encoding.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-content_encoding.Tpo" -c -o libcurlu_la-content_encoding.lo `test -f 'content_encoding.c' || echo '$(srcdir)/'`content_encoding.c; \
1114@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-content_encoding.Tpo" "$(DEPDIR)/libcurlu_la-content_encoding.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-content_encoding.Tpo"; exit 1; fi
1115@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='content_encoding.c' object='libcurlu_la-content_encoding.lo' libtool=yes @AMDEPBACKSLASH@
1116@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1117@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-content_encoding.lo `test -f 'content_encoding.c' || echo '$(srcdir)/'`content_encoding.c
1118
1119libcurlu_la-share.lo: share.c
1120@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-share.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-share.Tpo" -c -o libcurlu_la-share.lo `test -f 'share.c' || echo '$(srcdir)/'`share.c; \
1121@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-share.Tpo" "$(DEPDIR)/libcurlu_la-share.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-share.Tpo"; exit 1; fi
1122@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='share.c' object='libcurlu_la-share.lo' libtool=yes @AMDEPBACKSLASH@
1123@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1124@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-share.lo `test -f 'share.c' || echo '$(srcdir)/'`share.c
1125
1126libcurlu_la-http_digest.lo: http_digest.c
1127@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_digest.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-http_digest.Tpo" -c -o libcurlu_la-http_digest.lo `test -f 'http_digest.c' || echo '$(srcdir)/'`http_digest.c; \
1128@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-http_digest.Tpo" "$(DEPDIR)/libcurlu_la-http_digest.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-http_digest.Tpo"; exit 1; fi
1129@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='http_digest.c' object='libcurlu_la-http_digest.lo' libtool=yes @AMDEPBACKSLASH@
1130@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1131@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_digest.lo `test -f 'http_digest.c' || echo '$(srcdir)/'`http_digest.c
1132
1133libcurlu_la-md4.lo: md4.c
1134@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-md4.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-md4.Tpo" -c -o libcurlu_la-md4.lo `test -f 'md4.c' || echo '$(srcdir)/'`md4.c; \
1135@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-md4.Tpo" "$(DEPDIR)/libcurlu_la-md4.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-md4.Tpo"; exit 1; fi
1136@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='md4.c' object='libcurlu_la-md4.lo' libtool=yes @AMDEPBACKSLASH@
1137@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1138@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-md4.lo `test -f 'md4.c' || echo '$(srcdir)/'`md4.c
1139
1140libcurlu_la-md5.lo: md5.c
1141@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-md5.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-md5.Tpo" -c -o libcurlu_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c; \
1142@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-md5.Tpo" "$(DEPDIR)/libcurlu_la-md5.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-md5.Tpo"; exit 1; fi
1143@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='md5.c' object='libcurlu_la-md5.lo' libtool=yes @AMDEPBACKSLASH@
1144@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1145@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
1146
1147libcurlu_la-curl_rand.lo: curl_rand.c
1148@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_rand.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_rand.Tpo" -c -o libcurlu_la-curl_rand.lo `test -f 'curl_rand.c' || echo '$(srcdir)/'`curl_rand.c; \
1149@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_rand.Tpo" "$(DEPDIR)/libcurlu_la-curl_rand.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_rand.Tpo"; exit 1; fi
1150@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_rand.c' object='libcurlu_la-curl_rand.lo' libtool=yes @AMDEPBACKSLASH@
1151@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1152@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_rand.lo `test -f 'curl_rand.c' || echo '$(srcdir)/'`curl_rand.c
1153
1154libcurlu_la-http_negotiate.lo: http_negotiate.c
1155@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_negotiate.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-http_negotiate.Tpo" -c -o libcurlu_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo '$(srcdir)/'`http_negotiate.c; \
1156@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-http_negotiate.Tpo" "$(DEPDIR)/libcurlu_la-http_negotiate.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-http_negotiate.Tpo"; exit 1; fi
1157@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='http_negotiate.c' object='libcurlu_la-http_negotiate.lo' libtool=yes @AMDEPBACKSLASH@
1158@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1159@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo '$(srcdir)/'`http_negotiate.c
1160
1161libcurlu_la-inet_pton.lo: inet_pton.c
1162@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-inet_pton.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-inet_pton.Tpo" -c -o libcurlu_la-inet_pton.lo `test -f 'inet_pton.c' || echo '$(srcdir)/'`inet_pton.c; \
1163@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-inet_pton.Tpo" "$(DEPDIR)/libcurlu_la-inet_pton.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-inet_pton.Tpo"; exit 1; fi
1164@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_pton.c' object='libcurlu_la-inet_pton.lo' libtool=yes @AMDEPBACKSLASH@
1165@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1166@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-inet_pton.lo `test -f 'inet_pton.c' || echo '$(srcdir)/'`inet_pton.c
1167
1168libcurlu_la-strtoofft.lo: strtoofft.c
1169@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-strtoofft.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-strtoofft.Tpo" -c -o libcurlu_la-strtoofft.lo `test -f 'strtoofft.c' || echo '$(srcdir)/'`strtoofft.c; \
1170@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-strtoofft.Tpo" "$(DEPDIR)/libcurlu_la-strtoofft.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-strtoofft.Tpo"; exit 1; fi
1171@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strtoofft.c' object='libcurlu_la-strtoofft.lo' libtool=yes @AMDEPBACKSLASH@
1172@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1173@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strtoofft.lo `test -f 'strtoofft.c' || echo '$(srcdir)/'`strtoofft.c
1174
1175libcurlu_la-strerror.lo: strerror.c
1176@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-strerror.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-strerror.Tpo" -c -o libcurlu_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c; \
1177@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-strerror.Tpo" "$(DEPDIR)/libcurlu_la-strerror.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-strerror.Tpo"; exit 1; fi
1178@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strerror.c' object='libcurlu_la-strerror.lo' libtool=yes @AMDEPBACKSLASH@
1179@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1180@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
1181
1182libcurlu_la-hostasyn.lo: hostasyn.c
1183@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostasyn.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-hostasyn.Tpo" -c -o libcurlu_la-hostasyn.lo `test -f 'hostasyn.c' || echo '$(srcdir)/'`hostasyn.c; \
1184@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-hostasyn.Tpo" "$(DEPDIR)/libcurlu_la-hostasyn.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-hostasyn.Tpo"; exit 1; fi
1185@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hostasyn.c' object='libcurlu_la-hostasyn.lo' libtool=yes @AMDEPBACKSLASH@
1186@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1187@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostasyn.lo `test -f 'hostasyn.c' || echo '$(srcdir)/'`hostasyn.c
1188
1189libcurlu_la-hostip4.lo: hostip4.c
1190@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostip4.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-hostip4.Tpo" -c -o libcurlu_la-hostip4.lo `test -f 'hostip4.c' || echo '$(srcdir)/'`hostip4.c; \
1191@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-hostip4.Tpo" "$(DEPDIR)/libcurlu_la-hostip4.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-hostip4.Tpo"; exit 1; fi
1192@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hostip4.c' object='libcurlu_la-hostip4.lo' libtool=yes @AMDEPBACKSLASH@
1193@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1194@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostip4.lo `test -f 'hostip4.c' || echo '$(srcdir)/'`hostip4.c
1195
1196libcurlu_la-hostip6.lo: hostip6.c
1197@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostip6.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-hostip6.Tpo" -c -o libcurlu_la-hostip6.lo `test -f 'hostip6.c' || echo '$(srcdir)/'`hostip6.c; \
1198@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-hostip6.Tpo" "$(DEPDIR)/libcurlu_la-hostip6.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-hostip6.Tpo"; exit 1; fi
1199@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hostip6.c' object='libcurlu_la-hostip6.lo' libtool=yes @AMDEPBACKSLASH@
1200@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1201@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostip6.lo `test -f 'hostip6.c' || echo '$(srcdir)/'`hostip6.c
1202
1203libcurlu_la-hostsyn.lo: hostsyn.c
1204@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostsyn.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-hostsyn.Tpo" -c -o libcurlu_la-hostsyn.lo `test -f 'hostsyn.c' || echo '$(srcdir)/'`hostsyn.c; \
1205@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-hostsyn.Tpo" "$(DEPDIR)/libcurlu_la-hostsyn.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-hostsyn.Tpo"; exit 1; fi
1206@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hostsyn.c' object='libcurlu_la-hostsyn.lo' libtool=yes @AMDEPBACKSLASH@
1207@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1208@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostsyn.lo `test -f 'hostsyn.c' || echo '$(srcdir)/'`hostsyn.c
1209
1210libcurlu_la-inet_ntop.lo: inet_ntop.c
1211@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-inet_ntop.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-inet_ntop.Tpo" -c -o libcurlu_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c; \
1212@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-inet_ntop.Tpo" "$(DEPDIR)/libcurlu_la-inet_ntop.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-inet_ntop.Tpo"; exit 1; fi
1213@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='inet_ntop.c' object='libcurlu_la-inet_ntop.lo' libtool=yes @AMDEPBACKSLASH@
1214@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1215@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
1216
1217libcurlu_la-parsedate.lo: parsedate.c
1218@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-parsedate.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-parsedate.Tpo" -c -o libcurlu_la-parsedate.lo `test -f 'parsedate.c' || echo '$(srcdir)/'`parsedate.c; \
1219@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-parsedate.Tpo" "$(DEPDIR)/libcurlu_la-parsedate.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-parsedate.Tpo"; exit 1; fi
1220@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='parsedate.c' object='libcurlu_la-parsedate.lo' libtool=yes @AMDEPBACKSLASH@
1221@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1222@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-parsedate.lo `test -f 'parsedate.c' || echo '$(srcdir)/'`parsedate.c
1223
1224libcurlu_la-select.lo: select.c
1225@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-select.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-select.Tpo" -c -o libcurlu_la-select.lo `test -f 'select.c' || echo '$(srcdir)/'`select.c; \
1226@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-select.Tpo" "$(DEPDIR)/libcurlu_la-select.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-select.Tpo"; exit 1; fi
1227@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='select.c' object='libcurlu_la-select.lo' libtool=yes @AMDEPBACKSLASH@
1228@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1229@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-select.lo `test -f 'select.c' || echo '$(srcdir)/'`select.c
1230
1231libcurlu_la-gtls.lo: gtls.c
1232@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-gtls.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-gtls.Tpo" -c -o libcurlu_la-gtls.lo `test -f 'gtls.c' || echo '$(srcdir)/'`gtls.c; \
1233@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-gtls.Tpo" "$(DEPDIR)/libcurlu_la-gtls.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-gtls.Tpo"; exit 1; fi
1234@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gtls.c' object='libcurlu_la-gtls.lo' libtool=yes @AMDEPBACKSLASH@
1235@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1236@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-gtls.lo `test -f 'gtls.c' || echo '$(srcdir)/'`gtls.c
1237
1238libcurlu_la-sslgen.lo: sslgen.c
1239@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-sslgen.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-sslgen.Tpo" -c -o libcurlu_la-sslgen.lo `test -f 'sslgen.c' || echo '$(srcdir)/'`sslgen.c; \
1240@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-sslgen.Tpo" "$(DEPDIR)/libcurlu_la-sslgen.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-sslgen.Tpo"; exit 1; fi
1241@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sslgen.c' object='libcurlu_la-sslgen.lo' libtool=yes @AMDEPBACKSLASH@
1242@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1243@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-sslgen.lo `test -f 'sslgen.c' || echo '$(srcdir)/'`sslgen.c
1244
1245libcurlu_la-tftp.lo: tftp.c
1246@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-tftp.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-tftp.Tpo" -c -o libcurlu_la-tftp.lo `test -f 'tftp.c' || echo '$(srcdir)/'`tftp.c; \
1247@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-tftp.Tpo" "$(DEPDIR)/libcurlu_la-tftp.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-tftp.Tpo"; exit 1; fi
1248@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tftp.c' object='libcurlu_la-tftp.lo' libtool=yes @AMDEPBACKSLASH@
1249@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1250@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-tftp.lo `test -f 'tftp.c' || echo '$(srcdir)/'`tftp.c
1251
1252libcurlu_la-splay.lo: splay.c
1253@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-splay.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-splay.Tpo" -c -o libcurlu_la-splay.lo `test -f 'splay.c' || echo '$(srcdir)/'`splay.c; \
1254@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-splay.Tpo" "$(DEPDIR)/libcurlu_la-splay.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-splay.Tpo"; exit 1; fi
1255@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='splay.c' object='libcurlu_la-splay.lo' libtool=yes @AMDEPBACKSLASH@
1256@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1257@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-splay.lo `test -f 'splay.c' || echo '$(srcdir)/'`splay.c
1258
1259libcurlu_la-strdup.lo: strdup.c
1260@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-strdup.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-strdup.Tpo" -c -o libcurlu_la-strdup.lo `test -f 'strdup.c' || echo '$(srcdir)/'`strdup.c; \
1261@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-strdup.Tpo" "$(DEPDIR)/libcurlu_la-strdup.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-strdup.Tpo"; exit 1; fi
1262@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strdup.c' object='libcurlu_la-strdup.lo' libtool=yes @AMDEPBACKSLASH@
1263@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1264@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strdup.lo `test -f 'strdup.c' || echo '$(srcdir)/'`strdup.c
1265
1266libcurlu_la-socks.lo: socks.c
1267@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-socks.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-socks.Tpo" -c -o libcurlu_la-socks.lo `test -f 'socks.c' || echo '$(srcdir)/'`socks.c; \
1268@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-socks.Tpo" "$(DEPDIR)/libcurlu_la-socks.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-socks.Tpo"; exit 1; fi
1269@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socks.c' object='libcurlu_la-socks.lo' libtool=yes @AMDEPBACKSLASH@
1270@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1271@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socks.lo `test -f 'socks.c' || echo '$(srcdir)/'`socks.c
1272
1273libcurlu_la-ssh.lo: ssh.c
1274@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-ssh.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-ssh.Tpo" -c -o libcurlu_la-ssh.lo `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c; \
1275@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-ssh.Tpo" "$(DEPDIR)/libcurlu_la-ssh.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-ssh.Tpo"; exit 1; fi
1276@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ssh.c' object='libcurlu_la-ssh.lo' libtool=yes @AMDEPBACKSLASH@
1277@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1278@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ssh.lo `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c
1279
1280libcurlu_la-nss.lo: nss.c
1281@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-nss.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-nss.Tpo" -c -o libcurlu_la-nss.lo `test -f 'nss.c' || echo '$(srcdir)/'`nss.c; \
1282@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-nss.Tpo" "$(DEPDIR)/libcurlu_la-nss.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-nss.Tpo"; exit 1; fi
1283@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='nss.c' object='libcurlu_la-nss.lo' libtool=yes @AMDEPBACKSLASH@
1284@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1285@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-nss.lo `test -f 'nss.c' || echo '$(srcdir)/'`nss.c
1286
1287libcurlu_la-qssl.lo: qssl.c
1288@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-qssl.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-qssl.Tpo" -c -o libcurlu_la-qssl.lo `test -f 'qssl.c' || echo '$(srcdir)/'`qssl.c; \
1289@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-qssl.Tpo" "$(DEPDIR)/libcurlu_la-qssl.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-qssl.Tpo"; exit 1; fi
1290@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='qssl.c' object='libcurlu_la-qssl.lo' libtool=yes @AMDEPBACKSLASH@
1291@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1292@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-qssl.lo `test -f 'qssl.c' || echo '$(srcdir)/'`qssl.c
1293
1294libcurlu_la-rawstr.lo: rawstr.c
1295@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-rawstr.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-rawstr.Tpo" -c -o libcurlu_la-rawstr.lo `test -f 'rawstr.c' || echo '$(srcdir)/'`rawstr.c; \
1296@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-rawstr.Tpo" "$(DEPDIR)/libcurlu_la-rawstr.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-rawstr.Tpo"; exit 1; fi
1297@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rawstr.c' object='libcurlu_la-rawstr.lo' libtool=yes @AMDEPBACKSLASH@
1298@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1299@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-rawstr.lo `test -f 'rawstr.c' || echo '$(srcdir)/'`rawstr.c
1300
1301libcurlu_la-curl_addrinfo.lo: curl_addrinfo.c
1302@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_addrinfo.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_addrinfo.Tpo" -c -o libcurlu_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo '$(srcdir)/'`curl_addrinfo.c; \
1303@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_addrinfo.Tpo" "$(DEPDIR)/libcurlu_la-curl_addrinfo.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_addrinfo.Tpo"; exit 1; fi
1304@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_addrinfo.c' object='libcurlu_la-curl_addrinfo.lo' libtool=yes @AMDEPBACKSLASH@
1305@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1306@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo '$(srcdir)/'`curl_addrinfo.c
1307
1308libcurlu_la-socks_gssapi.lo: socks_gssapi.c
1309@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-socks_gssapi.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-socks_gssapi.Tpo" -c -o libcurlu_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo '$(srcdir)/'`socks_gssapi.c; \
1310@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-socks_gssapi.Tpo" "$(DEPDIR)/libcurlu_la-socks_gssapi.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-socks_gssapi.Tpo"; exit 1; fi
1311@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socks_gssapi.c' object='libcurlu_la-socks_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
1312@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1313@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo '$(srcdir)/'`socks_gssapi.c
1314
1315libcurlu_la-socks_sspi.lo: socks_sspi.c
1316@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-socks_sspi.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-socks_sspi.Tpo" -c -o libcurlu_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo '$(srcdir)/'`socks_sspi.c; \
1317@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-socks_sspi.Tpo" "$(DEPDIR)/libcurlu_la-socks_sspi.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-socks_sspi.Tpo"; exit 1; fi
1318@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socks_sspi.c' object='libcurlu_la-socks_sspi.lo' libtool=yes @AMDEPBACKSLASH@
1319@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1320@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo '$(srcdir)/'`socks_sspi.c
1321
1322libcurlu_la-curl_sspi.lo: curl_sspi.c
1323@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_sspi.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_sspi.Tpo" -c -o libcurlu_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo '$(srcdir)/'`curl_sspi.c; \
1324@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_sspi.Tpo" "$(DEPDIR)/libcurlu_la-curl_sspi.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_sspi.Tpo"; exit 1; fi
1325@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_sspi.c' object='libcurlu_la-curl_sspi.lo' libtool=yes @AMDEPBACKSLASH@
1326@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1327@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo '$(srcdir)/'`curl_sspi.c
1328
1329libcurlu_la-slist.lo: slist.c
1330@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-slist.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-slist.Tpo" -c -o libcurlu_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c; \
1331@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-slist.Tpo" "$(DEPDIR)/libcurlu_la-slist.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-slist.Tpo"; exit 1; fi
1332@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='slist.c' object='libcurlu_la-slist.lo' libtool=yes @AMDEPBACKSLASH@
1333@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1334@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
1335
1336libcurlu_la-nonblock.lo: nonblock.c
1337@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-nonblock.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-nonblock.Tpo" -c -o libcurlu_la-nonblock.lo `test -f 'nonblock.c' || echo '$(srcdir)/'`nonblock.c; \
1338@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-nonblock.Tpo" "$(DEPDIR)/libcurlu_la-nonblock.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-nonblock.Tpo"; exit 1; fi
1339@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='nonblock.c' object='libcurlu_la-nonblock.lo' libtool=yes @AMDEPBACKSLASH@
1340@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1341@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-nonblock.lo `test -f 'nonblock.c' || echo '$(srcdir)/'`nonblock.c
1342
1343libcurlu_la-curl_memrchr.lo: curl_memrchr.c
1344@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_memrchr.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_memrchr.Tpo" -c -o libcurlu_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo '$(srcdir)/'`curl_memrchr.c; \
1345@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_memrchr.Tpo" "$(DEPDIR)/libcurlu_la-curl_memrchr.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_memrchr.Tpo"; exit 1; fi
1346@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_memrchr.c' object='libcurlu_la-curl_memrchr.lo' libtool=yes @AMDEPBACKSLASH@
1347@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1348@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo '$(srcdir)/'`curl_memrchr.c
1349
1350libcurlu_la-imap.lo: imap.c
1351@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-imap.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-imap.Tpo" -c -o libcurlu_la-imap.lo `test -f 'imap.c' || echo '$(srcdir)/'`imap.c; \
1352@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-imap.Tpo" "$(DEPDIR)/libcurlu_la-imap.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-imap.Tpo"; exit 1; fi
1353@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='imap.c' object='libcurlu_la-imap.lo' libtool=yes @AMDEPBACKSLASH@
1354@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1355@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-imap.lo `test -f 'imap.c' || echo '$(srcdir)/'`imap.c
1356
1357libcurlu_la-pop3.lo: pop3.c
1358@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-pop3.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-pop3.Tpo" -c -o libcurlu_la-pop3.lo `test -f 'pop3.c' || echo '$(srcdir)/'`pop3.c; \
1359@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-pop3.Tpo" "$(DEPDIR)/libcurlu_la-pop3.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-pop3.Tpo"; exit 1; fi
1360@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pop3.c' object='libcurlu_la-pop3.lo' libtool=yes @AMDEPBACKSLASH@
1361@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1362@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-pop3.lo `test -f 'pop3.c' || echo '$(srcdir)/'`pop3.c
1363
1364libcurlu_la-smtp.lo: smtp.c
1365@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-smtp.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-smtp.Tpo" -c -o libcurlu_la-smtp.lo `test -f 'smtp.c' || echo '$(srcdir)/'`smtp.c; \
1366@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-smtp.Tpo" "$(DEPDIR)/libcurlu_la-smtp.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-smtp.Tpo"; exit 1; fi
1367@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='smtp.c' object='libcurlu_la-smtp.lo' libtool=yes @AMDEPBACKSLASH@
1368@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1369@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-smtp.lo `test -f 'smtp.c' || echo '$(srcdir)/'`smtp.c
1370
1371libcurlu_la-pingpong.lo: pingpong.c
1372@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-pingpong.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-pingpong.Tpo" -c -o libcurlu_la-pingpong.lo `test -f 'pingpong.c' || echo '$(srcdir)/'`pingpong.c; \
1373@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-pingpong.Tpo" "$(DEPDIR)/libcurlu_la-pingpong.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-pingpong.Tpo"; exit 1; fi
1374@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pingpong.c' object='libcurlu_la-pingpong.lo' libtool=yes @AMDEPBACKSLASH@
1375@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1376@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-pingpong.lo `test -f 'pingpong.c' || echo '$(srcdir)/'`pingpong.c
1377
1378libcurlu_la-rtsp.lo: rtsp.c
1379@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-rtsp.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-rtsp.Tpo" -c -o libcurlu_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c; \
1380@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-rtsp.Tpo" "$(DEPDIR)/libcurlu_la-rtsp.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-rtsp.Tpo"; exit 1; fi
1381@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rtsp.c' object='libcurlu_la-rtsp.lo' libtool=yes @AMDEPBACKSLASH@
1382@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1383@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
1384
1385libcurlu_la-curl_threads.lo: curl_threads.c
1386@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_threads.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_threads.Tpo" -c -o libcurlu_la-curl_threads.lo `test -f 'curl_threads.c' || echo '$(srcdir)/'`curl_threads.c; \
1387@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_threads.Tpo" "$(DEPDIR)/libcurlu_la-curl_threads.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_threads.Tpo"; exit 1; fi
1388@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_threads.c' object='libcurlu_la-curl_threads.lo' libtool=yes @AMDEPBACKSLASH@
1389@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1390@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_threads.lo `test -f 'curl_threads.c' || echo '$(srcdir)/'`curl_threads.c
1391
1392libcurlu_la-warnless.lo: warnless.c
1393@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-warnless.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-warnless.Tpo" -c -o libcurlu_la-warnless.lo `test -f 'warnless.c' || echo '$(srcdir)/'`warnless.c; \
1394@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-warnless.Tpo" "$(DEPDIR)/libcurlu_la-warnless.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-warnless.Tpo"; exit 1; fi
1395@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='warnless.c' object='libcurlu_la-warnless.lo' libtool=yes @AMDEPBACKSLASH@
1396@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1397@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-warnless.lo `test -f 'warnless.c' || echo '$(srcdir)/'`warnless.c
1398
1399libcurlu_la-hmac.lo: hmac.c
1400@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-hmac.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-hmac.Tpo" -c -o libcurlu_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c; \
1401@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-hmac.Tpo" "$(DEPDIR)/libcurlu_la-hmac.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-hmac.Tpo"; exit 1; fi
1402@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='hmac.c' object='libcurlu_la-hmac.lo' libtool=yes @AMDEPBACKSLASH@
1403@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1404@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
1405
1406libcurlu_la-polarssl.lo: polarssl.c
1407@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-polarssl.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-polarssl.Tpo" -c -o libcurlu_la-polarssl.lo `test -f 'polarssl.c' || echo '$(srcdir)/'`polarssl.c; \
1408@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-polarssl.Tpo" "$(DEPDIR)/libcurlu_la-polarssl.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-polarssl.Tpo"; exit 1; fi
1409@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='polarssl.c' object='libcurlu_la-polarssl.lo' libtool=yes @AMDEPBACKSLASH@
1410@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1411@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-polarssl.lo `test -f 'polarssl.c' || echo '$(srcdir)/'`polarssl.c
1412
1413libcurlu_la-curl_rtmp.lo: curl_rtmp.c
1414@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_rtmp.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_rtmp.Tpo" -c -o libcurlu_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo '$(srcdir)/'`curl_rtmp.c; \
1415@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_rtmp.Tpo" "$(DEPDIR)/libcurlu_la-curl_rtmp.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_rtmp.Tpo"; exit 1; fi
1416@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_rtmp.c' object='libcurlu_la-curl_rtmp.lo' libtool=yes @AMDEPBACKSLASH@
1417@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1418@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo '$(srcdir)/'`curl_rtmp.c
1419
1420libcurlu_la-openldap.lo: openldap.c
1421@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-openldap.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-openldap.Tpo" -c -o libcurlu_la-openldap.lo `test -f 'openldap.c' || echo '$(srcdir)/'`openldap.c; \
1422@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-openldap.Tpo" "$(DEPDIR)/libcurlu_la-openldap.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-openldap.Tpo"; exit 1; fi
1423@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='openldap.c' object='libcurlu_la-openldap.lo' libtool=yes @AMDEPBACKSLASH@
1424@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1425@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-openldap.lo `test -f 'openldap.c' || echo '$(srcdir)/'`openldap.c
1426
1427libcurlu_la-curl_gethostname.lo: curl_gethostname.c
1428@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_gethostname.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_gethostname.Tpo" -c -o libcurlu_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo '$(srcdir)/'`curl_gethostname.c; \
1429@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_gethostname.Tpo" "$(DEPDIR)/libcurlu_la-curl_gethostname.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_gethostname.Tpo"; exit 1; fi
1430@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_gethostname.c' object='libcurlu_la-curl_gethostname.lo' libtool=yes @AMDEPBACKSLASH@
1431@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1432@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo '$(srcdir)/'`curl_gethostname.c
1433
1434libcurlu_la-gopher.lo: gopher.c
1435@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-gopher.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-gopher.Tpo" -c -o libcurlu_la-gopher.lo `test -f 'gopher.c' || echo '$(srcdir)/'`gopher.c; \
1436@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-gopher.Tpo" "$(DEPDIR)/libcurlu_la-gopher.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-gopher.Tpo"; exit 1; fi
1437@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gopher.c' object='libcurlu_la-gopher.lo' libtool=yes @AMDEPBACKSLASH@
1438@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1439@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-gopher.lo `test -f 'gopher.c' || echo '$(srcdir)/'`gopher.c
1440
1441libcurlu_la-axtls.lo: axtls.c
1442@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-axtls.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-axtls.Tpo" -c -o libcurlu_la-axtls.lo `test -f 'axtls.c' || echo '$(srcdir)/'`axtls.c; \
1443@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-axtls.Tpo" "$(DEPDIR)/libcurlu_la-axtls.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-axtls.Tpo"; exit 1; fi
1444@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='axtls.c' object='libcurlu_la-axtls.lo' libtool=yes @AMDEPBACKSLASH@
1445@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1446@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-axtls.lo `test -f 'axtls.c' || echo '$(srcdir)/'`axtls.c
1447
1448libcurlu_la-idn_win32.lo: idn_win32.c
1449@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-idn_win32.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-idn_win32.Tpo" -c -o libcurlu_la-idn_win32.lo `test -f 'idn_win32.c' || echo '$(srcdir)/'`idn_win32.c; \
1450@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-idn_win32.Tpo" "$(DEPDIR)/libcurlu_la-idn_win32.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-idn_win32.Tpo"; exit 1; fi
1451@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='idn_win32.c' object='libcurlu_la-idn_win32.lo' libtool=yes @AMDEPBACKSLASH@
1452@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1453@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-idn_win32.lo `test -f 'idn_win32.c' || echo '$(srcdir)/'`idn_win32.c
1454
1455libcurlu_la-http_negotiate_sspi.lo: http_negotiate_sspi.c
1456@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_negotiate_sspi.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-http_negotiate_sspi.Tpo" -c -o libcurlu_la-http_negotiate_sspi.lo `test -f 'http_negotiate_sspi.c' || echo '$(srcdir)/'`http_negotiate_sspi.c; \
1457@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-http_negotiate_sspi.Tpo" "$(DEPDIR)/libcurlu_la-http_negotiate_sspi.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-http_negotiate_sspi.Tpo"; exit 1; fi
1458@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='http_negotiate_sspi.c' object='libcurlu_la-http_negotiate_sspi.lo' libtool=yes @AMDEPBACKSLASH@
1459@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1460@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_negotiate_sspi.lo `test -f 'http_negotiate_sspi.c' || echo '$(srcdir)/'`http_negotiate_sspi.c
1461
1462libcurlu_la-cyassl.lo: cyassl.c
1463@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-cyassl.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-cyassl.Tpo" -c -o libcurlu_la-cyassl.lo `test -f 'cyassl.c' || echo '$(srcdir)/'`cyassl.c; \
1464@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-cyassl.Tpo" "$(DEPDIR)/libcurlu_la-cyassl.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-cyassl.Tpo"; exit 1; fi
1465@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cyassl.c' object='libcurlu_la-cyassl.lo' libtool=yes @AMDEPBACKSLASH@
1466@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1467@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cyassl.lo `test -f 'cyassl.c' || echo '$(srcdir)/'`cyassl.c
1468
1469libcurlu_la-http_proxy.lo: http_proxy.c
1470@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_proxy.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-http_proxy.Tpo" -c -o libcurlu_la-http_proxy.lo `test -f 'http_proxy.c' || echo '$(srcdir)/'`http_proxy.c; \
1471@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-http_proxy.Tpo" "$(DEPDIR)/libcurlu_la-http_proxy.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-http_proxy.Tpo"; exit 1; fi
1472@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='http_proxy.c' object='libcurlu_la-http_proxy.lo' libtool=yes @AMDEPBACKSLASH@
1473@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1474@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_proxy.lo `test -f 'http_proxy.c' || echo '$(srcdir)/'`http_proxy.c
1475
1476libcurlu_la-non-ascii.lo: non-ascii.c
1477@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-non-ascii.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-non-ascii.Tpo" -c -o libcurlu_la-non-ascii.lo `test -f 'non-ascii.c' || echo '$(srcdir)/'`non-ascii.c; \
1478@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-non-ascii.Tpo" "$(DEPDIR)/libcurlu_la-non-ascii.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-non-ascii.Tpo"; exit 1; fi
1479@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='non-ascii.c' object='libcurlu_la-non-ascii.lo' libtool=yes @AMDEPBACKSLASH@
1480@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1481@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-non-ascii.lo `test -f 'non-ascii.c' || echo '$(srcdir)/'`non-ascii.c
1482
1483libcurlu_la-asyn-ares.lo: asyn-ares.c
1484@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-asyn-ares.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-asyn-ares.Tpo" -c -o libcurlu_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo '$(srcdir)/'`asyn-ares.c; \
1485@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-asyn-ares.Tpo" "$(DEPDIR)/libcurlu_la-asyn-ares.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-asyn-ares.Tpo"; exit 1; fi
1486@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='asyn-ares.c' object='libcurlu_la-asyn-ares.lo' libtool=yes @AMDEPBACKSLASH@
1487@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1488@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo '$(srcdir)/'`asyn-ares.c
1489
1490libcurlu_la-asyn-thread.lo: asyn-thread.c
1491@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-asyn-thread.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-asyn-thread.Tpo" -c -o libcurlu_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo '$(srcdir)/'`asyn-thread.c; \
1492@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-asyn-thread.Tpo" "$(DEPDIR)/libcurlu_la-asyn-thread.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-asyn-thread.Tpo"; exit 1; fi
1493@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='asyn-thread.c' object='libcurlu_la-asyn-thread.lo' libtool=yes @AMDEPBACKSLASH@
1494@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1495@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo '$(srcdir)/'`asyn-thread.c
1496
1497libcurlu_la-curl_gssapi.lo: curl_gssapi.c
1498@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_gssapi.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_gssapi.Tpo" -c -o libcurlu_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo '$(srcdir)/'`curl_gssapi.c; \
1499@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_gssapi.Tpo" "$(DEPDIR)/libcurlu_la-curl_gssapi.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_gssapi.Tpo"; exit 1; fi
1500@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_gssapi.c' object='libcurlu_la-curl_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
1501@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1502@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo '$(srcdir)/'`curl_gssapi.c
1503
1504libcurlu_la-curl_ntlm.lo: curl_ntlm.c
1505@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_ntlm.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_ntlm.Tpo" -c -o libcurlu_la-curl_ntlm.lo `test -f 'curl_ntlm.c' || echo '$(srcdir)/'`curl_ntlm.c; \
1506@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_ntlm.Tpo" "$(DEPDIR)/libcurlu_la-curl_ntlm.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_ntlm.Tpo"; exit 1; fi
1507@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_ntlm.c' object='libcurlu_la-curl_ntlm.lo' libtool=yes @AMDEPBACKSLASH@
1508@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1509@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_ntlm.lo `test -f 'curl_ntlm.c' || echo '$(srcdir)/'`curl_ntlm.c
1510
1511libcurlu_la-curl_ntlm_wb.lo: curl_ntlm_wb.c
1512@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_ntlm_wb.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_ntlm_wb.Tpo" -c -o libcurlu_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo '$(srcdir)/'`curl_ntlm_wb.c; \
1513@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_ntlm_wb.Tpo" "$(DEPDIR)/libcurlu_la-curl_ntlm_wb.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_ntlm_wb.Tpo"; exit 1; fi
1514@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_ntlm_wb.c' object='libcurlu_la-curl_ntlm_wb.lo' libtool=yes @AMDEPBACKSLASH@
1515@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1516@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo '$(srcdir)/'`curl_ntlm_wb.c
1517
1518libcurlu_la-curl_ntlm_core.lo: curl_ntlm_core.c
1519@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_ntlm_core.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_ntlm_core.Tpo" -c -o libcurlu_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo '$(srcdir)/'`curl_ntlm_core.c; \
1520@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_ntlm_core.Tpo" "$(DEPDIR)/libcurlu_la-curl_ntlm_core.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_ntlm_core.Tpo"; exit 1; fi
1521@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_ntlm_core.c' object='libcurlu_la-curl_ntlm_core.lo' libtool=yes @AMDEPBACKSLASH@
1522@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1523@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo '$(srcdir)/'`curl_ntlm_core.c
1524
1525libcurlu_la-curl_ntlm_msgs.lo: curl_ntlm_msgs.c
1526@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_ntlm_msgs.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-curl_ntlm_msgs.Tpo" -c -o libcurlu_la-curl_ntlm_msgs.lo `test -f 'curl_ntlm_msgs.c' || echo '$(srcdir)/'`curl_ntlm_msgs.c; \
1527@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcurlu_la-curl_ntlm_msgs.Tpo" "$(DEPDIR)/libcurlu_la-curl_ntlm_msgs.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-curl_ntlm_msgs.Tpo"; exit 1; fi
1528@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='curl_ntlm_msgs.c' object='libcurlu_la-curl_ntlm_msgs.lo' libtool=yes @AMDEPBACKSLASH@
1529@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1530@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_ntlm_msgs.lo `test -f 'curl_ntlm_msgs.c' || echo '$(srcdir)/'`curl_ntlm_msgs.c
1531
1532mostlyclean-libtool:
1533	-rm -f *.lo
1534
1535clean-libtool:
1536	-rm -rf .libs _libs
1537
1538distclean-libtool:
1539	-rm -f libtool
1540uninstall-info-am:
1541
1542ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1543	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1544	unique=`for i in $$list; do \
1545	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1546	  done | \
1547	  $(AWK) '    { files[$$0] = 1; } \
1548	       END { for (i in files) print i; }'`; \
1549	mkid -fID $$unique
1550tags: TAGS
1551
1552TAGS:  $(HEADERS) $(SOURCES) curl_config.h.in $(TAGS_DEPENDENCIES) \
1553		$(TAGS_FILES) $(LISP)
1554	tags=; \
1555	here=`pwd`; \
1556	list='$(SOURCES) $(HEADERS) curl_config.h.in $(LISP) $(TAGS_FILES)'; \
1557	unique=`for i in $$list; do \
1558	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1559	  done | \
1560	  $(AWK) '    { files[$$0] = 1; } \
1561	       END { for (i in files) print i; }'`; \
1562	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1563	  test -n "$$unique" || unique=$$empty_fix; \
1564	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1565	    $$tags $$unique; \
1566	fi
1567ctags: CTAGS
1568CTAGS:  $(HEADERS) $(SOURCES) curl_config.h.in $(TAGS_DEPENDENCIES) \
1569		$(TAGS_FILES) $(LISP)
1570	tags=; \
1571	here=`pwd`; \
1572	list='$(SOURCES) $(HEADERS) curl_config.h.in $(LISP) $(TAGS_FILES)'; \
1573	unique=`for i in $$list; do \
1574	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1575	  done | \
1576	  $(AWK) '    { files[$$0] = 1; } \
1577	       END { for (i in files) print i; }'`; \
1578	test -z "$(CTAGS_ARGS)$$tags$$unique" \
1579	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1580	     $$tags $$unique
1581
1582GTAGS:
1583	here=`$(am__cd) $(top_builddir) && pwd` \
1584	  && cd $(top_srcdir) \
1585	  && gtags -i $(GTAGS_ARGS) $$here
1586
1587distclean-tags:
1588	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1589
1590distdir: $(DISTFILES)
1591	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1592	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1593	list='$(DISTFILES)'; for file in $$list; do \
1594	  case $$file in \
1595	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1596	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
1597	  esac; \
1598	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1599	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1600	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1601	    dir="/$$dir"; \
1602	    $(mkdir_p) "$(distdir)$$dir"; \
1603	  else \
1604	    dir=''; \
1605	  fi; \
1606	  if test -d $$d/$$file; then \
1607	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1608	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1609	    fi; \
1610	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1611	  else \
1612	    test -f $(distdir)/$$file \
1613	    || cp -p $$d/$$file $(distdir)/$$file \
1614	    || exit 1; \
1615	  fi; \
1616	done
1617check-am: all-am
1618check: check-am
1619@CURLDEBUG_FALSE@all-local:
1620all-am: Makefile $(LTLIBRARIES) curl_config.h all-local
1621installdirs:
1622	for dir in "$(DESTDIR)$(libdir)"; do \
1623	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
1624	done
1625install: install-am
1626install-exec: install-exec-am
1627install-data: install-data-am
1628uninstall: uninstall-am
1629
1630install-am: all-am
1631	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1632
1633installcheck: installcheck-am
1634install-strip:
1635	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1636	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1637	  `test -z '$(STRIP)' || \
1638	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1639mostlyclean-generic:
1640
1641clean-generic:
1642	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1643
1644distclean-generic:
1645	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1646
1647maintainer-clean-generic:
1648	@echo "This command is intended for maintainers to use"
1649	@echo "it deletes files that may require special tools to rebuild."
1650clean: clean-am
1651
1652clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1653	clean-noinstLTLIBRARIES mostlyclean-am
1654
1655distclean: distclean-am
1656	-rm -rf ./$(DEPDIR)
1657	-rm -f Makefile
1658distclean-am: clean-am distclean-compile distclean-generic \
1659	distclean-hdr distclean-libtool distclean-tags
1660
1661dvi: dvi-am
1662
1663dvi-am:
1664
1665html: html-am
1666
1667info: info-am
1668
1669info-am:
1670
1671install-data-am:
1672
1673install-exec-am: install-libLTLIBRARIES
1674
1675install-info: install-info-am
1676
1677install-man:
1678
1679installcheck-am:
1680
1681maintainer-clean: maintainer-clean-am
1682	-rm -rf ./$(DEPDIR)
1683	-rm -f Makefile
1684maintainer-clean-am: distclean-am maintainer-clean-generic
1685
1686mostlyclean: mostlyclean-am
1687
1688mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1689	mostlyclean-libtool
1690
1691pdf: pdf-am
1692
1693pdf-am:
1694
1695ps: ps-am
1696
1697ps-am:
1698
1699uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
1700
1701.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
1702	clean-generic clean-libLTLIBRARIES clean-libtool \
1703	clean-noinstLTLIBRARIES ctags distclean distclean-compile \
1704	distclean-generic distclean-hdr distclean-libtool \
1705	distclean-tags distdir dvi dvi-am html html-am info info-am \
1706	install install-am install-data install-data-am install-exec \
1707	install-exec-am install-info install-info-am \
1708	install-libLTLIBRARIES install-man install-strip installcheck \
1709	installcheck-am installdirs maintainer-clean \
1710	maintainer-clean-generic mostlyclean mostlyclean-compile \
1711	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1712	tags uninstall uninstall-am uninstall-info-am \
1713	uninstall-libLTLIBRARIES
1714
1715
1716$(DSP): msvcproj.head msvcproj.foot Makefile.am
1717	echo "creating $(DSP)"
1718	@(cp $(srcdir)/msvcproj.head $(DSP); \
1719	echo "# Begin Group \"Source Files\"" $(DSPOUT); \
1720        echo "" $(DSPOUT); \
1721        echo "# PROP Default_Filter \"\"" $(DSPOUT); \
1722        win32_srcs='$(WIN32SOURCES)'; \
1723        sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
1724        for file in $$sorted_srcs; do \
1725	echo "# Begin Source File" $(DSPOUT); \
1726	echo "" $(DSPOUT); \
1727	echo "SOURCE=.\\"$$file $(DSPOUT); \
1728	echo "# End Source File" $(DSPOUT); \
1729	done; \
1730	echo "# End Group" $(DSPOUT); \
1731	echo "# Begin Group \"Header Files\"" $(DSPOUT); \
1732        echo "" $(DSPOUT); \
1733        echo "# PROP Default_Filter \"\"" $(DSPOUT); \
1734        win32_hdrs='$(WIN32HEADERS)'; \
1735        sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
1736        for file in $$sorted_hdrs; do \
1737	echo "# Begin Source File" $(DSPOUT); \
1738	echo "" $(DSPOUT); \
1739	echo "SOURCE=.\\"$$file $(DSPOUT); \
1740	echo "# End Source File" $(DSPOUT); \
1741	done; \
1742	echo "# End Group" $(DSPOUT); \
1743	cat $(srcdir)/msvcproj.foot $(DSPOUT) )
1744
1745$(VCPROJ): vc8proj.head vc8proj.foot Makefile.am
1746	echo "creating $(VCPROJ)"
1747	@(cp $(srcdir)/vc8proj.head $(VCPROJ); \
1748        win32_srcs='$(WIN32SOURCES)'; \
1749        sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
1750        for file in $$sorted_srcs; do \
1751	echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
1752	done; \
1753	echo "</Filter><Filter	Name=\"Header Files\">" $(VCPROJOUT); \
1754        win32_hdrs='$(WIN32HEADERS)'; \
1755        sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
1756        for file in $$sorted_hdrs; do \
1757	echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
1758	done; \
1759	cat $(srcdir)/vc8proj.foot $(VCPROJOUT) )
1760
1761checksrc:
1762	@@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/lib $(CSOURCES) $(HHEADERS)
1763
1764# for debug builds, we scan the sources on all regular make invokes
1765@CURLDEBUG_TRUE@all-local: checksrc
1766# Tell versions [3.59,3.63) of GNU make to not export all variables.
1767# Otherwise a system limit (for SysV at least) may be exceeded.
1768.NOEXPORT:
1769