blob: 6e3f75d7ea1ff8df9248e525f950fc5ac2e4acce [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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/ax_code_coverage.m4 \
93 $(top_srcdir)/m4/curl-compilers.m4 \
94 $(top_srcdir)/m4/curl-confopts.m4 \
95 $(top_srcdir)/m4/curl-functions.m4 \
96 $(top_srcdir)/m4/curl-openssl.m4 \
97 $(top_srcdir)/m4/curl-override.m4 \
98 $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
99 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
100 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
101 $(top_srcdir)/m4/xc-am-iface.m4 \
102 $(top_srcdir)/m4/xc-cc-check.m4 \
103 $(top_srcdir)/m4/xc-lt-iface.m4 \
104 $(top_srcdir)/m4/xc-translit.m4 \
105 $(top_srcdir)/m4/xc-val-flgs.m4 \
106 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
107 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
108 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
109 $(top_srcdir)/configure.ac
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
112DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
113mkinstalldirs = $(install_sh) -d
114CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
115 $(top_builddir)/include/curl/curlbuild.h
116CONFIG_CLEAN_FILES =
117CONFIG_CLEAN_VPATH_FILES =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo " GEN " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130depcomp =
131am__depfiles_maybe =
132SOURCES =
133DIST_SOURCES =
134RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
135 ctags-recursive dvi-recursive html-recursive info-recursive \
136 install-data-recursive install-dvi-recursive \
137 install-exec-recursive install-html-recursive \
138 install-info-recursive install-pdf-recursive \
139 install-ps-recursive install-recursive installcheck-recursive \
140 installdirs-recursive pdf-recursive ps-recursive \
141 tags-recursive uninstall-recursive
142am__can_run_installinfo = \
143 case $$AM_UPDATE_INFO_DIR in \
144 n|no|NO) false;; \
145 *) (install-info --version) >/dev/null 2>&1;; \
146 esac
147RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
148 distclean-recursive maintainer-clean-recursive
149am__recursive_targets = \
150 $(RECURSIVE_TARGETS) \
151 $(RECURSIVE_CLEAN_TARGETS) \
152 $(am__extra_recursive_targets)
153AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
154 distdir
155am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156# Read a list of newline-separated strings from the standard input,
157# and print each of them once, without duplicates. Input order is
158# *not* preserved.
159am__uniquify_input = $(AWK) '\
160 BEGIN { nonempty = 0; } \
161 { items[$$0] = 1; nonempty = 1; } \
162 END { if (nonempty) { for (i in items) print i; }; } \
163'
164# Make sure the list of sources is unique. This is necessary because,
165# e.g., the same source file might be shared among _SOURCES variables
166# for different programs/libraries.
167am__define_uniq_tagged_files = \
168 list='$(am__tagged_files)'; \
169 unique=`for i in $$list; do \
170 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171 done | $(am__uniquify_input)`
172ETAGS = etags
173CTAGS = ctags
174DIST_SUBDIRS = $(SUBDIRS)
175am__DIST_COMMON = $(srcdir)/Makefile.in README
176DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
177am__relativize = \
178 dir0=`pwd`; \
179 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
180 sed_rest='s,^[^/]*/*,,'; \
181 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
182 sed_butlast='s,/*[^/]*$$,,'; \
183 while test -n "$$dir1"; do \
184 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
185 if test "$$first" != "."; then \
186 if test "$$first" = ".."; then \
187 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
188 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
189 else \
190 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
191 if test "$$first2" = "$$first"; then \
192 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
193 else \
194 dir2="../$$dir2"; \
195 fi; \
196 dir0="$$dir0"/"$$first"; \
197 fi; \
198 fi; \
199 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
200 done; \
201 reldir="$$dir2"
202ACLOCAL = @ACLOCAL@
203AMTAR = @AMTAR@
204AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205AR = @AR@
206AS = @AS@
207AUTOCONF = @AUTOCONF@
208AUTOHEADER = @AUTOHEADER@
209AUTOMAKE = @AUTOMAKE@
210AWK = @AWK@
211BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
212CC = @CC@
213CCDEPMODE = @CCDEPMODE@
214CFLAGS = @CFLAGS@
215CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
216CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
217CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
218CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
219CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
220CPP = @CPP@
221CPPFLAGS = @CPPFLAGS@
222CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
223CURLVERSION = @CURLVERSION@
224CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
225CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
226CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
227CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
228CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
229CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
230CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
231CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
232CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
233CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
234CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
235CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
236CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
237CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
238CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
239CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
240CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
241CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
242CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
243CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
244CYGPATH_W = @CYGPATH_W@
245DEFS = @DEFS@
246DEPDIR = @DEPDIR@
247DLLTOOL = @DLLTOOL@
248DSYMUTIL = @DSYMUTIL@
249DUMPBIN = @DUMPBIN@
250ECHO_C = @ECHO_C@
251ECHO_N = @ECHO_N@
252ECHO_T = @ECHO_T@
253EGREP = @EGREP@
254ENABLE_SHARED = @ENABLE_SHARED@
255ENABLE_STATIC = @ENABLE_STATIC@
256EXEEXT = @EXEEXT@
257FGREP = @FGREP@
258GCOV = @GCOV@
259GENHTML = @GENHTML@
260GREP = @GREP@
261HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
262HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
263HAVE_LIBZ = @HAVE_LIBZ@
264HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
265IDN_ENABLED = @IDN_ENABLED@
266INSTALL = @INSTALL@
267INSTALL_DATA = @INSTALL_DATA@
268INSTALL_PROGRAM = @INSTALL_PROGRAM@
269INSTALL_SCRIPT = @INSTALL_SCRIPT@
270INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
271IPV6_ENABLED = @IPV6_ENABLED@
272LCOV = @LCOV@
273LD = @LD@
274LDFLAGS = @LDFLAGS@
275LIBCURL_LIBS = @LIBCURL_LIBS@
276LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
277LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
278LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
279LIBOBJS = @LIBOBJS@
280LIBS = @LIBS@
281LIBTOOL = @LIBTOOL@
282LIPO = @LIPO@
283LN_S = @LN_S@
284LTLIBOBJS = @LTLIBOBJS@
285LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
286MAINT = @MAINT@
287MAKEINFO = @MAKEINFO@
288MANIFEST_TOOL = @MANIFEST_TOOL@
289MANOPT = @MANOPT@
290MKDIR_P = @MKDIR_P@
291NM = @NM@
292NMEDIT = @NMEDIT@
293NROFF = @NROFF@
294NSS_LIBS = @NSS_LIBS@
295OBJDUMP = @OBJDUMP@
296OBJEXT = @OBJEXT@
297OTOOL = @OTOOL@
298OTOOL64 = @OTOOL64@
299PACKAGE = @PACKAGE@
300PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301PACKAGE_NAME = @PACKAGE_NAME@
302PACKAGE_STRING = @PACKAGE_STRING@
303PACKAGE_TARNAME = @PACKAGE_TARNAME@
304PACKAGE_URL = @PACKAGE_URL@
305PACKAGE_VERSION = @PACKAGE_VERSION@
306PATH_SEPARATOR = @PATH_SEPARATOR@
307PERL = @PERL@
308PKGADD_NAME = @PKGADD_NAME@
309PKGADD_PKG = @PKGADD_PKG@
310PKGADD_VENDOR = @PKGADD_VENDOR@
311PKGCONFIG = @PKGCONFIG@
312RANDOM_FILE = @RANDOM_FILE@
313RANLIB = @RANLIB@
314REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
315SED = @SED@
316SET_MAKE = @SET_MAKE@
317SHELL = @SHELL@
318SSL_ENABLED = @SSL_ENABLED@
319SSL_LIBS = @SSL_LIBS@
320STRIP = @STRIP@
321SUPPORT_FEATURES = @SUPPORT_FEATURES@
322SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
323USE_ARES = @USE_ARES@
324USE_AXTLS = @USE_AXTLS@
325USE_CYASSL = @USE_CYASSL@
326USE_DARWINSSL = @USE_DARWINSSL@
327USE_GNUTLS = @USE_GNUTLS@
328USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
329USE_LIBRTMP = @USE_LIBRTMP@
330USE_LIBSSH2 = @USE_LIBSSH2@
331USE_MBEDTLS = @USE_MBEDTLS@
332USE_NGHTTP2 = @USE_NGHTTP2@
333USE_NSS = @USE_NSS@
334USE_OPENLDAP = @USE_OPENLDAP@
335USE_POLARSSL = @USE_POLARSSL@
336USE_SCHANNEL = @USE_SCHANNEL@
337USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
338USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
339VERSION = @VERSION@
340VERSIONNUM = @VERSIONNUM@
341ZLIB_LIBS = @ZLIB_LIBS@
342ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
343abs_builddir = @abs_builddir@
344abs_srcdir = @abs_srcdir@
345abs_top_builddir = @abs_top_builddir@
346abs_top_srcdir = @abs_top_srcdir@
347ac_ct_AR = @ac_ct_AR@
348ac_ct_CC = @ac_ct_CC@
349ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
350am__include = @am__include@
351am__leading_dot = @am__leading_dot@
352am__quote = @am__quote@
353am__tar = @am__tar@
354am__untar = @am__untar@
355bindir = @bindir@
356build = @build@
357build_alias = @build_alias@
358build_cpu = @build_cpu@
359build_os = @build_os@
360build_vendor = @build_vendor@
361builddir = @builddir@
362datadir = @datadir@
363datarootdir = @datarootdir@
364docdir = @docdir@
365dvidir = @dvidir@
366exec_prefix = @exec_prefix@
367host = @host@
368host_alias = @host_alias@
369host_cpu = @host_cpu@
370host_os = @host_os@
371host_vendor = @host_vendor@
372htmldir = @htmldir@
373includedir = @includedir@
374infodir = @infodir@
375install_sh = @install_sh@
376libdir = @libdir@
377libexecdir = @libexecdir@
378libext = @libext@
379localedir = @localedir@
380localstatedir = @localstatedir@
381mandir = @mandir@
382mkdir_p = @mkdir_p@
383oldincludedir = @oldincludedir@
384pdfdir = @pdfdir@
385prefix = @prefix@
386program_transform_name = @program_transform_name@
387psdir = @psdir@
388runstatedir = @runstatedir@
389sbindir = @sbindir@
390sharedstatedir = @sharedstatedir@
391srcdir = @srcdir@
392subdirs = @subdirs@
393sysconfdir = @sysconfdir@
394target_alias = @target_alias@
395top_build_prefix = @top_build_prefix@
396top_builddir = @top_builddir@
397top_srcdir = @top_srcdir@
398SUBDIRS = curl
399EXTRA_DIST = README
400AUTOMAKE_OPTIONS = foreign no-dependencies
401all: all-recursive
402
403.SUFFIXES:
404$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
405 @for dep in $?; do \
406 case '$(am__configure_deps)' in \
407 *$$dep*) \
408 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
409 && { if test -f $@; then exit 0; else break; fi; }; \
410 exit 1;; \
411 esac; \
412 done; \
413 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
414 $(am__cd) $(top_srcdir) && \
415 $(AUTOMAKE) --foreign include/Makefile
416Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
417 @case '$?' in \
418 *config.status*) \
419 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
420 *) \
421 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
422 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
423 esac;
424
425$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
426 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427
428$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
429 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432$(am__aclocal_m4_deps):
433
434mostlyclean-libtool:
435 -rm -f *.lo
436
437clean-libtool:
438 -rm -rf .libs _libs
439
440# This directory's subdirectories are mostly independent; you can cd
441# into them and run 'make' without going through this Makefile.
442# To change the values of 'make' variables: instead of editing Makefiles,
443# (1) if the variable is set in 'config.status', edit 'config.status'
444# (which will cause the Makefiles to be regenerated when you run 'make');
445# (2) otherwise, pass the desired values on the 'make' command line.
446$(am__recursive_targets):
447 @fail=; \
448 if $(am__make_keepgoing); then \
449 failcom='fail=yes'; \
450 else \
451 failcom='exit 1'; \
452 fi; \
453 dot_seen=no; \
454 target=`echo $@ | sed s/-recursive//`; \
455 case "$@" in \
456 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
457 *) list='$(SUBDIRS)' ;; \
458 esac; \
459 for subdir in $$list; do \
460 echo "Making $$target in $$subdir"; \
461 if test "$$subdir" = "."; then \
462 dot_seen=yes; \
463 local_target="$$target-am"; \
464 else \
465 local_target="$$target"; \
466 fi; \
467 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
468 || eval $$failcom; \
469 done; \
470 if test "$$dot_seen" = "no"; then \
471 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
472 fi; test -z "$$fail"
473
474ID: $(am__tagged_files)
475 $(am__define_uniq_tagged_files); mkid -fID $$unique
476tags: tags-recursive
477TAGS: tags
478
479tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
480 set x; \
481 here=`pwd`; \
482 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
483 include_option=--etags-include; \
484 empty_fix=.; \
485 else \
486 include_option=--include; \
487 empty_fix=; \
488 fi; \
489 list='$(SUBDIRS)'; for subdir in $$list; do \
490 if test "$$subdir" = .; then :; else \
491 test ! -f $$subdir/TAGS || \
492 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
493 fi; \
494 done; \
495 $(am__define_uniq_tagged_files); \
496 shift; \
497 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
498 test -n "$$unique" || unique=$$empty_fix; \
499 if test $$# -gt 0; then \
500 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
501 "$$@" $$unique; \
502 else \
503 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
504 $$unique; \
505 fi; \
506 fi
507ctags: ctags-recursive
508
509CTAGS: ctags
510ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
511 $(am__define_uniq_tagged_files); \
512 test -z "$(CTAGS_ARGS)$$unique" \
513 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
514 $$unique
515
516GTAGS:
517 here=`$(am__cd) $(top_builddir) && pwd` \
518 && $(am__cd) $(top_srcdir) \
519 && gtags -i $(GTAGS_ARGS) "$$here"
520cscopelist: cscopelist-recursive
521
522cscopelist-am: $(am__tagged_files)
523 list='$(am__tagged_files)'; \
524 case "$(srcdir)" in \
525 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
526 *) sdir=$(subdir)/$(srcdir) ;; \
527 esac; \
528 for i in $$list; do \
529 if test -f "$$i"; then \
530 echo "$(subdir)/$$i"; \
531 else \
532 echo "$$sdir/$$i"; \
533 fi; \
534 done >> $(top_builddir)/cscope.files
535
536distclean-tags:
537 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
538
539distdir: $(DISTFILES)
540 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542 list='$(DISTFILES)'; \
543 dist_files=`for file in $$list; do echo $$file; done | \
544 sed -e "s|^$$srcdirstrip/||;t" \
545 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
546 case $$dist_files in \
547 */*) $(MKDIR_P) `echo "$$dist_files" | \
548 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
549 sort -u` ;; \
550 esac; \
551 for file in $$dist_files; do \
552 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
553 if test -d $$d/$$file; then \
554 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
555 if test -d "$(distdir)/$$file"; then \
556 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
557 fi; \
558 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
559 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
560 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561 fi; \
562 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
563 else \
564 test -f "$(distdir)/$$file" \
565 || cp -p $$d/$$file "$(distdir)/$$file" \
566 || exit 1; \
567 fi; \
568 done
569 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
570 if test "$$subdir" = .; then :; else \
571 $(am__make_dryrun) \
572 || test -d "$(distdir)/$$subdir" \
573 || $(MKDIR_P) "$(distdir)/$$subdir" \
574 || exit 1; \
575 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
576 $(am__relativize); \
577 new_distdir=$$reldir; \
578 dir1=$$subdir; dir2="$(top_distdir)"; \
579 $(am__relativize); \
580 new_top_distdir=$$reldir; \
581 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
582 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
583 ($(am__cd) $$subdir && \
584 $(MAKE) $(AM_MAKEFLAGS) \
585 top_distdir="$$new_top_distdir" \
586 distdir="$$new_distdir" \
587 am__remove_distdir=: \
588 am__skip_length_check=: \
589 am__skip_mode_fix=: \
590 distdir) \
591 || exit 1; \
592 fi; \
593 done
594check-am: all-am
595check: check-recursive
596all-am: Makefile
597installdirs: installdirs-recursive
598installdirs-am:
599install: install-recursive
600install-exec: install-exec-recursive
601install-data: install-data-recursive
602uninstall: uninstall-recursive
603
604install-am: all-am
605 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
606
607installcheck: installcheck-recursive
608install-strip:
609 if test -z '$(STRIP)'; then \
610 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
611 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
612 install; \
613 else \
614 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
615 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
616 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
617 fi
618mostlyclean-generic:
619
620clean-generic:
621
622distclean-generic:
623 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
624 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
625
626maintainer-clean-generic:
627 @echo "This command is intended for maintainers to use"
628 @echo "it deletes files that may require special tools to rebuild."
629clean: clean-recursive
630
631clean-am: clean-generic clean-libtool mostlyclean-am
632
633distclean: distclean-recursive
634 -rm -f Makefile
635distclean-am: clean-am distclean-generic distclean-tags
636
637dvi: dvi-recursive
638
639dvi-am:
640
641html: html-recursive
642
643html-am:
644
645info: info-recursive
646
647info-am:
648
649install-data-am:
650
651install-dvi: install-dvi-recursive
652
653install-dvi-am:
654
655install-exec-am:
656
657install-html: install-html-recursive
658
659install-html-am:
660
661install-info: install-info-recursive
662
663install-info-am:
664
665install-man:
666
667install-pdf: install-pdf-recursive
668
669install-pdf-am:
670
671install-ps: install-ps-recursive
672
673install-ps-am:
674
675installcheck-am:
676
677maintainer-clean: maintainer-clean-recursive
678 -rm -f Makefile
679maintainer-clean-am: distclean-am maintainer-clean-generic
680
681mostlyclean: mostlyclean-recursive
682
683mostlyclean-am: mostlyclean-generic mostlyclean-libtool
684
685pdf: pdf-recursive
686
687pdf-am:
688
689ps: ps-recursive
690
691ps-am:
692
693uninstall-am:
694
695.MAKE: $(am__recursive_targets) install-am install-strip
696
697.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
698 check-am clean clean-generic clean-libtool cscopelist-am ctags \
699 ctags-am distclean distclean-generic distclean-libtool \
700 distclean-tags distdir dvi dvi-am html html-am info info-am \
701 install install-am install-data install-data-am install-dvi \
702 install-dvi-am install-exec install-exec-am install-html \
703 install-html-am install-info install-info-am install-man \
704 install-pdf install-pdf-am install-ps install-ps-am \
705 install-strip installcheck installcheck-am installdirs \
706 installdirs-am maintainer-clean maintainer-clean-generic \
707 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
708 ps ps-am tags tags-am uninstall uninstall-am
709
710.PRECIOUS: Makefile
711
712
713# Tell versions [3.59,3.63) of GNU make to not export all variables.
714# Otherwise a system limit (for SysV at least) may be exceeded.
715.NOEXPORT: