• 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 = include
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 =
137depcomp =
138am__maybe_remake_depfiles =
139SOURCES =
140DIST_SOURCES =
141RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
142	ctags-recursive dvi-recursive html-recursive info-recursive \
143	install-data-recursive install-dvi-recursive \
144	install-exec-recursive install-html-recursive \
145	install-info-recursive install-pdf-recursive \
146	install-ps-recursive install-recursive installcheck-recursive \
147	installdirs-recursive pdf-recursive ps-recursive \
148	tags-recursive uninstall-recursive
149am__can_run_installinfo = \
150  case $$AM_UPDATE_INFO_DIR in \
151    n|no|NO) false;; \
152    *) (install-info --version) >/dev/null 2>&1;; \
153  esac
154RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
155  distclean-recursive maintainer-clean-recursive
156am__recursive_targets = \
157  $(RECURSIVE_TARGETS) \
158  $(RECURSIVE_CLEAN_TARGETS) \
159  $(am__extra_recursive_targets)
160AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
161	distdir distdir-am
162am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163# Read a list of newline-separated strings from the standard input,
164# and print each of them once, without duplicates.  Input order is
165# *not* preserved.
166am__uniquify_input = $(AWK) '\
167  BEGIN { nonempty = 0; } \
168  { items[$$0] = 1; nonempty = 1; } \
169  END { if (nonempty) { for (i in items) print i; }; } \
170'
171# Make sure the list of sources is unique.  This is necessary because,
172# e.g., the same source file might be shared among _SOURCES variables
173# for different programs/libraries.
174am__define_uniq_tagged_files = \
175  list='$(am__tagged_files)'; \
176  unique=`for i in $$list; do \
177    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178  done | $(am__uniquify_input)`
179DIST_SUBDIRS = $(SUBDIRS)
180am__DIST_COMMON = $(srcdir)/Makefile.in README.md
181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182am__relativize = \
183  dir0=`pwd`; \
184  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
185  sed_rest='s,^[^/]*/*,,'; \
186  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
187  sed_butlast='s,/*[^/]*$$,,'; \
188  while test -n "$$dir1"; do \
189    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190    if test "$$first" != "."; then \
191      if test "$$first" = ".."; then \
192        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
193        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
194      else \
195        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
196        if test "$$first2" = "$$first"; then \
197          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
198        else \
199          dir2="../$$dir2"; \
200        fi; \
201        dir0="$$dir0"/"$$first"; \
202      fi; \
203    fi; \
204    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
205  done; \
206  reldir="$$dir2"
207ACLOCAL = @ACLOCAL@
208AMTAR = @AMTAR@
209AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
210APACHECTL = @APACHECTL@
211APXS = @APXS@
212AR = @AR@
213AR_FLAGS = @AR_FLAGS@
214AS = @AS@
215AUTOCONF = @AUTOCONF@
216AUTOHEADER = @AUTOHEADER@
217AUTOMAKE = @AUTOMAKE@
218AWK = @AWK@
219BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
220CADDY = @CADDY@
221CC = @CC@
222CCDEPMODE = @CCDEPMODE@
223CFLAGS = @CFLAGS@
224CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
225CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
226CPP = @CPP@
227CPPFLAGS = @CPPFLAGS@
228CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
229CSCOPE = @CSCOPE@
230CTAGS = @CTAGS@
231CURLVERSION = @CURLVERSION@
232CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
233CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
234CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
235CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
236CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
237CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
238CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
239CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
240CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
241CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
242CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
243CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
244CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
245CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
246CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
247CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
248CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
249CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
250CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
251CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
252CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
253CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
254CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
255CYGPATH_W = @CYGPATH_W@
256DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
257DEFS = @DEFS@
258DEPDIR = @DEPDIR@
259DLLTOOL = @DLLTOOL@
260DSYMUTIL = @DSYMUTIL@
261DUMPBIN = @DUMPBIN@
262ECHO_C = @ECHO_C@
263ECHO_N = @ECHO_N@
264ECHO_T = @ECHO_T@
265EGREP = @EGREP@
266ENABLE_SHARED = @ENABLE_SHARED@
267ENABLE_STATIC = @ENABLE_STATIC@
268ETAGS = @ETAGS@
269EXEEXT = @EXEEXT@
270FGREP = @FGREP@
271FILECMD = @FILECMD@
272FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
273GCOV = @GCOV@
274GREP = @GREP@
275HAVE_BROTLI = @HAVE_BROTLI@
276HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
277HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
278HAVE_LIBZ = @HAVE_LIBZ@
279HAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@
280HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
281HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
282HAVE_ZSTD = @HAVE_ZSTD@
283HTTPD = @HTTPD@
284HTTPD_NGHTTPX = @HTTPD_NGHTTPX@
285IDN_ENABLED = @IDN_ENABLED@
286INSTALL = @INSTALL@
287INSTALL_DATA = @INSTALL_DATA@
288INSTALL_PROGRAM = @INSTALL_PROGRAM@
289INSTALL_SCRIPT = @INSTALL_SCRIPT@
290INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
291IPV6_ENABLED = @IPV6_ENABLED@
292LCOV = @LCOV@
293LD = @LD@
294LDFLAGS = @LDFLAGS@
295LIBCURL_LIBS = @LIBCURL_LIBS@
296LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
297LIBOBJS = @LIBOBJS@
298LIBS = @LIBS@
299LIBTOOL = @LIBTOOL@
300LIPO = @LIPO@
301LN_S = @LN_S@
302LTLIBOBJS = @LTLIBOBJS@
303LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304MAINT = @MAINT@
305MAKEINFO = @MAKEINFO@
306MANIFEST_TOOL = @MANIFEST_TOOL@
307MANOPT = @MANOPT@
308MKDIR_P = @MKDIR_P@
309NM = @NM@
310NMEDIT = @NMEDIT@
311NROFF = @NROFF@
312OBJDUMP = @OBJDUMP@
313OBJEXT = @OBJEXT@
314OTOOL = @OTOOL@
315OTOOL64 = @OTOOL64@
316PACKAGE = @PACKAGE@
317PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
318PACKAGE_NAME = @PACKAGE_NAME@
319PACKAGE_STRING = @PACKAGE_STRING@
320PACKAGE_TARNAME = @PACKAGE_TARNAME@
321PACKAGE_URL = @PACKAGE_URL@
322PACKAGE_VERSION = @PACKAGE_VERSION@
323PATH_SEPARATOR = @PATH_SEPARATOR@
324PERL = @PERL@
325PKGADD_NAME = @PKGADD_NAME@
326PKGADD_PKG = @PKGADD_PKG@
327PKGADD_VENDOR = @PKGADD_VENDOR@
328PKGCONFIG = @PKGCONFIG@
329RANDOM_FILE = @RANDOM_FILE@
330RANLIB = @RANLIB@
331RC = @RC@
332REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
333SED = @SED@
334SET_MAKE = @SET_MAKE@
335SHELL = @SHELL@
336SSL_BACKENDS = @SSL_BACKENDS@
337SSL_ENABLED = @SSL_ENABLED@
338SSL_LIBS = @SSL_LIBS@
339STRIP = @STRIP@
340SUPPORT_FEATURES = @SUPPORT_FEATURES@
341SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
342TEST_NGHTTPX = @TEST_NGHTTPX@
343USE_ARES = @USE_ARES@
344USE_BEARSSL = @USE_BEARSSL@
345USE_GNUTLS = @USE_GNUTLS@
346USE_HYPER = @USE_HYPER@
347USE_LIBRTMP = @USE_LIBRTMP@
348USE_LIBSSH = @USE_LIBSSH@
349USE_LIBSSH2 = @USE_LIBSSH2@
350USE_MBEDTLS = @USE_MBEDTLS@
351USE_MSH3 = @USE_MSH3@
352USE_NGHTTP2 = @USE_NGHTTP2@
353USE_NGHTTP3 = @USE_NGHTTP3@
354USE_NGTCP2 = @USE_NGTCP2@
355USE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@
356USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
357USE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@
358USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
359USE_NGTCP2_H3 = @USE_NGTCP2_H3@
360USE_OPENLDAP = @USE_OPENLDAP@
361USE_OPENSSL_H3 = @USE_OPENSSL_H3@
362USE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@
363USE_QUICHE = @USE_QUICHE@
364USE_RUSTLS = @USE_RUSTLS@
365USE_SCHANNEL = @USE_SCHANNEL@
366USE_SECTRANSP = @USE_SECTRANSP@
367USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
368USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
369USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
370USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
371USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
372USE_WOLFSSH = @USE_WOLFSSH@
373USE_WOLFSSL = @USE_WOLFSSL@
374VERSION = @VERSION@
375VERSIONNUM = @VERSIONNUM@
376ZLIB_LIBS = @ZLIB_LIBS@
377ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
378abs_builddir = @abs_builddir@
379abs_srcdir = @abs_srcdir@
380abs_top_builddir = @abs_top_builddir@
381abs_top_srcdir = @abs_top_srcdir@
382ac_ct_AR = @ac_ct_AR@
383ac_ct_CC = @ac_ct_CC@
384ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
385am__include = @am__include@
386am__leading_dot = @am__leading_dot@
387am__quote = @am__quote@
388am__tar = @am__tar@
389am__untar = @am__untar@
390bindir = @bindir@
391build = @build@
392build_alias = @build_alias@
393build_cpu = @build_cpu@
394build_os = @build_os@
395build_vendor = @build_vendor@
396builddir = @builddir@
397datadir = @datadir@
398datarootdir = @datarootdir@
399docdir = @docdir@
400dvidir = @dvidir@
401exec_prefix = @exec_prefix@
402host = @host@
403host_alias = @host_alias@
404host_cpu = @host_cpu@
405host_os = @host_os@
406host_vendor = @host_vendor@
407htmldir = @htmldir@
408includedir = @includedir@
409infodir = @infodir@
410install_sh = @install_sh@
411libdir = @libdir@
412libexecdir = @libexecdir@
413libext = @libext@
414localedir = @localedir@
415localstatedir = @localstatedir@
416mandir = @mandir@
417mkdir_p = @mkdir_p@
418oldincludedir = @oldincludedir@
419pdfdir = @pdfdir@
420prefix = @prefix@
421program_transform_name = @program_transform_name@
422psdir = @psdir@
423runstatedir = @runstatedir@
424sbindir = @sbindir@
425sharedstatedir = @sharedstatedir@
426srcdir = @srcdir@
427sysconfdir = @sysconfdir@
428target_alias = @target_alias@
429top_build_prefix = @top_build_prefix@
430top_builddir = @top_builddir@
431top_srcdir = @top_srcdir@
432
433#***************************************************************************
434#                                  _   _ ____  _
435#  Project                     ___| | | |  _ \| |
436#                             / __| | | | |_) | |
437#                            | (__| |_| |  _ <| |___
438#                             \___|\___/|_| \_\_____|
439#
440# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
441#
442# This software is licensed as described in the file COPYING, which
443# you should have received as part of this distribution. The terms
444# are also available at https://curl.se/docs/copyright.html.
445#
446# You may opt to use, copy, modify, merge, publish, distribute and/or sell
447# copies of the Software, and permit persons to whom the Software is
448# furnished to do so, under the terms of the COPYING file.
449#
450# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
451# KIND, either express or implied.
452#
453# SPDX-License-Identifier: curl
454#
455###########################################################################
456SUBDIRS = curl
457EXTRA_DIST = README.md
458AUTOMAKE_OPTIONS = foreign no-dependencies
459all: all-recursive
460
461.SUFFIXES:
462$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
463	@for dep in $?; do \
464	  case '$(am__configure_deps)' in \
465	    *$$dep*) \
466	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
467	        && { if test -f $@; then exit 0; else break; fi; }; \
468	      exit 1;; \
469	  esac; \
470	done; \
471	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
472	$(am__cd) $(top_srcdir) && \
473	  $(AUTOMAKE) --foreign include/Makefile
474Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
475	@case '$?' in \
476	  *config.status*) \
477	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
478	  *) \
479	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
480	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
481	esac;
482
483$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
484	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485
486$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
487	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
489	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
490$(am__aclocal_m4_deps):
491
492mostlyclean-libtool:
493	-rm -f *.lo
494
495clean-libtool:
496	-rm -rf .libs _libs
497
498# This directory's subdirectories are mostly independent; you can cd
499# into them and run 'make' without going through this Makefile.
500# To change the values of 'make' variables: instead of editing Makefiles,
501# (1) if the variable is set in 'config.status', edit 'config.status'
502#     (which will cause the Makefiles to be regenerated when you run 'make');
503# (2) otherwise, pass the desired values on the 'make' command line.
504$(am__recursive_targets):
505	@fail=; \
506	if $(am__make_keepgoing); then \
507	  failcom='fail=yes'; \
508	else \
509	  failcom='exit 1'; \
510	fi; \
511	dot_seen=no; \
512	target=`echo $@ | sed s/-recursive//`; \
513	case "$@" in \
514	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
515	  *) list='$(SUBDIRS)' ;; \
516	esac; \
517	for subdir in $$list; do \
518	  echo "Making $$target in $$subdir"; \
519	  if test "$$subdir" = "."; then \
520	    dot_seen=yes; \
521	    local_target="$$target-am"; \
522	  else \
523	    local_target="$$target"; \
524	  fi; \
525	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
526	  || eval $$failcom; \
527	done; \
528	if test "$$dot_seen" = "no"; then \
529	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
530	fi; test -z "$$fail"
531
532ID: $(am__tagged_files)
533	$(am__define_uniq_tagged_files); mkid -fID $$unique
534tags: tags-recursive
535TAGS: tags
536
537tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
538	set x; \
539	here=`pwd`; \
540	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
541	  include_option=--etags-include; \
542	  empty_fix=.; \
543	else \
544	  include_option=--include; \
545	  empty_fix=; \
546	fi; \
547	list='$(SUBDIRS)'; for subdir in $$list; do \
548	  if test "$$subdir" = .; then :; else \
549	    test ! -f $$subdir/TAGS || \
550	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
551	  fi; \
552	done; \
553	$(am__define_uniq_tagged_files); \
554	shift; \
555	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
556	  test -n "$$unique" || unique=$$empty_fix; \
557	  if test $$# -gt 0; then \
558	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
559	      "$$@" $$unique; \
560	  else \
561	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
562	      $$unique; \
563	  fi; \
564	fi
565ctags: ctags-recursive
566
567CTAGS: ctags
568ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
569	$(am__define_uniq_tagged_files); \
570	test -z "$(CTAGS_ARGS)$$unique" \
571	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
572	     $$unique
573
574GTAGS:
575	here=`$(am__cd) $(top_builddir) && pwd` \
576	  && $(am__cd) $(top_srcdir) \
577	  && gtags -i $(GTAGS_ARGS) "$$here"
578cscopelist: cscopelist-recursive
579
580cscopelist-am: $(am__tagged_files)
581	list='$(am__tagged_files)'; \
582	case "$(srcdir)" in \
583	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
584	  *) sdir=$(subdir)/$(srcdir) ;; \
585	esac; \
586	for i in $$list; do \
587	  if test -f "$$i"; then \
588	    echo "$(subdir)/$$i"; \
589	  else \
590	    echo "$$sdir/$$i"; \
591	  fi; \
592	done >> $(top_builddir)/cscope.files
593
594distclean-tags:
595	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
596distdir: $(BUILT_SOURCES)
597	$(MAKE) $(AM_MAKEFLAGS) distdir-am
598
599distdir-am: $(DISTFILES)
600	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
601	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
602	list='$(DISTFILES)'; \
603	  dist_files=`for file in $$list; do echo $$file; done | \
604	  sed -e "s|^$$srcdirstrip/||;t" \
605	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
606	case $$dist_files in \
607	  */*) $(MKDIR_P) `echo "$$dist_files" | \
608			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
609			   sort -u` ;; \
610	esac; \
611	for file in $$dist_files; do \
612	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
613	  if test -d $$d/$$file; then \
614	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
615	    if test -d "$(distdir)/$$file"; then \
616	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
617	    fi; \
618	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
619	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
620	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
621	    fi; \
622	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
623	  else \
624	    test -f "$(distdir)/$$file" \
625	    || cp -p $$d/$$file "$(distdir)/$$file" \
626	    || exit 1; \
627	  fi; \
628	done
629	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
630	  if test "$$subdir" = .; then :; else \
631	    $(am__make_dryrun) \
632	      || test -d "$(distdir)/$$subdir" \
633	      || $(MKDIR_P) "$(distdir)/$$subdir" \
634	      || exit 1; \
635	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
636	    $(am__relativize); \
637	    new_distdir=$$reldir; \
638	    dir1=$$subdir; dir2="$(top_distdir)"; \
639	    $(am__relativize); \
640	    new_top_distdir=$$reldir; \
641	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
642	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
643	    ($(am__cd) $$subdir && \
644	      $(MAKE) $(AM_MAKEFLAGS) \
645	        top_distdir="$$new_top_distdir" \
646	        distdir="$$new_distdir" \
647		am__remove_distdir=: \
648		am__skip_length_check=: \
649		am__skip_mode_fix=: \
650	        distdir) \
651	      || exit 1; \
652	  fi; \
653	done
654check-am: all-am
655check: check-recursive
656all-am: Makefile
657installdirs: installdirs-recursive
658installdirs-am:
659install: install-recursive
660install-exec: install-exec-recursive
661install-data: install-data-recursive
662uninstall: uninstall-recursive
663
664install-am: all-am
665	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
666
667installcheck: installcheck-recursive
668install-strip:
669	if test -z '$(STRIP)'; then \
670	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
671	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
672	      install; \
673	else \
674	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
675	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
676	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
677	fi
678mostlyclean-generic:
679
680clean-generic:
681
682distclean-generic:
683	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
684	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
685
686maintainer-clean-generic:
687	@echo "This command is intended for maintainers to use"
688	@echo "it deletes files that may require special tools to rebuild."
689clean: clean-recursive
690
691clean-am: clean-generic clean-libtool mostlyclean-am
692
693distclean: distclean-recursive
694	-rm -f Makefile
695distclean-am: clean-am distclean-generic distclean-tags
696
697dvi: dvi-recursive
698
699dvi-am:
700
701html: html-recursive
702
703html-am:
704
705info: info-recursive
706
707info-am:
708
709install-data-am:
710
711install-dvi: install-dvi-recursive
712
713install-dvi-am:
714
715install-exec-am:
716
717install-html: install-html-recursive
718
719install-html-am:
720
721install-info: install-info-recursive
722
723install-info-am:
724
725install-man:
726
727install-pdf: install-pdf-recursive
728
729install-pdf-am:
730
731install-ps: install-ps-recursive
732
733install-ps-am:
734
735installcheck-am:
736
737maintainer-clean: maintainer-clean-recursive
738	-rm -f Makefile
739maintainer-clean-am: distclean-am maintainer-clean-generic
740
741mostlyclean: mostlyclean-recursive
742
743mostlyclean-am: mostlyclean-generic mostlyclean-libtool
744
745pdf: pdf-recursive
746
747pdf-am:
748
749ps: ps-recursive
750
751ps-am:
752
753uninstall-am:
754
755.MAKE: $(am__recursive_targets) install-am install-strip
756
757.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
758	check-am clean clean-generic clean-libtool cscopelist-am ctags \
759	ctags-am distclean distclean-generic distclean-libtool \
760	distclean-tags distdir dvi dvi-am html html-am info info-am \
761	install install-am install-data install-data-am install-dvi \
762	install-dvi-am install-exec install-exec-am install-html \
763	install-html-am install-info install-info-am install-man \
764	install-pdf install-pdf-am install-ps install-ps-am \
765	install-strip installcheck installcheck-am installdirs \
766	installdirs-am maintainer-clean maintainer-clean-generic \
767	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
768	ps ps-am tags tags-am uninstall uninstall-am
769
770.PRECIOUS: Makefile
771
772
773# Tell versions [3.59,3.63) of GNU make to not export all variables.
774# Otherwise a system limit (for SysV at least) may be exceeded.
775.NOEXPORT:
776