~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
73
73
am__installdirs = "$(DESTDIR)$(libdir)"
74
74
libLTLIBRARIES_INSTALL = $(INSTALL)
75
 
LTLIBRARIES = $(lib_LTLIBRARIES)
 
75
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
76
76
libcurl_la_LIBADD =
77
 
am__objects_1 = file.lo timeval.lo base64.lo hostip.lo progress.lo \
78
 
        formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo \
79
 
        if2ip.lo speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo \
80
 
        escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo \
81
 
        strequal.lo easy.lo security.lo krb4.lo curl_fnmatch.lo \
82
 
        fileinfo.lo ftplistparser.lo wildcard.lo krb5.lo memdebug.lo \
83
 
        http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo \
84
 
        content_encoding.lo share.lo http_digest.lo md4.lo md5.lo \
85
 
        curl_rand.lo http_negotiate.lo http_ntlm.lo inet_pton.lo \
86
 
        strtoofft.lo strerror.lo hostares.lo hostasyn.lo hostip4.lo \
87
 
        hostip6.lo hostsyn.lo hostthre.lo inet_ntop.lo parsedate.lo \
88
 
        select.lo gtls.lo sslgen.lo tftp.lo splay.lo strdup.lo \
89
 
        socks.lo ssh.lo nss.lo qssl.lo rawstr.lo curl_addrinfo.lo \
90
 
        socks_gssapi.lo socks_sspi.lo curl_sspi.lo slist.lo \
91
 
        nonblock.lo curl_memrchr.lo imap.lo pop3.lo smtp.lo \
92
 
        pingpong.lo rtsp.lo curl_threads.lo warnless.lo hmac.lo \
93
 
        polarssl.lo curl_rtmp.lo openldap.lo curl_gethostname.lo \
94
 
        gopher.lo
 
77
am__objects_1 = libcurl_la-file.lo libcurl_la-timeval.lo \
 
78
        libcurl_la-base64.lo libcurl_la-hostip.lo \
 
79
        libcurl_la-progress.lo libcurl_la-formdata.lo \
 
80
        libcurl_la-cookie.lo libcurl_la-http.lo libcurl_la-sendf.lo \
 
81
        libcurl_la-ftp.lo libcurl_la-url.lo libcurl_la-dict.lo \
 
82
        libcurl_la-if2ip.lo libcurl_la-speedcheck.lo \
 
83
        libcurl_la-ldap.lo libcurl_la-ssluse.lo libcurl_la-version.lo \
 
84
        libcurl_la-getenv.lo libcurl_la-escape.lo \
 
85
        libcurl_la-mprintf.lo libcurl_la-telnet.lo libcurl_la-netrc.lo \
 
86
        libcurl_la-getinfo.lo libcurl_la-transfer.lo \
 
87
        libcurl_la-strequal.lo libcurl_la-easy.lo \
 
88
        libcurl_la-security.lo libcurl_la-krb4.lo \
 
89
        libcurl_la-curl_fnmatch.lo libcurl_la-fileinfo.lo \
 
90
        libcurl_la-ftplistparser.lo libcurl_la-wildcard.lo \
 
91
        libcurl_la-krb5.lo libcurl_la-memdebug.lo \
 
92
        libcurl_la-http_chunks.lo libcurl_la-strtok.lo \
 
93
        libcurl_la-connect.lo libcurl_la-llist.lo libcurl_la-hash.lo \
 
94
        libcurl_la-multi.lo libcurl_la-content_encoding.lo \
 
95
        libcurl_la-share.lo libcurl_la-http_digest.lo \
 
96
        libcurl_la-md4.lo libcurl_la-md5.lo libcurl_la-curl_rand.lo \
 
97
        libcurl_la-http_negotiate.lo libcurl_la-http_ntlm.lo \
 
98
        libcurl_la-inet_pton.lo libcurl_la-strtoofft.lo \
 
99
        libcurl_la-strerror.lo libcurl_la-hostares.lo \
 
100
        libcurl_la-hostasyn.lo libcurl_la-hostip4.lo \
 
101
        libcurl_la-hostip6.lo libcurl_la-hostsyn.lo \
 
102
        libcurl_la-hostthre.lo libcurl_la-inet_ntop.lo \
 
103
        libcurl_la-parsedate.lo libcurl_la-select.lo \
 
104
        libcurl_la-gtls.lo libcurl_la-sslgen.lo libcurl_la-tftp.lo \
 
105
        libcurl_la-splay.lo libcurl_la-strdup.lo libcurl_la-socks.lo \
 
106
        libcurl_la-ssh.lo libcurl_la-nss.lo libcurl_la-qssl.lo \
 
107
        libcurl_la-rawstr.lo libcurl_la-curl_addrinfo.lo \
 
108
        libcurl_la-socks_gssapi.lo libcurl_la-socks_sspi.lo \
 
109
        libcurl_la-curl_sspi.lo libcurl_la-slist.lo \
 
110
        libcurl_la-nonblock.lo libcurl_la-curl_memrchr.lo \
 
111
        libcurl_la-imap.lo libcurl_la-pop3.lo libcurl_la-smtp.lo \
 
112
        libcurl_la-pingpong.lo libcurl_la-rtsp.lo \
 
113
        libcurl_la-curl_threads.lo libcurl_la-warnless.lo \
 
114
        libcurl_la-hmac.lo libcurl_la-polarssl.lo \
 
115
        libcurl_la-curl_rtmp.lo libcurl_la-openldap.lo \
 
116
        libcurl_la-curl_gethostname.lo libcurl_la-gopher.lo \
 
117
        libcurl_la-axtls.lo libcurl_la-idn_win32.lo \
 
118
        libcurl_la-http_negotiate_sspi.lo
95
119
am__objects_2 =
96
120
am_libcurl_la_OBJECTS = $(am__objects_1) $(am__objects_2)
97
121
libcurl_la_OBJECTS = $(am_libcurl_la_OBJECTS)
 
122
libcurlu_la_LIBADD =
 
123
am__objects_3 = libcurlu_la-file.lo libcurlu_la-timeval.lo \
 
124
        libcurlu_la-base64.lo libcurlu_la-hostip.lo \
 
125
        libcurlu_la-progress.lo libcurlu_la-formdata.lo \
 
126
        libcurlu_la-cookie.lo libcurlu_la-http.lo libcurlu_la-sendf.lo \
 
127
        libcurlu_la-ftp.lo libcurlu_la-url.lo libcurlu_la-dict.lo \
 
128
        libcurlu_la-if2ip.lo libcurlu_la-speedcheck.lo \
 
129
        libcurlu_la-ldap.lo libcurlu_la-ssluse.lo \
 
130
        libcurlu_la-version.lo libcurlu_la-getenv.lo \
 
131
        libcurlu_la-escape.lo libcurlu_la-mprintf.lo \
 
132
        libcurlu_la-telnet.lo libcurlu_la-netrc.lo \
 
133
        libcurlu_la-getinfo.lo libcurlu_la-transfer.lo \
 
134
        libcurlu_la-strequal.lo libcurlu_la-easy.lo \
 
135
        libcurlu_la-security.lo libcurlu_la-krb4.lo \
 
136
        libcurlu_la-curl_fnmatch.lo libcurlu_la-fileinfo.lo \
 
137
        libcurlu_la-ftplistparser.lo libcurlu_la-wildcard.lo \
 
138
        libcurlu_la-krb5.lo libcurlu_la-memdebug.lo \
 
139
        libcurlu_la-http_chunks.lo libcurlu_la-strtok.lo \
 
140
        libcurlu_la-connect.lo libcurlu_la-llist.lo \
 
141
        libcurlu_la-hash.lo libcurlu_la-multi.lo \
 
142
        libcurlu_la-content_encoding.lo libcurlu_la-share.lo \
 
143
        libcurlu_la-http_digest.lo libcurlu_la-md4.lo \
 
144
        libcurlu_la-md5.lo libcurlu_la-curl_rand.lo \
 
145
        libcurlu_la-http_negotiate.lo libcurlu_la-http_ntlm.lo \
 
146
        libcurlu_la-inet_pton.lo libcurlu_la-strtoofft.lo \
 
147
        libcurlu_la-strerror.lo libcurlu_la-hostares.lo \
 
148
        libcurlu_la-hostasyn.lo libcurlu_la-hostip4.lo \
 
149
        libcurlu_la-hostip6.lo libcurlu_la-hostsyn.lo \
 
150
        libcurlu_la-hostthre.lo libcurlu_la-inet_ntop.lo \
 
151
        libcurlu_la-parsedate.lo libcurlu_la-select.lo \
 
152
        libcurlu_la-gtls.lo libcurlu_la-sslgen.lo libcurlu_la-tftp.lo \
 
153
        libcurlu_la-splay.lo libcurlu_la-strdup.lo \
 
154
        libcurlu_la-socks.lo libcurlu_la-ssh.lo libcurlu_la-nss.lo \
 
155
        libcurlu_la-qssl.lo libcurlu_la-rawstr.lo \
 
156
        libcurlu_la-curl_addrinfo.lo libcurlu_la-socks_gssapi.lo \
 
157
        libcurlu_la-socks_sspi.lo libcurlu_la-curl_sspi.lo \
 
158
        libcurlu_la-slist.lo libcurlu_la-nonblock.lo \
 
159
        libcurlu_la-curl_memrchr.lo libcurlu_la-imap.lo \
 
160
        libcurlu_la-pop3.lo libcurlu_la-smtp.lo \
 
161
        libcurlu_la-pingpong.lo libcurlu_la-rtsp.lo \
 
162
        libcurlu_la-curl_threads.lo libcurlu_la-warnless.lo \
 
163
        libcurlu_la-hmac.lo libcurlu_la-polarssl.lo \
 
164
        libcurlu_la-curl_rtmp.lo libcurlu_la-openldap.lo \
 
165
        libcurlu_la-curl_gethostname.lo libcurlu_la-gopher.lo \
 
166
        libcurlu_la-axtls.lo libcurlu_la-idn_win32.lo \
 
167
        libcurlu_la-http_negotiate_sspi.lo
 
168
am_libcurlu_la_OBJECTS = $(am__objects_3) $(am__objects_2)
 
169
libcurlu_la_OBJECTS = $(am_libcurlu_la_OBJECTS)
 
170
@CURLDEBUG_TRUE@am_libcurlu_la_rpath =
98
171
DEFAULT_INCLUDES = 
99
172
depcomp = $(SHELL) $(top_srcdir)/depcomp
100
173
am__depfiles_maybe = depfiles
106
179
CCLD = $(CC)
107
180
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
108
181
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
109
 
SOURCES = $(libcurl_la_SOURCES)
110
 
DIST_SOURCES = $(libcurl_la_SOURCES)
 
182
SOURCES = $(libcurl_la_SOURCES) $(libcurlu_la_SOURCES)
 
183
DIST_SOURCES = $(libcurl_la_SOURCES) $(libcurlu_la_SOURCES)
111
184
ETAGS = etags
112
185
CTAGS = ctags
113
186
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125
198
BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
126
199
CC = @CC@
127
200
CCDEPMODE = @CCDEPMODE@
128
 
 
129
 
# This might hold -Werror
130
 
CFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@
 
201
CFLAGS = @CFLAGS@
131
202
CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
132
203
CPP = @CPP@
133
204
CPPFLAGS = @CPPFLAGS@
167
238
EXEEXT = @EXEEXT@
168
239
FGREP = @FGREP@
169
240
GREP = @GREP@
 
241
HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
170
242
HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
171
243
HAVE_LIBZ = @HAVE_LIBZ@
172
244
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
234
306
SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
235
307
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
236
308
USE_ARES = @USE_ARES@
 
309
USE_AXTLS = @USE_AXTLS@
237
310
USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
238
311
USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
239
312
USE_GNUTLS = @USE_GNUTLS@
303
376
#                            | (__| |_| |  _ <| |___
304
377
#                             \___|\___/|_| \_\_____|
305
378
#
306
 
# Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
 
379
# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
307
380
#
308
381
# This software is licensed as described in the file COPYING, which
309
382
# you should have received as part of this distribution. The terms
337
410
 
338
411
CLEANFILES = $(DSP) $(VCPROJ)
339
412
lib_LTLIBRARIES = libcurl.la
 
413
 
 
414
# This might hold -Werror
 
415
libcurl_la_CFLAGS = $(CFLAGS) @CURL_CFLAG_EXTRAS@
340
416
@USE_EMBEDDED_ARES_FALSE@INCLUDES = -I$(top_builddir)/include/curl \
341
417
@USE_EMBEDDED_ARES_FALSE@           -I$(top_builddir)/include      \
342
418
@USE_EMBEDDED_ARES_FALSE@           -I$(top_srcdir)/include        \
396
472
# This is for gcc on Solaris (8+ ?) to avoid "relocations remain against
397
473
# allocatable but non-writable sections" problems.
398
474
@MIMPURE_TRUE@MIMPURE = -mimpure-text
399
 
libcurl_la_LDFLAGS = $(UNDEF) $(VERSIONINFO) $(MIMPURE) $(LIBCURL_LIBS)
 
475
LINKFLAGS = $(UNDEF) $(MIMPURE) $(LIBCURL_LIBS)
 
476
libcurl_la_LDFLAGS = $(LINKFLAGS) $(VERSIONINFO)
 
477
 
 
478
# as unit testing will compile and link everything an extra time, we only
 
479
# do it if debug is enabled
 
480
@CURLDEBUG_TRUE@noinst_LTLIBRARIES = libcurlu.la
 
481
@CURLDEBUG_TRUE@libcurlu_la_CFLAGS = -DUNITTESTS
 
482
@CURLDEBUG_TRUE@libcurlu_la_LDFLAGS = -static $(LINKFLAGS)
400
483
CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c     \
401
484
  cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c       \
402
485
  ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c        \
411
494
  socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c            \
412
495
  curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c  \
413
496
  warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c curl_gethostname.c\
414
 
  gopher.c
 
497
  gopher.c axtls.c idn_win32.c http_negotiate_sspi.c
415
498
 
416
499
HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h       \
417
500
  progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h      \
426
509
  curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h \
427
510
  curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h  \
428
511
  warnless.h curl_hmac.h polarssl.h curl_rtmp.h curl_gethostname.h      \
429
 
  gopher.h
 
512
  gopher.h axtls.h
430
513
 
431
514
 
432
515
# Makefile.inc provides the CSOURCES and HHEADERS defines
433
516
libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS)
 
517
libcurlu_la_SOURCES = $(CSOURCES) $(HHEADERS)
434
518
WIN32SOURCES = $(CSOURCES)
435
519
WIN32HEADERS = $(HHEADERS) config-win32.h
436
520
DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP)
513
597
          echo "rm -f \"$${dir}/so_locations\""; \
514
598
          rm -f "$${dir}/so_locations"; \
515
599
        done
 
600
 
 
601
clean-noinstLTLIBRARIES:
 
602
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
603
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
604
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
605
          test "$$dir" != "$$p" || dir=.; \
 
606
          echo "rm -f \"$${dir}/so_locations\""; \
 
607
          rm -f "$${dir}/so_locations"; \
 
608
        done
516
609
libcurl.la: $(libcurl_la_OBJECTS) $(libcurl_la_DEPENDENCIES) 
517
610
        $(LINK) -rpath $(libdir) $(libcurl_la_LDFLAGS) $(libcurl_la_OBJECTS) $(libcurl_la_LIBADD) $(LIBS)
 
611
libcurlu.la: $(libcurlu_la_OBJECTS) $(libcurlu_la_DEPENDENCIES) 
 
612
        $(LINK) $(am_libcurlu_la_rpath) $(libcurlu_la_LDFLAGS) $(libcurlu_la_OBJECTS) $(libcurlu_la_LIBADD) $(LIBS)
518
613
 
519
614
mostlyclean-compile:
520
615
        -rm -f *.$(OBJEXT)
522
617
distclean-compile:
523
618
        -rm -f *.tab.c
524
619
 
525
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
526
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@
527
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/content_encoding.Plo@am__quote@
528
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cookie.Plo@am__quote@
529
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_addrinfo.Plo@am__quote@
530
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_fnmatch.Plo@am__quote@
531
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_gethostname.Plo@am__quote@
532
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_memrchr.Plo@am__quote@
533
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_rand.Plo@am__quote@
534
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_rtmp.Plo@am__quote@
535
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_sspi.Plo@am__quote@
536
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_threads.Plo@am__quote@
537
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Plo@am__quote@
538
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/easy.Plo@am__quote@
539
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escape.Plo@am__quote@
540
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
541
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileinfo.Plo@am__quote@
542
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/formdata.Plo@am__quote@
543
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftp.Plo@am__quote@
544
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftplistparser.Plo@am__quote@
545
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getenv.Plo@am__quote@
546
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getinfo.Plo@am__quote@
547
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gopher.Plo@am__quote@
548
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtls.Plo@am__quote@
549
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
550
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac.Plo@am__quote@
551
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostares.Plo@am__quote@
552
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostasyn.Plo@am__quote@
553
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip.Plo@am__quote@
554
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip4.Plo@am__quote@
555
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip6.Plo@am__quote@
556
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostsyn.Plo@am__quote@
557
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostthre.Plo@am__quote@
558
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
559
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_chunks.Plo@am__quote@
560
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_digest.Plo@am__quote@
561
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_negotiate.Plo@am__quote@
562
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_ntlm.Plo@am__quote@
563
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if2ip.Plo@am__quote@
564
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Plo@am__quote@
565
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Plo@am__quote@
566
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Plo@am__quote@
567
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb4.Plo@am__quote@
568
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb5.Plo@am__quote@
569
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldap.Plo@am__quote@
570
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/llist.Plo@am__quote@
571
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md4.Plo@am__quote@
572
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
573
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memdebug.Plo@am__quote@
574
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprintf.Plo@am__quote@
575
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Plo@am__quote@
576
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netrc.Plo@am__quote@
577
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nonblock.Plo@am__quote@
578
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss.Plo@am__quote@
579
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openldap.Plo@am__quote@
580
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsedate.Plo@am__quote@
581
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pingpong.Plo@am__quote@
582
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polarssl.Plo@am__quote@
583
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop3.Plo@am__quote@
584
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Plo@am__quote@
585
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qssl.Plo@am__quote@
586
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawstr.Plo@am__quote@
587
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtsp.Plo@am__quote@
588
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@
589
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
590
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendf.Plo@am__quote@
591
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/share.Plo@am__quote@
592
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slist.Plo@am__quote@
593
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp.Plo@am__quote@
594
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks.Plo@am__quote@
595
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks_gssapi.Plo@am__quote@
596
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks_sspi.Plo@am__quote@
597
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/speedcheck.Plo@am__quote@
598
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splay.Plo@am__quote@
599
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssh.Plo@am__quote@
600
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslgen.Plo@am__quote@
601
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssluse.Plo@am__quote@
602
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Plo@am__quote@
603
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strequal.Plo@am__quote@
604
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Plo@am__quote@
605
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Plo@am__quote@
606
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoofft.Plo@am__quote@
607
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/telnet.Plo@am__quote@
608
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tftp.Plo@am__quote@
609
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval.Plo@am__quote@
610
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transfer.Plo@am__quote@
611
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Plo@am__quote@
612
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
613
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/warnless.Plo@am__quote@
614
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wildcard.Plo@am__quote@
 
620
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-axtls.Plo@am__quote@
 
621
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-base64.Plo@am__quote@
 
622
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-connect.Plo@am__quote@
 
623
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-content_encoding.Plo@am__quote@
 
624
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-cookie.Plo@am__quote@
 
625
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_addrinfo.Plo@am__quote@
 
626
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_fnmatch.Plo@am__quote@
 
627
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_gethostname.Plo@am__quote@
 
628
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_memrchr.Plo@am__quote@
 
629
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_rand.Plo@am__quote@
 
630
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_rtmp.Plo@am__quote@
 
631
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_sspi.Plo@am__quote@
 
632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_threads.Plo@am__quote@
 
633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-dict.Plo@am__quote@
 
634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-easy.Plo@am__quote@
 
635
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-escape.Plo@am__quote@
 
636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-file.Plo@am__quote@
 
637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-fileinfo.Plo@am__quote@
 
638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-formdata.Plo@am__quote@
 
639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ftp.Plo@am__quote@
 
640
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ftplistparser.Plo@am__quote@
 
641
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-getenv.Plo@am__quote@
 
642
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-getinfo.Plo@am__quote@
 
643
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-gopher.Plo@am__quote@
 
644
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-gtls.Plo@am__quote@
 
645
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hash.Plo@am__quote@
 
646
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hmac.Plo@am__quote@
 
647
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostares.Plo@am__quote@
 
648
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostasyn.Plo@am__quote@
 
649
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostip.Plo@am__quote@
 
650
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostip4.Plo@am__quote@
 
651
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostip6.Plo@am__quote@
 
652
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostsyn.Plo@am__quote@
 
653
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostthre.Plo@am__quote@
 
654
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http.Plo@am__quote@
 
655
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_chunks.Plo@am__quote@
 
656
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_digest.Plo@am__quote@
 
657
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_negotiate.Plo@am__quote@
 
658
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_negotiate_sspi.Plo@am__quote@
 
659
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_ntlm.Plo@am__quote@
 
660
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-idn_win32.Plo@am__quote@
 
661
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-if2ip.Plo@am__quote@
 
662
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-imap.Plo@am__quote@
 
663
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-inet_ntop.Plo@am__quote@
 
664
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-inet_pton.Plo@am__quote@
 
665
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-krb4.Plo@am__quote@
 
666
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-krb5.Plo@am__quote@
 
667
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ldap.Plo@am__quote@
 
668
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-llist.Plo@am__quote@
 
669
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-md4.Plo@am__quote@
 
670
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-md5.Plo@am__quote@
 
671
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-memdebug.Plo@am__quote@
 
672
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-mprintf.Plo@am__quote@
 
673
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-multi.Plo@am__quote@
 
674
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-netrc.Plo@am__quote@
 
675
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-nonblock.Plo@am__quote@
 
676
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-nss.Plo@am__quote@
 
677
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-openldap.Plo@am__quote@
 
678
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-parsedate.Plo@am__quote@
 
679
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-pingpong.Plo@am__quote@
 
680
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-polarssl.Plo@am__quote@
 
681
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-pop3.Plo@am__quote@
 
682
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-progress.Plo@am__quote@
 
683
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-qssl.Plo@am__quote@
 
684
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-rawstr.Plo@am__quote@
 
685
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-rtsp.Plo@am__quote@
 
686
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-security.Plo@am__quote@
 
687
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-select.Plo@am__quote@
 
688
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-sendf.Plo@am__quote@
 
689
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-share.Plo@am__quote@
 
690
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-slist.Plo@am__quote@
 
691
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-smtp.Plo@am__quote@
 
692
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-socks.Plo@am__quote@
 
693
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-socks_gssapi.Plo@am__quote@
 
694
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-socks_sspi.Plo@am__quote@
 
695
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-speedcheck.Plo@am__quote@
 
696
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-splay.Plo@am__quote@
 
697
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ssh.Plo@am__quote@
 
698
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-sslgen.Plo@am__quote@
 
699
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ssluse.Plo@am__quote@
 
700
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strdup.Plo@am__quote@
 
701
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strequal.Plo@am__quote@
 
702
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strerror.Plo@am__quote@
 
703
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strtok.Plo@am__quote@
 
704
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strtoofft.Plo@am__quote@
 
705
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-telnet.Plo@am__quote@
 
706
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-tftp.Plo@am__quote@
 
707
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-timeval.Plo@am__quote@
 
708
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-transfer.Plo@am__quote@
 
709
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-url.Plo@am__quote@
 
710
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-version.Plo@am__quote@
 
711
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-warnless.Plo@am__quote@
 
712
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-wildcard.Plo@am__quote@
 
713
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-axtls.Plo@am__quote@
 
714
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-base64.Plo@am__quote@
 
715
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-connect.Plo@am__quote@
 
716
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-content_encoding.Plo@am__quote@
 
717
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cookie.Plo@am__quote@
 
718
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_addrinfo.Plo@am__quote@
 
719
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_fnmatch.Plo@am__quote@
 
720
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_gethostname.Plo@am__quote@
 
721
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_memrchr.Plo@am__quote@
 
722
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_rand.Plo@am__quote@
 
723
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_rtmp.Plo@am__quote@
 
724
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_sspi.Plo@am__quote@
 
725
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_threads.Plo@am__quote@
 
726
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-dict.Plo@am__quote@
 
727
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-easy.Plo@am__quote@
 
728
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-escape.Plo@am__quote@
 
729
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-file.Plo@am__quote@
 
730
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-fileinfo.Plo@am__quote@
 
731
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-formdata.Plo@am__quote@
 
732
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ftp.Plo@am__quote@
 
733
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ftplistparser.Plo@am__quote@
 
734
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-getenv.Plo@am__quote@
 
735
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-getinfo.Plo@am__quote@
 
736
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-gopher.Plo@am__quote@
 
737
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-gtls.Plo@am__quote@
 
738
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hash.Plo@am__quote@
 
739
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hmac.Plo@am__quote@
 
740
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostares.Plo@am__quote@
 
741
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostasyn.Plo@am__quote@
 
742
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostip.Plo@am__quote@
 
743
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostip4.Plo@am__quote@
 
744
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostip6.Plo@am__quote@
 
745
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostsyn.Plo@am__quote@
 
746
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostthre.Plo@am__quote@
 
747
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http.Plo@am__quote@
 
748
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_chunks.Plo@am__quote@
 
749
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_digest.Plo@am__quote@
 
750
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_negotiate.Plo@am__quote@
 
751
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_negotiate_sspi.Plo@am__quote@
 
752
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_ntlm.Plo@am__quote@
 
753
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-idn_win32.Plo@am__quote@
 
754
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-if2ip.Plo@am__quote@
 
755
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-imap.Plo@am__quote@
 
756
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-inet_ntop.Plo@am__quote@
 
757
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-inet_pton.Plo@am__quote@
 
758
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-krb4.Plo@am__quote@
 
759
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-krb5.Plo@am__quote@
 
760
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ldap.Plo@am__quote@
 
761
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-llist.Plo@am__quote@
 
762
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-md4.Plo@am__quote@
 
763
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-md5.Plo@am__quote@
 
764
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-memdebug.Plo@am__quote@
 
765
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-mprintf.Plo@am__quote@
 
766
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-multi.Plo@am__quote@
 
767
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-netrc.Plo@am__quote@
 
768
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-nonblock.Plo@am__quote@
 
769
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-nss.Plo@am__quote@
 
770
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-openldap.Plo@am__quote@
 
771
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-parsedate.Plo@am__quote@
 
772
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-pingpong.Plo@am__quote@
 
773
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-polarssl.Plo@am__quote@
 
774
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-pop3.Plo@am__quote@
 
775
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-progress.Plo@am__quote@
 
776
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-qssl.Plo@am__quote@
 
777
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-rawstr.Plo@am__quote@
 
778
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-rtsp.Plo@am__quote@
 
779
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-security.Plo@am__quote@
 
780
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-select.Plo@am__quote@
 
781
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-sendf.Plo@am__quote@
 
782
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-share.Plo@am__quote@
 
783
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-slist.Plo@am__quote@
 
784
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-smtp.Plo@am__quote@
 
785
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socks.Plo@am__quote@
 
786
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socks_gssapi.Plo@am__quote@
 
787
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socks_sspi.Plo@am__quote@
 
788
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-speedcheck.Plo@am__quote@
 
789
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-splay.Plo@am__quote@
 
790
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ssh.Plo@am__quote@
 
791
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-sslgen.Plo@am__quote@
 
792
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ssluse.Plo@am__quote@
 
793
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strdup.Plo@am__quote@
 
794
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strequal.Plo@am__quote@
 
795
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strerror.Plo@am__quote@
 
796
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strtok.Plo@am__quote@
 
797
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strtoofft.Plo@am__quote@
 
798
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-telnet.Plo@am__quote@
 
799
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-tftp.Plo@am__quote@
 
800
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-timeval.Plo@am__quote@
 
801
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-transfer.Plo@am__quote@
 
802
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-url.Plo@am__quote@
 
803
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-version.Plo@am__quote@
 
804
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-warnless.Plo@am__quote@
 
805
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-wildcard.Plo@am__quote@
615
806
 
616
807
.c.o:
617
808
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
634
825
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635
826
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
636
827
 
 
828
libcurl_la-file.lo: file.c
 
829
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-file.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-file.Tpo" -c -o libcurl_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c; \
 
830
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-file.Tpo" "$(DEPDIR)/libcurl_la-file.Plo"; else rm -f "$(DEPDIR)/libcurl_la-file.Tpo"; exit 1; fi
 
831
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='file.c' object='libcurl_la-file.lo' libtool=yes @AMDEPBACKSLASH@
 
832
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
833
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
 
834
 
 
835
libcurl_la-timeval.lo: timeval.c
 
836
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-timeval.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-timeval.Tpo" -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c; \
 
837
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-timeval.Tpo" "$(DEPDIR)/libcurl_la-timeval.Plo"; else rm -f "$(DEPDIR)/libcurl_la-timeval.Tpo"; exit 1; fi
 
838
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='timeval.c' object='libcurl_la-timeval.lo' libtool=yes @AMDEPBACKSLASH@
 
839
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
840
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
 
841
 
 
842
libcurl_la-base64.lo: base64.c
 
843
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-base64.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-base64.Tpo" -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c; \
 
844
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-base64.Tpo" "$(DEPDIR)/libcurl_la-base64.Plo"; else rm -f "$(DEPDIR)/libcurl_la-base64.Tpo"; exit 1; fi
 
845
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='base64.c' object='libcurl_la-base64.lo' libtool=yes @AMDEPBACKSLASH@
 
846
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
847
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
 
848
 
 
849
libcurl_la-hostip.lo: hostip.c
 
850
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostip.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-hostip.Tpo" -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo '$(srcdir)/'`hostip.c; \
 
851
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-hostip.Tpo" "$(DEPDIR)/libcurl_la-hostip.Plo"; else rm -f "$(DEPDIR)/libcurl_la-hostip.Tpo"; exit 1; fi
 
852
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostip.c' object='libcurl_la-hostip.lo' libtool=yes @AMDEPBACKSLASH@
 
853
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
854
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo '$(srcdir)/'`hostip.c
 
855
 
 
856
libcurl_la-progress.lo: progress.c
 
857
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-progress.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-progress.Tpo" -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo '$(srcdir)/'`progress.c; \
 
858
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-progress.Tpo" "$(DEPDIR)/libcurl_la-progress.Plo"; else rm -f "$(DEPDIR)/libcurl_la-progress.Tpo"; exit 1; fi
 
859
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='progress.c' object='libcurl_la-progress.lo' libtool=yes @AMDEPBACKSLASH@
 
860
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
861
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo '$(srcdir)/'`progress.c
 
862
 
 
863
libcurl_la-formdata.lo: formdata.c
 
864
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-formdata.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-formdata.Tpo" -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo '$(srcdir)/'`formdata.c; \
 
865
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-formdata.Tpo" "$(DEPDIR)/libcurl_la-formdata.Plo"; else rm -f "$(DEPDIR)/libcurl_la-formdata.Tpo"; exit 1; fi
 
866
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='formdata.c' object='libcurl_la-formdata.lo' libtool=yes @AMDEPBACKSLASH@
 
867
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
868
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo '$(srcdir)/'`formdata.c
 
869
 
 
870
libcurl_la-cookie.lo: cookie.c
 
871
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-cookie.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-cookie.Tpo" -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo '$(srcdir)/'`cookie.c; \
 
872
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-cookie.Tpo" "$(DEPDIR)/libcurl_la-cookie.Plo"; else rm -f "$(DEPDIR)/libcurl_la-cookie.Tpo"; exit 1; fi
 
873
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cookie.c' object='libcurl_la-cookie.lo' libtool=yes @AMDEPBACKSLASH@
 
874
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
875
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo '$(srcdir)/'`cookie.c
 
876
 
 
877
libcurl_la-http.lo: http.c
 
878
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-http.Tpo" -c -o libcurl_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c; \
 
879
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-http.Tpo" "$(DEPDIR)/libcurl_la-http.Plo"; else rm -f "$(DEPDIR)/libcurl_la-http.Tpo"; exit 1; fi
 
880
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http.c' object='libcurl_la-http.lo' libtool=yes @AMDEPBACKSLASH@
 
881
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
882
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c
 
883
 
 
884
libcurl_la-sendf.lo: sendf.c
 
885
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-sendf.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-sendf.Tpo" -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo '$(srcdir)/'`sendf.c; \
 
886
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-sendf.Tpo" "$(DEPDIR)/libcurl_la-sendf.Plo"; else rm -f "$(DEPDIR)/libcurl_la-sendf.Tpo"; exit 1; fi
 
887
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sendf.c' object='libcurl_la-sendf.lo' libtool=yes @AMDEPBACKSLASH@
 
888
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
889
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo '$(srcdir)/'`sendf.c
 
890
 
 
891
libcurl_la-ftp.lo: ftp.c
 
892
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-ftp.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-ftp.Tpo" -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c; \
 
893
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-ftp.Tpo" "$(DEPDIR)/libcurl_la-ftp.Plo"; else rm -f "$(DEPDIR)/libcurl_la-ftp.Tpo"; exit 1; fi
 
894
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ftp.c' object='libcurl_la-ftp.lo' libtool=yes @AMDEPBACKSLASH@
 
895
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
896
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c
 
897
 
 
898
libcurl_la-url.lo: url.c
 
899
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-url.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-url.Tpo" -c -o libcurl_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c; \
 
900
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-url.Tpo" "$(DEPDIR)/libcurl_la-url.Plo"; else rm -f "$(DEPDIR)/libcurl_la-url.Tpo"; exit 1; fi
 
901
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='url.c' object='libcurl_la-url.lo' libtool=yes @AMDEPBACKSLASH@
 
902
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
903
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
 
904
 
 
905
libcurl_la-dict.lo: dict.c
 
906
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-dict.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-dict.Tpo" -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c; \
 
907
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-dict.Tpo" "$(DEPDIR)/libcurl_la-dict.Plo"; else rm -f "$(DEPDIR)/libcurl_la-dict.Tpo"; exit 1; fi
 
908
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dict.c' object='libcurl_la-dict.lo' libtool=yes @AMDEPBACKSLASH@
 
909
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
910
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
 
911
 
 
912
libcurl_la-if2ip.lo: if2ip.c
 
913
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-if2ip.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-if2ip.Tpo" -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo '$(srcdir)/'`if2ip.c; \
 
914
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-if2ip.Tpo" "$(DEPDIR)/libcurl_la-if2ip.Plo"; else rm -f "$(DEPDIR)/libcurl_la-if2ip.Tpo"; exit 1; fi
 
915
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='if2ip.c' object='libcurl_la-if2ip.lo' libtool=yes @AMDEPBACKSLASH@
 
916
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
917
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo '$(srcdir)/'`if2ip.c
 
918
 
 
919
libcurl_la-speedcheck.lo: speedcheck.c
 
920
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-speedcheck.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-speedcheck.Tpo" -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo '$(srcdir)/'`speedcheck.c; \
 
921
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-speedcheck.Tpo" "$(DEPDIR)/libcurl_la-speedcheck.Plo"; else rm -f "$(DEPDIR)/libcurl_la-speedcheck.Tpo"; exit 1; fi
 
922
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='speedcheck.c' object='libcurl_la-speedcheck.lo' libtool=yes @AMDEPBACKSLASH@
 
923
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
924
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo '$(srcdir)/'`speedcheck.c
 
925
 
 
926
libcurl_la-ldap.lo: ldap.c
 
927
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-ldap.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-ldap.Tpo" -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo '$(srcdir)/'`ldap.c; \
 
928
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-ldap.Tpo" "$(DEPDIR)/libcurl_la-ldap.Plo"; else rm -f "$(DEPDIR)/libcurl_la-ldap.Tpo"; exit 1; fi
 
929
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ldap.c' object='libcurl_la-ldap.lo' libtool=yes @AMDEPBACKSLASH@
 
930
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
931
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo '$(srcdir)/'`ldap.c
 
932
 
 
933
libcurl_la-ssluse.lo: ssluse.c
 
934
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-ssluse.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-ssluse.Tpo" -c -o libcurl_la-ssluse.lo `test -f 'ssluse.c' || echo '$(srcdir)/'`ssluse.c; \
 
935
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-ssluse.Tpo" "$(DEPDIR)/libcurl_la-ssluse.Plo"; else rm -f "$(DEPDIR)/libcurl_la-ssluse.Tpo"; exit 1; fi
 
936
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ssluse.c' object='libcurl_la-ssluse.lo' libtool=yes @AMDEPBACKSLASH@
 
937
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
938
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-ssluse.lo `test -f 'ssluse.c' || echo '$(srcdir)/'`ssluse.c
 
939
 
 
940
libcurl_la-version.lo: version.c
 
941
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-version.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-version.Tpo" -c -o libcurl_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c; \
 
942
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-version.Tpo" "$(DEPDIR)/libcurl_la-version.Plo"; else rm -f "$(DEPDIR)/libcurl_la-version.Tpo"; exit 1; fi
 
943
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='version.c' object='libcurl_la-version.lo' libtool=yes @AMDEPBACKSLASH@
 
944
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
945
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
 
946
 
 
947
libcurl_la-getenv.lo: getenv.c
 
948
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-getenv.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-getenv.Tpo" -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo '$(srcdir)/'`getenv.c; \
 
949
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-getenv.Tpo" "$(DEPDIR)/libcurl_la-getenv.Plo"; else rm -f "$(DEPDIR)/libcurl_la-getenv.Tpo"; exit 1; fi
 
950
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getenv.c' object='libcurl_la-getenv.lo' libtool=yes @AMDEPBACKSLASH@
 
951
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
952
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo '$(srcdir)/'`getenv.c
 
953
 
 
954
libcurl_la-escape.lo: escape.c
 
955
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-escape.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-escape.Tpo" -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo '$(srcdir)/'`escape.c; \
 
956
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-escape.Tpo" "$(DEPDIR)/libcurl_la-escape.Plo"; else rm -f "$(DEPDIR)/libcurl_la-escape.Tpo"; exit 1; fi
 
957
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='escape.c' object='libcurl_la-escape.lo' libtool=yes @AMDEPBACKSLASH@
 
958
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
959
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo '$(srcdir)/'`escape.c
 
960
 
 
961
libcurl_la-mprintf.lo: mprintf.c
 
962
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-mprintf.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-mprintf.Tpo" -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo '$(srcdir)/'`mprintf.c; \
 
963
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-mprintf.Tpo" "$(DEPDIR)/libcurl_la-mprintf.Plo"; else rm -f "$(DEPDIR)/libcurl_la-mprintf.Tpo"; exit 1; fi
 
964
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mprintf.c' object='libcurl_la-mprintf.lo' libtool=yes @AMDEPBACKSLASH@
 
965
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
966
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo '$(srcdir)/'`mprintf.c
 
967
 
 
968
libcurl_la-telnet.lo: telnet.c
 
969
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-telnet.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-telnet.Tpo" -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c; \
 
970
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-telnet.Tpo" "$(DEPDIR)/libcurl_la-telnet.Plo"; else rm -f "$(DEPDIR)/libcurl_la-telnet.Tpo"; exit 1; fi
 
971
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='telnet.c' object='libcurl_la-telnet.lo' libtool=yes @AMDEPBACKSLASH@
 
972
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
973
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c
 
974
 
 
975
libcurl_la-netrc.lo: netrc.c
 
976
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-netrc.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-netrc.Tpo" -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo '$(srcdir)/'`netrc.c; \
 
977
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-netrc.Tpo" "$(DEPDIR)/libcurl_la-netrc.Plo"; else rm -f "$(DEPDIR)/libcurl_la-netrc.Tpo"; exit 1; fi
 
978
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='netrc.c' object='libcurl_la-netrc.lo' libtool=yes @AMDEPBACKSLASH@
 
979
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
980
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo '$(srcdir)/'`netrc.c
 
981
 
 
982
libcurl_la-getinfo.lo: getinfo.c
 
983
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-getinfo.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-getinfo.Tpo" -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo '$(srcdir)/'`getinfo.c; \
 
984
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-getinfo.Tpo" "$(DEPDIR)/libcurl_la-getinfo.Plo"; else rm -f "$(DEPDIR)/libcurl_la-getinfo.Tpo"; exit 1; fi
 
985
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getinfo.c' object='libcurl_la-getinfo.lo' libtool=yes @AMDEPBACKSLASH@
 
986
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
987
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo '$(srcdir)/'`getinfo.c
 
988
 
 
989
libcurl_la-transfer.lo: transfer.c
 
990
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-transfer.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-transfer.Tpo" -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo '$(srcdir)/'`transfer.c; \
 
991
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-transfer.Tpo" "$(DEPDIR)/libcurl_la-transfer.Plo"; else rm -f "$(DEPDIR)/libcurl_la-transfer.Tpo"; exit 1; fi
 
992
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='transfer.c' object='libcurl_la-transfer.lo' libtool=yes @AMDEPBACKSLASH@
 
993
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
994
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo '$(srcdir)/'`transfer.c
 
995
 
 
996
libcurl_la-strequal.lo: strequal.c
 
997
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strequal.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-strequal.Tpo" -c -o libcurl_la-strequal.lo `test -f 'strequal.c' || echo '$(srcdir)/'`strequal.c; \
 
998
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-strequal.Tpo" "$(DEPDIR)/libcurl_la-strequal.Plo"; else rm -f "$(DEPDIR)/libcurl_la-strequal.Tpo"; exit 1; fi
 
999
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strequal.c' object='libcurl_la-strequal.lo' libtool=yes @AMDEPBACKSLASH@
 
1000
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1001
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strequal.lo `test -f 'strequal.c' || echo '$(srcdir)/'`strequal.c
 
1002
 
 
1003
libcurl_la-easy.lo: easy.c
 
1004
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-easy.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-easy.Tpo" -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo '$(srcdir)/'`easy.c; \
 
1005
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-easy.Tpo" "$(DEPDIR)/libcurl_la-easy.Plo"; else rm -f "$(DEPDIR)/libcurl_la-easy.Tpo"; exit 1; fi
 
1006
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='easy.c' object='libcurl_la-easy.lo' libtool=yes @AMDEPBACKSLASH@
 
1007
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1008
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo '$(srcdir)/'`easy.c
 
1009
 
 
1010
libcurl_la-security.lo: security.c
 
1011
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-security.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-security.Tpo" -c -o libcurl_la-security.lo `test -f 'security.c' || echo '$(srcdir)/'`security.c; \
 
1012
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-security.Tpo" "$(DEPDIR)/libcurl_la-security.Plo"; else rm -f "$(DEPDIR)/libcurl_la-security.Tpo"; exit 1; fi
 
1013
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='security.c' object='libcurl_la-security.lo' libtool=yes @AMDEPBACKSLASH@
 
1014
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1015
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-security.lo `test -f 'security.c' || echo '$(srcdir)/'`security.c
 
1016
 
 
1017
libcurl_la-krb4.lo: krb4.c
 
1018
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-krb4.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-krb4.Tpo" -c -o libcurl_la-krb4.lo `test -f 'krb4.c' || echo '$(srcdir)/'`krb4.c; \
 
1019
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-krb4.Tpo" "$(DEPDIR)/libcurl_la-krb4.Plo"; else rm -f "$(DEPDIR)/libcurl_la-krb4.Tpo"; exit 1; fi
 
1020
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='krb4.c' object='libcurl_la-krb4.lo' libtool=yes @AMDEPBACKSLASH@
 
1021
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1022
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-krb4.lo `test -f 'krb4.c' || echo '$(srcdir)/'`krb4.c
 
1023
 
 
1024
libcurl_la-curl_fnmatch.lo: curl_fnmatch.c
 
1025
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-curl_fnmatch.Tpo" -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo '$(srcdir)/'`curl_fnmatch.c; \
 
1026
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-curl_fnmatch.Tpo" "$(DEPDIR)/libcurl_la-curl_fnmatch.Plo"; else rm -f "$(DEPDIR)/libcurl_la-curl_fnmatch.Tpo"; exit 1; fi
 
1027
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_fnmatch.c' object='libcurl_la-curl_fnmatch.lo' libtool=yes @AMDEPBACKSLASH@
 
1028
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1029
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo '$(srcdir)/'`curl_fnmatch.c
 
1030
 
 
1031
libcurl_la-fileinfo.lo: fileinfo.c
 
1032
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-fileinfo.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-fileinfo.Tpo" -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo '$(srcdir)/'`fileinfo.c; \
 
1033
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-fileinfo.Tpo" "$(DEPDIR)/libcurl_la-fileinfo.Plo"; else rm -f "$(DEPDIR)/libcurl_la-fileinfo.Tpo"; exit 1; fi
 
1034
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fileinfo.c' object='libcurl_la-fileinfo.lo' libtool=yes @AMDEPBACKSLASH@
 
1035
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1036
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo '$(srcdir)/'`fileinfo.c
 
1037
 
 
1038
libcurl_la-ftplistparser.lo: ftplistparser.c
 
1039
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-ftplistparser.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-ftplistparser.Tpo" -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo '$(srcdir)/'`ftplistparser.c; \
 
1040
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-ftplistparser.Tpo" "$(DEPDIR)/libcurl_la-ftplistparser.Plo"; else rm -f "$(DEPDIR)/libcurl_la-ftplistparser.Tpo"; exit 1; fi
 
1041
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ftplistparser.c' object='libcurl_la-ftplistparser.lo' libtool=yes @AMDEPBACKSLASH@
 
1042
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1043
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo '$(srcdir)/'`ftplistparser.c
 
1044
 
 
1045
libcurl_la-wildcard.lo: wildcard.c
 
1046
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-wildcard.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-wildcard.Tpo" -c -o libcurl_la-wildcard.lo `test -f 'wildcard.c' || echo '$(srcdir)/'`wildcard.c; \
 
1047
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-wildcard.Tpo" "$(DEPDIR)/libcurl_la-wildcard.Plo"; else rm -f "$(DEPDIR)/libcurl_la-wildcard.Tpo"; exit 1; fi
 
1048
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='wildcard.c' object='libcurl_la-wildcard.lo' libtool=yes @AMDEPBACKSLASH@
 
1049
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1050
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-wildcard.lo `test -f 'wildcard.c' || echo '$(srcdir)/'`wildcard.c
 
1051
 
 
1052
libcurl_la-krb5.lo: krb5.c
 
1053
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-krb5.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-krb5.Tpo" -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo '$(srcdir)/'`krb5.c; \
 
1054
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-krb5.Tpo" "$(DEPDIR)/libcurl_la-krb5.Plo"; else rm -f "$(DEPDIR)/libcurl_la-krb5.Tpo"; exit 1; fi
 
1055
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='krb5.c' object='libcurl_la-krb5.lo' libtool=yes @AMDEPBACKSLASH@
 
1056
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1057
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo '$(srcdir)/'`krb5.c
 
1058
 
 
1059
libcurl_la-memdebug.lo: memdebug.c
 
1060
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-memdebug.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-memdebug.Tpo" -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo '$(srcdir)/'`memdebug.c; \
 
1061
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-memdebug.Tpo" "$(DEPDIR)/libcurl_la-memdebug.Plo"; else rm -f "$(DEPDIR)/libcurl_la-memdebug.Tpo"; exit 1; fi
 
1062
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='memdebug.c' object='libcurl_la-memdebug.lo' libtool=yes @AMDEPBACKSLASH@
 
1063
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1064
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo '$(srcdir)/'`memdebug.c
 
1065
 
 
1066
libcurl_la-http_chunks.lo: http_chunks.c
 
1067
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_chunks.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-http_chunks.Tpo" -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo '$(srcdir)/'`http_chunks.c; \
 
1068
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-http_chunks.Tpo" "$(DEPDIR)/libcurl_la-http_chunks.Plo"; else rm -f "$(DEPDIR)/libcurl_la-http_chunks.Tpo"; exit 1; fi
 
1069
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_chunks.c' object='libcurl_la-http_chunks.lo' libtool=yes @AMDEPBACKSLASH@
 
1070
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1071
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo '$(srcdir)/'`http_chunks.c
 
1072
 
 
1073
libcurl_la-strtok.lo: strtok.c
 
1074
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strtok.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-strtok.Tpo" -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo '$(srcdir)/'`strtok.c; \
 
1075
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-strtok.Tpo" "$(DEPDIR)/libcurl_la-strtok.Plo"; else rm -f "$(DEPDIR)/libcurl_la-strtok.Tpo"; exit 1; fi
 
1076
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strtok.c' object='libcurl_la-strtok.lo' libtool=yes @AMDEPBACKSLASH@
 
1077
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1078
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo '$(srcdir)/'`strtok.c
 
1079
 
 
1080
libcurl_la-connect.lo: connect.c
 
1081
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-connect.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-connect.Tpo" -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo '$(srcdir)/'`connect.c; \
 
1082
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-connect.Tpo" "$(DEPDIR)/libcurl_la-connect.Plo"; else rm -f "$(DEPDIR)/libcurl_la-connect.Tpo"; exit 1; fi
 
1083
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='connect.c' object='libcurl_la-connect.lo' libtool=yes @AMDEPBACKSLASH@
 
1084
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1085
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo '$(srcdir)/'`connect.c
 
1086
 
 
1087
libcurl_la-llist.lo: llist.c
 
1088
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-llist.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-llist.Tpo" -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo '$(srcdir)/'`llist.c; \
 
1089
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-llist.Tpo" "$(DEPDIR)/libcurl_la-llist.Plo"; else rm -f "$(DEPDIR)/libcurl_la-llist.Tpo"; exit 1; fi
 
1090
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='llist.c' object='libcurl_la-llist.lo' libtool=yes @AMDEPBACKSLASH@
 
1091
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1092
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo '$(srcdir)/'`llist.c
 
1093
 
 
1094
libcurl_la-hash.lo: hash.c
 
1095
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hash.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-hash.Tpo" -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c; \
 
1096
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-hash.Tpo" "$(DEPDIR)/libcurl_la-hash.Plo"; else rm -f "$(DEPDIR)/libcurl_la-hash.Tpo"; exit 1; fi
 
1097
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hash.c' object='libcurl_la-hash.lo' libtool=yes @AMDEPBACKSLASH@
 
1098
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1099
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
 
1100
 
 
1101
libcurl_la-multi.lo: multi.c
 
1102
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-multi.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-multi.Tpo" -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo '$(srcdir)/'`multi.c; \
 
1103
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-multi.Tpo" "$(DEPDIR)/libcurl_la-multi.Plo"; else rm -f "$(DEPDIR)/libcurl_la-multi.Tpo"; exit 1; fi
 
1104
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='multi.c' object='libcurl_la-multi.lo' libtool=yes @AMDEPBACKSLASH@
 
1105
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1106
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo '$(srcdir)/'`multi.c
 
1107
 
 
1108
libcurl_la-content_encoding.lo: content_encoding.c
 
1109
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-content_encoding.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-content_encoding.Tpo" -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo '$(srcdir)/'`content_encoding.c; \
 
1110
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-content_encoding.Tpo" "$(DEPDIR)/libcurl_la-content_encoding.Plo"; else rm -f "$(DEPDIR)/libcurl_la-content_encoding.Tpo"; exit 1; fi
 
1111
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='content_encoding.c' object='libcurl_la-content_encoding.lo' libtool=yes @AMDEPBACKSLASH@
 
1112
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1113
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo '$(srcdir)/'`content_encoding.c
 
1114
 
 
1115
libcurl_la-share.lo: share.c
 
1116
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-share.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-share.Tpo" -c -o libcurl_la-share.lo `test -f 'share.c' || echo '$(srcdir)/'`share.c; \
 
1117
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-share.Tpo" "$(DEPDIR)/libcurl_la-share.Plo"; else rm -f "$(DEPDIR)/libcurl_la-share.Tpo"; exit 1; fi
 
1118
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='share.c' object='libcurl_la-share.lo' libtool=yes @AMDEPBACKSLASH@
 
1119
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1120
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-share.lo `test -f 'share.c' || echo '$(srcdir)/'`share.c
 
1121
 
 
1122
libcurl_la-http_digest.lo: http_digest.c
 
1123
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_digest.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-http_digest.Tpo" -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo '$(srcdir)/'`http_digest.c; \
 
1124
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-http_digest.Tpo" "$(DEPDIR)/libcurl_la-http_digest.Plo"; else rm -f "$(DEPDIR)/libcurl_la-http_digest.Tpo"; exit 1; fi
 
1125
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_digest.c' object='libcurl_la-http_digest.lo' libtool=yes @AMDEPBACKSLASH@
 
1126
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1127
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo '$(srcdir)/'`http_digest.c
 
1128
 
 
1129
libcurl_la-md4.lo: md4.c
 
1130
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-md4.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-md4.Tpo" -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo '$(srcdir)/'`md4.c; \
 
1131
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-md4.Tpo" "$(DEPDIR)/libcurl_la-md4.Plo"; else rm -f "$(DEPDIR)/libcurl_la-md4.Tpo"; exit 1; fi
 
1132
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md4.c' object='libcurl_la-md4.lo' libtool=yes @AMDEPBACKSLASH@
 
1133
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1134
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo '$(srcdir)/'`md4.c
 
1135
 
 
1136
libcurl_la-md5.lo: md5.c
 
1137
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-md5.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-md5.Tpo" -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c; \
 
1138
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-md5.Tpo" "$(DEPDIR)/libcurl_la-md5.Plo"; else rm -f "$(DEPDIR)/libcurl_la-md5.Tpo"; exit 1; fi
 
1139
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5.c' object='libcurl_la-md5.lo' libtool=yes @AMDEPBACKSLASH@
 
1140
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1141
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
 
1142
 
 
1143
libcurl_la-curl_rand.lo: curl_rand.c
 
1144
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_rand.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-curl_rand.Tpo" -c -o libcurl_la-curl_rand.lo `test -f 'curl_rand.c' || echo '$(srcdir)/'`curl_rand.c; \
 
1145
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-curl_rand.Tpo" "$(DEPDIR)/libcurl_la-curl_rand.Plo"; else rm -f "$(DEPDIR)/libcurl_la-curl_rand.Tpo"; exit 1; fi
 
1146
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_rand.c' object='libcurl_la-curl_rand.lo' libtool=yes @AMDEPBACKSLASH@
 
1147
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1148
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_rand.lo `test -f 'curl_rand.c' || echo '$(srcdir)/'`curl_rand.c
 
1149
 
 
1150
libcurl_la-http_negotiate.lo: http_negotiate.c
 
1151
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_negotiate.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-http_negotiate.Tpo" -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo '$(srcdir)/'`http_negotiate.c; \
 
1152
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-http_negotiate.Tpo" "$(DEPDIR)/libcurl_la-http_negotiate.Plo"; else rm -f "$(DEPDIR)/libcurl_la-http_negotiate.Tpo"; exit 1; fi
 
1153
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_negotiate.c' object='libcurl_la-http_negotiate.lo' libtool=yes @AMDEPBACKSLASH@
 
1154
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1155
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo '$(srcdir)/'`http_negotiate.c
 
1156
 
 
1157
libcurl_la-http_ntlm.lo: http_ntlm.c
 
1158
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_ntlm.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-http_ntlm.Tpo" -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo '$(srcdir)/'`http_ntlm.c; \
 
1159
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-http_ntlm.Tpo" "$(DEPDIR)/libcurl_la-http_ntlm.Plo"; else rm -f "$(DEPDIR)/libcurl_la-http_ntlm.Tpo"; exit 1; fi
 
1160
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_ntlm.c' object='libcurl_la-http_ntlm.lo' libtool=yes @AMDEPBACKSLASH@
 
1161
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1162
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo '$(srcdir)/'`http_ntlm.c
 
1163
 
 
1164
libcurl_la-inet_pton.lo: inet_pton.c
 
1165
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-inet_pton.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-inet_pton.Tpo" -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo '$(srcdir)/'`inet_pton.c; \
 
1166
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-inet_pton.Tpo" "$(DEPDIR)/libcurl_la-inet_pton.Plo"; else rm -f "$(DEPDIR)/libcurl_la-inet_pton.Tpo"; exit 1; fi
 
1167
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='inet_pton.c' object='libcurl_la-inet_pton.lo' libtool=yes @AMDEPBACKSLASH@
 
1168
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1169
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo '$(srcdir)/'`inet_pton.c
 
1170
 
 
1171
libcurl_la-strtoofft.lo: strtoofft.c
 
1172
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strtoofft.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-strtoofft.Tpo" -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo '$(srcdir)/'`strtoofft.c; \
 
1173
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-strtoofft.Tpo" "$(DEPDIR)/libcurl_la-strtoofft.Plo"; else rm -f "$(DEPDIR)/libcurl_la-strtoofft.Tpo"; exit 1; fi
 
1174
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strtoofft.c' object='libcurl_la-strtoofft.lo' libtool=yes @AMDEPBACKSLASH@
 
1175
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1176
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo '$(srcdir)/'`strtoofft.c
 
1177
 
 
1178
libcurl_la-strerror.lo: strerror.c
 
1179
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strerror.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-strerror.Tpo" -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c; \
 
1180
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-strerror.Tpo" "$(DEPDIR)/libcurl_la-strerror.Plo"; else rm -f "$(DEPDIR)/libcurl_la-strerror.Tpo"; exit 1; fi
 
1181
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strerror.c' object='libcurl_la-strerror.lo' libtool=yes @AMDEPBACKSLASH@
 
1182
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1183
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
 
1184
 
 
1185
libcurl_la-hostares.lo: hostares.c
 
1186
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostares.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-hostares.Tpo" -c -o libcurl_la-hostares.lo `test -f 'hostares.c' || echo '$(srcdir)/'`hostares.c; \
 
1187
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-hostares.Tpo" "$(DEPDIR)/libcurl_la-hostares.Plo"; else rm -f "$(DEPDIR)/libcurl_la-hostares.Tpo"; exit 1; fi
 
1188
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostares.c' object='libcurl_la-hostares.lo' libtool=yes @AMDEPBACKSLASH@
 
1189
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1190
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostares.lo `test -f 'hostares.c' || echo '$(srcdir)/'`hostares.c
 
1191
 
 
1192
libcurl_la-hostasyn.lo: hostasyn.c
 
1193
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostasyn.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-hostasyn.Tpo" -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo '$(srcdir)/'`hostasyn.c; \
 
1194
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-hostasyn.Tpo" "$(DEPDIR)/libcurl_la-hostasyn.Plo"; else rm -f "$(DEPDIR)/libcurl_la-hostasyn.Tpo"; exit 1; fi
 
1195
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostasyn.c' object='libcurl_la-hostasyn.lo' libtool=yes @AMDEPBACKSLASH@
 
1196
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1197
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo '$(srcdir)/'`hostasyn.c
 
1198
 
 
1199
libcurl_la-hostip4.lo: hostip4.c
 
1200
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostip4.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-hostip4.Tpo" -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo '$(srcdir)/'`hostip4.c; \
 
1201
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-hostip4.Tpo" "$(DEPDIR)/libcurl_la-hostip4.Plo"; else rm -f "$(DEPDIR)/libcurl_la-hostip4.Tpo"; exit 1; fi
 
1202
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostip4.c' object='libcurl_la-hostip4.lo' libtool=yes @AMDEPBACKSLASH@
 
1203
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1204
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo '$(srcdir)/'`hostip4.c
 
1205
 
 
1206
libcurl_la-hostip6.lo: hostip6.c
 
1207
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostip6.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-hostip6.Tpo" -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo '$(srcdir)/'`hostip6.c; \
 
1208
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-hostip6.Tpo" "$(DEPDIR)/libcurl_la-hostip6.Plo"; else rm -f "$(DEPDIR)/libcurl_la-hostip6.Tpo"; exit 1; fi
 
1209
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostip6.c' object='libcurl_la-hostip6.lo' libtool=yes @AMDEPBACKSLASH@
 
1210
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1211
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo '$(srcdir)/'`hostip6.c
 
1212
 
 
1213
libcurl_la-hostsyn.lo: hostsyn.c
 
1214
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostsyn.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-hostsyn.Tpo" -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo '$(srcdir)/'`hostsyn.c; \
 
1215
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-hostsyn.Tpo" "$(DEPDIR)/libcurl_la-hostsyn.Plo"; else rm -f "$(DEPDIR)/libcurl_la-hostsyn.Tpo"; exit 1; fi
 
1216
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostsyn.c' object='libcurl_la-hostsyn.lo' libtool=yes @AMDEPBACKSLASH@
 
1217
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1218
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo '$(srcdir)/'`hostsyn.c
 
1219
 
 
1220
libcurl_la-hostthre.lo: hostthre.c
 
1221
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostthre.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-hostthre.Tpo" -c -o libcurl_la-hostthre.lo `test -f 'hostthre.c' || echo '$(srcdir)/'`hostthre.c; \
 
1222
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-hostthre.Tpo" "$(DEPDIR)/libcurl_la-hostthre.Plo"; else rm -f "$(DEPDIR)/libcurl_la-hostthre.Tpo"; exit 1; fi
 
1223
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostthre.c' object='libcurl_la-hostthre.lo' libtool=yes @AMDEPBACKSLASH@
 
1224
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1225
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostthre.lo `test -f 'hostthre.c' || echo '$(srcdir)/'`hostthre.c
 
1226
 
 
1227
libcurl_la-inet_ntop.lo: inet_ntop.c
 
1228
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-inet_ntop.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-inet_ntop.Tpo" -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c; \
 
1229
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-inet_ntop.Tpo" "$(DEPDIR)/libcurl_la-inet_ntop.Plo"; else rm -f "$(DEPDIR)/libcurl_la-inet_ntop.Tpo"; exit 1; fi
 
1230
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='inet_ntop.c' object='libcurl_la-inet_ntop.lo' libtool=yes @AMDEPBACKSLASH@
 
1231
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1232
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
 
1233
 
 
1234
libcurl_la-parsedate.lo: parsedate.c
 
1235
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-parsedate.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-parsedate.Tpo" -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo '$(srcdir)/'`parsedate.c; \
 
1236
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-parsedate.Tpo" "$(DEPDIR)/libcurl_la-parsedate.Plo"; else rm -f "$(DEPDIR)/libcurl_la-parsedate.Tpo"; exit 1; fi
 
1237
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parsedate.c' object='libcurl_la-parsedate.lo' libtool=yes @AMDEPBACKSLASH@
 
1238
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1239
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo '$(srcdir)/'`parsedate.c
 
1240
 
 
1241
libcurl_la-select.lo: select.c
 
1242
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-select.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-select.Tpo" -c -o libcurl_la-select.lo `test -f 'select.c' || echo '$(srcdir)/'`select.c; \
 
1243
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-select.Tpo" "$(DEPDIR)/libcurl_la-select.Plo"; else rm -f "$(DEPDIR)/libcurl_la-select.Tpo"; exit 1; fi
 
1244
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='select.c' object='libcurl_la-select.lo' libtool=yes @AMDEPBACKSLASH@
 
1245
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1246
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-select.lo `test -f 'select.c' || echo '$(srcdir)/'`select.c
 
1247
 
 
1248
libcurl_la-gtls.lo: gtls.c
 
1249
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-gtls.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-gtls.Tpo" -c -o libcurl_la-gtls.lo `test -f 'gtls.c' || echo '$(srcdir)/'`gtls.c; \
 
1250
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-gtls.Tpo" "$(DEPDIR)/libcurl_la-gtls.Plo"; else rm -f "$(DEPDIR)/libcurl_la-gtls.Tpo"; exit 1; fi
 
1251
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gtls.c' object='libcurl_la-gtls.lo' libtool=yes @AMDEPBACKSLASH@
 
1252
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1253
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-gtls.lo `test -f 'gtls.c' || echo '$(srcdir)/'`gtls.c
 
1254
 
 
1255
libcurl_la-sslgen.lo: sslgen.c
 
1256
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-sslgen.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-sslgen.Tpo" -c -o libcurl_la-sslgen.lo `test -f 'sslgen.c' || echo '$(srcdir)/'`sslgen.c; \
 
1257
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-sslgen.Tpo" "$(DEPDIR)/libcurl_la-sslgen.Plo"; else rm -f "$(DEPDIR)/libcurl_la-sslgen.Tpo"; exit 1; fi
 
1258
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sslgen.c' object='libcurl_la-sslgen.lo' libtool=yes @AMDEPBACKSLASH@
 
1259
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1260
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-sslgen.lo `test -f 'sslgen.c' || echo '$(srcdir)/'`sslgen.c
 
1261
 
 
1262
libcurl_la-tftp.lo: tftp.c
 
1263
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-tftp.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-tftp.Tpo" -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo '$(srcdir)/'`tftp.c; \
 
1264
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-tftp.Tpo" "$(DEPDIR)/libcurl_la-tftp.Plo"; else rm -f "$(DEPDIR)/libcurl_la-tftp.Tpo"; exit 1; fi
 
1265
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tftp.c' object='libcurl_la-tftp.lo' libtool=yes @AMDEPBACKSLASH@
 
1266
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1267
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo '$(srcdir)/'`tftp.c
 
1268
 
 
1269
libcurl_la-splay.lo: splay.c
 
1270
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-splay.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-splay.Tpo" -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo '$(srcdir)/'`splay.c; \
 
1271
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-splay.Tpo" "$(DEPDIR)/libcurl_la-splay.Plo"; else rm -f "$(DEPDIR)/libcurl_la-splay.Tpo"; exit 1; fi
 
1272
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='splay.c' object='libcurl_la-splay.lo' libtool=yes @AMDEPBACKSLASH@
 
1273
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1274
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo '$(srcdir)/'`splay.c
 
1275
 
 
1276
libcurl_la-strdup.lo: strdup.c
 
1277
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strdup.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-strdup.Tpo" -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo '$(srcdir)/'`strdup.c; \
 
1278
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-strdup.Tpo" "$(DEPDIR)/libcurl_la-strdup.Plo"; else rm -f "$(DEPDIR)/libcurl_la-strdup.Tpo"; exit 1; fi
 
1279
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strdup.c' object='libcurl_la-strdup.lo' libtool=yes @AMDEPBACKSLASH@
 
1280
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1281
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo '$(srcdir)/'`strdup.c
 
1282
 
 
1283
libcurl_la-socks.lo: socks.c
 
1284
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-socks.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-socks.Tpo" -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo '$(srcdir)/'`socks.c; \
 
1285
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-socks.Tpo" "$(DEPDIR)/libcurl_la-socks.Plo"; else rm -f "$(DEPDIR)/libcurl_la-socks.Tpo"; exit 1; fi
 
1286
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='socks.c' object='libcurl_la-socks.lo' libtool=yes @AMDEPBACKSLASH@
 
1287
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1288
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo '$(srcdir)/'`socks.c
 
1289
 
 
1290
libcurl_la-ssh.lo: ssh.c
 
1291
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-ssh.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-ssh.Tpo" -c -o libcurl_la-ssh.lo `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c; \
 
1292
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-ssh.Tpo" "$(DEPDIR)/libcurl_la-ssh.Plo"; else rm -f "$(DEPDIR)/libcurl_la-ssh.Tpo"; exit 1; fi
 
1293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ssh.c' object='libcurl_la-ssh.lo' libtool=yes @AMDEPBACKSLASH@
 
1294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1295
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-ssh.lo `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c
 
1296
 
 
1297
libcurl_la-nss.lo: nss.c
 
1298
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-nss.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-nss.Tpo" -c -o libcurl_la-nss.lo `test -f 'nss.c' || echo '$(srcdir)/'`nss.c; \
 
1299
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-nss.Tpo" "$(DEPDIR)/libcurl_la-nss.Plo"; else rm -f "$(DEPDIR)/libcurl_la-nss.Tpo"; exit 1; fi
 
1300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nss.c' object='libcurl_la-nss.lo' libtool=yes @AMDEPBACKSLASH@
 
1301
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1302
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-nss.lo `test -f 'nss.c' || echo '$(srcdir)/'`nss.c
 
1303
 
 
1304
libcurl_la-qssl.lo: qssl.c
 
1305
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-qssl.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-qssl.Tpo" -c -o libcurl_la-qssl.lo `test -f 'qssl.c' || echo '$(srcdir)/'`qssl.c; \
 
1306
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-qssl.Tpo" "$(DEPDIR)/libcurl_la-qssl.Plo"; else rm -f "$(DEPDIR)/libcurl_la-qssl.Tpo"; exit 1; fi
 
1307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='qssl.c' object='libcurl_la-qssl.lo' libtool=yes @AMDEPBACKSLASH@
 
1308
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1309
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-qssl.lo `test -f 'qssl.c' || echo '$(srcdir)/'`qssl.c
 
1310
 
 
1311
libcurl_la-rawstr.lo: rawstr.c
 
1312
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-rawstr.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-rawstr.Tpo" -c -o libcurl_la-rawstr.lo `test -f 'rawstr.c' || echo '$(srcdir)/'`rawstr.c; \
 
1313
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-rawstr.Tpo" "$(DEPDIR)/libcurl_la-rawstr.Plo"; else rm -f "$(DEPDIR)/libcurl_la-rawstr.Tpo"; exit 1; fi
 
1314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rawstr.c' object='libcurl_la-rawstr.lo' libtool=yes @AMDEPBACKSLASH@
 
1315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1316
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-rawstr.lo `test -f 'rawstr.c' || echo '$(srcdir)/'`rawstr.c
 
1317
 
 
1318
libcurl_la-curl_addrinfo.lo: curl_addrinfo.c
 
1319
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-curl_addrinfo.Tpo" -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo '$(srcdir)/'`curl_addrinfo.c; \
 
1320
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-curl_addrinfo.Tpo" "$(DEPDIR)/libcurl_la-curl_addrinfo.Plo"; else rm -f "$(DEPDIR)/libcurl_la-curl_addrinfo.Tpo"; exit 1; fi
 
1321
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_addrinfo.c' object='libcurl_la-curl_addrinfo.lo' libtool=yes @AMDEPBACKSLASH@
 
1322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1323
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo '$(srcdir)/'`curl_addrinfo.c
 
1324
 
 
1325
libcurl_la-socks_gssapi.lo: socks_gssapi.c
 
1326
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-socks_gssapi.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-socks_gssapi.Tpo" -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo '$(srcdir)/'`socks_gssapi.c; \
 
1327
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-socks_gssapi.Tpo" "$(DEPDIR)/libcurl_la-socks_gssapi.Plo"; else rm -f "$(DEPDIR)/libcurl_la-socks_gssapi.Tpo"; exit 1; fi
 
1328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='socks_gssapi.c' object='libcurl_la-socks_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
 
1329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1330
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo '$(srcdir)/'`socks_gssapi.c
 
1331
 
 
1332
libcurl_la-socks_sspi.lo: socks_sspi.c
 
1333
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-socks_sspi.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-socks_sspi.Tpo" -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo '$(srcdir)/'`socks_sspi.c; \
 
1334
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-socks_sspi.Tpo" "$(DEPDIR)/libcurl_la-socks_sspi.Plo"; else rm -f "$(DEPDIR)/libcurl_la-socks_sspi.Tpo"; exit 1; fi
 
1335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='socks_sspi.c' object='libcurl_la-socks_sspi.lo' libtool=yes @AMDEPBACKSLASH@
 
1336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1337
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo '$(srcdir)/'`socks_sspi.c
 
1338
 
 
1339
libcurl_la-curl_sspi.lo: curl_sspi.c
 
1340
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_sspi.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-curl_sspi.Tpo" -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo '$(srcdir)/'`curl_sspi.c; \
 
1341
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-curl_sspi.Tpo" "$(DEPDIR)/libcurl_la-curl_sspi.Plo"; else rm -f "$(DEPDIR)/libcurl_la-curl_sspi.Tpo"; exit 1; fi
 
1342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_sspi.c' object='libcurl_la-curl_sspi.lo' libtool=yes @AMDEPBACKSLASH@
 
1343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1344
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo '$(srcdir)/'`curl_sspi.c
 
1345
 
 
1346
libcurl_la-slist.lo: slist.c
 
1347
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-slist.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-slist.Tpo" -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c; \
 
1348
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-slist.Tpo" "$(DEPDIR)/libcurl_la-slist.Plo"; else rm -f "$(DEPDIR)/libcurl_la-slist.Tpo"; exit 1; fi
 
1349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='slist.c' object='libcurl_la-slist.lo' libtool=yes @AMDEPBACKSLASH@
 
1350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1351
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
 
1352
 
 
1353
libcurl_la-nonblock.lo: nonblock.c
 
1354
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-nonblock.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-nonblock.Tpo" -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo '$(srcdir)/'`nonblock.c; \
 
1355
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-nonblock.Tpo" "$(DEPDIR)/libcurl_la-nonblock.Plo"; else rm -f "$(DEPDIR)/libcurl_la-nonblock.Tpo"; exit 1; fi
 
1356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nonblock.c' object='libcurl_la-nonblock.lo' libtool=yes @AMDEPBACKSLASH@
 
1357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1358
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo '$(srcdir)/'`nonblock.c
 
1359
 
 
1360
libcurl_la-curl_memrchr.lo: curl_memrchr.c
 
1361
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_memrchr.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-curl_memrchr.Tpo" -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo '$(srcdir)/'`curl_memrchr.c; \
 
1362
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-curl_memrchr.Tpo" "$(DEPDIR)/libcurl_la-curl_memrchr.Plo"; else rm -f "$(DEPDIR)/libcurl_la-curl_memrchr.Tpo"; exit 1; fi
 
1363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_memrchr.c' object='libcurl_la-curl_memrchr.lo' libtool=yes @AMDEPBACKSLASH@
 
1364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1365
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo '$(srcdir)/'`curl_memrchr.c
 
1366
 
 
1367
libcurl_la-imap.lo: imap.c
 
1368
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-imap.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-imap.Tpo" -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo '$(srcdir)/'`imap.c; \
 
1369
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-imap.Tpo" "$(DEPDIR)/libcurl_la-imap.Plo"; else rm -f "$(DEPDIR)/libcurl_la-imap.Tpo"; exit 1; fi
 
1370
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='imap.c' object='libcurl_la-imap.lo' libtool=yes @AMDEPBACKSLASH@
 
1371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1372
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo '$(srcdir)/'`imap.c
 
1373
 
 
1374
libcurl_la-pop3.lo: pop3.c
 
1375
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-pop3.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-pop3.Tpo" -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo '$(srcdir)/'`pop3.c; \
 
1376
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-pop3.Tpo" "$(DEPDIR)/libcurl_la-pop3.Plo"; else rm -f "$(DEPDIR)/libcurl_la-pop3.Tpo"; exit 1; fi
 
1377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pop3.c' object='libcurl_la-pop3.lo' libtool=yes @AMDEPBACKSLASH@
 
1378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1379
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo '$(srcdir)/'`pop3.c
 
1380
 
 
1381
libcurl_la-smtp.lo: smtp.c
 
1382
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-smtp.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-smtp.Tpo" -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo '$(srcdir)/'`smtp.c; \
 
1383
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-smtp.Tpo" "$(DEPDIR)/libcurl_la-smtp.Plo"; else rm -f "$(DEPDIR)/libcurl_la-smtp.Tpo"; exit 1; fi
 
1384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='smtp.c' object='libcurl_la-smtp.lo' libtool=yes @AMDEPBACKSLASH@
 
1385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1386
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo '$(srcdir)/'`smtp.c
 
1387
 
 
1388
libcurl_la-pingpong.lo: pingpong.c
 
1389
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-pingpong.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-pingpong.Tpo" -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo '$(srcdir)/'`pingpong.c; \
 
1390
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-pingpong.Tpo" "$(DEPDIR)/libcurl_la-pingpong.Plo"; else rm -f "$(DEPDIR)/libcurl_la-pingpong.Tpo"; exit 1; fi
 
1391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pingpong.c' object='libcurl_la-pingpong.lo' libtool=yes @AMDEPBACKSLASH@
 
1392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1393
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo '$(srcdir)/'`pingpong.c
 
1394
 
 
1395
libcurl_la-rtsp.lo: rtsp.c
 
1396
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-rtsp.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-rtsp.Tpo" -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c; \
 
1397
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-rtsp.Tpo" "$(DEPDIR)/libcurl_la-rtsp.Plo"; else rm -f "$(DEPDIR)/libcurl_la-rtsp.Tpo"; exit 1; fi
 
1398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rtsp.c' object='libcurl_la-rtsp.lo' libtool=yes @AMDEPBACKSLASH@
 
1399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1400
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
 
1401
 
 
1402
libcurl_la-curl_threads.lo: curl_threads.c
 
1403
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_threads.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-curl_threads.Tpo" -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo '$(srcdir)/'`curl_threads.c; \
 
1404
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-curl_threads.Tpo" "$(DEPDIR)/libcurl_la-curl_threads.Plo"; else rm -f "$(DEPDIR)/libcurl_la-curl_threads.Tpo"; exit 1; fi
 
1405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_threads.c' object='libcurl_la-curl_threads.lo' libtool=yes @AMDEPBACKSLASH@
 
1406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1407
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo '$(srcdir)/'`curl_threads.c
 
1408
 
 
1409
libcurl_la-warnless.lo: warnless.c
 
1410
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-warnless.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-warnless.Tpo" -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo '$(srcdir)/'`warnless.c; \
 
1411
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-warnless.Tpo" "$(DEPDIR)/libcurl_la-warnless.Plo"; else rm -f "$(DEPDIR)/libcurl_la-warnless.Tpo"; exit 1; fi
 
1412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='warnless.c' object='libcurl_la-warnless.lo' libtool=yes @AMDEPBACKSLASH@
 
1413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1414
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo '$(srcdir)/'`warnless.c
 
1415
 
 
1416
libcurl_la-hmac.lo: hmac.c
 
1417
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hmac.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-hmac.Tpo" -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c; \
 
1418
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-hmac.Tpo" "$(DEPDIR)/libcurl_la-hmac.Plo"; else rm -f "$(DEPDIR)/libcurl_la-hmac.Tpo"; exit 1; fi
 
1419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hmac.c' object='libcurl_la-hmac.lo' libtool=yes @AMDEPBACKSLASH@
 
1420
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1421
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
 
1422
 
 
1423
libcurl_la-polarssl.lo: polarssl.c
 
1424
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-polarssl.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-polarssl.Tpo" -c -o libcurl_la-polarssl.lo `test -f 'polarssl.c' || echo '$(srcdir)/'`polarssl.c; \
 
1425
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-polarssl.Tpo" "$(DEPDIR)/libcurl_la-polarssl.Plo"; else rm -f "$(DEPDIR)/libcurl_la-polarssl.Tpo"; exit 1; fi
 
1426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='polarssl.c' object='libcurl_la-polarssl.lo' libtool=yes @AMDEPBACKSLASH@
 
1427
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1428
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-polarssl.lo `test -f 'polarssl.c' || echo '$(srcdir)/'`polarssl.c
 
1429
 
 
1430
libcurl_la-curl_rtmp.lo: curl_rtmp.c
 
1431
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_rtmp.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-curl_rtmp.Tpo" -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo '$(srcdir)/'`curl_rtmp.c; \
 
1432
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-curl_rtmp.Tpo" "$(DEPDIR)/libcurl_la-curl_rtmp.Plo"; else rm -f "$(DEPDIR)/libcurl_la-curl_rtmp.Tpo"; exit 1; fi
 
1433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_rtmp.c' object='libcurl_la-curl_rtmp.lo' libtool=yes @AMDEPBACKSLASH@
 
1434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1435
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo '$(srcdir)/'`curl_rtmp.c
 
1436
 
 
1437
libcurl_la-openldap.lo: openldap.c
 
1438
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-openldap.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-openldap.Tpo" -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo '$(srcdir)/'`openldap.c; \
 
1439
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-openldap.Tpo" "$(DEPDIR)/libcurl_la-openldap.Plo"; else rm -f "$(DEPDIR)/libcurl_la-openldap.Tpo"; exit 1; fi
 
1440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='openldap.c' object='libcurl_la-openldap.lo' libtool=yes @AMDEPBACKSLASH@
 
1441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1442
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo '$(srcdir)/'`openldap.c
 
1443
 
 
1444
libcurl_la-curl_gethostname.lo: curl_gethostname.c
 
1445
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_gethostname.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-curl_gethostname.Tpo" -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo '$(srcdir)/'`curl_gethostname.c; \
 
1446
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-curl_gethostname.Tpo" "$(DEPDIR)/libcurl_la-curl_gethostname.Plo"; else rm -f "$(DEPDIR)/libcurl_la-curl_gethostname.Tpo"; exit 1; fi
 
1447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_gethostname.c' object='libcurl_la-curl_gethostname.lo' libtool=yes @AMDEPBACKSLASH@
 
1448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1449
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo '$(srcdir)/'`curl_gethostname.c
 
1450
 
 
1451
libcurl_la-gopher.lo: gopher.c
 
1452
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-gopher.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-gopher.Tpo" -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo '$(srcdir)/'`gopher.c; \
 
1453
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-gopher.Tpo" "$(DEPDIR)/libcurl_la-gopher.Plo"; else rm -f "$(DEPDIR)/libcurl_la-gopher.Tpo"; exit 1; fi
 
1454
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gopher.c' object='libcurl_la-gopher.lo' libtool=yes @AMDEPBACKSLASH@
 
1455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1456
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo '$(srcdir)/'`gopher.c
 
1457
 
 
1458
libcurl_la-axtls.lo: axtls.c
 
1459
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-axtls.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-axtls.Tpo" -c -o libcurl_la-axtls.lo `test -f 'axtls.c' || echo '$(srcdir)/'`axtls.c; \
 
1460
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-axtls.Tpo" "$(DEPDIR)/libcurl_la-axtls.Plo"; else rm -f "$(DEPDIR)/libcurl_la-axtls.Tpo"; exit 1; fi
 
1461
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='axtls.c' object='libcurl_la-axtls.lo' libtool=yes @AMDEPBACKSLASH@
 
1462
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1463
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-axtls.lo `test -f 'axtls.c' || echo '$(srcdir)/'`axtls.c
 
1464
 
 
1465
libcurl_la-idn_win32.lo: idn_win32.c
 
1466
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-idn_win32.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-idn_win32.Tpo" -c -o libcurl_la-idn_win32.lo `test -f 'idn_win32.c' || echo '$(srcdir)/'`idn_win32.c; \
 
1467
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-idn_win32.Tpo" "$(DEPDIR)/libcurl_la-idn_win32.Plo"; else rm -f "$(DEPDIR)/libcurl_la-idn_win32.Tpo"; exit 1; fi
 
1468
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='idn_win32.c' object='libcurl_la-idn_win32.lo' libtool=yes @AMDEPBACKSLASH@
 
1469
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1470
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-idn_win32.lo `test -f 'idn_win32.c' || echo '$(srcdir)/'`idn_win32.c
 
1471
 
 
1472
libcurl_la-http_negotiate_sspi.lo: http_negotiate_sspi.c
 
1473
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_negotiate_sspi.lo -MD -MP -MF "$(DEPDIR)/libcurl_la-http_negotiate_sspi.Tpo" -c -o libcurl_la-http_negotiate_sspi.lo `test -f 'http_negotiate_sspi.c' || echo '$(srcdir)/'`http_negotiate_sspi.c; \
 
1474
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurl_la-http_negotiate_sspi.Tpo" "$(DEPDIR)/libcurl_la-http_negotiate_sspi.Plo"; else rm -f "$(DEPDIR)/libcurl_la-http_negotiate_sspi.Tpo"; exit 1; fi
 
1475
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_negotiate_sspi.c' object='libcurl_la-http_negotiate_sspi.lo' libtool=yes @AMDEPBACKSLASH@
 
1476
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1477
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_negotiate_sspi.lo `test -f 'http_negotiate_sspi.c' || echo '$(srcdir)/'`http_negotiate_sspi.c
 
1478
 
 
1479
libcurlu_la-file.lo: file.c
 
1480
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1481
@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
 
1482
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='file.c' object='libcurlu_la-file.lo' libtool=yes @AMDEPBACKSLASH@
 
1483
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1484
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
 
1485
 
 
1486
libcurlu_la-timeval.lo: timeval.c
 
1487
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1488
@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
 
1489
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='timeval.c' object='libcurlu_la-timeval.lo' libtool=yes @AMDEPBACKSLASH@
 
1490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1491
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
 
1492
 
 
1493
libcurlu_la-base64.lo: base64.c
 
1494
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1495
@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
 
1496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='base64.c' object='libcurlu_la-base64.lo' libtool=yes @AMDEPBACKSLASH@
 
1497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1498
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
 
1499
 
 
1500
libcurlu_la-hostip.lo: hostip.c
 
1501
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1502
@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
 
1503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostip.c' object='libcurlu_la-hostip.lo' libtool=yes @AMDEPBACKSLASH@
 
1504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1505
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostip.lo `test -f 'hostip.c' || echo '$(srcdir)/'`hostip.c
 
1506
 
 
1507
libcurlu_la-progress.lo: progress.c
 
1508
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1509
@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
 
1510
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='progress.c' object='libcurlu_la-progress.lo' libtool=yes @AMDEPBACKSLASH@
 
1511
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1512
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-progress.lo `test -f 'progress.c' || echo '$(srcdir)/'`progress.c
 
1513
 
 
1514
libcurlu_la-formdata.lo: formdata.c
 
1515
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1516
@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
 
1517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='formdata.c' object='libcurlu_la-formdata.lo' libtool=yes @AMDEPBACKSLASH@
 
1518
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1519
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-formdata.lo `test -f 'formdata.c' || echo '$(srcdir)/'`formdata.c
 
1520
 
 
1521
libcurlu_la-cookie.lo: cookie.c
 
1522
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1523
@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
 
1524
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cookie.c' object='libcurlu_la-cookie.lo' libtool=yes @AMDEPBACKSLASH@
 
1525
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1526
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cookie.lo `test -f 'cookie.c' || echo '$(srcdir)/'`cookie.c
 
1527
 
 
1528
libcurlu_la-http.lo: http.c
 
1529
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1530
@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
 
1531
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http.c' object='libcurlu_la-http.lo' libtool=yes @AMDEPBACKSLASH@
 
1532
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1533
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c
 
1534
 
 
1535
libcurlu_la-sendf.lo: sendf.c
 
1536
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1537
@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
 
1538
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sendf.c' object='libcurlu_la-sendf.lo' libtool=yes @AMDEPBACKSLASH@
 
1539
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1540
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-sendf.lo `test -f 'sendf.c' || echo '$(srcdir)/'`sendf.c
 
1541
 
 
1542
libcurlu_la-ftp.lo: ftp.c
 
1543
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1544
@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
 
1545
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ftp.c' object='libcurlu_la-ftp.lo' libtool=yes @AMDEPBACKSLASH@
 
1546
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1547
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c
 
1548
 
 
1549
libcurlu_la-url.lo: url.c
 
1550
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1551
@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
 
1552
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='url.c' object='libcurlu_la-url.lo' libtool=yes @AMDEPBACKSLASH@
 
1553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1554
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
 
1555
 
 
1556
libcurlu_la-dict.lo: dict.c
 
1557
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1558
@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
 
1559
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dict.c' object='libcurlu_la-dict.lo' libtool=yes @AMDEPBACKSLASH@
 
1560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1561
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
 
1562
 
 
1563
libcurlu_la-if2ip.lo: if2ip.c
 
1564
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1565
@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
 
1566
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='if2ip.c' object='libcurlu_la-if2ip.lo' libtool=yes @AMDEPBACKSLASH@
 
1567
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1568
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-if2ip.lo `test -f 'if2ip.c' || echo '$(srcdir)/'`if2ip.c
 
1569
 
 
1570
libcurlu_la-speedcheck.lo: speedcheck.c
 
1571
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1572
@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
 
1573
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='speedcheck.c' object='libcurlu_la-speedcheck.lo' libtool=yes @AMDEPBACKSLASH@
 
1574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1575
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-speedcheck.lo `test -f 'speedcheck.c' || echo '$(srcdir)/'`speedcheck.c
 
1576
 
 
1577
libcurlu_la-ldap.lo: ldap.c
 
1578
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1579
@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
 
1580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ldap.c' object='libcurlu_la-ldap.lo' libtool=yes @AMDEPBACKSLASH@
 
1581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1582
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ldap.lo `test -f 'ldap.c' || echo '$(srcdir)/'`ldap.c
 
1583
 
 
1584
libcurlu_la-ssluse.lo: ssluse.c
 
1585
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1586
@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
 
1587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ssluse.c' object='libcurlu_la-ssluse.lo' libtool=yes @AMDEPBACKSLASH@
 
1588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1589
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ssluse.lo `test -f 'ssluse.c' || echo '$(srcdir)/'`ssluse.c
 
1590
 
 
1591
libcurlu_la-version.lo: version.c
 
1592
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1593
@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
 
1594
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='version.c' object='libcurlu_la-version.lo' libtool=yes @AMDEPBACKSLASH@
 
1595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1596
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
 
1597
 
 
1598
libcurlu_la-getenv.lo: getenv.c
 
1599
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1600
@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
 
1601
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getenv.c' object='libcurlu_la-getenv.lo' libtool=yes @AMDEPBACKSLASH@
 
1602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1603
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-getenv.lo `test -f 'getenv.c' || echo '$(srcdir)/'`getenv.c
 
1604
 
 
1605
libcurlu_la-escape.lo: escape.c
 
1606
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1607
@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
 
1608
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='escape.c' object='libcurlu_la-escape.lo' libtool=yes @AMDEPBACKSLASH@
 
1609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1610
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-escape.lo `test -f 'escape.c' || echo '$(srcdir)/'`escape.c
 
1611
 
 
1612
libcurlu_la-mprintf.lo: mprintf.c
 
1613
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1614
@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
 
1615
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mprintf.c' object='libcurlu_la-mprintf.lo' libtool=yes @AMDEPBACKSLASH@
 
1616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1617
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-mprintf.lo `test -f 'mprintf.c' || echo '$(srcdir)/'`mprintf.c
 
1618
 
 
1619
libcurlu_la-telnet.lo: telnet.c
 
1620
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1621
@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
 
1622
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='telnet.c' object='libcurlu_la-telnet.lo' libtool=yes @AMDEPBACKSLASH@
 
1623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1624
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-telnet.lo `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c
 
1625
 
 
1626
libcurlu_la-netrc.lo: netrc.c
 
1627
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1628
@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
 
1629
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='netrc.c' object='libcurlu_la-netrc.lo' libtool=yes @AMDEPBACKSLASH@
 
1630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1631
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-netrc.lo `test -f 'netrc.c' || echo '$(srcdir)/'`netrc.c
 
1632
 
 
1633
libcurlu_la-getinfo.lo: getinfo.c
 
1634
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1635
@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
 
1636
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getinfo.c' object='libcurlu_la-getinfo.lo' libtool=yes @AMDEPBACKSLASH@
 
1637
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1638
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-getinfo.lo `test -f 'getinfo.c' || echo '$(srcdir)/'`getinfo.c
 
1639
 
 
1640
libcurlu_la-transfer.lo: transfer.c
 
1641
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1642
@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
 
1643
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='transfer.c' object='libcurlu_la-transfer.lo' libtool=yes @AMDEPBACKSLASH@
 
1644
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1645
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-transfer.lo `test -f 'transfer.c' || echo '$(srcdir)/'`transfer.c
 
1646
 
 
1647
libcurlu_la-strequal.lo: strequal.c
 
1648
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1649
@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
 
1650
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strequal.c' object='libcurlu_la-strequal.lo' libtool=yes @AMDEPBACKSLASH@
 
1651
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1652
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strequal.lo `test -f 'strequal.c' || echo '$(srcdir)/'`strequal.c
 
1653
 
 
1654
libcurlu_la-easy.lo: easy.c
 
1655
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1656
@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
 
1657
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='easy.c' object='libcurlu_la-easy.lo' libtool=yes @AMDEPBACKSLASH@
 
1658
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1659
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-easy.lo `test -f 'easy.c' || echo '$(srcdir)/'`easy.c
 
1660
 
 
1661
libcurlu_la-security.lo: security.c
 
1662
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1663
@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
 
1664
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='security.c' object='libcurlu_la-security.lo' libtool=yes @AMDEPBACKSLASH@
 
1665
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1666
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-security.lo `test -f 'security.c' || echo '$(srcdir)/'`security.c
 
1667
 
 
1668
libcurlu_la-krb4.lo: krb4.c
 
1669
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1670
@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
 
1671
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='krb4.c' object='libcurlu_la-krb4.lo' libtool=yes @AMDEPBACKSLASH@
 
1672
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1673
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-krb4.lo `test -f 'krb4.c' || echo '$(srcdir)/'`krb4.c
 
1674
 
 
1675
libcurlu_la-curl_fnmatch.lo: curl_fnmatch.c
 
1676
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1677
@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
 
1678
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_fnmatch.c' object='libcurlu_la-curl_fnmatch.lo' libtool=yes @AMDEPBACKSLASH@
 
1679
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1680
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo '$(srcdir)/'`curl_fnmatch.c
 
1681
 
 
1682
libcurlu_la-fileinfo.lo: fileinfo.c
 
1683
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1684
@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
 
1685
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fileinfo.c' object='libcurlu_la-fileinfo.lo' libtool=yes @AMDEPBACKSLASH@
 
1686
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1687
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-fileinfo.lo `test -f 'fileinfo.c' || echo '$(srcdir)/'`fileinfo.c
 
1688
 
 
1689
libcurlu_la-ftplistparser.lo: ftplistparser.c
 
1690
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1691
@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
 
1692
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ftplistparser.c' object='libcurlu_la-ftplistparser.lo' libtool=yes @AMDEPBACKSLASH@
 
1693
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1694
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo '$(srcdir)/'`ftplistparser.c
 
1695
 
 
1696
libcurlu_la-wildcard.lo: wildcard.c
 
1697
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1698
@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
 
1699
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='wildcard.c' object='libcurlu_la-wildcard.lo' libtool=yes @AMDEPBACKSLASH@
 
1700
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1701
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-wildcard.lo `test -f 'wildcard.c' || echo '$(srcdir)/'`wildcard.c
 
1702
 
 
1703
libcurlu_la-krb5.lo: krb5.c
 
1704
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1705
@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
 
1706
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='krb5.c' object='libcurlu_la-krb5.lo' libtool=yes @AMDEPBACKSLASH@
 
1707
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1708
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-krb5.lo `test -f 'krb5.c' || echo '$(srcdir)/'`krb5.c
 
1709
 
 
1710
libcurlu_la-memdebug.lo: memdebug.c
 
1711
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1712
@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
 
1713
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='memdebug.c' object='libcurlu_la-memdebug.lo' libtool=yes @AMDEPBACKSLASH@
 
1714
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1715
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-memdebug.lo `test -f 'memdebug.c' || echo '$(srcdir)/'`memdebug.c
 
1716
 
 
1717
libcurlu_la-http_chunks.lo: http_chunks.c
 
1718
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1719
@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
 
1720
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_chunks.c' object='libcurlu_la-http_chunks.lo' libtool=yes @AMDEPBACKSLASH@
 
1721
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1722
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_chunks.lo `test -f 'http_chunks.c' || echo '$(srcdir)/'`http_chunks.c
 
1723
 
 
1724
libcurlu_la-strtok.lo: strtok.c
 
1725
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1726
@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
 
1727
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strtok.c' object='libcurlu_la-strtok.lo' libtool=yes @AMDEPBACKSLASH@
 
1728
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1729
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strtok.lo `test -f 'strtok.c' || echo '$(srcdir)/'`strtok.c
 
1730
 
 
1731
libcurlu_la-connect.lo: connect.c
 
1732
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1733
@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
 
1734
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='connect.c' object='libcurlu_la-connect.lo' libtool=yes @AMDEPBACKSLASH@
 
1735
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1736
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-connect.lo `test -f 'connect.c' || echo '$(srcdir)/'`connect.c
 
1737
 
 
1738
libcurlu_la-llist.lo: llist.c
 
1739
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1740
@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
 
1741
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='llist.c' object='libcurlu_la-llist.lo' libtool=yes @AMDEPBACKSLASH@
 
1742
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1743
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-llist.lo `test -f 'llist.c' || echo '$(srcdir)/'`llist.c
 
1744
 
 
1745
libcurlu_la-hash.lo: hash.c
 
1746
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1747
@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
 
1748
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hash.c' object='libcurlu_la-hash.lo' libtool=yes @AMDEPBACKSLASH@
 
1749
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1750
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
 
1751
 
 
1752
libcurlu_la-multi.lo: multi.c
 
1753
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1754
@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
 
1755
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='multi.c' object='libcurlu_la-multi.lo' libtool=yes @AMDEPBACKSLASH@
 
1756
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1757
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-multi.lo `test -f 'multi.c' || echo '$(srcdir)/'`multi.c
 
1758
 
 
1759
libcurlu_la-content_encoding.lo: content_encoding.c
 
1760
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1761
@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
 
1762
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='content_encoding.c' object='libcurlu_la-content_encoding.lo' libtool=yes @AMDEPBACKSLASH@
 
1763
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1764
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-content_encoding.lo `test -f 'content_encoding.c' || echo '$(srcdir)/'`content_encoding.c
 
1765
 
 
1766
libcurlu_la-share.lo: share.c
 
1767
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1768
@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
 
1769
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='share.c' object='libcurlu_la-share.lo' libtool=yes @AMDEPBACKSLASH@
 
1770
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1771
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-share.lo `test -f 'share.c' || echo '$(srcdir)/'`share.c
 
1772
 
 
1773
libcurlu_la-http_digest.lo: http_digest.c
 
1774
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1775
@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
 
1776
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_digest.c' object='libcurlu_la-http_digest.lo' libtool=yes @AMDEPBACKSLASH@
 
1777
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1778
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_digest.lo `test -f 'http_digest.c' || echo '$(srcdir)/'`http_digest.c
 
1779
 
 
1780
libcurlu_la-md4.lo: md4.c
 
1781
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1782
@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
 
1783
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md4.c' object='libcurlu_la-md4.lo' libtool=yes @AMDEPBACKSLASH@
 
1784
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1785
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-md4.lo `test -f 'md4.c' || echo '$(srcdir)/'`md4.c
 
1786
 
 
1787
libcurlu_la-md5.lo: md5.c
 
1788
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1789
@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
 
1790
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5.c' object='libcurlu_la-md5.lo' libtool=yes @AMDEPBACKSLASH@
 
1791
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1792
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
 
1793
 
 
1794
libcurlu_la-curl_rand.lo: curl_rand.c
 
1795
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1796
@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
 
1797
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_rand.c' object='libcurlu_la-curl_rand.lo' libtool=yes @AMDEPBACKSLASH@
 
1798
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1799
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_rand.lo `test -f 'curl_rand.c' || echo '$(srcdir)/'`curl_rand.c
 
1800
 
 
1801
libcurlu_la-http_negotiate.lo: http_negotiate.c
 
1802
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1803
@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
 
1804
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_negotiate.c' object='libcurlu_la-http_negotiate.lo' libtool=yes @AMDEPBACKSLASH@
 
1805
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1806
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo '$(srcdir)/'`http_negotiate.c
 
1807
 
 
1808
libcurlu_la-http_ntlm.lo: http_ntlm.c
 
1809
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_ntlm.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-http_ntlm.Tpo" -c -o libcurlu_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo '$(srcdir)/'`http_ntlm.c; \
 
1810
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurlu_la-http_ntlm.Tpo" "$(DEPDIR)/libcurlu_la-http_ntlm.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-http_ntlm.Tpo"; exit 1; fi
 
1811
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_ntlm.c' object='libcurlu_la-http_ntlm.lo' libtool=yes @AMDEPBACKSLASH@
 
1812
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1813
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo '$(srcdir)/'`http_ntlm.c
 
1814
 
 
1815
libcurlu_la-inet_pton.lo: inet_pton.c
 
1816
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1817
@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
 
1818
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='inet_pton.c' object='libcurlu_la-inet_pton.lo' libtool=yes @AMDEPBACKSLASH@
 
1819
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1820
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-inet_pton.lo `test -f 'inet_pton.c' || echo '$(srcdir)/'`inet_pton.c
 
1821
 
 
1822
libcurlu_la-strtoofft.lo: strtoofft.c
 
1823
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1824
@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
 
1825
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strtoofft.c' object='libcurlu_la-strtoofft.lo' libtool=yes @AMDEPBACKSLASH@
 
1826
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1827
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strtoofft.lo `test -f 'strtoofft.c' || echo '$(srcdir)/'`strtoofft.c
 
1828
 
 
1829
libcurlu_la-strerror.lo: strerror.c
 
1830
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1831
@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
 
1832
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strerror.c' object='libcurlu_la-strerror.lo' libtool=yes @AMDEPBACKSLASH@
 
1833
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1834
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
 
1835
 
 
1836
libcurlu_la-hostares.lo: hostares.c
 
1837
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostares.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-hostares.Tpo" -c -o libcurlu_la-hostares.lo `test -f 'hostares.c' || echo '$(srcdir)/'`hostares.c; \
 
1838
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurlu_la-hostares.Tpo" "$(DEPDIR)/libcurlu_la-hostares.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-hostares.Tpo"; exit 1; fi
 
1839
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostares.c' object='libcurlu_la-hostares.lo' libtool=yes @AMDEPBACKSLASH@
 
1840
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1841
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostares.lo `test -f 'hostares.c' || echo '$(srcdir)/'`hostares.c
 
1842
 
 
1843
libcurlu_la-hostasyn.lo: hostasyn.c
 
1844
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1845
@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
 
1846
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostasyn.c' object='libcurlu_la-hostasyn.lo' libtool=yes @AMDEPBACKSLASH@
 
1847
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1848
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostasyn.lo `test -f 'hostasyn.c' || echo '$(srcdir)/'`hostasyn.c
 
1849
 
 
1850
libcurlu_la-hostip4.lo: hostip4.c
 
1851
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1852
@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
 
1853
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostip4.c' object='libcurlu_la-hostip4.lo' libtool=yes @AMDEPBACKSLASH@
 
1854
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1855
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostip4.lo `test -f 'hostip4.c' || echo '$(srcdir)/'`hostip4.c
 
1856
 
 
1857
libcurlu_la-hostip6.lo: hostip6.c
 
1858
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1859
@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
 
1860
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostip6.c' object='libcurlu_la-hostip6.lo' libtool=yes @AMDEPBACKSLASH@
 
1861
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1862
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostip6.lo `test -f 'hostip6.c' || echo '$(srcdir)/'`hostip6.c
 
1863
 
 
1864
libcurlu_la-hostsyn.lo: hostsyn.c
 
1865
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1866
@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
 
1867
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostsyn.c' object='libcurlu_la-hostsyn.lo' libtool=yes @AMDEPBACKSLASH@
 
1868
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1869
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostsyn.lo `test -f 'hostsyn.c' || echo '$(srcdir)/'`hostsyn.c
 
1870
 
 
1871
libcurlu_la-hostthre.lo: hostthre.c
 
1872
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostthre.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-hostthre.Tpo" -c -o libcurlu_la-hostthre.lo `test -f 'hostthre.c' || echo '$(srcdir)/'`hostthre.c; \
 
1873
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libcurlu_la-hostthre.Tpo" "$(DEPDIR)/libcurlu_la-hostthre.Plo"; else rm -f "$(DEPDIR)/libcurlu_la-hostthre.Tpo"; exit 1; fi
 
1874
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostthre.c' object='libcurlu_la-hostthre.lo' libtool=yes @AMDEPBACKSLASH@
 
1875
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1876
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostthre.lo `test -f 'hostthre.c' || echo '$(srcdir)/'`hostthre.c
 
1877
 
 
1878
libcurlu_la-inet_ntop.lo: inet_ntop.c
 
1879
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1880
@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
 
1881
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='inet_ntop.c' object='libcurlu_la-inet_ntop.lo' libtool=yes @AMDEPBACKSLASH@
 
1882
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1883
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
 
1884
 
 
1885
libcurlu_la-parsedate.lo: parsedate.c
 
1886
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1887
@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
 
1888
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parsedate.c' object='libcurlu_la-parsedate.lo' libtool=yes @AMDEPBACKSLASH@
 
1889
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1890
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-parsedate.lo `test -f 'parsedate.c' || echo '$(srcdir)/'`parsedate.c
 
1891
 
 
1892
libcurlu_la-select.lo: select.c
 
1893
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1894
@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
 
1895
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='select.c' object='libcurlu_la-select.lo' libtool=yes @AMDEPBACKSLASH@
 
1896
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1897
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-select.lo `test -f 'select.c' || echo '$(srcdir)/'`select.c
 
1898
 
 
1899
libcurlu_la-gtls.lo: gtls.c
 
1900
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1901
@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
 
1902
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gtls.c' object='libcurlu_la-gtls.lo' libtool=yes @AMDEPBACKSLASH@
 
1903
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1904
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-gtls.lo `test -f 'gtls.c' || echo '$(srcdir)/'`gtls.c
 
1905
 
 
1906
libcurlu_la-sslgen.lo: sslgen.c
 
1907
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1908
@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
 
1909
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sslgen.c' object='libcurlu_la-sslgen.lo' libtool=yes @AMDEPBACKSLASH@
 
1910
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1911
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-sslgen.lo `test -f 'sslgen.c' || echo '$(srcdir)/'`sslgen.c
 
1912
 
 
1913
libcurlu_la-tftp.lo: tftp.c
 
1914
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1915
@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
 
1916
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tftp.c' object='libcurlu_la-tftp.lo' libtool=yes @AMDEPBACKSLASH@
 
1917
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1918
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-tftp.lo `test -f 'tftp.c' || echo '$(srcdir)/'`tftp.c
 
1919
 
 
1920
libcurlu_la-splay.lo: splay.c
 
1921
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1922
@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
 
1923
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='splay.c' object='libcurlu_la-splay.lo' libtool=yes @AMDEPBACKSLASH@
 
1924
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1925
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-splay.lo `test -f 'splay.c' || echo '$(srcdir)/'`splay.c
 
1926
 
 
1927
libcurlu_la-strdup.lo: strdup.c
 
1928
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1929
@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
 
1930
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strdup.c' object='libcurlu_la-strdup.lo' libtool=yes @AMDEPBACKSLASH@
 
1931
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1932
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strdup.lo `test -f 'strdup.c' || echo '$(srcdir)/'`strdup.c
 
1933
 
 
1934
libcurlu_la-socks.lo: socks.c
 
1935
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1936
@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
 
1937
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='socks.c' object='libcurlu_la-socks.lo' libtool=yes @AMDEPBACKSLASH@
 
1938
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1939
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socks.lo `test -f 'socks.c' || echo '$(srcdir)/'`socks.c
 
1940
 
 
1941
libcurlu_la-ssh.lo: ssh.c
 
1942
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1943
@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
 
1944
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ssh.c' object='libcurlu_la-ssh.lo' libtool=yes @AMDEPBACKSLASH@
 
1945
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1946
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ssh.lo `test -f 'ssh.c' || echo '$(srcdir)/'`ssh.c
 
1947
 
 
1948
libcurlu_la-nss.lo: nss.c
 
1949
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1950
@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
 
1951
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nss.c' object='libcurlu_la-nss.lo' libtool=yes @AMDEPBACKSLASH@
 
1952
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1953
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-nss.lo `test -f 'nss.c' || echo '$(srcdir)/'`nss.c
 
1954
 
 
1955
libcurlu_la-qssl.lo: qssl.c
 
1956
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1957
@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
 
1958
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='qssl.c' object='libcurlu_la-qssl.lo' libtool=yes @AMDEPBACKSLASH@
 
1959
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1960
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-qssl.lo `test -f 'qssl.c' || echo '$(srcdir)/'`qssl.c
 
1961
 
 
1962
libcurlu_la-rawstr.lo: rawstr.c
 
1963
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1964
@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
 
1965
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rawstr.c' object='libcurlu_la-rawstr.lo' libtool=yes @AMDEPBACKSLASH@
 
1966
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1967
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-rawstr.lo `test -f 'rawstr.c' || echo '$(srcdir)/'`rawstr.c
 
1968
 
 
1969
libcurlu_la-curl_addrinfo.lo: curl_addrinfo.c
 
1970
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1971
@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
 
1972
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_addrinfo.c' object='libcurlu_la-curl_addrinfo.lo' libtool=yes @AMDEPBACKSLASH@
 
1973
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1974
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo '$(srcdir)/'`curl_addrinfo.c
 
1975
 
 
1976
libcurlu_la-socks_gssapi.lo: socks_gssapi.c
 
1977
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1978
@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
 
1979
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='socks_gssapi.c' object='libcurlu_la-socks_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
 
1980
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1981
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo '$(srcdir)/'`socks_gssapi.c
 
1982
 
 
1983
libcurlu_la-socks_sspi.lo: socks_sspi.c
 
1984
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1985
@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
 
1986
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='socks_sspi.c' object='libcurlu_la-socks_sspi.lo' libtool=yes @AMDEPBACKSLASH@
 
1987
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1988
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo '$(srcdir)/'`socks_sspi.c
 
1989
 
 
1990
libcurlu_la-curl_sspi.lo: curl_sspi.c
 
1991
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1992
@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
 
1993
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_sspi.c' object='libcurlu_la-curl_sspi.lo' libtool=yes @AMDEPBACKSLASH@
 
1994
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1995
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo '$(srcdir)/'`curl_sspi.c
 
1996
 
 
1997
libcurlu_la-slist.lo: slist.c
 
1998
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
1999
@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
 
2000
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='slist.c' object='libcurlu_la-slist.lo' libtool=yes @AMDEPBACKSLASH@
 
2001
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2002
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
 
2003
 
 
2004
libcurlu_la-nonblock.lo: nonblock.c
 
2005
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2006
@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
 
2007
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nonblock.c' object='libcurlu_la-nonblock.lo' libtool=yes @AMDEPBACKSLASH@
 
2008
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2009
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-nonblock.lo `test -f 'nonblock.c' || echo '$(srcdir)/'`nonblock.c
 
2010
 
 
2011
libcurlu_la-curl_memrchr.lo: curl_memrchr.c
 
2012
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2013
@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
 
2014
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_memrchr.c' object='libcurlu_la-curl_memrchr.lo' libtool=yes @AMDEPBACKSLASH@
 
2015
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2016
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo '$(srcdir)/'`curl_memrchr.c
 
2017
 
 
2018
libcurlu_la-imap.lo: imap.c
 
2019
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2020
@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
 
2021
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='imap.c' object='libcurlu_la-imap.lo' libtool=yes @AMDEPBACKSLASH@
 
2022
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2023
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-imap.lo `test -f 'imap.c' || echo '$(srcdir)/'`imap.c
 
2024
 
 
2025
libcurlu_la-pop3.lo: pop3.c
 
2026
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2027
@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
 
2028
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pop3.c' object='libcurlu_la-pop3.lo' libtool=yes @AMDEPBACKSLASH@
 
2029
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2030
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-pop3.lo `test -f 'pop3.c' || echo '$(srcdir)/'`pop3.c
 
2031
 
 
2032
libcurlu_la-smtp.lo: smtp.c
 
2033
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2034
@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
 
2035
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='smtp.c' object='libcurlu_la-smtp.lo' libtool=yes @AMDEPBACKSLASH@
 
2036
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2037
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-smtp.lo `test -f 'smtp.c' || echo '$(srcdir)/'`smtp.c
 
2038
 
 
2039
libcurlu_la-pingpong.lo: pingpong.c
 
2040
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2041
@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
 
2042
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pingpong.c' object='libcurlu_la-pingpong.lo' libtool=yes @AMDEPBACKSLASH@
 
2043
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2044
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-pingpong.lo `test -f 'pingpong.c' || echo '$(srcdir)/'`pingpong.c
 
2045
 
 
2046
libcurlu_la-rtsp.lo: rtsp.c
 
2047
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2048
@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
 
2049
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rtsp.c' object='libcurlu_la-rtsp.lo' libtool=yes @AMDEPBACKSLASH@
 
2050
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2051
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
 
2052
 
 
2053
libcurlu_la-curl_threads.lo: curl_threads.c
 
2054
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2055
@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
 
2056
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_threads.c' object='libcurlu_la-curl_threads.lo' libtool=yes @AMDEPBACKSLASH@
 
2057
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2058
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_threads.lo `test -f 'curl_threads.c' || echo '$(srcdir)/'`curl_threads.c
 
2059
 
 
2060
libcurlu_la-warnless.lo: warnless.c
 
2061
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2062
@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
 
2063
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='warnless.c' object='libcurlu_la-warnless.lo' libtool=yes @AMDEPBACKSLASH@
 
2064
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2065
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-warnless.lo `test -f 'warnless.c' || echo '$(srcdir)/'`warnless.c
 
2066
 
 
2067
libcurlu_la-hmac.lo: hmac.c
 
2068
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2069
@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
 
2070
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hmac.c' object='libcurlu_la-hmac.lo' libtool=yes @AMDEPBACKSLASH@
 
2071
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2072
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
 
2073
 
 
2074
libcurlu_la-polarssl.lo: polarssl.c
 
2075
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2076
@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
 
2077
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='polarssl.c' object='libcurlu_la-polarssl.lo' libtool=yes @AMDEPBACKSLASH@
 
2078
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2079
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-polarssl.lo `test -f 'polarssl.c' || echo '$(srcdir)/'`polarssl.c
 
2080
 
 
2081
libcurlu_la-curl_rtmp.lo: curl_rtmp.c
 
2082
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2083
@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
 
2084
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_rtmp.c' object='libcurlu_la-curl_rtmp.lo' libtool=yes @AMDEPBACKSLASH@
 
2085
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2086
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo '$(srcdir)/'`curl_rtmp.c
 
2087
 
 
2088
libcurlu_la-openldap.lo: openldap.c
 
2089
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2090
@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
 
2091
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='openldap.c' object='libcurlu_la-openldap.lo' libtool=yes @AMDEPBACKSLASH@
 
2092
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2093
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-openldap.lo `test -f 'openldap.c' || echo '$(srcdir)/'`openldap.c
 
2094
 
 
2095
libcurlu_la-curl_gethostname.lo: curl_gethostname.c
 
2096
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2097
@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
 
2098
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curl_gethostname.c' object='libcurlu_la-curl_gethostname.lo' libtool=yes @AMDEPBACKSLASH@
 
2099
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2100
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo '$(srcdir)/'`curl_gethostname.c
 
2101
 
 
2102
libcurlu_la-gopher.lo: gopher.c
 
2103
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2104
@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
 
2105
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gopher.c' object='libcurlu_la-gopher.lo' libtool=yes @AMDEPBACKSLASH@
 
2106
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2107
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-gopher.lo `test -f 'gopher.c' || echo '$(srcdir)/'`gopher.c
 
2108
 
 
2109
libcurlu_la-axtls.lo: axtls.c
 
2110
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2111
@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
 
2112
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='axtls.c' object='libcurlu_la-axtls.lo' libtool=yes @AMDEPBACKSLASH@
 
2113
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2114
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-axtls.lo `test -f 'axtls.c' || echo '$(srcdir)/'`axtls.c
 
2115
 
 
2116
libcurlu_la-idn_win32.lo: idn_win32.c
 
2117
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2118
@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
 
2119
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='idn_win32.c' object='libcurlu_la-idn_win32.lo' libtool=yes @AMDEPBACKSLASH@
 
2120
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2121
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-idn_win32.lo `test -f 'idn_win32.c' || echo '$(srcdir)/'`idn_win32.c
 
2122
 
 
2123
libcurlu_la-http_negotiate_sspi.lo: http_negotiate_sspi.c
 
2124
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_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; \
 
2125
@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
 
2126
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http_negotiate_sspi.c' object='libcurlu_la-http_negotiate_sspi.lo' libtool=yes @AMDEPBACKSLASH@
 
2127
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
2128
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_negotiate_sspi.lo `test -f 'http_negotiate_sspi.c' || echo '$(srcdir)/'`http_negotiate_sspi.c
 
2129
 
637
2130
mostlyclean-libtool:
638
2131
        -rm -f *.lo
639
2132
 
754
2247
clean: clean-am
755
2248
 
756
2249
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
757
 
        mostlyclean-am
 
2250
        clean-noinstLTLIBRARIES mostlyclean-am
758
2251
 
759
2252
distclean: distclean-am
760
2253
        -rm -rf ./$(DEPDIR)
803
2296
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
804
2297
 
805
2298
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
806
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
807
 
        distclean-compile distclean-generic distclean-hdr \
808
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
809
 
        html-am info info-am install install-am install-data \
810
 
        install-data-am install-exec install-exec-am install-info \
811
 
        install-info-am install-libLTLIBRARIES install-man \
812
 
        install-strip installcheck installcheck-am installdirs \
813
 
        maintainer-clean maintainer-clean-generic mostlyclean \
814
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
815
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
816
 
        uninstall-info-am uninstall-libLTLIBRARIES
 
2299
        clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
 
2300
        ctags distclean distclean-compile distclean-generic \
 
2301
        distclean-hdr distclean-libtool distclean-tags distdir dvi \
 
2302
        dvi-am html html-am info info-am install install-am \
 
2303
        install-data install-data-am install-exec install-exec-am \
 
2304
        install-info install-info-am install-libLTLIBRARIES \
 
2305
        install-man install-strip installcheck installcheck-am \
 
2306
        installdirs maintainer-clean maintainer-clean-generic \
 
2307
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
2308
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
2309
        uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
817
2310
 
818
2311
 
819
2312
$(DSP): msvcproj.head msvcproj.foot Makefile.am