quickjs-tart

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

Makefile (17376B)


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