9cc4671e960ae39889aa85a776418b5091bcb792
[platform/upstream/curl.git] / tests / certs / scripts / Makefile.in
1 # Makefile.in generated by automake 1.13.3 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 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = tests/certs/scripts
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82         $(top_srcdir)/mkinstalldirs
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
85         $(top_srcdir)/m4/curl-confopts.m4 \
86         $(top_srcdir)/m4/curl-functions.m4 \
87         $(top_srcdir)/m4/curl-openssl.m4 \
88         $(top_srcdir)/m4/curl-override.m4 \
89         $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
90         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
91         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
92         $(top_srcdir)/m4/xc-am-iface.m4 \
93         $(top_srcdir)/m4/xc-cc-check.m4 \
94         $(top_srcdir)/m4/xc-lt-iface.m4 \
95         $(top_srcdir)/m4/xc-translit.m4 \
96         $(top_srcdir)/m4/xc-val-flgs.m4 \
97         $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98         $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99         $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
100         $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102         $(ACLOCAL_M4)
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
105         $(top_builddir)/include/curl/curlbuild.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 AM_V_P = $(am__v_P_@AM_V@)
109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110 am__v_P_0 = false
111 am__v_P_1 = :
112 AM_V_GEN = $(am__v_GEN_@AM_V@)
113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114 am__v_GEN_0 = @echo "  GEN     " $@;
115 am__v_GEN_1 = 
116 AM_V_at = $(am__v_at_@AM_V@)
117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118 am__v_at_0 = @
119 am__v_at_1 = 
120 SOURCES =
121 DIST_SOURCES =
122 am__can_run_installinfo = \
123   case $$AM_UPDATE_INFO_DIR in \
124     n|no|NO) false;; \
125     *) (install-info --version) >/dev/null 2>&1;; \
126   esac
127 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 ACLOCAL = @ACLOCAL@
130 AMTAR = @AMTAR@
131 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132 AR = @AR@
133 AS = @AS@
134 AUTOCONF = @AUTOCONF@
135 AUTOHEADER = @AUTOHEADER@
136 AUTOMAKE = @AUTOMAKE@
137 AWK = @AWK@
138 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
139 CC = @CC@
140 CCDEPMODE = @CCDEPMODE@
141 CFLAGS = @CFLAGS@
142 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
143 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
144 CPP = @CPP@
145 CPPFLAGS = @CPPFLAGS@
146 CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
147 CURLVERSION = @CURLVERSION@
148 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
149 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
150 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
151 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
152 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
153 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
154 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
155 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
156 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
157 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
158 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
159 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
160 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
161 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
162 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
163 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
164 CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
165 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
166 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
167 CYGPATH_W = @CYGPATH_W@
168 DEFS = @DEFS@
169 DEPDIR = @DEPDIR@
170 DLLTOOL = @DLLTOOL@
171 DSYMUTIL = @DSYMUTIL@
172 DUMPBIN = @DUMPBIN@
173 ECHO_C = @ECHO_C@
174 ECHO_N = @ECHO_N@
175 ECHO_T = @ECHO_T@
176 EGREP = @EGREP@
177 ENABLE_SHARED = @ENABLE_SHARED@
178 ENABLE_STATIC = @ENABLE_STATIC@
179 EXEEXT = @EXEEXT@
180 FGREP = @FGREP@
181 GREP = @GREP@
182 HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
183 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
184 HAVE_LIBZ = @HAVE_LIBZ@
185 HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
186 HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
187 IDN_ENABLED = @IDN_ENABLED@
188 INSTALL = @INSTALL@
189 INSTALL_DATA = @INSTALL_DATA@
190 INSTALL_PROGRAM = @INSTALL_PROGRAM@
191 INSTALL_SCRIPT = @INSTALL_SCRIPT@
192 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193 IPV6_ENABLED = @IPV6_ENABLED@
194 KRB4_ENABLED = @KRB4_ENABLED@
195 LD = @LD@
196 LDFLAGS = @LDFLAGS@
197 LIBCURL_LIBS = @LIBCURL_LIBS@
198 LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
199 LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
200 LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
201 LIBOBJS = @LIBOBJS@
202 LIBS = @LIBS@
203 LIBTOOL = @LIBTOOL@
204 LIPO = @LIPO@
205 LN_S = @LN_S@
206 LTLIBOBJS = @LTLIBOBJS@
207 MAINT = @MAINT@
208 MAKEINFO = @MAKEINFO@
209 MANIFEST_TOOL = @MANIFEST_TOOL@
210 MANOPT = @MANOPT@
211 MKDIR_P = @MKDIR_P@
212 NM = @NM@
213 NMEDIT = @NMEDIT@
214 NROFF = @NROFF@
215 OBJDUMP = @OBJDUMP@
216 OBJEXT = @OBJEXT@
217 OTOOL = @OTOOL@
218 OTOOL64 = @OTOOL64@
219 PACKAGE = @PACKAGE@
220 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221 PACKAGE_NAME = @PACKAGE_NAME@
222 PACKAGE_STRING = @PACKAGE_STRING@
223 PACKAGE_TARNAME = @PACKAGE_TARNAME@
224 PACKAGE_URL = @PACKAGE_URL@
225 PACKAGE_VERSION = @PACKAGE_VERSION@
226 PATH_SEPARATOR = @PATH_SEPARATOR@
227 PERL = @PERL@
228 PKGADD_NAME = @PKGADD_NAME@
229 PKGADD_PKG = @PKGADD_PKG@
230 PKGADD_VENDOR = @PKGADD_VENDOR@
231 PKGCONFIG = @PKGCONFIG@
232 RANDOM_FILE = @RANDOM_FILE@
233 RANLIB = @RANLIB@
234 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
235 SED = @SED@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 SSL_ENABLED = @SSL_ENABLED@
239 STRIP = @STRIP@
240 SUPPORT_FEATURES = @SUPPORT_FEATURES@
241 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
242 USE_ARES = @USE_ARES@
243 USE_AXTLS = @USE_AXTLS@
244 USE_CYASSL = @USE_CYASSL@
245 USE_DARWINSSL = @USE_DARWINSSL@
246 USE_GNUTLS = @USE_GNUTLS@
247 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
248 USE_LIBRTMP = @USE_LIBRTMP@
249 USE_LIBSSH2 = @USE_LIBSSH2@
250 USE_NSS = @USE_NSS@
251 USE_OPENLDAP = @USE_OPENLDAP@
252 USE_POLARSSL = @USE_POLARSSL@
253 USE_SCHANNEL = @USE_SCHANNEL@
254 USE_SSLEAY = @USE_SSLEAY@
255 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
256 VERSION = @VERSION@
257 VERSIONNUM = @VERSIONNUM@
258 ZLIB_LIBS = @ZLIB_LIBS@
259 abs_builddir = @abs_builddir@
260 abs_srcdir = @abs_srcdir@
261 abs_top_builddir = @abs_top_builddir@
262 abs_top_srcdir = @abs_top_srcdir@
263 ac_ct_AR = @ac_ct_AR@
264 ac_ct_CC = @ac_ct_CC@
265 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 am__include = @am__include@
267 am__leading_dot = @am__leading_dot@
268 am__quote = @am__quote@
269 am__tar = @am__tar@
270 am__untar = @am__untar@
271 bindir = @bindir@
272 build = @build@
273 build_alias = @build_alias@
274 build_cpu = @build_cpu@
275 build_os = @build_os@
276 build_vendor = @build_vendor@
277 builddir = @builddir@
278 datadir = @datadir@
279 datarootdir = @datarootdir@
280 docdir = @docdir@
281 dvidir = @dvidir@
282 exec_prefix = @exec_prefix@
283 host = @host@
284 host_alias = @host_alias@
285 host_cpu = @host_cpu@
286 host_os = @host_os@
287 host_vendor = @host_vendor@
288 htmldir = @htmldir@
289 includedir = @includedir@
290 infodir = @infodir@
291 install_sh = @install_sh@
292 libdir = @libdir@
293 libexecdir = @libexecdir@
294 libext = @libext@
295 localedir = @localedir@
296 localstatedir = @localstatedir@
297 mandir = @mandir@
298 mkdir_p = @mkdir_p@
299 oldincludedir = @oldincludedir@
300 pdfdir = @pdfdir@
301 prefix = @prefix@
302 program_transform_name = @program_transform_name@
303 psdir = @psdir@
304 sbindir = @sbindir@
305 sharedstatedir = @sharedstatedir@
306 srcdir = @srcdir@
307 subdirs = @subdirs@
308 sysconfdir = @sysconfdir@
309 target_alias = @target_alias@
310 top_build_prefix = @top_build_prefix@
311 top_builddir = @top_builddir@
312 top_srcdir = @top_srcdir@
313
314 #***************************************************************************
315 #                                  _   _ ____  _
316 #  Project                     ___| | | |  _ \| |
317 #                             / __| | | | |_) | |
318 #                            | (__| |_| |  _ <| |___
319 #                             \___|\___/|_| \_\_____|
320 #
321 # Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
322 #
323 # This software is licensed as described in the file COPYING, which
324 # you should have received as part of this distribution. The terms
325 # are also available at http://curl.haxx.se/docs/copyright.html.
326 #
327 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
328 # copies of the Software, and permit persons to whom the Software is
329 # furnished to do so, under the terms of the COPYING file.
330 #
331 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
332 # KIND, either express or implied.
333 #
334 ###########################################################################
335 AUTOMAKE_OPTIONS = foreign
336 SCRIPTFILES = \
337   genroot.sh \
338   genserv.sh
339
340 EXTRA_DIST = $(SCRIPTFILES)
341 all: all-am
342
343 .SUFFIXES:
344 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
345         @for dep in $?; do \
346           case '$(am__configure_deps)' in \
347             *$$dep*) \
348               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
349                 && { if test -f $@; then exit 0; else break; fi; }; \
350               exit 1;; \
351           esac; \
352         done; \
353         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/certs/scripts/Makefile'; \
354         $(am__cd) $(top_srcdir) && \
355           $(AUTOMAKE) --foreign tests/certs/scripts/Makefile
356 .PRECIOUS: Makefile
357 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358         @case '$?' in \
359           *config.status*) \
360             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
361           *) \
362             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
363             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
364         esac;
365
366 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
369 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
370         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
372         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373 $(am__aclocal_m4_deps):
374
375 mostlyclean-libtool:
376         -rm -f *.lo
377
378 clean-libtool:
379         -rm -rf .libs _libs
380 tags TAGS:
381
382 ctags CTAGS:
383
384 cscope cscopelist:
385
386
387 distdir: $(DISTFILES)
388         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390         list='$(DISTFILES)'; \
391           dist_files=`for file in $$list; do echo $$file; done | \
392           sed -e "s|^$$srcdirstrip/||;t" \
393               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
394         case $$dist_files in \
395           */*) $(MKDIR_P) `echo "$$dist_files" | \
396                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
397                            sort -u` ;; \
398         esac; \
399         for file in $$dist_files; do \
400           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
401           if test -d $$d/$$file; then \
402             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
403             if test -d "$(distdir)/$$file"; then \
404               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405             fi; \
406             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
407               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
408               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
409             fi; \
410             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
411           else \
412             test -f "$(distdir)/$$file" \
413             || cp -p $$d/$$file "$(distdir)/$$file" \
414             || exit 1; \
415           fi; \
416         done
417 check-am: all-am
418 check: check-am
419 all-am: Makefile
420 installdirs:
421 install: install-am
422 install-exec: install-exec-am
423 install-data: install-data-am
424 uninstall: uninstall-am
425
426 install-am: all-am
427         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
429 installcheck: installcheck-am
430 install-strip:
431         if test -z '$(STRIP)'; then \
432           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434               install; \
435         else \
436           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
437             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
438             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
439         fi
440 mostlyclean-generic:
441
442 clean-generic:
443
444 distclean-generic:
445         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
446         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
447
448 maintainer-clean-generic:
449         @echo "This command is intended for maintainers to use"
450         @echo "it deletes files that may require special tools to rebuild."
451 clean: clean-am
452
453 clean-am: clean-generic clean-libtool mostlyclean-am
454
455 distclean: distclean-am
456         -rm -f Makefile
457 distclean-am: clean-am distclean-generic
458
459 dvi: dvi-am
460
461 dvi-am:
462
463 html: html-am
464
465 html-am:
466
467 info: info-am
468
469 info-am:
470
471 install-data-am:
472
473 install-dvi: install-dvi-am
474
475 install-dvi-am:
476
477 install-exec-am:
478
479 install-html: install-html-am
480
481 install-html-am:
482
483 install-info: install-info-am
484
485 install-info-am:
486
487 install-man:
488
489 install-pdf: install-pdf-am
490
491 install-pdf-am:
492
493 install-ps: install-ps-am
494
495 install-ps-am:
496
497 installcheck-am:
498
499 maintainer-clean: maintainer-clean-am
500         -rm -f Makefile
501 maintainer-clean-am: distclean-am maintainer-clean-generic
502
503 mostlyclean: mostlyclean-am
504
505 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
506
507 pdf: pdf-am
508
509 pdf-am:
510
511 ps: ps-am
512
513 ps-am:
514
515 uninstall-am:
516
517 .MAKE: install-am install-strip
518
519 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
520         cscopelist-am ctags-am distclean distclean-generic \
521         distclean-libtool distdir dvi dvi-am html html-am info info-am \
522         install install-am install-data install-data-am install-dvi \
523         install-dvi-am install-exec install-exec-am install-html \
524         install-html-am install-info install-info-am install-man \
525         install-pdf install-pdf-am install-ps install-ps-am \
526         install-strip installcheck installcheck-am installdirs \
527         maintainer-clean maintainer-clean-generic mostlyclean \
528         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
529         tags-am uninstall uninstall-am
530
531
532 # Tell versions [3.59,3.63) of GNU make to not export all variables.
533 # Otherwise a system limit (for SysV at least) may be exceeded.
534 .NOEXPORT: