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 = main.$(OBJEXT) hugehelp.$(OBJEXT) urlglob.$(OBJEXT) \
74	writeout.$(OBJEXT) writeenv.$(OBJEXT) getpass.$(OBJEXT) \
75	homedir.$(OBJEXT) curlutil.$(OBJEXT) os-specific.$(OBJEXT) \
76	xattr.$(OBJEXT)
77am__objects_2 = strtoofft.$(OBJEXT) strdup.$(OBJEXT) rawstr.$(OBJEXT) \
78	nonblock.$(OBJEXT)
79am__objects_3 =
80am_curl_OBJECTS = $(am__objects_1) $(am__objects_2) $(am__objects_3)
81curl_OBJECTS = $(am_curl_OBJECTS)
82DEFAULT_INCLUDES = 
83depcomp = $(SHELL) $(top_srcdir)/depcomp
84am__depfiles_maybe = depfiles
85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
88	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89	$(AM_CFLAGS) $(CFLAGS)
90CCLD = $(CC)
91LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
92	$(AM_LDFLAGS) $(LDFLAGS) $(LIBCURL_LIBS) -o $@
93SOURCES = $(curl_SOURCES)
94DIST_SOURCES = $(curl_SOURCES)
95ETAGS = etags
96CTAGS = ctags
97DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98ACLOCAL = @ACLOCAL@
99AMDEP_FALSE = @AMDEP_FALSE@
100AMDEP_TRUE = @AMDEP_TRUE@
101AMTAR = @AMTAR@
102AR = @AR@
103AS = @AS@
104AUTOCONF = @AUTOCONF@
105AUTOHEADER = @AUTOHEADER@
106AUTOMAKE = @AUTOMAKE@
107AWK = @AWK@
108BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
109BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
110BUILD_UNITTESTS_FALSE = @BUILD_UNITTESTS_FALSE@
111BUILD_UNITTESTS_TRUE = @BUILD_UNITTESTS_TRUE@
112CC = @CC@
113CCDEPMODE = @CCDEPMODE@
114
115# This might hold -Werror
116CFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@
117CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
118CPP = @CPP@
119CPPFLAGS = @CPPFLAGS@
120CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
121CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
122CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
123CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
124CURLVERSION = @CURLVERSION@
125CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
126CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
127CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
128CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
129CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
130CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
131CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
132CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
133CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
134CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
135CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
136CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
137CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
138CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
139CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
140CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
141CURL_LIBS = @CURL_LIBS@
142CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
143CYGPATH_W = @CYGPATH_W@
144DEFS = @DEFS@
145DEPDIR = @DEPDIR@
146DLLTOOL = @DLLTOOL@
147DSYMUTIL = @DSYMUTIL@
148DUMPBIN = @DUMPBIN@
149ECHO_C = @ECHO_C@
150ECHO_N = @ECHO_N@
151ECHO_T = @ECHO_T@
152EGREP = @EGREP@
153ENABLE_SHARED = @ENABLE_SHARED@
154EXEEXT = @EXEEXT@
155FGREP = @FGREP@
156GREP = @GREP@
157HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
158HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
159HAVE_LIBZ = @HAVE_LIBZ@
160HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
161HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
162HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
163HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
164IDN_ENABLED = @IDN_ENABLED@
165INSTALL_DATA = @INSTALL_DATA@
166INSTALL_PROGRAM = @INSTALL_PROGRAM@
167INSTALL_SCRIPT = @INSTALL_SCRIPT@
168INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169IPV6_ENABLED = @IPV6_ENABLED@
170KRB4_ENABLED = @KRB4_ENABLED@
171LD = @LD@
172LDFLAGS = @LDFLAGS@
173LIBCURL_LIBS = @LIBCURL_LIBS@
174LIBOBJS = @LIBOBJS@
175LIBS = @LIBS@
176LIBTOOL = @LIBTOOL@
177LIPO = @LIPO@
178LN_S = @LN_S@
179LTLIBOBJS = @LTLIBOBJS@
180MAINT = @MAINT@
181MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
182MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
183MAKEINFO = @MAKEINFO@
184MANIFEST_TOOL = @MANIFEST_TOOL@
185MANOPT = @MANOPT@
186MIMPURE_FALSE = @MIMPURE_FALSE@
187MIMPURE_TRUE = @MIMPURE_TRUE@
188NM = @NM@
189NMEDIT = @NMEDIT@
190NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
191NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
192# Use the C locale to ensure that only ASCII characters appear in the
193# embedded text.
194NROFF = env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
195OBJDUMP = @OBJDUMP@
196OBJEXT = @OBJEXT@
197OTOOL = @OTOOL@
198OTOOL64 = @OTOOL64@
199PACKAGE = @PACKAGE@
200PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
201PACKAGE_NAME = @PACKAGE_NAME@
202PACKAGE_STRING = @PACKAGE_STRING@
203PACKAGE_TARNAME = @PACKAGE_TARNAME@
204PACKAGE_URL = @PACKAGE_URL@
205PACKAGE_VERSION = @PACKAGE_VERSION@
206PATH = @PATH@
207PATH_SEPARATOR = @PATH_SEPARATOR@
208PERL = @PERL@
209PKGADD_NAME = @PKGADD_NAME@
210PKGADD_PKG = @PKGADD_PKG@
211PKGADD_VENDOR = @PKGADD_VENDOR@
212PKGCONFIG = @PKGCONFIG@
213RANDOM_FILE = @RANDOM_FILE@
214RANLIB = @RANLIB@
215REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
216SED = @SED@
217SET_MAKE = @SET_MAKE@
218SHELL = @SHELL@
219SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
220SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
221SSL_ENABLED = @SSL_ENABLED@
222STATICLIB_FALSE = @STATICLIB_FALSE@
223STATICLIB_TRUE = @STATICLIB_TRUE@
224STRIP = @STRIP@
225SUPPORT_FEATURES = @SUPPORT_FEATURES@
226SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
227TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
228USE_ARES = @USE_ARES@
229USE_AXTLS = @USE_AXTLS@
230USE_CYASSL = @USE_CYASSL@
231USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
232USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
233USE_GNUTLS = @USE_GNUTLS@
234USE_LIBRTMP = @USE_LIBRTMP@
235USE_LIBSSH2 = @USE_LIBSSH2@
236USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
237USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
238USE_NSS = @USE_NSS@
239USE_OPENLDAP = @USE_OPENLDAP@
240USE_POLARSSL = @USE_POLARSSL@
241USE_SSLEAY = @USE_SSLEAY@
242USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
243VERSION = @VERSION@
244VERSIONNUM = @VERSIONNUM@
245ac_ct_AR = @ac_ct_AR@
246ac_ct_CC = @ac_ct_CC@
247ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
249am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
250am__include = @am__include@
251am__leading_dot = @am__leading_dot@
252am__quote = @am__quote@
253am__tar = @am__tar@
254am__untar = @am__untar@
255bindir = @bindir@
256build = @build@
257build_alias = @build_alias@
258build_cpu = @build_cpu@
259build_os = @build_os@
260build_vendor = @build_vendor@
261datadir = @datadir@
262datarootdir = @datarootdir@
263docdir = @docdir@
264dvidir = @dvidir@
265exec_prefix = @exec_prefix@
266host = @host@
267host_alias = @host_alias@
268host_cpu = @host_cpu@
269host_os = @host_os@
270host_vendor = @host_vendor@
271htmldir = @htmldir@
272includedir = @includedir@
273infodir = @infodir@
274install_sh = @install_sh@
275libdir = @libdir@
276libexecdir = @libexecdir@
277libext = @libext@
278localedir = @localedir@
279localstatedir = @localstatedir@
280mandir = @mandir@
281mkdir_p = @mkdir_p@
282oldincludedir = @oldincludedir@
283pdfdir = @pdfdir@
284prefix = @prefix@
285program_transform_name = @program_transform_name@
286psdir = @psdir@
287sbindir = @sbindir@
288sharedstatedir = @sharedstatedir@
289subdirs = @subdirs@
290sysconfdir = @sysconfdir@
291target_alias = @target_alias@
292
293#***************************************************************************
294#                                  _   _ ____  _
295#  Project                     ___| | | |  _ \| |
296#                             / __| | | | |_) | |
297#                            | (__| |_| |  _ <| |___
298#                             \___|\___/|_| \_\_____|
299#
300# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
301#
302# This software is licensed as described in the file COPYING, which
303# you should have received as part of this distribution. The terms
304# are also available at http://curl.haxx.se/docs/copyright.html.
305#
306# You may opt to use, copy, modify, merge, publish, distribute and/or sell
307# copies of the Software, and permit persons to whom the Software is
308# furnished to do so, under the terms of the COPYING file.
309#
310# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
311# KIND, either express or implied.
312#
313###########################################################################
314AUTOMAKE_OPTIONS = foreign nostdinc
315
316# Specify our include paths here, and do it relative to $(top_srcdir) and
317# $(top_builddir), to ensure that these paths which belong to the library
318# being currently built and tested are searched before the library which
319# might possibly already be installed in the system.
320#
321# $(top_builddir)/include/curl for generated curlbuild.h included from curl.h
322# $(top_builddir)/include for generated curlbuild.h included from lib/setup.h
323# $(top_srcdir)/include is for libcurl's external include files
324# $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
325# $(top_builddir)/src is for curl's generated src/curl_config.h file
326# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
327# $(top_srcdir)/src is for curl's src/setup.h and "curl-private" files
328INCLUDES = -I$(top_builddir)/include/curl \
329           -I$(top_builddir)/include      \
330           -I$(top_srcdir)/include        \
331           -I$(top_builddir)/lib          \
332           -I$(top_builddir)/src          \
333           -I$(top_srcdir)/lib            \
334           -I$(top_srcdir)/src
335
336
337# libcurl has sources that provide functions named curlx_* that aren't part of
338# the official API, but we re-use the code here to avoid duplication.
339CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \
340	$(top_srcdir)/lib/strdup.c \
341	$(top_srcdir)/lib/rawstr.c \
342	$(top_srcdir)/lib/nonblock.c
343
344CURL_CFILES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \
345	getpass.c homedir.c curlutil.c os-specific.c xattr.c
346
347CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
348	config-riscos.h urlglob.h version.h os-specific.h \
349	writeout.h writeenv.h getpass.h homedir.h curlutil.h \
350	xattr.h
351
352curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES)
353curl_LDADD = $(top_builddir)/lib/libcurl.la @CURL_LIBS@
354curl_DEPENDENCIES = $(top_builddir)/lib/libcurl.la
355BUILT_SOURCES = hugehelp.c
356CLEANFILES = hugehelp.c
357EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
358	curl_config.h.in macos/curl.mcp.xml.sit.hqx			  \
359	macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp vc6curlsrc.dsp \
360	macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc  \
361	Makefile.netware Makefile.inc Makefile.Watcom vc6curlsrc.dsw      \
362	CMakeLists.txt
363
364MANPAGE = $(top_srcdir)/docs/curl.1
365README = $(top_srcdir)/docs/MANUAL
366MKHELP = $(top_srcdir)/src/mkhelp.pl
367HUGE = hugehelp.c
368all: $(BUILT_SOURCES) curl_config.h
369	$(MAKE) $(AM_MAKEFLAGS) all-am
370
371.SUFFIXES:
372.SUFFIXES: .c .lo .o .obj
373$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
374	@for dep in $?; do \
375	  case '$(am__configure_deps)' in \
376	    *$$dep*) \
377	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
378		&& exit 0; \
379	      exit 1;; \
380	  esac; \
381	done; \
382	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
383	cd $(top_srcdir) && \
384	  $(AUTOMAKE) --foreign  src/Makefile
385.PRECIOUS: Makefile
386Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
387	@case '$?' in \
388	  *config.status*) \
389	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
390	  *) \
391	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
392	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
393	esac;
394
395$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
396	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397
398$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
399	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
401	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402
403curl_config.h: stamp-h2
404	@if test ! -f $@; then \
405	  rm -f stamp-h2; \
406	  $(MAKE) stamp-h2; \
407	else :; fi
408
409stamp-h2: $(srcdir)/curl_config.h.in $(top_builddir)/config.status
410	@rm -f stamp-h2
411	cd $(top_builddir) && $(SHELL) ./config.status src/curl_config.h
412$(srcdir)/curl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
413	cd $(top_srcdir) && $(AUTOHEADER)
414	rm -f stamp-h2
415	touch $@
416
417distclean-hdr:
418	-rm -f curl_config.h stamp-h2
419install-binPROGRAMS: $(bin_PROGRAMS)
420	@$(NORMAL_INSTALL)
421	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
422	@list='$(bin_PROGRAMS)'; for p in $$list; do \
423	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
424	  if test -f $$p \
425	     || test -f $$p1 \
426	  ; then \
427	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
428	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
429	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
430	  else :; fi; \
431	done
432
433uninstall-binPROGRAMS:
434	@$(NORMAL_UNINSTALL)
435	@list='$(bin_PROGRAMS)'; for p in $$list; do \
436	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
437	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
438	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
439	done
440
441clean-binPROGRAMS:
442	@list='$(bin_PROGRAMS)'; for p in $$list; do \
443	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
444	  echo " rm -f $$p $$f"; \
445	  rm -f $$p $$f ; \
446	done
447curl$(EXEEXT): $(curl_OBJECTS) $(curl_DEPENDENCIES) 
448	@rm -f curl$(EXEEXT)
449	$(LINK) $(curl_LDFLAGS) $(curl_OBJECTS) $(curl_LDADD) $(LIBS)
450
451mostlyclean-compile:
452	-rm -f *.$(OBJEXT)
453
454distclean-compile:
455	-rm -f *.tab.c
456
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curlutil.Po@am__quote@
458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpass.Po@am__quote@
459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/homedir.Po@am__quote@
460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hugehelp.Po@am__quote@
461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nonblock.Po@am__quote@
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-specific.Po@am__quote@
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawstr.Po@am__quote@
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoofft.Po@am__quote@
467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urlglob.Po@am__quote@
468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writeenv.Po@am__quote@
469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writeout.Po@am__quote@
470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xattr.Po@am__quote@
471
472.c.o:
473@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
474@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
475@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477@am__fastdepCC_FALSE@	$(COMPILE) -c $<
478
479.c.obj:
480@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
481@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
482@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
485
486.c.lo:
487@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
488@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
489@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
490@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
492
493strtoofft.o: $(top_srcdir)/lib/strtoofft.c
494@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; \
495@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
496@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.o' libtool=no @AMDEPBACKSLASH@
497@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498@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
499
500strtoofft.obj: $(top_srcdir)/lib/strtoofft.c
501@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`; \
502@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
503@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.obj' libtool=no @AMDEPBACKSLASH@
504@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505@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`
506
507strdup.o: $(top_srcdir)/lib/strdup.c
508@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; \
509@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strdup.Tpo" "$(DEPDIR)/strdup.Po"; else rm -f "$(DEPDIR)/strdup.Tpo"; exit 1; fi
510@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/strdup.c' object='strdup.o' libtool=no @AMDEPBACKSLASH@
511@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512@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
513
514strdup.obj: $(top_srcdir)/lib/strdup.c
515@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`; \
516@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/strdup.Tpo" "$(DEPDIR)/strdup.Po"; else rm -f "$(DEPDIR)/strdup.Tpo"; exit 1; fi
517@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/strdup.c' object='strdup.obj' libtool=no @AMDEPBACKSLASH@
518@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519@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`
520
521rawstr.o: $(top_srcdir)/lib/rawstr.c
522@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; \
523@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/rawstr.Tpo" "$(DEPDIR)/rawstr.Po"; else rm -f "$(DEPDIR)/rawstr.Tpo"; exit 1; fi
524@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/rawstr.c' object='rawstr.o' libtool=no @AMDEPBACKSLASH@
525@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526@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
527
528rawstr.obj: $(top_srcdir)/lib/rawstr.c
529@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`; \
530@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/rawstr.Tpo" "$(DEPDIR)/rawstr.Po"; else rm -f "$(DEPDIR)/rawstr.Tpo"; exit 1; fi
531@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/rawstr.c' object='rawstr.obj' libtool=no @AMDEPBACKSLASH@
532@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533@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`
534
535nonblock.o: $(top_srcdir)/lib/nonblock.c
536@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; \
537@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/nonblock.Tpo" "$(DEPDIR)/nonblock.Po"; else rm -f "$(DEPDIR)/nonblock.Tpo"; exit 1; fi
538@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/nonblock.c' object='nonblock.o' libtool=no @AMDEPBACKSLASH@
539@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540@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
541
542nonblock.obj: $(top_srcdir)/lib/nonblock.c
543@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`; \
544@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/nonblock.Tpo" "$(DEPDIR)/nonblock.Po"; else rm -f "$(DEPDIR)/nonblock.Tpo"; exit 1; fi
545@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lib/nonblock.c' object='nonblock.obj' libtool=no @AMDEPBACKSLASH@
546@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547@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`
548
549mostlyclean-libtool:
550	-rm -f *.lo
551
552clean-libtool:
553	-rm -rf .libs _libs
554
555distclean-libtool:
556	-rm -f libtool
557uninstall-info-am:
558
559ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
560	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
561	unique=`for i in $$list; do \
562	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
563	  done | \
564	  $(AWK) '    { files[$$0] = 1; } \
565	       END { for (i in files) print i; }'`; \
566	mkid -fID $$unique
567tags: TAGS
568
569TAGS:  $(HEADERS) $(SOURCES) curl_config.h.in $(TAGS_DEPENDENCIES) \
570		$(TAGS_FILES) $(LISP)
571	tags=; \
572	here=`pwd`; \
573	list='$(SOURCES) $(HEADERS) curl_config.h.in $(LISP) $(TAGS_FILES)'; \
574	unique=`for i in $$list; do \
575	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
576	  done | \
577	  $(AWK) '    { files[$$0] = 1; } \
578	       END { for (i in files) print i; }'`; \
579	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
580	  test -n "$$unique" || unique=$$empty_fix; \
581	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
582	    $$tags $$unique; \
583	fi
584ctags: CTAGS
585CTAGS:  $(HEADERS) $(SOURCES) curl_config.h.in $(TAGS_DEPENDENCIES) \
586		$(TAGS_FILES) $(LISP)
587	tags=; \
588	here=`pwd`; \
589	list='$(SOURCES) $(HEADERS) curl_config.h.in $(LISP) $(TAGS_FILES)'; \
590	unique=`for i in $$list; do \
591	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
592	  done | \
593	  $(AWK) '    { files[$$0] = 1; } \
594	       END { for (i in files) print i; }'`; \
595	test -z "$(CTAGS_ARGS)$$tags$$unique" \
596	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
597	     $$tags $$unique
598
599GTAGS:
600	here=`$(am__cd) $(top_builddir) && pwd` \
601	  && cd $(top_srcdir) \
602	  && gtags -i $(GTAGS_ARGS) $$here
603
604distclean-tags:
605	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
606
607distdir: $(DISTFILES)
608	$(mkdir_p) $(distdir)/macos $(distdir)/macos/src
609	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
610	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
611	list='$(DISTFILES)'; for file in $$list; do \
612	  case $$file in \
613	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
614	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
615	  esac; \
616	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
617	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
618	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
619	    dir="/$$dir"; \
620	    $(mkdir_p) "$(distdir)$$dir"; \
621	  else \
622	    dir=''; \
623	  fi; \
624	  if test -d $$d/$$file; then \
625	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
626	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
627	    fi; \
628	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
629	  else \
630	    test -f $(distdir)/$$file \
631	    || cp -p $$d/$$file $(distdir)/$$file \
632	    || exit 1; \
633	  fi; \
634	done
635check-am: all-am
636check: $(BUILT_SOURCES)
637	$(MAKE) $(AM_MAKEFLAGS) check-am
638@CURLDEBUG_FALSE@all-local:
639all-am: Makefile $(PROGRAMS) curl_config.h all-local
640installdirs:
641	for dir in "$(DESTDIR)$(bindir)"; do \
642	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
643	done
644install: $(BUILT_SOURCES)
645	$(MAKE) $(AM_MAKEFLAGS) install-am
646install-exec: install-exec-am
647install-data: install-data-am
648uninstall: uninstall-am
649
650install-am: all-am
651	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
652
653installcheck: installcheck-am
654install-strip:
655	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
656	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
657	  `test -z '$(STRIP)' || \
658	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
659mostlyclean-generic:
660
661clean-generic:
662	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
663
664distclean-generic:
665	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
666
667maintainer-clean-generic:
668	@echo "This command is intended for maintainers to use"
669	@echo "it deletes files that may require special tools to rebuild."
670	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
671clean: clean-am
672
673clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
674
675distclean: distclean-am
676	-rm -rf ./$(DEPDIR)
677	-rm -f Makefile
678distclean-am: clean-am distclean-compile distclean-generic \
679	distclean-hdr distclean-libtool distclean-tags
680
681dvi: dvi-am
682
683dvi-am:
684
685html: html-am
686
687info: info-am
688
689info-am:
690
691install-data-am:
692
693install-exec-am: install-binPROGRAMS
694
695install-info: install-info-am
696
697install-man:
698
699installcheck-am:
700
701maintainer-clean: maintainer-clean-am
702	-rm -rf ./$(DEPDIR)
703	-rm -f Makefile
704maintainer-clean-am: distclean-am maintainer-clean-generic
705
706mostlyclean: mostlyclean-am
707
708mostlyclean-am: mostlyclean-compile mostlyclean-generic \
709	mostlyclean-libtool
710
711pdf: pdf-am
712
713pdf-am:
714
715ps: ps-am
716
717ps-am:
718
719uninstall-am: uninstall-binPROGRAMS uninstall-info-am
720
721.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
722	clean-binPROGRAMS clean-generic clean-libtool ctags distclean \
723	distclean-compile distclean-generic distclean-hdr \
724	distclean-libtool distclean-tags distdir dvi dvi-am html \
725	html-am info info-am install install-am install-binPROGRAMS \
726	install-data install-data-am install-exec install-exec-am \
727	install-info install-info-am install-man install-strip \
728	installcheck installcheck-am installdirs maintainer-clean \
729	maintainer-clean-generic mostlyclean mostlyclean-compile \
730	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
731	tags uninstall uninstall-am uninstall-binPROGRAMS \
732	uninstall-info-am
733
734
735# Here are the stuff to create a built-in manual
736
737# This generates the hugehelp.c file in both uncompressed and compressed formats
738@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@$(HUGE): $(README) $(MANPAGE)  mkhelp.pl
739@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	echo '#include "setup.h"' > $(HUGE)
740@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	echo '#ifndef HAVE_LIBZ' >> $(HUGE)
741@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	$(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
742@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	echo '#else' >> $(HUGE)
743@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	$(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) -c $(README) >> $(HUGE)
744@HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@	echo '#endif /* HAVE_LIBZ */' >> $(HUGE)
745# This generates the hugehelp.c file uncompressed only
746@HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@$(HUGE): $(README) $(MANPAGE)  mkhelp.pl
747@HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@	echo '#include "setup.h"' > $(HUGE)
748@HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@	$(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
749
750# built-in manual has been disabled, make a blank file
751@USE_MANUAL_FALSE@$(HUGE):
752@USE_MANUAL_FALSE@	echo "/* built-in manual is disabled, blank function */" > $(HUGE)
753@USE_MANUAL_FALSE@	echo '#include "hugehelp.h"' >> $(HUGE)
754@USE_MANUAL_FALSE@	echo "void hugehelp(void) {}" >>$(HUGE)
755
756# ignore hugehelp.c since it is generated source code and it plays by slightly
757# different rules!
758checksrc:
759	@@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/src -Whugehelp.c $(curl_SOURCES)
760
761# for debug builds, we scan the sources on all regular make invokes
762@CURLDEBUG_TRUE@all-local: checksrc
763# Tell versions [3.59,3.63) of GNU make to not export all variables.
764# Otherwise a system limit (for SysV at least) may be exceeded.
765.NOEXPORT:
766