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