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