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#***************************************************************************
18#                                  _   _ ____  _
19#  Project                     ___| | | |  _ \| |
20#                             / __| | | | |_) | |
21#                            | (__| |_| |  _ <| |___
22#                             \___|\___/|_| \_\_____|
23#
24# Copyright (C) 1998 - 2011, 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###########################################################################
38srcdir = @srcdir@
39top_srcdir = @top_srcdir@
40VPATH = @srcdir@
41pkgdatadir = $(datadir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkgincludedir = $(includedir)/@PACKAGE@
44top_builddir = ..
45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46INSTALL = @INSTALL@
47install_sh_DATA = $(install_sh) -c -m 644
48install_sh_PROGRAM = $(install_sh) -c
49install_sh_SCRIPT = $(install_sh) -c
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = $(program_transform_name)
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58build_triplet = @build@
59host_triplet = @host@
60subdir = tests
61DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
64	$(top_srcdir)/m4/curl-confopts.m4 \
65	$(top_srcdir)/m4/curl-functions.m4 \
66	$(top_srcdir)/m4/curl-openssl.m4 \
67	$(top_srcdir)/m4/curl-override.m4 \
68	$(top_srcdir)/m4/curl-reentrant.m4 \
69	$(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
70	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
71	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
72	$(top_srcdir)/m4/xc-translit.m4 $(top_srcdir)/acinclude.m4 \
73	$(top_srcdir)/configure.ac
74am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75	$(ACLOCAL_M4)
76mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
78	$(top_builddir)/src/curl_config.h \
79	$(top_builddir)/include/curl/curlbuild.h
80CONFIG_CLEAN_FILES =
81SOURCES =
82DIST_SOURCES =
83RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
84	html-recursive info-recursive install-data-recursive \
85	install-exec-recursive install-info-recursive \
86	install-recursive installcheck-recursive installdirs-recursive \
87	pdf-recursive ps-recursive uninstall-info-recursive \
88	uninstall-recursive
89ETAGS = etags
90CTAGS = ctags
91DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92ACLOCAL = @ACLOCAL@
93AMDEP_FALSE = @AMDEP_FALSE@
94AMDEP_TRUE = @AMDEP_TRUE@
95AMTAR = @AMTAR@
96AR = @AR@
97AS = @AS@
98AUTOCONF = @AUTOCONF@
99AUTOHEADER = @AUTOHEADER@
100AUTOMAKE = @AUTOMAKE@
101AWK = @AWK@
102BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
103BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
104BUILD_UNITTESTS_FALSE = @BUILD_UNITTESTS_FALSE@
105BUILD_UNITTESTS_TRUE = @BUILD_UNITTESTS_TRUE@
106CC = @CC@
107CCDEPMODE = @CCDEPMODE@
108CFLAGS = @CFLAGS@
109CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
110CPP = @CPP@
111CPPFLAGS = @CPPFLAGS@
112CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
113CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
114CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
115CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
116CURLVERSION = @CURLVERSION@
117CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
118CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
119CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
120CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
121CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
122CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
123CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
124CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
125CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
126CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
127CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
128CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
129CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
130CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
131CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
132CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
133CURL_LIBS = @CURL_LIBS@
134CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
135CYGPATH_W = @CYGPATH_W@
136DEFS = @DEFS@
137DEPDIR = @DEPDIR@
138DLLTOOL = @DLLTOOL@
139DSYMUTIL = @DSYMUTIL@
140DUMPBIN = @DUMPBIN@
141ECHO_C = @ECHO_C@
142ECHO_N = @ECHO_N@
143ECHO_T = @ECHO_T@
144EGREP = @EGREP@
145ENABLE_SHARED = @ENABLE_SHARED@
146EXEEXT = @EXEEXT@
147FGREP = @FGREP@
148GREP = @GREP@
149HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
150HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
151HAVE_LIBZ = @HAVE_LIBZ@
152HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
153HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
154HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
155HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
156IDN_ENABLED = @IDN_ENABLED@
157INSTALL_DATA = @INSTALL_DATA@
158INSTALL_PROGRAM = @INSTALL_PROGRAM@
159INSTALL_SCRIPT = @INSTALL_SCRIPT@
160INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
161IPV6_ENABLED = @IPV6_ENABLED@
162KRB4_ENABLED = @KRB4_ENABLED@
163LD = @LD@
164LDFLAGS = @LDFLAGS@
165LIBCURL_LIBS = @LIBCURL_LIBS@
166LIBOBJS = @LIBOBJS@
167LIBS = @LIBS@
168LIBTOOL = @LIBTOOL@
169LIPO = @LIPO@
170LN_S = @LN_S@
171LTLIBOBJS = @LTLIBOBJS@
172MAINT = @MAINT@
173MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
174MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
175MAKEINFO = @MAKEINFO@
176MANIFEST_TOOL = @MANIFEST_TOOL@
177MANOPT = @MANOPT@
178MIMPURE_FALSE = @MIMPURE_FALSE@
179MIMPURE_TRUE = @MIMPURE_TRUE@
180NM = @NM@
181NMEDIT = @NMEDIT@
182NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
183NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
184NROFF = @NROFF@
185OBJDUMP = @OBJDUMP@
186OBJEXT = @OBJEXT@
187OTOOL = @OTOOL@
188OTOOL64 = @OTOOL64@
189PACKAGE = @PACKAGE@
190PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
191PACKAGE_NAME = @PACKAGE_NAME@
192PACKAGE_STRING = @PACKAGE_STRING@
193PACKAGE_TARNAME = @PACKAGE_TARNAME@
194PACKAGE_URL = @PACKAGE_URL@
195PACKAGE_VERSION = @PACKAGE_VERSION@
196PATH = @PATH@
197PATH_SEPARATOR = @PATH_SEPARATOR@
198PERL = @PERL@
199PKGADD_NAME = @PKGADD_NAME@
200PKGADD_PKG = @PKGADD_PKG@
201PKGADD_VENDOR = @PKGADD_VENDOR@
202PKGCONFIG = @PKGCONFIG@
203RANDOM_FILE = @RANDOM_FILE@
204RANLIB = @RANLIB@
205REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
206SED = @SED@
207SET_MAKE = @SET_MAKE@
208SHELL = @SHELL@
209SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
210SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
211SSL_ENABLED = @SSL_ENABLED@
212STATICLIB_FALSE = @STATICLIB_FALSE@
213STATICLIB_TRUE = @STATICLIB_TRUE@
214STRIP = @STRIP@
215SUPPORT_FEATURES = @SUPPORT_FEATURES@
216SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
217TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
218USE_ARES = @USE_ARES@
219USE_AXTLS = @USE_AXTLS@
220USE_CYASSL = @USE_CYASSL@
221USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
222USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
223USE_GNUTLS = @USE_GNUTLS@
224USE_LIBRTMP = @USE_LIBRTMP@
225USE_LIBSSH2 = @USE_LIBSSH2@
226USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
227USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
228USE_NSS = @USE_NSS@
229USE_OPENLDAP = @USE_OPENLDAP@
230USE_POLARSSL = @USE_POLARSSL@
231USE_SSLEAY = @USE_SSLEAY@
232USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
233VERSION = @VERSION@
234VERSIONNUM = @VERSIONNUM@
235ac_ct_AR = @ac_ct_AR@
236ac_ct_CC = @ac_ct_CC@
237ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
238am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
239am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
240am__include = @am__include@
241am__leading_dot = @am__leading_dot@
242am__quote = @am__quote@
243am__tar = @am__tar@
244am__untar = @am__untar@
245bindir = @bindir@
246build = @build@
247build_alias = @build_alias@
248build_cpu = @build_cpu@
249build_os = @build_os@
250build_vendor = @build_vendor@
251datadir = @datadir@
252datarootdir = @datarootdir@
253docdir = @docdir@
254dvidir = @dvidir@
255exec_prefix = @exec_prefix@
256host = @host@
257host_alias = @host_alias@
258host_cpu = @host_cpu@
259host_os = @host_os@
260host_vendor = @host_vendor@
261htmldir = @htmldir@
262includedir = @includedir@
263infodir = @infodir@
264install_sh = @install_sh@
265libdir = @libdir@
266libexecdir = @libexecdir@
267libext = @libext@
268localedir = @localedir@
269localstatedir = @localstatedir@
270mandir = @mandir@
271mkdir_p = @mkdir_p@
272oldincludedir = @oldincludedir@
273pdfdir = @pdfdir@
274prefix = @prefix@
275program_transform_name = @program_transform_name@
276psdir = @psdir@
277sbindir = @sbindir@
278sharedstatedir = @sharedstatedir@
279subdirs = @subdirs@
280sysconfdir = @sysconfdir@
281target_alias = @target_alias@
282HTMLPAGES = testcurl.html runtests.html
283PDFPAGES = testcurl.pdf runtests.pdf
284EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \
285 FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm   \
286 sshserver.pl sshhelp.pm testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES) \
287 CMakeLists.txt certs/scripts/*.sh certs/Server* certs/EdelCurlRoot* \
288 serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \
289 certs/srp-verifier-conf certs/srp-verifier-db
290
291@BUILD_UNITTESTS_FALSE@BUILD_UNIT = 
292@BUILD_UNITTESTS_TRUE@BUILD_UNIT = unit
293SUBDIRS = data server libtest $(BUILD_UNIT)
294DIST_SUBDIRS = $(SUBDIRS) unit
295PERLFLAGS = -I$(srcdir)
296CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid
297MAN2HTML = roffit < $< >$@
298@CROSSCOMPILING_FALSE@TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
299@CROSSCOMPILING_TRUE@TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
300@CROSSCOMPILING_FALSE@TEST_Q = -a -s
301@CROSSCOMPILING_TRUE@TEST_Q = 
302@CROSSCOMPILING_FALSE@TEST_F = -a -p -r
303@CROSSCOMPILING_TRUE@TEST_F = 
304@CROSSCOMPILING_FALSE@TEST_T = -a -t
305@CROSSCOMPILING_TRUE@TEST_T = 
306all: all-recursive
307
308.SUFFIXES:
309.SUFFIXES: .1 .html .pdf
310$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
311	@for dep in $?; do \
312	  case '$(am__configure_deps)' in \
313	    *$$dep*) \
314	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
315		&& exit 0; \
316	      exit 1;; \
317	  esac; \
318	done; \
319	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
320	cd $(top_srcdir) && \
321	  $(AUTOMAKE) --foreign  tests/Makefile
322.PRECIOUS: Makefile
323Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324	@case '$?' in \
325	  *config.status*) \
326	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
327	  *) \
328	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
330	esac;
331
332$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334
335$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
336	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
338	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339
340mostlyclean-libtool:
341	-rm -f *.lo
342
343clean-libtool:
344	-rm -rf .libs _libs
345
346distclean-libtool:
347	-rm -f libtool
348uninstall-info-am:
349
350# This directory's subdirectories are mostly independent; you can cd
351# into them and run `make' without going through this Makefile.
352# To change the values of `make' variables: instead of editing Makefiles,
353# (1) if the variable is set in `config.status', edit `config.status'
354#     (which will cause the Makefiles to be regenerated when you run `make');
355# (2) otherwise, pass the desired values on the `make' command line.
356$(RECURSIVE_TARGETS):
357	@failcom='exit 1'; \
358	for f in x $$MAKEFLAGS; do \
359	  case $$f in \
360	    *=* | --[!k]*);; \
361	    *k*) failcom='fail=yes';; \
362	  esac; \
363	done; \
364	dot_seen=no; \
365	target=`echo $@ | sed s/-recursive//`; \
366	list='$(SUBDIRS)'; for subdir in $$list; do \
367	  echo "Making $$target in $$subdir"; \
368	  if test "$$subdir" = "."; then \
369	    dot_seen=yes; \
370	    local_target="$$target-am"; \
371	  else \
372	    local_target="$$target"; \
373	  fi; \
374	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
375	  || eval $$failcom; \
376	done; \
377	if test "$$dot_seen" = "no"; then \
378	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
379	fi; test -z "$$fail"
380
381mostlyclean-recursive clean-recursive distclean-recursive \
382maintainer-clean-recursive:
383	@failcom='exit 1'; \
384	for f in x $$MAKEFLAGS; do \
385	  case $$f in \
386	    *=* | --[!k]*);; \
387	    *k*) failcom='fail=yes';; \
388	  esac; \
389	done; \
390	dot_seen=no; \
391	case "$@" in \
392	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
393	  *) list='$(SUBDIRS)' ;; \
394	esac; \
395	rev=''; for subdir in $$list; do \
396	  if test "$$subdir" = "."; then :; else \
397	    rev="$$subdir $$rev"; \
398	  fi; \
399	done; \
400	rev="$$rev ."; \
401	target=`echo $@ | sed s/-recursive//`; \
402	for subdir in $$rev; do \
403	  echo "Making $$target in $$subdir"; \
404	  if test "$$subdir" = "."; then \
405	    local_target="$$target-am"; \
406	  else \
407	    local_target="$$target"; \
408	  fi; \
409	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
410	  || eval $$failcom; \
411	done && test -z "$$fail"
412tags-recursive:
413	list='$(SUBDIRS)'; for subdir in $$list; do \
414	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
415	done
416ctags-recursive:
417	list='$(SUBDIRS)'; for subdir in $$list; do \
418	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
419	done
420
421ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
422	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
423	unique=`for i in $$list; do \
424	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425	  done | \
426	  $(AWK) '    { files[$$0] = 1; } \
427	       END { for (i in files) print i; }'`; \
428	mkid -fID $$unique
429tags: TAGS
430
431TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
432		$(TAGS_FILES) $(LISP)
433	tags=; \
434	here=`pwd`; \
435	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
436	  include_option=--etags-include; \
437	  empty_fix=.; \
438	else \
439	  include_option=--include; \
440	  empty_fix=; \
441	fi; \
442	list='$(SUBDIRS)'; for subdir in $$list; do \
443	  if test "$$subdir" = .; then :; else \
444	    test ! -f $$subdir/TAGS || \
445	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
446	  fi; \
447	done; \
448	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449	unique=`for i in $$list; do \
450	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451	  done | \
452	  $(AWK) '    { files[$$0] = 1; } \
453	       END { for (i in files) print i; }'`; \
454	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
455	  test -n "$$unique" || unique=$$empty_fix; \
456	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457	    $$tags $$unique; \
458	fi
459ctags: CTAGS
460CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461		$(TAGS_FILES) $(LISP)
462	tags=; \
463	here=`pwd`; \
464	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
465	unique=`for i in $$list; do \
466	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467	  done | \
468	  $(AWK) '    { files[$$0] = 1; } \
469	       END { for (i in files) print i; }'`; \
470	test -z "$(CTAGS_ARGS)$$tags$$unique" \
471	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472	     $$tags $$unique
473
474GTAGS:
475	here=`$(am__cd) $(top_builddir) && pwd` \
476	  && cd $(top_srcdir) \
477	  && gtags -i $(GTAGS_ARGS) $$here
478
479distclean-tags:
480	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481
482distdir: $(DISTFILES)
483	$(mkdir_p) $(distdir)/certs $(distdir)/certs/scripts
484	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
485	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
486	list='$(DISTFILES)'; for file in $$list; do \
487	  case $$file in \
488	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
489	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
490	  esac; \
491	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
493	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
494	    dir="/$$dir"; \
495	    $(mkdir_p) "$(distdir)$$dir"; \
496	  else \
497	    dir=''; \
498	  fi; \
499	  if test -d $$d/$$file; then \
500	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
502	    fi; \
503	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
504	  else \
505	    test -f $(distdir)/$$file \
506	    || cp -p $$d/$$file $(distdir)/$$file \
507	    || exit 1; \
508	  fi; \
509	done
510	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511	  if test "$$subdir" = .; then :; else \
512	    test -d "$(distdir)/$$subdir" \
513	    || $(mkdir_p) "$(distdir)/$$subdir" \
514	    || exit 1; \
515	    distdir=`$(am__cd) $(distdir) && pwd`; \
516	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
517	    (cd $$subdir && \
518	      $(MAKE) $(AM_MAKEFLAGS) \
519	        top_distdir="$$top_distdir" \
520	        distdir="$$distdir/$$subdir" \
521	        distdir) \
522	      || exit 1; \
523	  fi; \
524	done
525check-am: all-am
526check: check-recursive
527all-am: Makefile
528installdirs: installdirs-recursive
529installdirs-am:
530install: install-recursive
531install-exec: install-exec-recursive
532install-data: install-data-recursive
533uninstall: uninstall-recursive
534
535install-am: all-am
536	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537
538installcheck: installcheck-recursive
539install-strip:
540	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542	  `test -z '$(STRIP)' || \
543	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
544mostlyclean-generic:
545
546clean-generic:
547	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
548
549distclean-generic:
550	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551
552maintainer-clean-generic:
553	@echo "This command is intended for maintainers to use"
554	@echo "it deletes files that may require special tools to rebuild."
555clean: clean-recursive
556
557clean-am: clean-generic clean-libtool mostlyclean-am
558
559distclean: distclean-recursive
560	-rm -f Makefile
561distclean-am: clean-am distclean-generic distclean-libtool \
562	distclean-tags
563
564dvi: dvi-recursive
565
566dvi-am:
567
568html: html-recursive
569
570info: info-recursive
571
572info-am:
573
574install-data-am:
575
576install-exec-am:
577
578install-info: install-info-recursive
579
580install-man:
581
582installcheck-am:
583
584maintainer-clean: maintainer-clean-recursive
585	-rm -f Makefile
586maintainer-clean-am: distclean-am maintainer-clean-generic
587
588mostlyclean: mostlyclean-recursive
589
590mostlyclean-am: mostlyclean-generic mostlyclean-libtool
591
592pdf: pdf-recursive
593
594pdf-am:
595
596ps: ps-recursive
597
598ps-am:
599
600uninstall-am: uninstall-info-am
601
602uninstall-info: uninstall-info-recursive
603
604.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
605	clean clean-generic clean-libtool clean-recursive ctags \
606	ctags-recursive distclean distclean-generic distclean-libtool \
607	distclean-recursive distclean-tags distdir dvi dvi-am html \
608	html-am info info-am install install-am install-data \
609	install-data-am install-exec install-exec-am install-info \
610	install-info-am install-man install-strip installcheck \
611	installcheck-am installdirs installdirs-am maintainer-clean \
612	maintainer-clean-generic maintainer-clean-recursive \
613	mostlyclean mostlyclean-generic mostlyclean-libtool \
614	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
615	uninstall uninstall-am uninstall-info-am
616
617
618curl:
619	@cd $(top_builddir) && $(MAKE)
620
621test: all
622	$(TEST)
623
624quiet-test: all
625	$(TEST) $(TEST_Q)
626
627full-test: all
628	$(TEST) $(TEST_F)
629
630torture-test: all
631	$(TEST) $(TEST_T)
632
633.1.html:
634	$(MAN2HTML)
635
636.1.pdf:
637	@(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
638	groff -Tps -man $< >$$foo.ps; \
639	ps2pdf $$foo.ps $@; \
640	rm $$foo.ps; \
641	echo "converted $< to $@")
642# Tell versions [3.59,3.63) of GNU make to not export all variables.
643# Otherwise a system limit (for SysV at least) may be exceeded.
644.NOEXPORT:
645