quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

Makefile (20476B)


      1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
      2 # scripts/Makefile.  Generated from Makefile.in by configure.
      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 
     16 
     17 #***************************************************************************
     18 #                                  _   _ ____  _
     19 #  Project                     ___| | | |  _ \| |
     20 #                             / __| | | | |_) | |
     21 #                            | (__| |_| |  _ <| |___
     22 #                             \___|\___/|_| \_\_____|
     23 #
     24 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
     25 #
     26 # This software is licensed as described in the file COPYING, which
     27 # you should have received as part of this distribution. The terms
     28 # are also available at https://curl.se/docs/copyright.html.
     29 #
     30 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
     31 # copies of the Software, and permit persons to whom the Software is
     32 # furnished to do so, under the terms of the COPYING file.
     33 #
     34 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
     35 # KIND, either express or implied.
     36 #
     37 # SPDX-License-Identifier: curl
     38 #
     39 ###########################################################################
     40 
     41 
     42 am__is_gnu_make = { \
     43   if test -z '$(MAKELEVEL)'; then \
     44     false; \
     45   elif test -n '$(MAKE_HOST)'; then \
     46     true; \
     47   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     48     true; \
     49   else \
     50     false; \
     51   fi; \
     52 }
     53 am__make_running_with_option = \
     54   case $${target_option-} in \
     55       ?) ;; \
     56       *) echo "am__make_running_with_option: internal error: invalid" \
     57               "target option '$${target_option-}' specified" >&2; \
     58          exit 1;; \
     59   esac; \
     60   has_opt=no; \
     61   sane_makeflags=$$MAKEFLAGS; \
     62   if $(am__is_gnu_make); then \
     63     sane_makeflags=$$MFLAGS; \
     64   else \
     65     case $$MAKEFLAGS in \
     66       *\\[\ \	]*) \
     67         bs=\\; \
     68         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     69           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     70     esac; \
     71   fi; \
     72   skip_next=no; \
     73   strip_trailopt () \
     74   { \
     75     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     76   }; \
     77   for flg in $$sane_makeflags; do \
     78     test $$skip_next = yes && { skip_next=no; continue; }; \
     79     case $$flg in \
     80       *=*|--*) continue;; \
     81         -*I) strip_trailopt 'I'; skip_next=yes;; \
     82       -*I?*) strip_trailopt 'I';; \
     83         -*O) strip_trailopt 'O'; skip_next=yes;; \
     84       -*O?*) strip_trailopt 'O';; \
     85         -*l) strip_trailopt 'l'; skip_next=yes;; \
     86       -*l?*) strip_trailopt 'l';; \
     87       -[dEDm]) skip_next=yes;; \
     88       -[JT]) skip_next=yes;; \
     89     esac; \
     90     case $$flg in \
     91       *$$target_option*) has_opt=yes; break;; \
     92     esac; \
     93   done; \
     94   test $$has_opt = yes
     95 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     97 pkgdatadir = $(datadir)/curl
     98 pkgincludedir = $(includedir)/curl
     99 pkglibdir = $(libdir)/curl
    100 pkglibexecdir = $(libexecdir)/curl
    101 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    102 install_sh_DATA = $(install_sh) -c -m 644
    103 install_sh_PROGRAM = $(install_sh) -c
    104 install_sh_SCRIPT = $(install_sh) -c
    105 INSTALL_HEADER = $(INSTALL_DATA)
    106 transform = $(program_transform_name)
    107 NORMAL_INSTALL = :
    108 PRE_INSTALL = :
    109 POST_INSTALL = :
    110 NORMAL_UNINSTALL = :
    111 PRE_UNINSTALL = :
    112 POST_UNINSTALL = :
    113 build_triplet = x86_64-pc-linux-gnu
    114 host_triplet = x86_64-pc-linux-gnu
    115 subdir = scripts
    116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    117 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
    118 	$(top_srcdir)/m4/curl-compilers.m4 \
    119 	$(top_srcdir)/m4/curl-confopts.m4 \
    120 	$(top_srcdir)/m4/curl-functions.m4 \
    121 	$(top_srcdir)/m4/curl-gnutls.m4 \
    122 	$(top_srcdir)/m4/curl-mbedtls.m4 \
    123 	$(top_srcdir)/m4/curl-openssl.m4 \
    124 	$(top_srcdir)/m4/curl-override.m4 \
    125 	$(top_srcdir)/m4/curl-reentrant.m4 \
    126 	$(top_srcdir)/m4/curl-rustls.m4 \
    127 	$(top_srcdir)/m4/curl-schannel.m4 \
    128 	$(top_srcdir)/m4/curl-sysconfig.m4 \
    129 	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
    130 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    131 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    132 	$(top_srcdir)/m4/xc-am-iface.m4 \
    133 	$(top_srcdir)/m4/xc-cc-check.m4 \
    134 	$(top_srcdir)/m4/xc-lt-iface.m4 \
    135 	$(top_srcdir)/m4/xc-val-flgs.m4 \
    136 	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
    137 	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
    138 	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
    139 	$(top_srcdir)/configure.ac
    140 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    141 	$(ACLOCAL_M4)
    142 DIST_COMMON = $(srcdir)/Makefile.am $(dist_bin_SCRIPTS) \
    143 	$(am__DIST_COMMON)
    144 mkinstalldirs = $(install_sh) -d
    145 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
    146 CONFIG_CLEAN_FILES =
    147 CONFIG_CLEAN_VPATH_FILES =
    148 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    149 am__vpath_adj = case $$p in \
    150     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    151     *) f=$$p;; \
    152   esac;
    153 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    154 am__install_max = 40
    155 am__nobase_strip_setup = \
    156   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    157 am__nobase_strip = \
    158   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    159 am__nobase_list = $(am__nobase_strip_setup); \
    160   for p in $$list; do echo "$$p $$p"; done | \
    161   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    162   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    163     if (++n[$$2] == $(am__install_max)) \
    164       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    165     END { for (dir in files) print dir, files[dir] }'
    166 am__base_list = \
    167   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    168   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    169 am__uninstall_files_from_dir = { \
    170   test -z "$$files" \
    171     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    172     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    173          $(am__cd) "$$dir" && rm -f $$files; }; \
    174   }
    175 am__installdirs = "$(DESTDIR)$(bindir)"
    176 SCRIPTS = $(dist_bin_SCRIPTS)
    177 AM_V_P = $(am__v_P_$(V))
    178 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
    179 am__v_P_0 = false
    180 am__v_P_1 = :
    181 AM_V_GEN = $(am__v_GEN_$(V))
    182 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
    183 am__v_GEN_0 = @echo "  GEN     " $@;
    184 am__v_GEN_1 = 
    185 AM_V_at = $(am__v_at_$(V))
    186 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
    187 am__v_at_0 = @
    188 am__v_at_1 = 
    189 SOURCES =
    190 DIST_SOURCES =
    191 am__can_run_installinfo = \
    192   case $$AM_UPDATE_INFO_DIR in \
    193     n|no|NO) false;; \
    194     *) (install-info --version) >/dev/null 2>&1;; \
    195   esac
    196 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    197 am__DIST_COMMON = $(srcdir)/Makefile.in
    198 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    199 ACLOCAL = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16
    200 AMTAR = $${TAR-tar}
    201 AM_DEFAULT_VERBOSITY = 0
    202 APXS = 
    203 AR = /usr/bin/ar
    204 AR_FLAGS = cr
    205 AS = as
    206 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf
    207 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader
    208 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16
    209 AWK = gawk
    210 BLANK_AT_MAKETIME = 
    211 CADDY = 
    212 CC = gcc
    213 CCDEPMODE = depmode=gcc3
    214 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers
    215 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
    216 CONFIGURE_OPTIONS = " '--with-mbedtls'"
    217 CPP = gcc -E
    218 CPPFLAGS = -D_GNU_SOURCE -isystem /include
    219 CSCOPE = cscope
    220 CTAGS = ctags
    221 CURLVERSION = 8.15.0
    222 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt
    223 CURL_CA_EMBED = 
    224 CURL_CFLAG_EXTRAS = 
    225 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include
    226 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 
    227 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4
    228 CURL_NETWORK_AND_TIME_LIBS = 
    229 CYGPATH_W = echo
    230 DEFS = -DHAVE_CONFIG_H
    231 DEPDIR = .deps
    232 DLLTOOL = false
    233 DSYMUTIL = 
    234 DUMPBIN = 
    235 ECHO_C = 
    236 ECHO_N = -n
    237 ECHO_T = 
    238 EGREP = /usr/bin/grep -E
    239 ENABLE_SHARED = yes
    240 ENABLE_STATIC = yes
    241 ETAGS = etags
    242 EXEEXT = 
    243 FGREP = /usr/bin/grep -F
    244 FILECMD = file
    245 FISH_FUNCTIONS_DIR = 
    246 GCOV = 
    247 GREP = /usr/bin/grep
    248 HAVE_LIBZ = 1
    249 HTTPD = 
    250 HTTPD_NGHTTPX = 
    251 INSTALL = /usr/bin/install -c
    252 INSTALL_DATA = ${INSTALL} -m 644
    253 INSTALL_PROGRAM = ${INSTALL}
    254 INSTALL_SCRIPT = ${INSTALL}
    255 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    256 LCOV = 
    257 LD = /usr/bin/ld -m elf_x86_64
    258 LDFLAGS = -L/lib
    259 LIBCURL_PC_CFLAGS = 
    260 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB
    261 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib
    262 LIBCURL_PC_LIBS = 
    263 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz
    264 LIBCURL_PC_REQUIRES = 
    265 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2
    266 LIBOBJS = 
    267 LIBS = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz
    268 LIBTOOL = $(SHELL) $(top_builddir)/libtool
    269 LIPO = 
    270 LN_S = ln -s
    271 LTLIBOBJS = 
    272 LT_SYS_LIBRARY_PATH = 
    273 MAINT = #
    274 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo
    275 MANIFEST_TOOL = :
    276 MKDIR_P = /usr/bin/mkdir -p
    277 NM = /usr/bin/nm -B
    278 NMEDIT = 
    279 OBJDUMP = objdump
    280 OBJEXT = o
    281 OTOOL = 
    282 OTOOL64 = 
    283 PACKAGE = curl
    284 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/
    285 PACKAGE_NAME = curl
    286 PACKAGE_STRING = curl -
    287 PACKAGE_TARNAME = curl
    288 PACKAGE_URL = 
    289 PACKAGE_VERSION = -
    290 PATH_SEPARATOR = :
    291 PERL = /usr/bin/perl
    292 PKGCONFIG = /usr/bin/pkg-config
    293 RANLIB = ranlib
    294 RC = 
    295 SED = /usr/bin/sed
    296 SET_MAKE = 
    297 SHELL = /bin/sh
    298 SSL_BACKENDS = mbedTLS
    299 STRIP = strip
    300 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd
    301 SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP WS WSS
    302 TEST_NGHTTPX = nghttpx
    303 VERSION = -
    304 VERSIONNUM = 080f00
    305 VSFTPD = 
    306 ZLIB_LIBS = -lz
    307 ZSH_FUNCTIONS_DIR = 
    308 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/scripts
    309 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/scripts
    310 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    311 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    312 ac_ct_AR = 
    313 ac_ct_CC = gcc
    314 ac_ct_DUMPBIN = 
    315 am__include = include
    316 am__leading_dot = .
    317 am__quote = 
    318 am__tar = $${TAR-tar} chof - "$$tardir"
    319 am__untar = $${TAR-tar} xf -
    320 bindir = ${exec_prefix}/bin
    321 build = x86_64-pc-linux-gnu
    322 build_alias = 
    323 build_cpu = x86_64
    324 build_os = linux-gnu
    325 build_vendor = pc
    326 builddir = .
    327 datadir = ${datarootdir}
    328 datarootdir = ${prefix}/share
    329 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    330 dvidir = ${docdir}
    331 exec_prefix = ${prefix}
    332 host = x86_64-pc-linux-gnu
    333 host_alias = 
    334 host_cpu = x86_64
    335 host_os = linux-gnu
    336 host_vendor = pc
    337 htmldir = ${docdir}
    338 includedir = ${prefix}/include
    339 infodir = ${datarootdir}/info
    340 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh
    341 libdir = ${exec_prefix}/lib
    342 libexecdir = ${exec_prefix}/libexec
    343 libext = a
    344 localedir = ${datarootdir}/locale
    345 localstatedir = ${prefix}/var
    346 mandir = ${datarootdir}/man
    347 mkdir_p = $(MKDIR_P)
    348 oldincludedir = /usr/include
    349 pdfdir = ${docdir}
    350 prefix = /usr/local
    351 program_transform_name = s,x,x,
    352 psdir = ${docdir}
    353 runstatedir = ${localstatedir}/run
    354 sbindir = ${exec_prefix}/sbin
    355 sharedstatedir = ${prefix}/com
    356 srcdir = .
    357 sysconfdir = ${prefix}/etc
    358 target_alias = 
    359 top_build_prefix = ../
    360 top_builddir = ..
    361 top_srcdir = ..
    362 EXTRA_DIST = coverage.sh completion.pl firefox-db2pem.sh checksrc.pl checksrc-all.pl \
    363   mk-ca-bundle.pl mk-unity.pl schemetable.c cd2nroff nroff2cd cdall cd2cd managen    \
    364   dmaketgz maketgz release-tools.sh verify-release cmakelint.sh mdlinkcheck          \
    365   CMakeLists.txt pythonlint.sh randdisable wcurl top-complexity extract-unit-protos
    366 
    367 dist_bin_SCRIPTS = wcurl
    368 #ZSH_COMPLETION_FUNCTION_FILENAME = _curl
    369 #FISH_COMPLETION_FUNCTION_FILENAME = curl.fish
    370 CLEANFILES = $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME)
    371 all: all-am
    372 
    373 .SUFFIXES:
    374 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
    375 	@for dep in $?; do \
    376 	  case '$(am__configure_deps)' in \
    377 	    *$$dep*) \
    378 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    379 	        && { if test -f $@; then exit 0; else break; fi; }; \
    380 	      exit 1;; \
    381 	  esac; \
    382 	done; \
    383 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
    384 	$(am__cd) $(top_srcdir) && \
    385 	  $(AUTOMAKE) --gnu scripts/Makefile
    386 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    387 	@case '$?' in \
    388 	  *config.status*) \
    389 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    390 	  *) \
    391 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    392 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    393 	esac;
    394 
    395 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    396 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    397 
    398 $(top_srcdir)/configure: # $(am__configure_deps)
    399 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    400 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
    401 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    402 $(am__aclocal_m4_deps):
    403 install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
    404 	@$(NORMAL_INSTALL)
    405 	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
    406 	if test -n "$$list"; then \
    407 	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
    408 	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
    409 	fi; \
    410 	for p in $$list; do \
    411 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    412 	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
    413 	done | \
    414 	sed -e 'p;s,.*/,,;n' \
    415 	    -e 'h;s|.*|.|' \
    416 	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
    417 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
    418 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    419 	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
    420 	      if (++n[d] == $(am__install_max)) { \
    421 		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
    422 	    else { print "f", d "/" $$4, $$1 } } \
    423 	  END { for (d in files) print "f", d, files[d] }' | \
    424 	while read type dir files; do \
    425 	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    426 	     test -z "$$files" || { \
    427 	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
    428 	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
    429 	     } \
    430 	; done
    431 
    432 uninstall-dist_binSCRIPTS:
    433 	@$(NORMAL_UNINSTALL)
    434 	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
    435 	files=`for p in $$list; do echo "$$p"; done | \
    436 	       sed -e 's,.*/,,;$(transform)'`; \
    437 	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
    438 
    439 mostlyclean-libtool:
    440 	-rm -f *.lo
    441 
    442 clean-libtool:
    443 	-rm -rf .libs _libs
    444 tags TAGS:
    445 
    446 ctags CTAGS:
    447 
    448 cscope cscopelist:
    449 
    450 distdir: $(BUILT_SOURCES)
    451 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    452 
    453 distdir-am: $(DISTFILES)
    454 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    455 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    456 	list='$(DISTFILES)'; \
    457 	  dist_files=`for file in $$list; do echo $$file; done | \
    458 	  sed -e "s|^$$srcdirstrip/||;t" \
    459 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    460 	case $$dist_files in \
    461 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    462 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    463 			   sort -u` ;; \
    464 	esac; \
    465 	for file in $$dist_files; do \
    466 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    467 	  if test -d $$d/$$file; then \
    468 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    469 	    if test -d "$(distdir)/$$file"; then \
    470 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    471 	    fi; \
    472 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    473 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    474 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    475 	    fi; \
    476 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    477 	  else \
    478 	    test -f "$(distdir)/$$file" \
    479 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    480 	    || exit 1; \
    481 	  fi; \
    482 	done
    483 check-am: all-am
    484 check: check-am
    485 all-am: Makefile $(SCRIPTS) all-local
    486 installdirs:
    487 	for dir in "$(DESTDIR)$(bindir)"; do \
    488 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    489 	done
    490 install: install-am
    491 install-exec: install-exec-am
    492 install-data: install-data-am
    493 uninstall: uninstall-am
    494 
    495 install-am: all-am
    496 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    497 
    498 installcheck: installcheck-am
    499 install-strip:
    500 	if test -z '$(STRIP)'; then \
    501 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    502 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    503 	      install; \
    504 	else \
    505 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    506 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    507 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    508 	fi
    509 mostlyclean-generic:
    510 
    511 clean-generic:
    512 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    513 
    514 distclean-generic:
    515 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    516 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    517 
    518 maintainer-clean-generic:
    519 	@echo "This command is intended for maintainers to use"
    520 	@echo "it deletes files that may require special tools to rebuild."
    521 clean: clean-am
    522 
    523 clean-am: clean-generic clean-libtool mostlyclean-am
    524 
    525 distclean-am: clean-am distclean-generic
    526 
    527 dvi: dvi-am
    528 
    529 dvi-am:
    530 
    531 html: html-am
    532 
    533 html-am:
    534 
    535 info: info-am
    536 
    537 info-am:
    538 
    539 install-data-am: install-data-local
    540 
    541 install-dvi: install-dvi-am
    542 
    543 install-dvi-am:
    544 
    545 install-exec-am: install-dist_binSCRIPTS
    546 
    547 install-html: install-html-am
    548 
    549 install-html-am:
    550 
    551 install-info: install-info-am
    552 
    553 install-info-am:
    554 
    555 install-man:
    556 
    557 install-pdf: install-pdf-am
    558 
    559 install-pdf-am:
    560 
    561 install-ps: install-ps-am
    562 
    563 install-ps-am:
    564 
    565 installcheck-am:
    566 
    567 maintainer-clean: maintainer-clean-am
    568 	-rm -f Makefile
    569 maintainer-clean-am: distclean-am maintainer-clean-generic
    570 
    571 mostlyclean: mostlyclean-am
    572 
    573 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    574 
    575 pdf: pdf-am
    576 
    577 pdf-am:
    578 
    579 ps: ps-am
    580 
    581 ps-am:
    582 
    583 uninstall-am: uninstall-dist_binSCRIPTS
    584 
    585 .MAKE: install-am install-strip
    586 
    587 .PHONY: all all-am all-local check check-am clean clean-generic \
    588 	clean-libtool cscopelist-am ctags-am distclean \
    589 	distclean-generic distclean-libtool distdir dvi dvi-am html \
    590 	html-am info info-am install install-am install-data \
    591 	install-data-am install-data-local install-dist_binSCRIPTS \
    592 	install-dvi install-dvi-am install-exec install-exec-am \
    593 	install-html install-html-am install-info install-info-am \
    594 	install-man install-pdf install-pdf-am install-ps \
    595 	install-ps-am install-strip installcheck installcheck-am \
    596 	installdirs maintainer-clean maintainer-clean-generic \
    597 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
    598 	ps ps-am tags-am uninstall uninstall-am \
    599 	uninstall-dist_binSCRIPTS
    600 
    601 .PRECIOUS: Makefile
    602 
    603 
    604 all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME)
    605 
    606 #$(ZSH_COMPLETION_FUNCTION_FILENAME): completion.pl
    607 #	if test -z "$(PERL)"; then echo 'No perl: cannot generate completion script'; else \
    608 #	$(PERL) $(srcdir)/completion.pl --opts-dir $(top_srcdir)/docs/cmdline-opts --shell zsh > $@; fi
    609 
    610 #$(FISH_COMPLETION_FUNCTION_FILENAME): completion.pl
    611 #	if test -z "$(PERL)"; then echo 'No perl: cannot generate completion script'; else \
    612 #	$(PERL) $(srcdir)/completion.pl --opts-dir $(top_srcdir)/docs/cmdline-opts --shell fish > $@; fi
    613 
    614 install-data-local:
    615 #	if test -n "$(PERL)"; then \
    616 #	  $(MKDIR_P) $(DESTDIR)$(ZSH_FUNCTIONS_DIR); \
    617 #	  $(INSTALL_DATA) $(ZSH_COMPLETION_FUNCTION_FILENAME) $(DESTDIR)$(ZSH_FUNCTIONS_DIR)/$(ZSH_COMPLETION_FUNCTION_FILENAME); \
    618 #	fi
    619 #	if test -n "$(PERL)"; then \
    620 #	  $(MKDIR_P) $(DESTDIR)$(FISH_FUNCTIONS_DIR); \
    621 #	  $(INSTALL_DATA) $(FISH_COMPLETION_FUNCTION_FILENAME) $(DESTDIR)$(FISH_FUNCTIONS_DIR)/$(FISH_COMPLETION_FUNCTION_FILENAME); \
    622 #	fi
    623 
    624 distclean:
    625 	rm -f $(CLEANFILES)
    626 
    627 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    628 # Otherwise a system limit (for SysV at least) may be exceeded.
    629 .NOEXPORT: