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