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