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