1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# ./src/Makefile.inc
18# Using the backslash as line continuation character might be problematic
19# with some make flavours, as Watcom's wmake showed us already. If we
20# ever want to change this in a portable manner then we should consider
21# this idea (posted to the libcurl list by Adam Kellas):
22# CSRC1 = file1.c file2.c file3.c
23# CSRC2 = file4.c file5.c file6.c
24# CSOURCES = $(CSRC1) $(CSRC2)
25
26srcdir = @srcdir@
27top_srcdir = @top_srcdir@
28VPATH = @srcdir@
29pkgdatadir = $(datadir)/@PACKAGE@
30pkglibdir = $(libdir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
32top_builddir = ..
33am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34INSTALL = @INSTALL@
35install_sh_DATA = $(install_sh) -c -m 644
36install_sh_PROGRAM = $(install_sh) -c
37install_sh_SCRIPT = $(install_sh) -c
38INSTALL_HEADER = $(INSTALL_DATA)
39transform = $(program_transform_name)
40NORMAL_INSTALL = :
41PRE_INSTALL = :
42POST_INSTALL = :
43NORMAL_UNINSTALL = :
44PRE_UNINSTALL = :
45POST_UNINSTALL = :
46build_triplet = @build@
47host_triplet = @host@
48bin_PROGRAMS = curl$(EXEEXT)
49DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
50	$(srcdir)/Makefile.inc $(srcdir)/curl_config.h.in
51subdir = src
52ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
54	$(top_srcdir)/m4/curl-confopts.m4 \
55	$(top_srcdir)/m4/curl-functions.m4 \
56	$(top_srcdir)/m4/curl-openssl.m4 \
57	$(top_srcdir)/m4/curl-override.m4 \
58	$(top_srcdir)/m4/curl-reentrant.m4 \
59	$(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
60	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
61	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
62	$(top_srcdir)/m4/xc-translit.m4 $(top_srcdir)/acinclude.m4 \
63	$(top_srcdir)/configure.ac
64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65	$(ACLOCAL_M4)
66mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
67CONFIG_HEADER = $(top_builddir)/lib/curl_config.h curl_config.h \
68	$(top_builddir)/include/curl/curlbuild.h
69CONFIG_CLEAN_FILES =
70am__installdirs = "$(DESTDIR)$(bindir)"
71binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
72PROGRAMS = $(bin_PROGRAMS)
73am__objects_1 = hugehelp.$(OBJEXT) tool_binmode.$(OBJEXT) \
74	tool_bname.$(OBJEXT) tool_cb_dbg.$(OBJEXT) \
75	tool_cb_hdr.$(OBJEXT) tool_cb_prg.$(OBJEXT) \
76	tool_cb_rea.$(OBJEXT) tool_cb_see.$(OBJEXT) \
77	tool_cb_skt.$(OBJEXT) tool_cb_wrt.$(OBJEXT) \
78	tool_cfgable.$(OBJEXT) tool_convert.$(OBJEXT) \
79	tool_dirhie.$(OBJEXT) tool_doswin.$(OBJEXT) \
80	tool_easysrc.$(OBJEXT) tool_formparse.$(OBJEXT) \
81	tool_getparam.$(OBJEXT) tool_getpass.$(OBJEXT) \
82	tool_help.$(OBJEXT) tool_helpers.$(OBJEXT) \
83	tool_homedir.$(OBJEXT) tool_libinfo.$(OBJEXT) \
84	tool_main.$(OBJEXT) tool_mfiles.$(OBJEXT) tool_msgs.$(OBJEXT) \
85	tool_operate.$(OBJEXT) tool_operhlp.$(OBJEXT) \
86	tool_panykey.$(OBJEXT) tool_paramhlp.$(OBJEXT) \
87	tool_parsecfg.$(OBJEXT) tool_setopt.$(OBJEXT) \
88	tool_sleep.$(OBJEXT) tool_urlglob.$(OBJEXT) \
89	tool_util.$(OBJEXT) tool_vms.$(OBJEXT) tool_writeenv.$(OBJEXT) \
90	tool_writeout.$(OBJEXT) tool_xattr.$(OBJEXT)
91am__objects_2 = strtoofft.$(OBJEXT) strdup.$(OBJEXT) rawstr.$(OBJEXT) \
92	nonblock.$(OBJEXT)
93am__objects_3 =
94am_curl_OBJECTS = $(am__objects_1) $(am__objects_2) $(am__objects_3)
95curl_OBJECTS = $(am_curl_OBJECTS)
96DEFAULT_INCLUDES = 
97depcomp = $(SHELL) $(top_srcdir)/depcomp
98am__depfiles_maybe = depfiles
99COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
102	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
103	$(AM_CFLAGS) $(CFLAGS)
104CCLD = $(CC)
105LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
106	$(AM_LDFLAGS) $(LDFLAGS) -o $@
107SOURCES = $(curl_SOURCES)
108DIST_SOURCES = $(curl_SOURCES)
109ETAGS = etags
110CTAGS = ctags
111DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112ACLOCAL = @ACLOCAL@
113AMDEP_FALSE = @AMDEP_FALSE@
114AMDEP_TRUE = @AMDEP_TRUE@
115AMTAR = @AMTAR@
116AR = @AR@
117AS = @AS@
118AUTOCONF = @AUTOCONF@
119AUTOHEADER = @AUTOHEADER@
120AUTOMAKE = @AUTOMAKE@
121AWK = @AWK@
122BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
123BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
124BUILD_UNITTESTS_FALSE = @BUILD_UNITTESTS_FALSE@
125BUILD_UNITTESTS_TRUE = @BUILD_UNITTESTS_TRUE@
126CC = @CC@
127CCDEPMODE = @CCDEPMODE@
128
129# This might hold -Werror
130CFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@
131CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
132CPP = @CPP@
133CPPFLAGS = @CPPFLAGS@
134CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
135CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
136CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
137CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
138CURLVERSION = @CURLVERSION@
139CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
140CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
141CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
142CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
143CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
144CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
145CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
146CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
147CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
148CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
149CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
150CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
151CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
152CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
153CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
154CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
155CURL_LIBS = @CURL_LIBS@
156CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
157CYGPATH_W = @CYGPATH_W@
158DEFS = @DEFS@
159DEPDIR = @DEPDIR@
160DLLTOOL = @DLLTOOL@
161DSYMUTIL = @DSYMUTIL@
162DUMPBIN = @DUMPBIN@
163ECHO_C = @ECHO_C@
164ECHO_N = @ECHO_N@
165ECHO_T = @ECHO_T@
166EGREP = @EGREP@
167ENABLE_SHARED = @ENABLE_SHARED@
168EXEEXT = @EXEEXT@
169FGREP = @FGREP@
170GREP = @GREP@
171HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
172HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
173HAVE_LIBZ = @HAVE_LIBZ@
174HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
175HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
176HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
177HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
178IDN_ENABLED = @IDN_ENABLED@
179INSTALL_DATA = @INSTALL_DATA@
180INSTALL_PROGRAM = @INSTALL_PROGRAM@
181INSTALL_SCRIPT = @INSTALL_SCRIPT@
182INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
183IPV6_ENABLED = @IPV6_ENABLED@
184KRB4_ENABLED = @KRB4_ENABLED@
185LD = @LD@
186LDFLAGS = @LDFLAGS@
187LIBCURL_LIBS = @LIBCURL_LIBS@
188LIBOBJS = @LIBOBJS@
189LIBS = @LIBS@
190LIBTOOL = @LIBTOOL@
191LIPO = @LIPO@
192LN_S = @LN_S@
193LTLIBOBJS = @LTLIBOBJS@
194MAINT = @MAINT@
195MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
196MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
197MAKEINFO = @MAKEINFO@
198MANIFEST_TOOL = @MANIFEST_TOOL@
199MANOPT = @MANOPT@
200MIMPURE_FALSE = @MIMPURE_FALSE@
201MIMPURE_TRUE = @MIMPURE_TRUE@
202NM = @NM@
203NMEDIT = @NMEDIT@
204NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
205NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
206# Use the C locale to ensure that only ASCII characters appear in the
207# embedded text.
208NROFF = env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
209OBJDUMP = @OBJDUMP@
210OBJEXT = @OBJEXT@
211OTOOL = @OTOOL@
212OTOOL64 = @OTOOL64@
213PACKAGE = @PACKAGE@
214PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215PACKAGE_NAME = @PACKAGE_NAME@
216PACKAGE_STRING = @PACKAGE_STRING@
217PACKAGE_TARNAME = @PACKAGE_TARNAME@
218PACKAGE_URL = @PACKAGE_URL@
219PACKAGE_VERSION = @PACKAGE_VERSION@
220PATH = @PATH@
221PATH_SEPARATOR = @PATH_SEPARATOR@
222PERL = @PERL@
223PKGADD_NAME = @PKGADD_NAME@
224PKGADD_PKG = @PKGADD_PKG@
225PKGADD_VENDOR = @PKGADD_VENDOR@
226PKGCONFIG = @PKGCONFIG@
227RANDOM_FILE = @RANDOM_FILE@
228RANLIB = @RANLIB@
229REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
230SED = @SED@
231SET_MAKE = @SET_MAKE@
232SHELL = @SHELL@
233SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
234SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
235SSL_ENABLED = @SSL_ENABLED@
236STATICLIB_FALSE = @STATICLIB_FALSE@
237STATICLIB_TRUE = @STATICLIB_TRUE@
238STRIP = @STRIP@
239SUPPORT_FEATURES = @SUPPORT_FEATURES@
240SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
241TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
242USE_ARES = @USE_ARES@
243USE_AXTLS = @USE_AXTLS@
244USE_CYASSL = @USE_CYASSL@
245USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
246USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
247USE_GNUTLS = @USE_GNUTLS@
248USE_LIBRTMP = @USE_LIBRTMP@
249USE_LIBSSH2 = @USE_LIBSSH2@
250USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
251USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
252USE_NSS = @USE_NSS@
253USE_OPENLDAP = @USE_OPENLDAP@
254USE_POLARSSL = @USE_POLARSSL@
255USE_SSLEAY = @USE_SSLEAY@
256USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
257VERSION = @VERSION@
258VERSIONNUM = @VERSIONNUM@
259ac_ct_AR = @ac_ct_AR@
260ac_ct_CC = @ac_ct_CC@
261ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
262am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
263am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
264am__include = @am__include@
265am__leading_dot = @am__leading_dot@
266am__quote = @am__quote@
267am__tar = @am__tar@
268am__untar = @am__untar@
269bindir = @bindir@
270build = @build@
271build_alias = @build_alias@
272build_cpu = @build_cpu@
273build_os = @build_os@
274build_vendor = @build_vendor@
275datadir = @datadir@
276datarootdir = @datarootdir@
277docdir = @docdir@
278dvidir = @dvidir@
279exec_prefix = @exec_prefix@
280host = @host@
281host_alias = @host_alias@
282host_cpu = @host_cpu@
283host_os = @host_os@
284host_vendor = @host_vendor@
285htmldir = @htmldir@
286includedir = @includedir@
287infodir = @infodir@
288install_sh = @install_sh@
289libdir = @libdir@
290libexecdir = @libexecdir@
291libext = @libext@
292localedir = @localedir@
293localstatedir = @localstatedir@
294mandir = @mandir@
295mkdir_p = @mkdir_p@
296oldincludedir = @oldincludedir@
297pdfdir = @pdfdir@
298prefix = @prefix@
299program_transform_name = @program_transform_name@
300psdir = @psdir@
301sbindir = @sbindir@
302sharedstatedir = @sharedstatedir@
303subdirs = @subdirs@
304sysconfdir = @sysconfdir@
305target_alias = @target_alias@
306
307#***************************************************************************
308#                                  _   _ ____  _
309#  Project                     ___| | | |  _ \| |
310#                             / __| | | | |_) | |
311#                            | (__| |_| |  _ <| |___
312#                             \___|\___/|_| \_\_____|
313#
314# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
315#
316# This software is licensed as described in the file COPYING, which
317# you should have received as part of this distribution. The terms
318# are also available at http://curl.haxx.se/docs/copyright.html.
319#
320# You may opt to use, copy, modify, merge, publish, distribute and/or sell
321# copies of the Software, and permit persons to whom the Software is
322# furnished to do so, under the terms of the COPYING file.
323#
324# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
325# KIND, either express or implied.
326#
327###########################################################################
328AUTOMAKE_OPTIONS = foreign nostdinc
329
330# Specify our include paths here, and do it relative to $(top_srcdir) and
331# $(top_builddir), to ensure that these paths which belong to the library
332# being currently built and tested are searched before the library which
333# might possibly already be installed in the system.
334#
335# $(top_builddir)/include/curl for generated curlbuild.h included from curl.h
336# $(top_builddir)/include for generated curlbuild.h included from lib/setup.h
337# $(top_srcdir)/include is for libcurl's external include files
338# $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
339# $(top_builddir)/src is for curl's generated src/curl_config.h file
340# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
341# $(top_srcdir)/src is for curl's src/setup.h and "curl-private" files
342INCLUDES = -I$(top_builddir)/include/curl \
343           -I$(top_builddir)/include      \
344           -I$(top_srcdir)/include        \
345           -I$(top_builddir)/lib          \
346           -I$(top_builddir)/src          \
347           -I$(top_srcdir)/lib            \
348           -I$(top_srcdir)/src
349
350
351# libcurl has sources that provide functions named curlx_* that aren't part of
352# the official API, but we re-use the code here to avoid duplication.
353CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \
354	$(top_srcdir)/lib/strdup.c \
355	$(top_srcdir)/lib/rawstr.c \
356	$(top_srcdir)/lib/nonblock.c
357
358CURL_CFILES = hugehelp.c \
359	tool_binmode.c \
360	tool_bname.c \
361	tool_cb_dbg.c \
362	tool_cb_hdr.c \
363	tool_cb_prg.c \
364	tool_cb_rea.c \
365	tool_cb_see.c \
366	tool_cb_skt.c \
367	tool_cb_wrt.c \
368	tool_cfgable.c \
369	tool_convert.c \
370	tool_dirhie.c \
371	tool_doswin.c \
372	tool_easysrc.c \
373	tool_formparse.c \
374	tool_getparam.c \
375	tool_getpass.c \
376	tool_help.c \
377	tool_helpers.c \
378	tool_homedir.c \
379	tool_libinfo.c \
380	tool_main.c \
381	tool_mfiles.c \
382	tool_msgs.c \
383	tool_operate.c \
384	tool_operhlp.c \
385	tool_panykey.c \
386	tool_paramhlp.c \
387	tool_parsecfg.c \
388	tool_setopt.c \
389	tool_sleep.c \
390	tool_urlglob.c \
391	tool_util.c \
392	tool_vms.c \
393	tool_writeenv.c \
394	tool_writeout.c \
395	tool_xattr.c
396
397CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
398	config-riscos.h \
399	tool_binmode.h \
400	tool_bname.h \
401	tool_cb_dbg.h \
402	tool_cb_hdr.h \
403	tool_cb_prg.h \
404	tool_cb_rea.h \
405	tool_cb_see.h \
406	tool_cb_skt.h \
407	tool_cb_wrt.h \
408	tool_cfgable.h \
409	tool_convert.h \
410	tool_dirhie.h \
411	tool_doswin.h \
412	tool_easysrc.h \
413	tool_formparse.h \
414	tool_getparam.h \
415	tool_getpass.h \
416	tool_help.h \
417	tool_helpers.h \
418	tool_homedir.h \
419	tool_libinfo.h \
420	tool_main.h \
421	tool_mfiles.h \
422	tool_msgs.h \
423	tool_operate.h \
424	tool_operhlp.h \
425	tool_panykey.h \
426	tool_paramhlp.h \
427	tool_parsecfg.h \
428	tool_sdecls.h \
429	tool_setopt.h \
430	tool_sleep.h \
431	tool_urlglob.h \
432	tool_util.h \
433	tool_version.h \
434	tool_vms.h \
435	tool_writeenv.h \
436	tool_writeout.h \
437	tool_xattr.h
438
439curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES)
440curl_LDADD = $(top_builddir)/lib/libcurl.la @CURL_LIBS@
441curl_DEPENDENCIES = $(top_builddir)/lib/libcurl.la
442BUILT_SOURCES = hugehelp.c config-win32.h
443CLEANFILES = hugehelp.c config-win32.h
444EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
445	curl_config.h.in macos/curl.mcp.xml.sit.hqx			  \
446	macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp vc6curlsrc.dsp \
447	macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc  \
448	Makefile.netware Makefile.inc Makefile.Watcom vc6curlsrc.dsw      \
449	CMakeLists.txt
450
451MANPAGE = $(top_srcdir)/docs/curl.1
452README = $(top_srcdir)/docs/MANUAL
453MKHELP = $(top_srcdir)/src/mkhelp.pl
454HUGE = hugehelp.c
455CFGWIN32 = config-win32.h
456all: $(BUILT_SOURCES) curl_config.h
457	$(MAKE) $(AM_MAKEFLAGS) all-am
458
459.SUFFIXES:
460.SUFFIXES: .c .lo .o .obj
461$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
462	@for dep in $?; do \
463	  case '$(am__configure_deps)' in \
464	    *$$dep*) \
465	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
466		&& exit 0; \
467	      exit 1;; \
468	  esac; \
469	done; \
470	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
471	cd $(top_srcdir) && \
472	  $(AUTOMAKE) --foreign  src/Makefile
473.PRECIOUS: Makefile
474Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
475	@case '$?' in \
476	  *config.status*) \
477	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
478	  *) \
479	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
480	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
481	esac;
482
483$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
484	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485
486$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
487	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
489	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
490
491curl_config.h: stamp-h2
492	@if test ! -f $@; then \
493	  rm -f stamp-h2; \
494	  $(MAKE) stamp-h2; \
495	else :; fi
496
497stamp-h2: $(srcdir)/curl_config.h.in $(top_builddir)/config.status
498	@rm -f stamp-h2
499	cd $(top_builddir) && $(SHELL) ./config.status src/curl_config.h
500$(srcdir)/curl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
501	cd $(top_srcdir) && $(AUTOHEADER)
502	rm -f stamp-h2
503	touch $@
504
505distclean-hdr:
506	-rm -f curl_config.h stamp-h2
507install-binPROGRAMS: $(bin_PROGRAMS)
508	@$(NORMAL_INSTALL)
509	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
510	@list='$(bin_PROGRAMS)'; for p in $$list; do \
511	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
512	  if test -f $$p \
513	     || test -f $$p1 \
514	  ; then \
515	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
516	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
517	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
518	  else :; fi; \
519	done
520
521uninstall-binPROGRAMS:
522	@$(NORMAL_UNINSTALL)
523	@list='$(bin_PROGRAMS)'; for p in $$list; do \
524	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
525	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
526	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
527	done
528
529clean-binPROGRAMS:
530	@list='$(bin_PROGRAMS)'; for p in $$list; do \
531	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
532	  echo " rm -f $$p $$f"; \
533	  rm -f $$p $$f ; \
534	done
535curl$(EXEEXT): $(curl_OBJECTS) $(curl_DEPENDENCIES) 
536	@rm -f curl$(EXEEXT)
537	$(LINK) $(curl_LDFLAGS) $(curl_OBJECTS) $(curl_LDADD) $(LIBS)
538
539mostlyclean-compile:
540	-rm -f *.$(OBJEXT)
541
542distclean-compile:
543	-rm -f *.tab.c
544
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hugehelp.Po@am__quote@
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nonblock.Po@am__quote@
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawstr.Po@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoofft.Po@am__quote@
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_binmode.Po@am__quote@
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_bname.Po@am__quote@
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_cb_dbg.Po@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_cb_hdr.Po@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_cb_prg.Po@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_cb_rea.Po@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_cb_see.Po@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_cb_skt.Po@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_cb_wrt.Po@am__quote@
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_cfgable.Po@am__quote@
560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_convert.Po@am__quote@
561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_dirhie.Po@am__quote@
562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_doswin.Po@am__quote@
563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_easysrc.Po@am__quote@
564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_formparse.Po@am__quote@
565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_getparam.Po@am__quote@
566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_getpass.Po@am__quote@
567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_help.Po@am__quote@
568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_helpers.Po@am__quote@
569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_homedir.Po@am__quote@
570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_libinfo.Po@am__quote@
571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_main.Po@am__quote@
572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_mfiles.Po@am__quote@
573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_msgs.Po@am__quote@
574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_operate.Po@am__quote@
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_operhlp.Po@am__quote@
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_panykey.Po@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_paramhlp.Po@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_parsecfg.Po@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_setopt.Po@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_sleep.Po@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_urlglob.Po@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_util.Po@am__quote@
583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_vms.Po@am__quote@
584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_writeenv.Po@am__quote@
585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_writeout.Po@am__quote@
586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool_xattr.Po@am__quote@
587
588.c.o:
589@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
590@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
591@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
592@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593@am__fastdepCC_FALSE@	$(COMPILE) -c $<
594
595.c.obj:
596@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
597@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
598@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
599@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
601
602.c.lo:
603@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
604@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
605@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
606@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
608
609strtoofft.o: $(top_srcdir)/lib/strtoofft.c
610@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.o -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" -c -o strtoofft.o `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c; \
611@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
612@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.o' libtool=no @AMDEPBACKSLASH@
613@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
614@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtoofft.o `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c
615
616strtoofft.obj: $(top_srcdir)/lib/strtoofft.c
617@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.obj -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" -c -o strtoofft.obj `if test -f '$(top_srcdir)/lib/strtoofft.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strtoofft.c'; fi`; \
618@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
619@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.obj' libtool=no @AMDEPBACKSLASH@
620@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtoofft.obj `if test -f '$(top_srcdir)/lib/strtoofft.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strtoofft.c'; fi`
622
623strdup.o: $(top_srcdir)/lib/strdup.c
624@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strdup.o -MD -MP -MF "$(DEPDIR)/strdup.Tpo" -c -o strdup.o `test -f '$(top_srcdir)/lib/strdup.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strdup.c; \
625@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strdup.Tpo" "$(DEPDIR)/strdup.Po"; else rm -f "$(DEPDIR)/strdup.Tpo"; exit 1; fi
626@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/strdup.c' object='strdup.o' libtool=no @AMDEPBACKSLASH@
627@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strdup.o `test -f '$(top_srcdir)/lib/strdup.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strdup.c
629
630strdup.obj: $(top_srcdir)/lib/strdup.c
631@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strdup.obj -MD -MP -MF "$(DEPDIR)/strdup.Tpo" -c -o strdup.obj `if test -f '$(top_srcdir)/lib/strdup.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strdup.c'; fi`; \
632@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strdup.Tpo" "$(DEPDIR)/strdup.Po"; else rm -f "$(DEPDIR)/strdup.Tpo"; exit 1; fi
633@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/strdup.c' object='strdup.obj' libtool=no @AMDEPBACKSLASH@
634@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strdup.obj `if test -f '$(top_srcdir)/lib/strdup.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strdup.c'; fi`
636
637rawstr.o: $(top_srcdir)/lib/rawstr.c
638@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawstr.o -MD -MP -MF "$(DEPDIR)/rawstr.Tpo" -c -o rawstr.o `test -f '$(top_srcdir)/lib/rawstr.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/rawstr.c; \
639@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/rawstr.Tpo" "$(DEPDIR)/rawstr.Po"; else rm -f "$(DEPDIR)/rawstr.Tpo"; exit 1; fi
640@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/rawstr.c' object='rawstr.o' libtool=no @AMDEPBACKSLASH@
641@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
642@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawstr.o `test -f '$(top_srcdir)/lib/rawstr.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/rawstr.c
643
644rawstr.obj: $(top_srcdir)/lib/rawstr.c
645@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawstr.obj -MD -MP -MF "$(DEPDIR)/rawstr.Tpo" -c -o rawstr.obj `if test -f '$(top_srcdir)/lib/rawstr.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/rawstr.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/rawstr.c'; fi`; \
646@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/rawstr.Tpo" "$(DEPDIR)/rawstr.Po"; else rm -f "$(DEPDIR)/rawstr.Tpo"; exit 1; fi
647@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/rawstr.c' object='rawstr.obj' libtool=no @AMDEPBACKSLASH@
648@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawstr.obj `if test -f '$(top_srcdir)/lib/rawstr.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/rawstr.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/rawstr.c'; fi`
650
651nonblock.o: $(top_srcdir)/lib/nonblock.c
652@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nonblock.o -MD -MP -MF "$(DEPDIR)/nonblock.Tpo" -c -o nonblock.o `test -f '$(top_srcdir)/lib/nonblock.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/nonblock.c; \
653@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/nonblock.Tpo" "$(DEPDIR)/nonblock.Po"; else rm -f "$(DEPDIR)/nonblock.Tpo"; exit 1; fi
654@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/nonblock.c' object='nonblock.o' libtool=no @AMDEPBACKSLASH@
655@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
656@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nonblock.o `test -f '$(top_srcdir)/lib/nonblock.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/nonblock.c
657
658nonblock.obj: $(top_srcdir)/lib/nonblock.c
659@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nonblock.obj -MD -MP -MF "$(DEPDIR)/nonblock.Tpo" -c -o nonblock.obj `if test -f '$(top_srcdir)/lib/nonblock.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/nonblock.c'; fi`; \
660@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/nonblock.Tpo" "$(DEPDIR)/nonblock.Po"; else rm -f "$(DEPDIR)/nonblock.Tpo"; exit 1; fi
661@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/nonblock.c' object='nonblock.obj' libtool=no @AMDEPBACKSLASH@
662@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nonblock.obj `if test -f '$(top_srcdir)/lib/nonblock.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/nonblock.c'; fi`
664
665mostlyclean-libtool:
666	-rm -f *.lo
667
668clean-libtool:
669	-rm -rf .libs _libs
670
671distclean-libtool:
672	-rm -f libtool
673uninstall-info-am:
674
675ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
676	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
677	unique=`for i in $$list; do \
678	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
679	  done | \
680	  $(AWK) '    { files[$$0] = 1; } \
681	       END { for (i in files) print i; }'`; \
682	mkid -fID $$unique
683tags: TAGS
684
685TAGS:  $(HEADERS) $(SOURCES) curl_config.h.in $(TAGS_DEPENDENCIES) \
686		$(TAGS_FILES) $(LISP)
687	tags=; \
688	here=`pwd`; \
689	list='$(SOURCES) $(HEADERS) curl_config.h.in $(LISP) $(TAGS_FILES)'; \
690	unique=`for i in $$list; do \
691	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
692	  done | \
693	  $(AWK) '    { files[$$0] = 1; } \
694	       END { for (i in files) print i; }'`; \
695	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
696	  test -n "$$unique" || unique=$$empty_fix; \
697	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
698	    $$tags $$unique; \
699	fi
700ctags: CTAGS
701CTAGS:  $(HEADERS) $(SOURCES) curl_config.h.in $(TAGS_DEPENDENCIES) \
702		$(TAGS_FILES) $(LISP)
703	tags=; \
704	here=`pwd`; \
705	list='$(SOURCES) $(HEADERS) curl_config.h.in $(LISP) $(TAGS_FILES)'; \
706	unique=`for i in $$list; do \
707	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
708	  done | \
709	  $(AWK) '    { files[$$0] = 1; } \
710	       END { for (i in files) print i; }'`; \
711	test -z "$(CTAGS_ARGS)$$tags$$unique" \
712	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
713	     $$tags $$unique
714
715GTAGS:
716	here=`$(am__cd) $(top_builddir) && pwd` \
717	  && cd $(top_srcdir) \
718	  && gtags -i $(GTAGS_ARGS) $$here
719
720distclean-tags:
721	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
722
723distdir: $(DISTFILES)
724	$(mkdir_p) $(distdir)/macos $(distdir)/macos/src
725	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
726	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
727	list='$(DISTFILES)'; for file in $$list; do \
728	  case $$file in \
729	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
730	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
731	  esac; \
732	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
733	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
734	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
735	    dir="/$$dir"; \
736	    $(mkdir_p) "$(distdir)$$dir"; \
737	  else \
738	    dir=''; \
739	  fi; \
740	  if test -d $$d/$$file; then \
741	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
742	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
743	    fi; \
744	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
745	  else \
746	    test -f $(distdir)/$$file \
747	    || cp -p $$d/$$file $(distdir)/$$file \
748	    || exit 1; \
749	  fi; \
750	done
751check-am: all-am
752check: $(BUILT_SOURCES)
753	$(MAKE) $(AM_MAKEFLAGS) check-am
754@CURLDEBUG_FALSE@all-local:
755all-am: Makefile $(PROGRAMS) curl_config.h all-local
756installdirs:
757	for dir in "$(DESTDIR)$(bindir)"; do \
758	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
759	done
760install: $(BUILT_SOURCES)
761	$(MAKE) $(AM_MAKEFLAGS) install-am
762install-exec: install-exec-am
763install-data: install-data-am
764uninstall: uninstall-am
765
766install-am: all-am
767	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
768
769installcheck: installcheck-am
770install-strip:
771	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
772	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
773	  `test -z '$(STRIP)' || \
774	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
775mostlyclean-generic:
776
777clean-generic:
778	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
779
780distclean-generic:
781	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
782
783maintainer-clean-generic:
784	@echo "This command is intended for maintainers to use"
785	@echo "it deletes files that may require special tools to rebuild."
786	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
787clean: clean-am
788
789clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
790
791distclean: distclean-am
792	-rm -rf ./$(DEPDIR)
793	-rm -f Makefile
794distclean-am: clean-am distclean-compile distclean-generic \
795	distclean-hdr distclean-libtool distclean-tags
796
797dvi: dvi-am
798
799dvi-am:
800
801html: html-am
802
803info: info-am
804
805info-am:
806
807install-data-am:
808
809install-exec-am: install-binPROGRAMS
810
811install-info: install-info-am
812
813install-man:
814
815installcheck-am:
816
817maintainer-clean: maintainer-clean-am
818	-rm -rf ./$(DEPDIR)
819	-rm -f Makefile
820maintainer-clean-am: distclean-am maintainer-clean-generic
821
822mostlyclean: mostlyclean-am
823
824mostlyclean-am: mostlyclean-compile mostlyclean-generic \
825	mostlyclean-libtool
826
827pdf: pdf-am
828
829pdf-am:
830
831ps: ps-am
832
833ps-am:
834
835uninstall-am: uninstall-binPROGRAMS uninstall-info-am
836
837.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
838	clean-binPROGRAMS clean-generic clean-libtool ctags distclean \
839	distclean-compile distclean-generic distclean-hdr \
840	distclean-libtool distclean-tags distdir dvi dvi-am html \
841	html-am info info-am install install-am install-binPROGRAMS \
842	install-data install-data-am install-exec install-exec-am \
843	install-info install-info-am install-man install-strip \
844	installcheck installcheck-am installdirs maintainer-clean \
845	maintainer-clean-generic mostlyclean mostlyclean-compile \
846	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
847	tags uninstall uninstall-am uninstall-binPROGRAMS \
848	uninstall-info-am
849
850
851$(CFGWIN32): $(top_srcdir)/lib/config-win32.h
852	echo "creating $(CFGWIN32)"
853	@(cp $(top_srcdir)/lib/config-win32.h $(CFGWIN32))
854
855# Here are the stuff to create a built-in manual
856
857# This generates the hugehelp.c file in both uncompressed and compressed formats
858@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@$(HUGE): $(README) $(MANPAGE)  mkhelp.pl
859@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	echo '#include "setup.h"' > $(HUGE)
860@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	echo '#ifndef HAVE_LIBZ' >> $(HUGE)
861@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	$(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
862@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	echo '#else' >> $(HUGE)
863@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	$(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) -c $(README) >> $(HUGE)
864@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	echo '#endif /* HAVE_LIBZ */' >> $(HUGE)
865# This generates the hugehelp.c file uncompressed only
866@HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@$(HUGE): $(README) $(MANPAGE)  mkhelp.pl
867@HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@	echo '#include "setup.h"' > $(HUGE)
868@HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@	$(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
869
870# built-in manual has been disabled, make a blank file
871@USE_MANUAL_FALSE@$(HUGE):
872@USE_MANUAL_FALSE@	echo "/* built-in manual is disabled, blank function */" > $(HUGE)
873@USE_MANUAL_FALSE@	echo '#include "hugehelp.h"' >> $(HUGE)
874@USE_MANUAL_FALSE@	echo "void hugehelp(void) {}" >>$(HUGE)
875
876# ignore hugehelp.c since it is generated source code and it plays by slightly
877# different rules! config-win32.h already checked in lib subdir.
878checksrc:
879	@@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/src -Whugehelp.c -Wconfig-win32.h $(curl_SOURCES)
880
881# for debug builds, we scan the sources on all regular make invokes
882@CURLDEBUG_TRUE@all-local: checksrc
883# Tell versions [3.59,3.63) of GNU make to not export all variables.
884# Otherwise a system limit (for SysV at least) may be exceeded.
885.NOEXPORT:
886