quickjs-tart

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

Makefile.in (21939B)


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