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