Revert "Imported Upstream version 7.44.0"
[platform/upstream/curl.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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 #***************************************************************************
18 #                                  _   _ ____  _
19 #  Project                     ___| | | |  _ \| |
20 #                             / __| | | | |_) | |
21 #                            | (__| |_| |  _ <| |___
22 #                             \___|\___/|_| \_\_____|
23 #
24 # Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
25 #
26 # This software is licensed as described in the file COPYING, which
27 # you should have received as part of this distribution. The terms
28 # are also available at http://curl.haxx.se/docs/copyright.html.
29 #
30 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
31 # copies of the Software, and permit persons to whom the Software is
32 # furnished to do so, under the terms of the COPYING file.
33 #
34 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
35 # KIND, either express or implied.
36 #
37 ###########################################################################
38 VPATH = @srcdir@
39 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
40 am__make_running_with_option = \
41   case $${target_option-} in \
42       ?) ;; \
43       *) echo "am__make_running_with_option: internal error: invalid" \
44               "target option '$${target_option-}' specified" >&2; \
45          exit 1;; \
46   esac; \
47   has_opt=no; \
48   sane_makeflags=$$MAKEFLAGS; \
49   if $(am__is_gnu_make); then \
50     sane_makeflags=$$MFLAGS; \
51   else \
52     case $$MAKEFLAGS in \
53       *\\[\ \   ]*) \
54         bs=\\; \
55         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
56           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
57     esac; \
58   fi; \
59   skip_next=no; \
60   strip_trailopt () \
61   { \
62     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
63   }; \
64   for flg in $$sane_makeflags; do \
65     test $$skip_next = yes && { skip_next=no; continue; }; \
66     case $$flg in \
67       *=*|--*) continue;; \
68         -*I) strip_trailopt 'I'; skip_next=yes;; \
69       -*I?*) strip_trailopt 'I';; \
70         -*O) strip_trailopt 'O'; skip_next=yes;; \
71       -*O?*) strip_trailopt 'O';; \
72         -*l) strip_trailopt 'l'; skip_next=yes;; \
73       -*l?*) strip_trailopt 'l';; \
74       -[dEDm]) skip_next=yes;; \
75       -[JT]) skip_next=yes;; \
76     esac; \
77     case $$flg in \
78       *$$target_option*) has_opt=yes; break;; \
79     esac; \
80   done; \
81   test $$has_opt = yes
82 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
83 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
84 pkgdatadir = $(datadir)/@PACKAGE@
85 pkgincludedir = $(includedir)/@PACKAGE@
86 pkglibdir = $(libdir)/@PACKAGE@
87 pkglibexecdir = $(libexecdir)/@PACKAGE@
88 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
89 install_sh_DATA = $(install_sh) -c -m 644
90 install_sh_PROGRAM = $(install_sh) -c
91 install_sh_SCRIPT = $(install_sh) -c
92 INSTALL_HEADER = $(INSTALL_DATA)
93 transform = $(program_transform_name)
94 NORMAL_INSTALL = :
95 PRE_INSTALL = :
96 POST_INSTALL = :
97 NORMAL_UNINSTALL = :
98 PRE_UNINSTALL = :
99 POST_UNINSTALL = :
100 build_triplet = @build@
101 host_triplet = @host@
102 subdir = tests
103 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
104         $(top_srcdir)/mkinstalldirs README
105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
107         $(top_srcdir)/m4/curl-confopts.m4 \
108         $(top_srcdir)/m4/curl-functions.m4 \
109         $(top_srcdir)/m4/curl-openssl.m4 \
110         $(top_srcdir)/m4/curl-override.m4 \
111         $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
112         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
113         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
114         $(top_srcdir)/m4/xc-am-iface.m4 \
115         $(top_srcdir)/m4/xc-cc-check.m4 \
116         $(top_srcdir)/m4/xc-lt-iface.m4 \
117         $(top_srcdir)/m4/xc-translit.m4 \
118         $(top_srcdir)/m4/xc-val-flgs.m4 \
119         $(top_srcdir)/m4/zz40-xc-ovr.m4 \
120         $(top_srcdir)/m4/zz50-xc-ovr.m4 \
121         $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
122         $(top_srcdir)/configure.ac
123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124         $(ACLOCAL_M4)
125 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
127         $(top_builddir)/include/curl/curlbuild.h
128 CONFIG_CLEAN_FILES =
129 CONFIG_CLEAN_VPATH_FILES =
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo "  GEN     " $@;
137 am__v_GEN_1 = 
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 = 
142 SOURCES =
143 DIST_SOURCES =
144 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
145         ctags-recursive dvi-recursive html-recursive info-recursive \
146         install-data-recursive install-dvi-recursive \
147         install-exec-recursive install-html-recursive \
148         install-info-recursive install-pdf-recursive \
149         install-ps-recursive install-recursive installcheck-recursive \
150         installdirs-recursive pdf-recursive ps-recursive \
151         tags-recursive uninstall-recursive
152 am__can_run_installinfo = \
153   case $$AM_UPDATE_INFO_DIR in \
154     n|no|NO) false;; \
155     *) (install-info --version) >/dev/null 2>&1;; \
156   esac
157 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
158   distclean-recursive maintainer-clean-recursive
159 am__recursive_targets = \
160   $(RECURSIVE_TARGETS) \
161   $(RECURSIVE_CLEAN_TARGETS) \
162   $(am__extra_recursive_targets)
163 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
164         distdir
165 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166 # Read a list of newline-separated strings from the standard input,
167 # and print each of them once, without duplicates.  Input order is
168 # *not* preserved.
169 am__uniquify_input = $(AWK) '\
170   BEGIN { nonempty = 0; } \
171   { items[$$0] = 1; nonempty = 1; } \
172   END { if (nonempty) { for (i in items) print i; }; } \
173 '
174 # Make sure the list of sources is unique.  This is necessary because,
175 # e.g., the same source file might be shared among _SOURCES variables
176 # for different programs/libraries.
177 am__define_uniq_tagged_files = \
178   list='$(am__tagged_files)'; \
179   unique=`for i in $$list; do \
180     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181   done | $(am__uniquify_input)`
182 ETAGS = etags
183 CTAGS = ctags
184 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185 am__relativize = \
186   dir0=`pwd`; \
187   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
188   sed_rest='s,^[^/]*/*,,'; \
189   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
190   sed_butlast='s,/*[^/]*$$,,'; \
191   while test -n "$$dir1"; do \
192     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
193     if test "$$first" != "."; then \
194       if test "$$first" = ".."; then \
195         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
196         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
197       else \
198         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
199         if test "$$first2" = "$$first"; then \
200           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
201         else \
202           dir2="../$$dir2"; \
203         fi; \
204         dir0="$$dir0"/"$$first"; \
205       fi; \
206     fi; \
207     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
208   done; \
209   reldir="$$dir2"
210 ACLOCAL = @ACLOCAL@
211 AMTAR = @AMTAR@
212 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
213 AR = @AR@
214 AS = @AS@
215 AUTOCONF = @AUTOCONF@
216 AUTOHEADER = @AUTOHEADER@
217 AUTOMAKE = @AUTOMAKE@
218 AWK = @AWK@
219 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
220 CC = @CC@
221 CCDEPMODE = @CCDEPMODE@
222 CFLAGS = @CFLAGS@
223 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
224 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
225 CPP = @CPP@
226 CPPFLAGS = @CPPFLAGS@
227 CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
228 CURLVERSION = @CURLVERSION@
229 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
230 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
231 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
232 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
233 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
234 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
235 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
236 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
237 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
238 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
239 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
240 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
241 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
242 CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
243 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
244 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
245 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
246 CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
247 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
248 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
249 CYGPATH_W = @CYGPATH_W@
250 DEFS = @DEFS@
251 DEPDIR = @DEPDIR@
252 DLLTOOL = @DLLTOOL@
253 DSYMUTIL = @DSYMUTIL@
254 DUMPBIN = @DUMPBIN@
255 ECHO_C = @ECHO_C@
256 ECHO_N = @ECHO_N@
257 ECHO_T = @ECHO_T@
258 EGREP = @EGREP@
259 ENABLE_SHARED = @ENABLE_SHARED@
260 ENABLE_STATIC = @ENABLE_STATIC@
261 EXEEXT = @EXEEXT@
262 FGREP = @FGREP@
263 GREP = @GREP@
264 HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
265 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
266 HAVE_LIBZ = @HAVE_LIBZ@
267 HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
268 IDN_ENABLED = @IDN_ENABLED@
269 INSTALL = @INSTALL@
270 INSTALL_DATA = @INSTALL_DATA@
271 INSTALL_PROGRAM = @INSTALL_PROGRAM@
272 INSTALL_SCRIPT = @INSTALL_SCRIPT@
273 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
274 IPV6_ENABLED = @IPV6_ENABLED@
275 LD = @LD@
276 LDFLAGS = @LDFLAGS@
277 LIBCURL_LIBS = @LIBCURL_LIBS@
278 LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
279 LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
280 LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
281 LIBOBJS = @LIBOBJS@
282 LIBS = @LIBS@
283 LIBTOOL = @LIBTOOL@
284 LIPO = @LIPO@
285 LN_S = @LN_S@
286 LTLIBOBJS = @LTLIBOBJS@
287 MAINT = @MAINT@
288 MAKEINFO = @MAKEINFO@
289 MANIFEST_TOOL = @MANIFEST_TOOL@
290 MANOPT = @MANOPT@
291 MKDIR_P = @MKDIR_P@
292 NM = @NM@
293 NMEDIT = @NMEDIT@
294 NROFF = @NROFF@
295 NSS_LIBS = @NSS_LIBS@
296 OBJDUMP = @OBJDUMP@
297 OBJEXT = @OBJEXT@
298 OTOOL = @OTOOL@
299 OTOOL64 = @OTOOL64@
300 PACKAGE = @PACKAGE@
301 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
302 PACKAGE_NAME = @PACKAGE_NAME@
303 PACKAGE_STRING = @PACKAGE_STRING@
304 PACKAGE_TARNAME = @PACKAGE_TARNAME@
305 PACKAGE_URL = @PACKAGE_URL@
306 PACKAGE_VERSION = @PACKAGE_VERSION@
307 PATH_SEPARATOR = @PATH_SEPARATOR@
308 PERL = @PERL@
309 PKGADD_NAME = @PKGADD_NAME@
310 PKGADD_PKG = @PKGADD_PKG@
311 PKGADD_VENDOR = @PKGADD_VENDOR@
312 PKGCONFIG = @PKGCONFIG@
313 RANDOM_FILE = @RANDOM_FILE@
314 RANLIB = @RANLIB@
315 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
316 SED = @SED@
317 SET_MAKE = @SET_MAKE@
318 SHELL = @SHELL@
319 SSL_ENABLED = @SSL_ENABLED@
320 STRIP = @STRIP@
321 SUPPORT_FEATURES = @SUPPORT_FEATURES@
322 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
323 USE_ARES = @USE_ARES@
324 USE_AXTLS = @USE_AXTLS@
325 USE_CYASSL = @USE_CYASSL@
326 USE_DARWINSSL = @USE_DARWINSSL@
327 USE_GNUTLS = @USE_GNUTLS@
328 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
329 USE_LIBRTMP = @USE_LIBRTMP@
330 USE_LIBSSH2 = @USE_LIBSSH2@
331 USE_NGHTTP2 = @USE_NGHTTP2@
332 USE_NSS = @USE_NSS@
333 USE_OPENLDAP = @USE_OPENLDAP@
334 USE_POLARSSL = @USE_POLARSSL@
335 USE_SCHANNEL = @USE_SCHANNEL@
336 USE_SSLEAY = @USE_SSLEAY@
337 USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
338 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
339 VERSION = @VERSION@
340 VERSIONNUM = @VERSIONNUM@
341 ZLIB_LIBS = @ZLIB_LIBS@
342 abs_builddir = @abs_builddir@
343 abs_srcdir = @abs_srcdir@
344 abs_top_builddir = @abs_top_builddir@
345 abs_top_srcdir = @abs_top_srcdir@
346 ac_ct_AR = @ac_ct_AR@
347 ac_ct_CC = @ac_ct_CC@
348 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
349 am__include = @am__include@
350 am__leading_dot = @am__leading_dot@
351 am__quote = @am__quote@
352 am__tar = @am__tar@
353 am__untar = @am__untar@
354 bindir = @bindir@
355 build = @build@
356 build_alias = @build_alias@
357 build_cpu = @build_cpu@
358 build_os = @build_os@
359 build_vendor = @build_vendor@
360 builddir = @builddir@
361 datadir = @datadir@
362 datarootdir = @datarootdir@
363 docdir = @docdir@
364 dvidir = @dvidir@
365 exec_prefix = @exec_prefix@
366 host = @host@
367 host_alias = @host_alias@
368 host_cpu = @host_cpu@
369 host_os = @host_os@
370 host_vendor = @host_vendor@
371 htmldir = @htmldir@
372 includedir = @includedir@
373 infodir = @infodir@
374 install_sh = @install_sh@
375 libdir = @libdir@
376 libexecdir = @libexecdir@
377 libext = @libext@
378 localedir = @localedir@
379 localstatedir = @localstatedir@
380 mandir = @mandir@
381 mkdir_p = @mkdir_p@
382 oldincludedir = @oldincludedir@
383 pdfdir = @pdfdir@
384 prefix = @prefix@
385 program_transform_name = @program_transform_name@
386 psdir = @psdir@
387 sbindir = @sbindir@
388 sharedstatedir = @sharedstatedir@
389 srcdir = @srcdir@
390 subdirs = @subdirs@
391 sysconfdir = @sysconfdir@
392 target_alias = @target_alias@
393 top_build_prefix = @top_build_prefix@
394 top_builddir = @top_builddir@
395 top_srcdir = @top_srcdir@
396 HTMLPAGES = testcurl.html runtests.html
397 PDFPAGES = testcurl.pdf runtests.pdf
398 EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \
399  FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm   \
400  sshserver.pl sshhelp.pm testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES) \
401  serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \
402  CMakeLists.txt mem-include-scan.pl valgrind.supp http_pipe.py
403
404 DISTCLEANFILES = configurehelp.pm
405 @BUILD_UNITTESTS_FALSE@BUILD_UNIT = 
406
407 # we have two variables here to make sure DIST_SUBDIRS won't get 'unit'
408 # added twice as then targets such as 'distclean' misbehave and try to
409 # do things twice in that subdir at times (and thus fails).
410 @BUILD_UNITTESTS_TRUE@BUILD_UNIT = unit
411 @BUILD_UNITTESTS_FALSE@DIST_UNIT = unit
412 @BUILD_UNITTESTS_TRUE@DIST_UNIT = 
413 SUBDIRS = certs data server libtest $(BUILD_UNIT)
414 DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT)
415 PERLFLAGS = -I$(srcdir)
416 CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid
417 MAN2HTML = roffit < $< >$@
418 @CROSSCOMPILING_FALSE@TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
419 @CROSSCOMPILING_TRUE@TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
420 @CROSSCOMPILING_FALSE@TEST_Q = -a -s
421 @CROSSCOMPILING_FALSE@TEST_AM = -a -am
422 @CROSSCOMPILING_FALSE@TEST_F = -a -p -r
423 @CROSSCOMPILING_FALSE@TEST_T = -a -t
424 all: all-recursive
425
426 .SUFFIXES:
427 .SUFFIXES: .1 .html .pdf
428 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
429         @for dep in $?; do \
430           case '$(am__configure_deps)' in \
431             *$$dep*) \
432               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
433                 && { if test -f $@; then exit 0; else break; fi; }; \
434               exit 1;; \
435           esac; \
436         done; \
437         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
438         $(am__cd) $(top_srcdir) && \
439           $(AUTOMAKE) --foreign tests/Makefile
440 .PRECIOUS: Makefile
441 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
442         @case '$?' in \
443           *config.status*) \
444             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
445           *) \
446             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
447             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
448         esac;
449
450 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
451         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452
453 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
454         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
456         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457 $(am__aclocal_m4_deps):
458
459 mostlyclean-libtool:
460         -rm -f *.lo
461
462 clean-libtool:
463         -rm -rf .libs _libs
464
465 # This directory's subdirectories are mostly independent; you can cd
466 # into them and run 'make' without going through this Makefile.
467 # To change the values of 'make' variables: instead of editing Makefiles,
468 # (1) if the variable is set in 'config.status', edit 'config.status'
469 #     (which will cause the Makefiles to be regenerated when you run 'make');
470 # (2) otherwise, pass the desired values on the 'make' command line.
471 $(am__recursive_targets):
472         @fail=; \
473         if $(am__make_keepgoing); then \
474           failcom='fail=yes'; \
475         else \
476           failcom='exit 1'; \
477         fi; \
478         dot_seen=no; \
479         target=`echo $@ | sed s/-recursive//`; \
480         case "$@" in \
481           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
482           *) list='$(SUBDIRS)' ;; \
483         esac; \
484         for subdir in $$list; do \
485           echo "Making $$target in $$subdir"; \
486           if test "$$subdir" = "."; then \
487             dot_seen=yes; \
488             local_target="$$target-am"; \
489           else \
490             local_target="$$target"; \
491           fi; \
492           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
493           || eval $$failcom; \
494         done; \
495         if test "$$dot_seen" = "no"; then \
496           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
497         fi; test -z "$$fail"
498
499 ID: $(am__tagged_files)
500         $(am__define_uniq_tagged_files); mkid -fID $$unique
501 tags: tags-recursive
502 TAGS: tags
503
504 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
505         set x; \
506         here=`pwd`; \
507         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
508           include_option=--etags-include; \
509           empty_fix=.; \
510         else \
511           include_option=--include; \
512           empty_fix=; \
513         fi; \
514         list='$(SUBDIRS)'; for subdir in $$list; do \
515           if test "$$subdir" = .; then :; else \
516             test ! -f $$subdir/TAGS || \
517               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
518           fi; \
519         done; \
520         $(am__define_uniq_tagged_files); \
521         shift; \
522         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
523           test -n "$$unique" || unique=$$empty_fix; \
524           if test $$# -gt 0; then \
525             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
526               "$$@" $$unique; \
527           else \
528             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529               $$unique; \
530           fi; \
531         fi
532 ctags: ctags-recursive
533
534 CTAGS: ctags
535 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
536         $(am__define_uniq_tagged_files); \
537         test -z "$(CTAGS_ARGS)$$unique" \
538           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
539              $$unique
540
541 GTAGS:
542         here=`$(am__cd) $(top_builddir) && pwd` \
543           && $(am__cd) $(top_srcdir) \
544           && gtags -i $(GTAGS_ARGS) "$$here"
545 cscopelist: cscopelist-recursive
546
547 cscopelist-am: $(am__tagged_files)
548         list='$(am__tagged_files)'; \
549         case "$(srcdir)" in \
550           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
551           *) sdir=$(subdir)/$(srcdir) ;; \
552         esac; \
553         for i in $$list; do \
554           if test -f "$$i"; then \
555             echo "$(subdir)/$$i"; \
556           else \
557             echo "$$sdir/$$i"; \
558           fi; \
559         done >> $(top_builddir)/cscope.files
560
561 distclean-tags:
562         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
563
564 distdir: $(DISTFILES)
565         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567         list='$(DISTFILES)'; \
568           dist_files=`for file in $$list; do echo $$file; done | \
569           sed -e "s|^$$srcdirstrip/||;t" \
570               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
571         case $$dist_files in \
572           */*) $(MKDIR_P) `echo "$$dist_files" | \
573                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
574                            sort -u` ;; \
575         esac; \
576         for file in $$dist_files; do \
577           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
578           if test -d $$d/$$file; then \
579             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
580             if test -d "$(distdir)/$$file"; then \
581               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582             fi; \
583             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
584               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
585               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586             fi; \
587             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
588           else \
589             test -f "$(distdir)/$$file" \
590             || cp -p $$d/$$file "$(distdir)/$$file" \
591             || exit 1; \
592           fi; \
593         done
594         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
595           if test "$$subdir" = .; then :; else \
596             $(am__make_dryrun) \
597               || test -d "$(distdir)/$$subdir" \
598               || $(MKDIR_P) "$(distdir)/$$subdir" \
599               || exit 1; \
600             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
601             $(am__relativize); \
602             new_distdir=$$reldir; \
603             dir1=$$subdir; dir2="$(top_distdir)"; \
604             $(am__relativize); \
605             new_top_distdir=$$reldir; \
606             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
607             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
608             ($(am__cd) $$subdir && \
609               $(MAKE) $(AM_MAKEFLAGS) \
610                 top_distdir="$$new_top_distdir" \
611                 distdir="$$new_distdir" \
612                 am__remove_distdir=: \
613                 am__skip_length_check=: \
614                 am__skip_mode_fix=: \
615                 distdir) \
616               || exit 1; \
617           fi; \
618         done
619 check-am: all-am
620 check: check-recursive
621 all-am: Makefile
622 installdirs: installdirs-recursive
623 installdirs-am:
624 install: install-recursive
625 install-exec: install-exec-recursive
626 install-data: install-data-recursive
627 uninstall: uninstall-recursive
628
629 install-am: all-am
630         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
631
632 installcheck: installcheck-recursive
633 install-strip:
634         if test -z '$(STRIP)'; then \
635           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
636             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
637               install; \
638         else \
639           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
640             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
641             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
642         fi
643 mostlyclean-generic:
644
645 clean-generic:
646         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
647
648 distclean-generic:
649         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
650         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
651         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
652
653 maintainer-clean-generic:
654         @echo "This command is intended for maintainers to use"
655         @echo "it deletes files that may require special tools to rebuild."
656 clean: clean-recursive
657
658 clean-am: clean-generic clean-libtool mostlyclean-am
659
660 distclean: distclean-recursive
661         -rm -f Makefile
662 distclean-am: clean-am distclean-generic distclean-tags
663
664 dvi: dvi-recursive
665
666 dvi-am:
667
668 html: html-recursive
669
670 html-am:
671
672 info: info-recursive
673
674 info-am:
675
676 install-data-am:
677
678 install-dvi: install-dvi-recursive
679
680 install-dvi-am:
681
682 install-exec-am:
683
684 install-html: install-html-recursive
685
686 install-html-am:
687
688 install-info: install-info-recursive
689
690 install-info-am:
691
692 install-man:
693
694 install-pdf: install-pdf-recursive
695
696 install-pdf-am:
697
698 install-ps: install-ps-recursive
699
700 install-ps-am:
701
702 installcheck-am:
703
704 maintainer-clean: maintainer-clean-recursive
705         -rm -f Makefile
706 maintainer-clean-am: distclean-am maintainer-clean-generic
707
708 mostlyclean: mostlyclean-recursive
709
710 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
711
712 pdf: pdf-recursive
713
714 pdf-am:
715
716 ps: ps-recursive
717
718 ps-am:
719
720 uninstall-am:
721
722 .MAKE: $(am__recursive_targets) install-am install-strip
723
724 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
725         check-am clean clean-generic clean-libtool cscopelist-am ctags \
726         ctags-am distclean distclean-generic distclean-libtool \
727         distclean-tags distdir dvi dvi-am html html-am info info-am \
728         install install-am install-data install-data-am install-dvi \
729         install-dvi-am install-exec install-exec-am install-html \
730         install-html-am install-info install-info-am install-man \
731         install-pdf install-pdf-am install-ps install-ps-am \
732         install-strip installcheck installcheck-am installdirs \
733         installdirs-am maintainer-clean maintainer-clean-generic \
734         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
735         ps ps-am tags tags-am uninstall uninstall-am
736
737
738 curl:
739         @cd $(top_builddir) && $(MAKE)
740
741 # make sure that PERL is pointing to an executable
742 perlcheck:
743         @if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
744
745 test: perlcheck all
746         $(TEST)
747
748 quiet-test: perlcheck all
749         $(TEST) $(TEST_Q)
750
751 am-test: perlcheck all
752         $(TEST) $(TEST_AM)
753
754 full-test: perlcheck all
755         $(TEST) $(TEST_F)
756
757 torture-test: perlcheck all
758         $(TEST) $(TEST_T)
759
760 .1.html:
761         $(MAN2HTML)
762
763 .1.pdf:
764         @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
765         groff -Tps -man $< >$$foo.ps; \
766         ps2pdf $$foo.ps $@; \
767         rm $$foo.ps; \
768         echo "converted $< to $@")
769
770 # Tell versions [3.59,3.63) of GNU make to not export all variables.
771 # Otherwise a system limit (for SysV at least) may be exceeded.
772 .NOEXPORT: