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